Difference between revisions of "MediaWiki:Common.css"
From AnopeWiki
(13 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
.moduleheader { | .moduleheader { | ||
background-color: #64719b; | background-color: #64719b; | ||
− | color: | + | color: #FFFFFF; |
width: 99%; | width: 99%; | ||
margin: 0px 0px 10px 0px; | margin: 0px 0px 10px 0px; | ||
Line 35: | Line 35: | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
+ | } | ||
+ | |||
+ | .notice { | ||
+ | border: 3px solid #DF0101; | ||
+ | background-color: #F5A9A9; | ||
+ | align:center; | ||
+ | text-align:center; | ||
+ | font-weight:bold; | ||
+ | height:75px; | ||
+ | width:400px; | ||
+ | } | ||
+ | |||
+ | .lang { | ||
+ | cellpadding=1px; | ||
+ | style=float:right; | ||
+ | width:300px; | ||
+ | text-align:left; | ||
+ | border:1px solid #64719b; | ||
+ | border-spacing:0; | ||
+ | border-collapse:collapse; | ||
+ | background-color:#ffffff; | ||
+ | empty-cells:hide; | ||
+ | float=right; | ||
} | } |
Latest revision as of 20:36, 27 May 2014
table.modules { width: 100%; border: 1px solid #64719b; padding-left: 4px; border-collapse: collapse; border-spacing: 0; text-align: left; } .modules th { padding-left: 4px; border: 1px solid #64719b; background-color: #64719b; color: #FFF; } .modules td { border: 1px solid #64719b; } /* first field in the row can have a light blue background */ .modules #f { background-color: #a8bee3; } .moduleheader { background-color: #64719b; color: #FFFFFF; width: 99%; margin: 0px 0px 10px 0px; font-size:18px; font-family: Verdana; text-align:left; font-weight: bold; padding: 0.2em 0.4em; } .notice { border: 3px solid #DF0101; background-color: #F5A9A9; align:center; text-align:center; font-weight:bold; height:75px; width:400px; } .lang { cellpadding=1px; style=float:right; width:300px; text-align:left; border:1px solid #64719b; border-spacing:0; border-collapse:collapse; background-color:#ffffff; empty-cells:hide; float=right; }