User:Gopona/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (29 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
div#content,div#mw-panel { | h1,h2 { | ||
color: #839496; | |||
} | |||
div#content,div#mw-panel,div#mw-head,body, | |||
div.vectorTabs, div.vectorTabs span, div.vectorTabs ul li,div.vectorTabs ul li.selected, | |||
div#footer ul li,table.wikitable, | |||
#toc { | |||
background-color: #002b36; | background-color: #002b36; | ||
background-image: none; | |||
color: #839496; | color: #839496; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a { | a,div#mw-panel div.portal div.body ul li a, | ||
div.vectorTabs ul li a, div.vectorTabs ul li.selected a { | |||
color: #eee8d5; | color: #eee8d5; | ||
} | |||
a:visited,div#mw-panel div.portal div.body ul li a:visited, | |||
div.vectorTabs ul li a:visited,div.vectorTabs ul li.selected a:visited { | |||
color: #268bd2; | |||
} | |||
#p-personal a.new, | |||
div.vectorTabs ul li.new a, div.vectorTabs ul li.new a:visited { | |||
color: #dc322f; | |||
} | |||
div#content { | |||
font-family: FreeSans, sans-serif; | |||
font-size: 18pt; | |||
width: 500px; | |||
} | } | ||
Latest revision as of 05:52, 13 April 2014
h1,h2 {
color: #839496;
}
div#content,div#mw-panel,div#mw-head,body,
div.vectorTabs, div.vectorTabs span, div.vectorTabs ul li,div.vectorTabs ul li.selected,
div#footer ul li,table.wikitable,
#toc {
background-color: #002b36;
background-image: none;
color: #839496;
}
a,div#mw-panel div.portal div.body ul li a,
div.vectorTabs ul li a, div.vectorTabs ul li.selected a {
color: #eee8d5;
}
a:visited,div#mw-panel div.portal div.body ul li a:visited,
div.vectorTabs ul li a:visited,div.vectorTabs ul li.selected a:visited {
color: #268bd2;
}
#p-personal a.new,
div.vectorTabs ul li.new a, div.vectorTabs ul li.new a:visited {
color: #dc322f;
}
div#content {
font-family: FreeSans, sans-serif;
font-size: 18pt;
width: 500px;
}