MediaWiki:Planescape.css
From Timaresh
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/** CSS placed here will be applied to the Planescape skin only
<pre><nowiki>*/
/* wikitable/prettytable class for skinning normal tables */
/* keep reference link from getting bolded, make it smaller */
sup.reference {
font-size: 70%;
font-variant: none;
font-weight: normal;
}
/* Highlight clicked reference in light brown to help navigation */
ol.references > li:target {
background-color: #efd9c8;
}
sup.reference:target {
background-color: #efd9c8;
}
caption {
font-family: "Exocet Heavy", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
font-size: 132%;
color: #CA9E7B;
font-weight: bold;
}
table.wikitable,
table.prettytable {
background: transparent;
border: 0px #CA9E7B solid;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 0px #CA9E7B solid;
}
table.wikitable th,
table.prettytable th {
background: transparent;
font-weight: bold;
font-variant: small-caps;
color: #CA9E7B;
text-align: left;
}
/* Infobox template style */
.infobox {
border: 0px solid #CA9E7B;
background-color: transparent;
}
.infobox.bordered td,
.infobox.bordered th {
border: 0px solid #CA9E7B;
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border-top: 0px solid #CA9E7B;
border-right: 0px solid #CA9E7B;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border-right: 0px solid #CA9E7B;
}
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography td,
.infobox.geography th {
border-top: solid 0px #CA9E7B;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 0px #CA9E7B;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-bottom: solid 0px #CA9E7B;
}
/* Style for "notices" */
.notice {
margin: 1em;
padding: 0.2em;
}
#disambig {
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}
/* Persondata */
table.persondata {
border: 1px solid #CA9E7B;
}
/*</nowiki></pre>*/