MediaWiki:Monobook.css
From Igridrm
(Difference between revisions)
(wikitable) |
|||
| Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| + | |||
| + | /*<pre>*/ | ||
| + | |||
| + | /* wikitable tables */ | ||
| + | table.wikitable { | ||
| + | background-color: #fff; | ||
| + | border-spacing: 0px; | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | |||
| + | table.wikitable th { | ||
| + | padding: 3px; | ||
| + | border: 1px solid #8cacbb; | ||
| + | background-color: #dee7ec; | ||
| + | } | ||
| + | |||
| + | table.wikitable td { | ||
| + | padding: 3px; | ||
| + | border: 1px solid #8cacbb; | ||
| + | } | ||
| + | |||
| + | /*</pre>*/ | ||
Current revision as of 18:27, 2 May 2006
/* edit this file to customize the monobook skin for the entire site */
/*<pre>*/
/* wikitable tables */
table.wikitable {
background-color: #fff;
border-spacing: 0px;
border-collapse: collapse;
}
table.wikitable th {
padding: 3px;
border: 1px solid #8cacbb;
background-color: #dee7ec;
}
table.wikitable td {
padding: 3px;
border: 1px solid #8cacbb;
}
/*</pre>*/
