MediaWiki:Common.css
From Sim Dynasty Rulebook
(Difference between revisions)
(New page: - →CSS placed here will be applied to all skins: h4 { font-weight: normal; text-decoration: underline; }) |
|||
(4 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
- | + | .tip, | |
+ | .note { | ||
+ | padding: 0.5em; | ||
+ | margin: 0.5em 0; | ||
+ | background-color: #F9F9D9; | ||
+ | background-position: 4px 2px; | ||
+ | background-repeat: no-repeat; | ||
+ | border: 1px solid #DDD; | ||
+ | font-style: italic; | ||
+ | } |
Current revision
/* CSS placed here will be applied to all skins */ .tip, .note { padding: 0.5em; margin: 0.5em 0; background-color: #F9F9D9; background-position: 4px 2px; background-repeat: no-repeat; border: 1px solid #DDD; font-style: italic; }