MediaWiki:Monobook.css: Difference between revisions

Jump to navigation Jump to search
infobox support
m correct classification mistake
Line 5: Line 5:
.infobox { border: 1px solid #999; float: right; width: 300px; }
.infobox { border: 1px solid #999; float: right; width: 300px; }
.infobox div { padding: 4px; }
.infobox div { padding: 4px; }
.infobox div .vborder { border: solid #999; border-width: 1px 0; }
.infobox .vborder { border: solid #999; border-width: 1px 0; }
.infobox div .header { background-color: #7995ca; color: #fff; text-align: center; }
.infobox .header { background-color: #7995ca; color: #fff; text-align: center; }
.infobox div .subheader { background-color: #b4c5e3; }
.infobox .subheader { background-color: #b4c5e3; }
.infobox div .lefthalf { float: left; width: 50%; border-right: 1px solid #999; }
.infobox .lefthalf { float: left; width: 50%; border-right: 1px solid #999; }
.infobox div .righthalf { width: 50%; }
.infobox .righthalf { width: 50%; }


.centered { text-align: center; }
.centered { text-align: center; }

Revision as of 18:09, 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; }
.infobox div { padding: 4px; }
.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 .lefthalf { float: left; width: 50%; border-right: 1px solid #999; }
.infobox .righthalf { width: 50%; }

.centered { text-align: center; }