MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
margin: 0 0 1em 1.15em; | |||
} | } | ||
.infobox + .infobox, | |||
.infobox + style + .infobox { | |||
clear: none; | |||
} | |||
.infobox, .infobox-wide { | |||
font-size: 88%; | |||
} | |||
.infobox tr { | |||
vertical-align: top; | |||
} | |||
.infobox td, .infobox th, | |||
.infobox-wide td, .infobox-wide th { | |||
padding: 2px; | |||
} | |||
body { | body { | ||
background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light); | background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light); | ||
} | } |
Revision as of 19:03, 31 May 2024
/* CSS placed here will be applied to all skins */ /* Infobox borders */ .infobox, .infobox td, .infobox tr, .infobox th { border-collapse: collapse; border: 1px solid; } /* Infobox templates */ .infobox { float: right; clear: right; margin: 0 0 1em 1.15em; } .infobox + .infobox, .infobox + style + .infobox { clear: none; } .infobox, .infobox-wide { font-size: 88%; } .infobox tr { vertical-align: top; } .infobox td, .infobox th, .infobox-wide td, .infobox-wide th { padding: 2px; } body { background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light); }