MediaWiki:Monobook.css
From Gospel Translations
(Difference between revisions)
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
- | .lcall { | + | .lcall { |
- | + | border: 1px solid rgb(170, 170, 170); | |
- | + | margin: 5px 15px 5px 0pt; | |
- | + | padding: 7px; | |
- | + | float: left; | |
- | + | width: 20%; | |
- | + | font-size: 11px; | |
- | + | background-color: | |
- | + | rgb(230, 230, 230); | |
+ | line-height: 14px; | ||
} | } | ||
- | .rcall { | + | .rcall { |
- | + | border: 1px solid rgb(170, 170, 170); | |
- | + | margin: 5px 15px 5px 0pt; | |
- | + | padding: 7px; | |
- | + | float: right; | |
- | + | width: 20%; | |
- | + | font-size: 11px; | |
- | + | background-color: | |
- | + | rgb(230, 230, 230); | |
+ | line-height: 14px; | ||
} | } |
Revision as of 13:56, 14 November 2007
/* CSS placed here will affect users of the Monobook skin */ .lcall { border: 1px solid rgb(170, 170, 170); margin: 5px 15px 5px 0pt; padding: 7px; float: left; width: 20%; font-size: 11px; background-color: rgb(230, 230, 230); line-height: 14px; } .rcall { border: 1px solid rgb(170, 170, 170); margin: 5px 15px 5px 0pt; padding: 7px; float: right; width: 20%; font-size: 11px; background-color: rgb(230, 230, 230); line-height: 14px; }