User:Gopona/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
color: #839496; | color: #839496; | ||
} | } | ||
a { | a,div#mw-panel div.portal div.body ul li a { | ||
color: #eee8d5; | color: #eee8d5; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | a:visited,div#mw-panel div.portal div.body ul li a:visited { | ||
color: #268bd2; | color: #268bd2; | ||
} | } | ||
Revision as of 21:20, 6 July 2013
h1 {
color: #839496;
}
div#content,div#mw-panel,div#mw-head,body {
background-color: #002b36;
background-image: none;
color: #839496;
}
a,div#mw-panel div.portal div.body ul li a {
color: #eee8d5;
}
a:visited,div#mw-panel div.portal div.body ul li a:visited {
color: #268bd2;
}