MediaWiki:Planescape.css: Difference between revisions
From Timaresh
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to the Planescape skin only | /** CSS placed here will be applied to the Planescape skin only | ||
<pre><nowiki>*/ | <pre><nowiki>*/ | ||
/* wikitable/prettytable class for skinning normal tables */ | |||
table.wikitable, | |||
table.prettytable { | |||
background: #E447AD; | |||
border: 1px #CA9E7B solid; | |||
} | |||
table.wikitable th, table.wikitable td, | |||
table.prettytable th, table.prettytable td { | |||
border: 1px #CA9E7B solid; | |||
} | |||
table.wikitable th, | |||
table.prettytable th { | |||
background: #E447AD; | |||
} | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #CA9E7B; | |||
background-color: #E447AD; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #CA9E7B; | |||
/* styles for bordered infobox with merged rows */ | |||
.infobox.bordered .mergedtoprow td, | |||
.infobox.bordered .mergedtoprow th { | |||
border-top: 1px solid #CA9E7B; | |||
border-right: 1px solid #CA9E7B; | |||
} | |||
.infobox.bordered .mergedrow td, | |||
.infobox.bordered .mergedrow th { | |||
border-right: 1px solid #CA9E7B; | |||
} | |||
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */ | |||
.infobox.geography td, | |||
.infobox.geography th { | |||
border-top: solid 1px #CA9E7B; | |||
} | |||
.infobox.geography .mergedtoprow td, | |||
.infobox.geography .mergedtoprow th { | |||
border-top: solid 1px #CA9E7B; | |||
} | |||
.infobox.geography .mergedbottomrow td, | |||
.infobox.geography .mergedbottomrow th { | |||
border-bottom: solid 1px #CA9E7B; | |||
} | |||
/* Style for "notices" */ | |||
.notice { | |||
margin: 1em; | |||
padding: 0.2em; | |||
} | |||
#disambig { | |||
border-top: 1px solid #ccc; | |||
border-bottom: 1px solid #ccc; | |||
} | |||
/* Persondata */ | |||
table.persondata { | |||
border: 1px solid #CA9E7B; | |||
} | |||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ | ||
Revision as of 00:10, 29 April 2007
/** CSS placed here will be applied to the Planescape skin only
<pre><nowiki>*/
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
background: #E447AD;
border: 1px #CA9E7B solid;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #CA9E7B solid;
}
table.wikitable th,
table.prettytable th {
background: #E447AD;
}
/* Infobox template style */
.infobox {
border: 1px solid #CA9E7B;
background-color: #E447AD;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #CA9E7B;
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border-top: 1px solid #CA9E7B;
border-right: 1px solid #CA9E7B;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border-right: 1px solid #CA9E7B;
}
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography td,
.infobox.geography th {
border-top: solid 1px #CA9E7B;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #CA9E7B;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-bottom: solid 1px #CA9E7B;
}
/* Style for "notices" */
.notice {
margin: 1em;
padding: 0.2em;
}
#disambig {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
/* Persondata */
table.persondata {
border: 1px solid #CA9E7B;
}
/*</nowiki></pre>*/