19,659
edits
(putting this code back now that I'm done troubleshooting) |
(updating to current version of Common.css from WP) |
||
Line 1: | Line 1: | ||
/* Main page fixes */ | /* Main page fixes */ | ||
#interwiki-completelist { | |||
font-weight: bold; | |||
} | |||
body.page-Main_Page #ca-delete { | body.page-Main_Page #ca-delete { | ||
display: none !important; | display: none !important; | ||
} | |||
body.page-Main_Page #mp-topbanner { | |||
clear: both; | |||
} | } | ||
Line 10: | Line 15: | ||
height: 22px; | height: 22px; | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
} | |||
/* Margins for <ol> and <ul> */ | |||
div#content ol, div#content ul, | |||
div#mw_content ol, div#mw_content ul { | |||
margin-bottom: 0.5em; | |||
} | } | ||
/* Make the list of references smaller */ | /* Make the list of references smaller */ | ||
ol.references { | ol.references, | ||
font-size: | div.reflist, | ||
div.refbegin { | |||
font-size: 90%; /* Default font-size */ | |||
} | } | ||
.references | div.reflist ol.references { | ||
font-size: | font-size: 100%; /* Reset font-size when nested in div.reflist */ | ||
list-style-type: inherit; /* Enable custom list style types */ | |||
} | } | ||
/* | /* Highlight clicked reference in blue to help navigation */ | ||
ol.references li:target, | |||
sup.reference:target, | |||
span.citation:target { | |||
.references | background-color: #DEF; | ||
} | } | ||
/* Ensure refs in table headers and the like aren't bold or italic */ | |||
sup.reference { | |||
/* | font-weight: normal; | ||
font-style: normal; | |||
} | } | ||
/* Allow hidden ref errors to be shown by user CSS */ | |||
span.brokenref { | |||
display: none; | |||
} | } | ||
/* Styling for citations */ | /* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */ | ||
.citation { | |||
word-wrap: break-word; | word-wrap: break-word; | ||
} | } | ||
/* | /* Default styling for titles of works, styling for the title of an article | ||
cite | within a periodical, or a contribution within a compilation. */ | ||
cite, | |||
.citation cite.article, | |||
.citation cite.contribution { | |||
font-style: inherit; | |||
} | } | ||
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */ | /* Styling for the title of any work within a citation, | ||
or specifically the title of a periodical. */ | |||
@media screen, handheld | .citation cite, | ||
.citation cite.periodical { | |||
font-style: italic; | |||
} | |||
/* For linked citation numbers and document IDs, where | |||
the number need not be shown on a screen or a handheld, | |||
but should be included in the printed version */ | |||
@media screen, handheld { | |||
.citation *.printonly { | |||
display: none; | display: none; | ||
} | } | ||
} | } | ||
/* Default skin for navigation boxes */ | |||
/* | table.navbox { /* Navbox container style */ | ||
table. | border: 1px solid #aaa; | ||
width: 100%; | |||
margin: | margin: auto; | ||
clear: both; | |||
font-size: 88%; | |||
text-align: center; | |||
padding: 1px; | |||
} | } | ||
. | table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */ | ||
. | margin-top: -1px; /* (doesn't work for IE6, but that's okay) */ | ||
} | } | ||
. | .navbox-title, | ||
. | .navbox-abovebelow, | ||
table.navbox th { | |||
text-align: center; /* Title and above/below styles */ | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | } | ||
. | .navbox-group { /* Group style */ | ||
white-space: nowrap; | |||
text-align: right; | |||
font-weight: bold; | font-weight: bold; | ||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | } | ||
.navbox, .navbox-subgroup { | .navbox, .navbox-subgroup { | ||
background: #fdfdfd; /* Background color */ | |||
} | } | ||
.navbox-list { | .navbox-list { | ||
border-color: #fdfdfd; /* Must match background color */ | |||
} | } | ||
.navbox-title, table.navbox th { | .navbox-title, | ||
table.navbox th { | |||
background: #ccccff; /* Level 1 color */ | |||
} | } | ||
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { | .navbox-abovebelow, | ||
.navbox-group, | |||
.navbox-subgroup .navbox-title { | |||
background: #ddddff; /* Level 2 color */ | |||
} | } | ||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | ||
background: #e6e6ff; /* Level 3 color */ | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: #f7f7f7; /* Even row striping */ | |||
} | } | ||
.navbox-odd { | .navbox-odd { | ||
background: transparent; /* Odd row striping */ | |||
} | |||
.collapseButton { /* 'show'/'hide' buttons created dynamically */ | |||
float: right; /* by the CollapsibleTables javascript in */ | |||
font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */ | |||
text-align: right; /* so they can be customised. */ | |||
width: auto; | |||
} | |||
.navbox .collapseButton { /* In navboxes, the show/hide button balances */ | |||
width: 6em; /* the vde links from [[Template:Navbar]], */ | |||
} /* so they need to be the same width. */ | |||
.navbar { /* Navbox template links */ | |||
font-size: 88%; /* Default font-size */ | |||
font-weight: normal; | |||
} | |||
.navbox .navbar { | |||
font-size: 100%; /* Font-size when nested within navbox */ | |||
} | } | ||
Line 144: | Line 160: | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
text-align: left; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
} | |||
.infobox caption { | |||
font-size: 125%; | |||
font-weight: bold; | |||
} | } | ||
.infobox td, | .infobox td, | ||
.infobox th { | .infobox th { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox.bordered { | .infobox.bordered { | ||
Line 193: | Line 212: | ||
} | } | ||
/* Styles for geography infoboxes, | /* Styles for geography infoboxes, eg countries, | ||
country subdivisions, cities, etc. */ | |||
.infobox.geography { | .infobox.geography { | ||
text-align: left; | text-align: left; | ||
Line 203: | Line 223: | ||
.infobox.geography td, | .infobox.geography td, | ||
.infobox.geography th { | .infobox.geography th { | ||
border-top: solid | border-top: 1px solid #aaa; | ||
padding: 0.4em 0.6em 0.4em 0.6em; | padding: 0.4em 0.6em 0.4em 0.6em; | ||
} | } | ||
.infobox.geography .mergedtoprow td, | .infobox.geography .mergedtoprow td, | ||
.infobox.geography .mergedtoprow th { | .infobox.geography .mergedtoprow th { | ||
border-top: solid | border-top: 1px solid #aaa; | ||
padding: 0.4em 0.6em 0.2em 0.6em; | padding: 0.4em 0.6em 0.2em 0.6em; | ||
} | } | ||
Line 221: | Line 241: | ||
.infobox.geography .mergedbottomrow th { | .infobox.geography .mergedbottomrow th { | ||
border-top: 0; | border-top: 0; | ||
border-bottom: solid | border-bottom: 1px solid #aaa; | ||
padding: 0 0.6em 0.4em 0.6em; | padding: 0 0.6em 0.4em 0.6em; | ||
} | } | ||
Line 231: | Line 251: | ||
} | } | ||
/* | /* Normal font styling for table row headers with scope="row" tag */ | ||
. | .wikitable.plainrowheaders th[scope=row] { | ||
font-weight: normal; | |||
text-align: left; | |||
} | } | ||
/* lists in data cells are always left-aligned */ | |||
.wikitable td ul, | |||
.wikitable td ol, | |||
.wikitable td dl { | |||
text-align: left; | |||
} | } | ||
/* Icons for medialist templates [[Template:Listen]], | |||
[[Template:Multi-listen_start]], [[Template:Video]], | |||
[[Template:Multi-video_start]] | |||
*/ | |||
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ | |||
div.listenlist { | div.listenlist { | ||
background: url("http://upload.wikimedia.org/wikipedia/commons/ | background: url("http://upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png"); | ||
padding-left: 40px; | padding-left: 40px; | ||
} | } | ||
Line 298: | Line 293: | ||
} | } | ||
/* Change the external link icon to an Adobe icon for all PDF files | /* Change the external link icon to an Adobe icon for all PDF files | ||
in browsers that support these CSS selectors, like Mozilla and Opera */ | |||
# | div#content a[href$=".pdf"].external, | ||
# | div#content a[href*=".pdf?"].external, | ||
# | div#content a[href*=".pdf#"].external, | ||
# | div#content a[href$=".PDF"].external, | ||
# | div#content a[href*=".PDF?"].external, | ||
# | div#content a[href*=".PDF#"].external, | ||
#mw_content a[href$=".pdf"].external, | div#mw_content a[href$=".pdf"].external, | ||
#mw_content a[href*=".pdf?"].external, | div#mw_content a[href*=".pdf?"].external, | ||
#mw_content a[href*=".pdf#"].external, | div#mw_content a[href*=".pdf#"].external, | ||
#mw_content a[href$=".PDF"].external, | div#mw_content a[href$=".PDF"].external, | ||
#mw_content a[href*=".PDF?"].external, | div#mw_content a[href*=".PDF?"].external, | ||
#mw_content a[href*=".PDF#"].external { | div#mw_content a[href*=".PDF#"].external { | ||
background: url(http://upload.wikimedia.org/wikipedia/commons | background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; | ||
padding-right: 18px; | |||
padding-right: | |||
} | } | ||
span. | /* Change the external link icon to an Adobe icon anywhere the PDFlink class | ||
background: url(http://upload.wikimedia.org/wikipedia/ | is used (notably Template:PDFlink). This works in IE, unlike the above. */ | ||
padding-right: | div#content span.PDFlink a, | ||
div#mw_content span.PDFlink a { | |||
background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; | |||
padding-right: 18px; | |||
} | } | ||
Line 348: | Line 339: | ||
width: 20%; | width: 20%; | ||
min-width: 120px; | min-width: 120px; | ||
} | } | ||
Line 437: | Line 390: | ||
background: #F8EABA; | background: #F8EABA; | ||
} | } | ||
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | ||
th.mbox-text, td.mbox-text { | th.mbox-text, td.mbox-text { /* The message body cell(s) */ | ||
border: none; | border: none; | ||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; /* 0.9em left/right */ | ||
width: 100%; | width: 100%; /* Make all mboxes the same width regardless of text length */ | ||
} | } | ||
td.mbox-image { | td.mbox-image { /* The left image cell */ | ||
border: none; | border: none; | ||
padding: 2px 0 2px 0.9em; | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ | ||
text-align: center; | text-align: center; | ||
} | } | ||
td.mbox-imageright { | td.mbox-imageright { /* The right image cell */ | ||
border: none; | border: none; | ||
padding: 2px 0.9em 2px 0; | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ | ||
text-align: center; | text-align: center; | ||
} | } | ||
. | td.mbox-empty-cell { /* An empty narrow cell */ | ||
border: none; | |||
padding: 0px; | |||
width: 1px; | |||
width: | |||
} | } | ||
/* Article message box styles */ | /* Article message box styles */ | ||
table.ambox { | table.ambox { | ||
margin: 0px 10%; /* 10% = Will not overlap with other elements */ | |||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
border-left: 10px solid #1e90ff; | border-left: 10px solid #1e90ff; /* Default "notice" blue */ | ||
background: #fbfbfb; | background: #fbfbfb; | ||
} | |||
table.ambox + table.ambox { /* Single border between stacked boxes. */ | |||
margin-top: -1px; | |||
} | } | ||
.ambox th.mbox-text, | .ambox th.mbox-text, | ||
Line 491: | Line 441: | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
} | } | ||
table.ambox-delete { | |||
table.ambox-delete { | |||
border-left: 10px solid #b22222; /* Red */ | border-left: 10px solid #b22222; /* Red */ | ||
} | } | ||
Line 501: | Line 450: | ||
border-left: 10px solid #f4c430; /* Yellow */ | border-left: 10px solid #f4c430; /* Yellow */ | ||
} | } | ||
table.ambox-move { | |||
table.ambox-move { | |||
border-left: 10px solid #9932cc; /* Purple */ | border-left: 10px solid #9932cc; /* Purple */ | ||
} | } | ||
Line 516: | Line 464: | ||
background: #fbfbfb; | background: #fbfbfb; | ||
} | } | ||
.imbox .mbox-text .imbox { | .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */ | ||
margin: 0 -0.5em; | margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ | ||
display: block; /* Fix for webkit to force 100% width. */ | |||
} | } | ||
.mbox-inside .imbox { | .mbox-inside .imbox { /* For imboxes inside other templates. */ | ||
margin: 4px; | margin: 4px; | ||
} | } | ||
Line 624: | Line 573: | ||
background: #f8eaba; | background: #f8eaba; | ||
} | } | ||
.mbox-inside .tmbox { | .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */ | ||
margin: 2px 0; | margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */ | ||
width: 100%; | width: 100%; /* For Safari and Opera */ | ||
} | |||
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */ | |||
line-height: 1.5em; /* also "nested", so reset styles that are */ | |||
font-size: 100%; /* set in "mbox-small" above. */ | |||
} | } | ||
Line 650: | Line 603: | ||
} | } | ||
/* | /* Disambig and set index box styles */ | ||
table.dmbox { | |||
clear: both; | |||
margin: 0.9em 1em; | |||
border-top: 1px solid #ccc; | |||
border-bottom: 1px solid #ccc; | |||
background: transparent; | |||
} | |||
/* Footer and header message box styles */ | |||
table.fmbox { | |||
clear: both; | clear: both; | ||
margin: 0.2em 0; | margin: 0.2em 0; | ||
border: 1px solid # | width: 100%; | ||
background: # | border: 1px solid #aaa; | ||
background: #f9f9f9; /* Default "system" gray */ | |||
} | |||
table.fmbox-system { | |||
background: #f9f9f9; | |||
} | } | ||
table.fmbox-warning { | |||
border: 1px solid #bb7070; /* Dark pink */ | |||
/* | background: #ffdbdb; /* Pink */ | ||
background: | |||
} | } | ||
table.fmbox-editnotice { | |||
background: transparent; | |||
} | } | ||
. | /* Div based "warning" style fmbox messages. */ | ||
div.mw-warning-with-logexcerpt, | |||
div.mw-lag-warn-high, | |||
div.mw-cascadeprotectedwarning, | |||
div#mw-protect-cascadeon { | |||
clear: both; | |||
margin: 0.2em 0; | |||
border: 1px solid #bb7070; | |||
background: #ffdbdb; | |||
padding: 0.25em 0.9em; | |||
} | } | ||
. | /* Div based "system" style fmbox messages. | ||
Used in [[MediaWiki:Readonly lag]]. */ | |||
div.mw-lag-warn-normal, | |||
div.fmbox-system { | |||
clear: both; | |||
margin: 0.2em 0; | |||
border: 1px solid #aaa; | |||
background: #f9f9f9; | |||
padding: 0.25em 0.9em; | |||
} | } | ||
/* These mbox-small classes must be placed after all other | |||
font- | ambox/tmbox/ombox etc classes. "body.mediawiki" is so | ||
they override "table.ambox + table.ambox" above. */ | |||
body.mediawiki table.mbox-small { /* For the "small=yes" option. */ | |||
clear: right; | |||
float: right; | |||
margin: 4px 0 4px 1em; | |||
width: 238px; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | } | ||
. | body.mediawiki table.mbox-small-left { /* For the "small=left" option. */ | ||
font- | margin: 4px 1em 4px 0; | ||
width: 238px; | |||
border-collapse: collapse; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | } | ||
/* Remove default styles for [[MediaWiki:Noarticletext]]. */ | |||
div.noarticletext { | |||
border: none; | |||
background: transparent; | |||
padding: 0; | |||
: | |||
} | } | ||
Line 741: | Line 690: | ||
} | } | ||
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests | /* suppress missing interwiki image links where #ifexist cannot | ||
be used due to high number of requests see .hidden-redlink on | |||
http://meta.wikimedia.org/wiki/MediaWiki:Common.css | |||
*/ | |||
.check-icon a.new { | .check-icon a.new { | ||
display: none; | display: none; | ||
speak:none; | speak: none; | ||
} | } | ||
/* Removes underlines from links */ | /* Removes underlines from certain links */ | ||
.nounderlines a { | .nounderlines a, | ||
.IPA a:link, .IPA a:visited { | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* Standard Navigationsleisten, aka box hiding thingy | |||
from .de. Documentation at [[Wikipedia:NavFrame]]. */ | |||
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ | |||
div.NavFrame { | div.NavFrame { | ||
margin: 0; | margin: 0; | ||
Line 773: | Line 714: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 95%; | font-size: 95%; | ||
} | } | ||
div.NavFrame + div.NavFrame { | div.NavFrame + div.NavFrame { | ||
Line 792: | Line 729: | ||
font-weight: bold; | font-weight: bold; | ||
background-color: #ccf; | background-color: #ccf; | ||
position:relative | position: relative; | ||
} | } | ||
div.NavFrame p, | |||
div.NavFrame div.NavContent, | |||
div.NavFrame div.NavContent p { | div.NavFrame div.NavContent p { | ||
font-size: 100%; | font-size: 100%; | ||
Line 817: | Line 750: | ||
} | } | ||
/* | /* Hatnotes and disambiguation notices */ | ||
. | .rellink, | ||
.dablink { | .dablink { | ||
font-style: italic; | font-style: italic; | ||
padding-left: 2em; | padding-left: 2em; | ||
margin-bottom: 0.5em; | |||
} | } | ||
.rellink i, | |||
.dablink i { | .dablink i { | ||
font-style: normal; | font-style: normal; | ||
Line 850: | Line 777: | ||
} | } | ||
/* Geographical coordinates defaults. | /* Allow transcluded pages to display in lists rather than a table. | ||
Compatible in Firefox; incompatible in IE6. */ | |||
.listify td { display: list-item; } | |||
.listify tr { display: block; } | |||
.geo-default, .geo-dms, .geo-dec { display: inline; } | .listify table { display: block; } | ||
/* Geographical coordinates defaults. See [[Template:Coord/link]] | |||
for how these are used. The classes "geo", "longitude", and | |||
"latitude" are used by the [[Geo microformat]]. | |||
*/ | |||
.geo-default, .geo-dms, .geo-dec { display: inline; } | |||
.geo-nondefault, .geo-multi-punct { display: none; } | .geo-nondefault, .geo-multi-punct { display: none; } | ||
.longitude, .latitude { white-space: nowrap; } | .longitude, .latitude { white-space: nowrap; } | ||
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */ | /* When <div class="nonumtoc"> is used on the table of contents, | ||
.nonumtoc .tocnumber { display:none; } | the ToC will display without numbers */ | ||
.nonumtoc .tocnumber { display: none; } | |||
.nonumtoc #toc ul, | .nonumtoc #toc ul, | ||
.nonumtoc .toc ul { | .nonumtoc .toc ul { | ||
Line 872: | Line 806: | ||
} | } | ||
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for | /* Allow limiting of which header levels are shown in a TOC; | ||
<div class="toclimit-3">, for instance, will limit to | |||
showing ==headings== and ===headings=== but no further | |||
.toclimit-2 .toclevel- | (as long as there are no =headings= on the page, which | ||
.toclimit-3 .toclevel- | there shouldn't be according to the MoS). | ||
.toclimit-4 .toclevel- | */ | ||
.toclimit-5 .toclevel- | .toclimit-2 .toclevel-1 ul, | ||
.toclimit-6 .toclevel- | .toclimit-3 .toclevel-2 ul, | ||
.toclimit-7 .toclevel- | .toclimit-4 .toclevel-3 ul, | ||
.toclimit-5 .toclevel-4 ul, | |||
.toclimit-6 .toclevel-5 ul, | |||
.toclimit-7 .toclevel-6 ul { | |||
display: none; | |||
} | |||
/* Styling for Template:Quote */ | /* Styling for Template:Quote */ | ||
Line 901: | Line 835: | ||
} | } | ||
/* User block messages */ | |||
div.user-block { | div.user-block { | ||
padding: 5px; | padding: 5px; | ||
margin-bottom: 0.5em; | |||
border: 1px solid #A9A9A9; | border: 1px solid #A9A9A9; | ||
background-color: #FFEFD5; | background-color: #FFEFD5; | ||
} | } | ||
/* | /* Prevent line breaks in silly places: | ||
.nowraplinks a { | 1) Links when we don't want them to | ||
2) Bold "links" to the page itself | |||
2) HTML formulae | |||
3) Ref tags with group names <ref group="Note"> --> "[Note 1]" | |||
*/ | |||
.nowraplinks a, | |||
.nowraplinks .selflink, | |||
span.texhtml, | |||
sup.reference a { | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 918: | Line 862: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
background-color: #ecfcf4; | background-color: #ecfcf4; | ||
padding: | padding: 1em; | ||
} | } | ||
Line 940: | Line 880: | ||
} | } | ||
/* Minimum thumb width */ | |||
.thumbinner { | |||
min-width: 100px; | |||
} | |||
/* Makes the background of a framed image white instead of gray. */ | |||
/* Only visible with transparent images. */ | |||
div.thumb img.thumbimage { | |||
background-color: #fff; | |||
} | |||
/* The backgrounds for galleries. */ | /* The backgrounds for galleries. */ | ||
#content .gallerybox div.thumb { | div#content .gallerybox div.thumb { | ||
background-color: #F9F9F9; /* Light gray padding */ | background-color: #F9F9F9; /* Light gray padding */ | ||
} | } | ||
.gallerybox .thumb img { | /* Put a chequered background behind images, only visible if they have transparency */ | ||
.gallerybox .thumb img, | |||
.filehistory a img, | |||
#file img { | |||
background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; | background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; | ||
} | } | ||
/* | /* But not on articles, user pages, portals or with opt-out. */ | ||
.ns-0 .gallerybox .thumb img, | .ns-0 .gallerybox .thumb img, | ||
.ns-2 .gallerybox .thumb img, | .ns-2 .gallerybox .thumb img, | ||
.ns-100 .gallerybox .thumb img { | .ns-100 .gallerybox .thumb img, | ||
background: white; | .nochecker .gallerybox .thumb img { | ||
background: white; | |||
} | } | ||
/* Prevent boxes from overlapping | /* Prevent floating boxes from overlapping any category listings, | ||
#mw-subcategories, #mw-pages, #mw-category-media { | file histories, edit previews, and edit [Show changes] views */ | ||
#mw-subcategories, #mw-pages, #mw-category-media, | |||
#filehistory, #wikiPreview, #wikiDiff { | |||
clear: both; | clear: both; | ||
} | } | ||
/* Selectively hide headers in WikiProject banners */ | /* Selectively hide headers in WikiProject banners */ | ||
.wpb .wpb-header {display: none} | .wpb .wpb-header { display: none; } | ||
.wpbs-inner .wpb .wpb-header {display: block} /* for IE */ | .wpbs-inner .wpb .wpb-header { display: block; } /* for IE */ | ||
.wpbs-inner .wpb .wpb-header {display: table-row} /* for real browsers */ | .wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */ | ||
.wpbs-inner .wpb-outside {display: none} /* hide things that should only display outside shells */ | .wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */ | ||
/* | /* Styling for Abuse Filter tags */ | ||
.mw-tag-markers { | |||
font-family:sans-serif; | |||
font-style:italic; | |||
font-size:90%; | |||
} | |||
/* | /* Fix monospace fontsize in new edit toolbar (jquery.wikiEditor.toolbar.css). | ||
[[Bugzilla:27502]] */ | |||
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax, | |||
.wikiEditor-ui-toolbar .section-help .page-table td.syntax { | |||
font-family: monospace, "Courier New"; | |||
} | |||
/* | /* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size. | ||
[[Bugzilla:26204]] */ | |||
div.mw-geshi div, | |||
div.mw-geshi div pre, | |||
span.mw-geshi, | |||
pre.source-css, | |||
pre.source-javascript { | |||
font-family: monospace, "Courier New" !important; | |||
} | |||
/* Remove bullets when there are multiple edit page warnings */ | |||
ul.permissions-errors > li { | |||
list-style: none; | |||
} | |||
ul.permissions-errors { | |||
margin: 0; | |||
} | |||
/* No linewrap on the labels of the login/signup page */ | |||
body.page-Special_UserLogin .mw-label label, | |||
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; } | |||
/* Disable the automatic text-size adjust of WebKit on iPhones etc. | |||
It scales some text, and not the other. Use none, or fixed percentage instead. | |||
Use media selector, because defining a value, overwrites platform defaults. */ | |||
@media only screen and (max-device-width: 480px) { | |||
body { | |||
-webkit-text-size-adjust: none; | |||
} | |||
} | |||
/* Pie chart test: Transparent borders */ | |||
.transborder { | |||
border: solid transparent; | |||
} | |||
* html .transborder { /* IE6 */ | |||
border: solid #000001; | |||
filter: chroma(color=#000001); | |||
} | |||
/* | /* Style for horizontal lists (separator following item) */ | ||
ol.hlist, ul.hlist, | |||
.hlist ol, .hlist ul { | |||
margin: 0 !important; | |||
} | |||
.hlist li { | |||
padding: 0em 0.6em 0em 0em; | |||
display: inline; | |||
background: url("http://upload.wikimedia.org/wikipedia/commons/d/da/Middot.png") no-repeat right; | |||
} | |||
.hlist li:last-child { | |||
padding-right: 0em; | |||
background: none; | |||
} | |||
/* | /* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */ | ||
.breadcrumb { | |||
list-style: none; | |||
overflow: hidden; | |||
font: 14px Helvetica, Arial, Sans-Serif; | |||
} | |||
.breadcrumb li { | |||
float: left; | |||
margin-bottom: 0; | |||
} | |||
.breadcrumb li a { | |||
color: white; | |||
text-decoration: none; | |||
padding: 10px 0 10px 45px; | |||
position: relative; | |||
display: block; | |||
float: left; | |||
} | |||
.breadcrumb li a:after, | |||
.breadcrumb li a:before { | |||
content: " "; | |||
display: block; | |||
width: 0; | |||
height: 0; | |||
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ | |||
border-bottom: 50px solid transparent; | |||
position: absolute; | |||
top: 50%; | |||
margin-top: -50px; | |||
left: 100%; | |||
z-index: 2; | |||
} | |||
.breadcrumb li a:before { | |||
border-left: 31px solid white; | |||
margin-left: 1px; | |||
z-index: 1; | |||
} | } | ||
.breadcrumb li:first-child a { | |||
padding-left: 20px; | |||
} | |||
.currentcrumb a { | |||
background: #069; | |||
} | |||
.currentcrumb a:after { | |||
border-left: 30px solid #069; | |||
} | |||
.currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover { | |||
background: #002d44; | |||
} | |||
.currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after { border-left-color: #002d44 !important; } | |||
.prevcrumb a { | |||
background: #396; | |||
} | |||
.prevcrumb a:after { | |||
border-left: 30px solid #396; | |||
} | |||
.nextcrumb a { | |||
background: #999; | |||
} | |||
.nextcrumb a:after { | |||
border-left: 30px solid #999; | |||
} | } | ||
/* Makes it possible for the boxes in the Account Creation Process to overlap */ | |||
#userlogin { | |||
margin:0; | |||
width:90% !important; | |||
max-width:100% !important; | |||
padding:1.5em; | |||
padding-top:0.75em !important; | |||
border:0; | |||
-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); | |||
-webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); | |||
box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); | |||
-moz-border-radius: 7px; | |||
-webkit-border-radius: 7px; | |||
border-radius: 7px; | |||
background:white; | |||
background: #fff; | |||
background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%); | |||
background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5)); | |||
background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); | |||
background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); | |||
background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); | |||
background: linear-gradient(bottom, #fff 90%,#fff 100%); | |||
} |