MediaWiki:Common.css: Difference between revisions

From Pumping Station One
Created page with "CSS placed here will be applied to all skins: CSS grab from mediawiki for mbox support: .messagebox { border:1px solid #aaa; background-color:#f9f9f9; width:80%; mar..."
 
mNo edit summary
 
(11 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 {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    /* @noflip */
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    /* @noflip */
    border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    /* @noflip */
    border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
  country subdivisions, cities, etc.            */
.infobox.geography {
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
.infobox.geography  td,
.infobox.geography  th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}


/* CSS grab from mediawiki for mbox support*/
/* CSS grab from mediawiki for mbox support*/