Difference between revisions of "MediaWiki:Monobook.css"
From SimsWiki
| 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 */ | ||
| − | + | table.prettytable { | |
background-color:#f5fffa; | background-color:#f5fffa; | ||
border-spacing:4px; | border-spacing:4px; | ||
| Line 8: | Line 8: | ||
} | } | ||
| − | + | table.prettytable th { | |
border:1px solid #407361; | border:1px solid #407361; | ||
background-color: #c9e8e8; | background-color: #c9e8e8; | ||
| Line 14: | Line 14: | ||
} | } | ||
| − | + | table.prettytable td { | |
border:1px solid #b3decf; | border:1px solid #b3decf; | ||
padding:3px; | padding:3px; | ||
| Line 20: | Line 20: | ||
} | } | ||
| − | + | table.prettytable .shaded { | |
background-color:#d9f0f6; | background-color:#d9f0f6; | ||
} | } | ||
| − | + | table.prettytable .normal { | |
background-color:#f5fffa; | background-color:#f5fffa; | ||
} | } | ||
Revision as of 16:21, 10 July 2009
/* edit this file to customize the monobook skin for the entire site */
table.prettytable {
background-color:#f5fffa;
border-spacing:4px;
margin: 1em auto 1em auto;
}
table.prettytable th {
border:1px solid #407361;
background-color: #c9e8e8;
font-weight:bold;
}
table.prettytable td {
border:1px solid #b3decf;
padding:3px;
margin:3px;
}
table.prettytable .shaded {
background-color:#d9f0f6;
}
table.prettytable .normal {
background-color:#f5fffa;
}