MediaWiki:Common.css: Difference between revisions

From Pumping Station One
Adding infobox styles from wikipedia
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Custom CSS goes here */
/* That's right, you PS1 admin, put the custom stuff here */
/* Login page, funnel user to the SAML button */
.loginText, .loginPassword, .mw-form-related-link-container {
opacity: 0.2 !important;
}
.mw-form-related-link-container, .mw-userlogin-rememberme {
display: none !important;
}
.loginText::placeholder, .loginPassword::placeholder {
color: white !important;
}
#wpLoginAttempt {
background: white !important;
color: black !important;
font-weight: normal !important;
border-color: white !important;
}
#mw-input-pluggableauthlogin0 {
height: 100px;
}
/* Removing extra cruft from the LinksHere transclution */
.mw-whatlinkshere-tools{
    display:none;
}
/* adding a space above paragraphs */
p {
  margin-top: 1rem;
}
/* adding a space under ambox */
.ambox {
margin-bottom: 1rem !important;
}
/* Begin default Mediawiki CSS */
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}


/* Infobox template style */
/* Infobox template style */