Difference between revisions of "MediaWiki:Vector.css"
From MusicLexis
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
#mw-panel .portal a, #mw-panel .portal a:visited { | #mw-panel .portal a, #mw-panel .portal a:visited { | ||
− | font-size: | + | font-size:15px; |
} | } | ||
− | #bodyContent {font-size: | + | #bodyContent {font-size:17px;} |
+ | |||
+ | body {background-color: #E6E6FA;} | ||
+ | |||
+ | #p-logo {background-color: #E6E6FA;} | ||
+ | |||
+ | #mw-head-base {background-color: #E6E6FA;} |
Latest revision as of 18:48, 5 March 2016
/* CSS placed here will affect users of the Vector skin */ #mw-panel .portal a, #mw-panel .portal a:visited { font-size:15px; } #bodyContent {font-size:17px;} body {background-color: #E6E6FA;} #p-logo {background-color: #E6E6FA;} #mw-head-base {background-color: #E6E6FA;}