Template:Styles/2015 Trilogy default.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
start over with a new page. rm a bunch of unneeded stuff (particularly direction properties)
 
No edit summary
Line 3: Line 3:
/* --- Hide default MediaWiki stuff we don't want --- */
/* --- Hide default MediaWiki stuff we don't want --- */


div#mw-panel {
left: auto !important;
right: auto !important;
}
#mw-head-base {
#mw-head-base {
height: 1em !important;
height: 1em;
}
}
#mw-panel div.portal {
#mw-panel .portal {
display: none !important;
display: none;
}
}
#p-namespaces, #p-views, #p-cactions, #p-search, #p-personal, #catlinks, #firstHeading, #contentSub, #siteSub, #jump-to-nav {
#p-namespaces, #p-views, #p-cactions, #p-search, #p-personal, #catlinks, #firstHeading, #contentSub, #siteSub, #jump-to-nav {
display: none;
display: none;
}
}
div#content {
#content {
background-color: transparent !important;
background-color: transparent;
background-image: none !important;
background-image: none;
border: none;
border: none;
}
div#mw-head-base {
background-image: none !important;
}
}



Revision as of 14:29, 7 January 2015

/* === MediaWiki:Resources/2015/landingpage.css === */

/* --- Hide default MediaWiki stuff we don't want --- */

#mw-head-base {
  height: 1em;
}
#mw-panel .portal {
  display: none;
}
#p-namespaces, #p-views, #p-cactions, #p-search, #p-personal, #catlinks, #firstHeading, #contentSub, #siteSub, #jump-to-nav {
  display: none;
}
#content {
  background-color: transparent;
  background-image: none;
  border: none;
}

/* --- Overall layout of the landing page --- */

#LP-table {
  width: 100%;
  border: none;
}
#form-wrapper {
  vertical-align: top;
}
#appeal-wrapper {
  vertical-align: top;
  padding-left: 0;
  padding-right: 2em;
}
body.rtl #appeal-wrapper {
  padding-left: 2em;
  padding-right: 0;
}

/* --- Hide non-monthly capable payment methods on monthly forms --- */

.form-monthly .not-monthly-capable {
    display: none;
}

/* --- Privacy and links --- */

#donor-policy-block {
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
  padding: 1.8em 15% .7em;
}

#donor-policy-block #cancel-monthly {
  margin-top: 1em;
}

#donate-links-block {
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;
  width: 100%;
  padding: 1em 15% 0;
}

.form-info-links {
  list-style: none;
  margin-left: 0;
  width: 100%;
  display: block;
  font-size: 0.8em;
  text-align: center;
}
.form-info-links li {
  width: auto;
  display: inline-block;
  padding: 0 1em;
  margin: 0 auto;
}

/* --- Footer --- */

#footer-info,
#footer-places {
  display: none;
}
div#footer #footer-icons {
  float: none;
  text-align: center;
}
div#footer #footer-icons li {
  float: none;
  display: inline-block;
}

/* === end of MediaWiki:Resources/2015/landingpage.css === */