MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
ThePoet444 (talk | contribs) No edit summary |
ThePoet444 (talk | contribs) mNo edit summary |
||
(27 intermediate revisions by 2 users not shown) | |||
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 */ | ||
import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css | |||
#toc { float: left; margin-right: 2%; } | #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 .image { padding: 0; text-align: center; } | |||
.infobox table { background-color: #fff; } | |||
.infobox table td { padding: 4px; width: 150px; vertical-align: top; } | |||
.infobox table .left { border-right: 1px solid #999; } | |||
.centered { text-align: center; } | |||
/* | |||
#title-eraicons { display: inline; } | |||
#title-icons { display: inline; } | |||
*/ |
Latest revision as of 15:19, 24 May 2010
/* edit this file to customize the monobook skin for the entire site */ import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css #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 .image { padding: 0; text-align: center; } .infobox table { background-color: #fff; } .infobox table td { padding: 4px; width: 150px; vertical-align: top; } .infobox table .left { border-right: 1px solid #999; } .centered { text-align: center; } /* #title-eraicons { display: inline; } #title-icons { display: inline; } */