Difference between revisions of "MediaWiki:Vector.css"
From SimCity Wiki
Line 23: | Line 23: | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
− | color:# | + | color:#fccb62; |
} | } | ||
Line 37: | Line 37: | ||
div.vectorTabs a{ | div.vectorTabs a{ | ||
− | color: # | + | color: #fccb62; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 67: | Line 67: | ||
div#p-personal a { | div#p-personal a { | ||
− | color:# | + | color:#fccb62; |
} | } | ||
div#footer a { | div#footer a { | ||
− | color:# | + | color:#fccb62; |
} | } | ||
div#left-navigation a{ | div#left-navigation a{ | ||
− | color:# | + | color:#fccb62; |
} | } | ||
div#right-navigation a{ | div#right-navigation a{ | ||
− | color:# | + | color:#fccb62; |
} | } | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
− | color:# | + | color:#fccb62; |
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
− | color:# | + | color:#fccb62; |
} | } | ||
Revision as of 12:28, 26 December 2013
/* CSS placed here will affect users of the Vector skin */ /* widen the sidebar */ div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { left: 12em; } /* background colors and whatnot */ body { background-color:#aedde3; background-repeat:repeat-x; } #mw-page-base { background-color: transparent; background-image: none; } div.vectorTabs li a { color:#fccb62; } #mw-head-base { background: rgba(174, 221, 227, 1); border-top: 1px solid #aedde3; border-left: 1px solid #aedde3; border-right: 1px solid #aedde3; bottom: 0; height: 40px; margin-top: -41px; } div.vectorTabs a{ color: #fccb62; font-weight: bold; } div.vectorTabs ul li{ background-color:transparent; background-image:none; } div.vectorTabs li.selected { background-color: transparent; background-image: none; } div.vectorTabs { background-image: none; } div.vectorTabs ul { background-image: none; } div.vectorTabs li a { background-image: none; } div.vectorTabs span { background-image: none; } div#p-personal a { color:#fccb62; } div#footer a { color:#fccb62; } div#left-navigation a{ color:#fccb62; } div#right-navigation a{ color:#fccb62; } div#mw-panel div.portal div.body ul li a { color:#fccb62; } div#mw-panel div.portal div.body ul li a:visited { color:#fccb62; } div#mw-panel div.portal h5 { color:#4F882A; } div.vectorMenu ul { background-color:#aedde3; }