To get rid of this ad please Sign up/Login.
Difference between revisions of "MediaWiki:Vector.css"
m |
m |
||
Line 12: | Line 12: | ||
.mw-body a:link { color: #0084b4; } | .mw-body a:link { color: #0084b4; } | ||
.WikiFocusBox { | |||
-webkit-border-radius: 4px; | |||
-moz-border-radius: 4px; | |||
-khtml-border-radius: 4px; | |||
border-radius: 4px; | |||
} |
Revision as of 05:04, 30 December 2013
/* CSS placed here will affect users of the Vector skin */ .smwtable .row-odd {background-color:#fcfcfc; } .smwtable .row-even {background-color:#f7f7f7; } .skintest { color: red; } .mw-body a:link { color: #0084b4; } .WikiFocusBox { -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }