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 |
||
(One intermediate revision by the same user not shown) | |||
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: 20px; | |||
margin-inline-end: 40px; | |||
unicode-bidi: isolate; | |||
border-left: 5px solid #ddd; | |||
padding-left: 10px; | |||
} | |||
.infobox { | .infobox { |
Latest revision as of 12:18, 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: 20px; margin-inline-end: 40px; unicode-bidi: isolate; border-left: 5px solid #ddd; padding-left: 10px; } .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; }