MediaWiki:Vector.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
/* background colors and whatnot */ | /* background colors and whatnot */ | ||
body { | body { | ||
background-color:# | background-color:#d3dbe2; | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
Line 13: | Line 13: | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
color:# | color:#000000; | ||
} | } | ||
Line 27: | Line 27: | ||
div.vectorTabs a{ | div.vectorTabs a{ | ||
color: # | color: #000000; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 57: | Line 57: | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
color: # | color: #000000; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:hover { | div#mw-panel div.portal div.body ul li a:hover { | ||
color: # | color: #000000; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
color: # | color: #000000; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
#p-personal a{ | #p-personal a{ | ||
color: # | color: #000000; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
div#footer a { | div#footer a { | ||
color:# | color:#000000; | ||
} | } | ||
#mw-panel.collapsible-nav .portal.collapsed h5 a { | #mw-panel.collapsible-nav .portal.collapsed h5 a { | ||
color:# | color:#000000; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |