MediaWiki:Common.css: Difference between revisions
From LPUinfo
Created page with "→CSS placed here will be applied to all skins: .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .b..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
blockquote { | |||
display: block; | |||
margin-block-start: 1em; | |||
margin-block-end: 1em; | |||
margin-inline-start: 40px; | |||
margin-inline-end: 40px; | |||
unicode-bidi: isolate; | |||
} | |||
.infobox { | .infobox { |
Revision as of 12:16, 25 February 2025
/* CSS placed here will be applied to all skins */ blockquote { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 40px; margin-inline-end: 40px; unicode-bidi: isolate; } .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }