MediaWiki:Common.css: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
templatestyles
(keyboard_button converted to templatestyles)
(templatestyles)
Line 1,125: Line 1,125:
  * END COPIED FROM WIKIPEDIA
  * END COPIED FROM WIKIPEDIA
  * /
  * /
/* Site-wide styles */
/* #siteNotice {
border: 5px #BB0000 solid;
} */


/* Navigation boxes (also common to Header Nav and Footer Nav) */
/* Navigation boxes (also common to Header Nav and Footer Nav) */
Line 1,171: Line 1,166:
}
}


.nav_box .NavContent,
.nav_box .mw-collapsible-content {
.nav_box .mw-collapsible-content {
text-align: left;
text-align: left;
Line 1,177: Line 1,171:
}
}


.nav_box .toc_heading,
.nav_box .toc_heading {
.nav_box_toc_heading {
padding-bottom: 0.25em;
padding-bottom: 0.25em;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;
Line 1,186: Line 1,179:


/* Header Nav */
/* Header Nav */
.header_nav .NavHead,
.header_nav div {
.header_nav div {
text-align: left;
text-align: left;
Line 1,228: Line 1,220:
}
}


/* Guide Main Page styles */
/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
Line 1,297: Line 1,288:
font-weight: bold;
font-weight: bold;
font-size: 1.1em;
font-size: 1.1em;
}
table.controltable {
width: 100%;
table-layout: fixed;
}
table.controltable td {
text-align: center;
}
table.controltable .table-desc {
text-align: left;
}
#spoiler {
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
}


Line 1,327: Line 1,300:
margin: 0;
margin: 0;
float: right;
float: right;
}
/* Achievement lists */
table.achievement_list tr th {
background-color: #AABBCC;
}
table.achievement_list tr td:first-child {
text-align: center;
}
}


Line 1,599: Line 1,563:
border-top: 3px double #cccccc;
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
/* Standard talk template style */
.Talk-Notice  {
border: 1px solid #C0C090;
background-color: #F8EABA;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
border-spacing: 3px;
}
.Talk-Notice:after {
content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
}


Line 1,629: Line 1,573:
.metadata-label {
.metadata-label {
color: #999;
color: #999;
}
/* Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect,
.redirect-in-category,
.watchlistredir {
font-style: italic;
}
}


/* Hide license dropdown on [[Special:Upload]] */
/* Hide license dropdown on [[Special:Upload]] */
p.mw-upload-editlicenses {
p.mw-upload-editlicenses,
.mw-htmlform-field-Licenses {
   display: none;
   display: none;
}
.mw-htmlform-field-Licenses {
    display: none;
}
}