MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
m adding testing borders |
m trying various things |
||
Line 8: | Line 8: | ||
.infobox .header { background-color: #7995ca; color: #fff; text-align: center; } | .infobox .header { background-color: #7995ca; color: #fff; text-align: center; } | ||
.infobox .subheader { background-color: #b4c5e3; } | .infobox .subheader { background-color: #b4c5e3; } | ||
.infobox table { background-color: #fff; } | .infobox table { background-color: #fff; padding: 0; margin: 0; } | ||
.infobox table td { padding: 4px; border: 1px solid black; } | .infobox table tr { padding: 0; margin: 0; } | ||
.infobox table .left { | .infobox table td { margin: 0; padding: 4px; border: 1px solid black; width: 150px; } | ||
.infobox table .left { border-right: 1px solid #999; } | |||
.centered { text-align: center; } | .centered { text-align: center; } |
Revision as of 19:14, 24 January 2007
/* edit this file to customize the monobook skin for the entire site */ #toc { float: left; margin-right: 2%; } .infobox { border: 1px solid #999; float: right; width: 300px; margin-left: 1%; z-index: 2; } .infobox div { padding: 4px; background-color: #fff; } .infobox .vborder { border: solid #999; border-width: 1px 0; } .infobox .header { background-color: #7995ca; color: #fff; text-align: center; } .infobox .subheader { background-color: #b4c5e3; } .infobox table { background-color: #fff; padding: 0; margin: 0; } .infobox table tr { padding: 0; margin: 0; } .infobox table td { margin: 0; padding: 4px; border: 1px solid black; width: 150px; } .infobox table .left { border-right: 1px solid #999; } .centered { text-align: center; }