Site Notice |
---|
We have a limited coverage policy. Please check our coverage page to see which articles are allowed. |
Difference between revisions of "User:Tacopill/vector.css"
Jump to navigation
Jump to search
Line 107: | Line 107: | ||
color:#F66; | color:#F66; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
div.thumb | div.thumb | ||
Line 151: | Line 147: | ||
background:#paleGoldenrod; | background:#paleGoldenrod; | ||
} | } | ||
+ | |||
+ | #siteNotice a, #mw-dismissable-notice a | ||
+ | { | ||
+ | color:#EEE8AA; | ||
+ | } | ||
+ | |||
+ | #siteNotice a:visited, #mw-dismissable-notice a:visited | ||
+ | { | ||
+ | color:#7F7C58; | ||
+ | } | ||
+ | |||
+ | |||
.CategoryTreeLabel | .CategoryTreeLabel | ||
Line 188: | Line 196: | ||
{ | { | ||
color:#7F7C58; | color:#7F7C58; | ||
+ | } | ||
+ | |||
+ | .editHelp a | ||
+ | { | ||
+ | color:#EEE8AA; | ||
+ | } | ||
+ | |||
+ | .editHelp a:visited | ||
+ | { | ||
+ | color:#7F7C58; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-editTools a | ||
+ | { | ||
+ | color:#EEE8AA; | ||
+ | } | ||
+ | |||
+ | #content a.extiw, | ||
+ | #content a.extiw:active { | ||
+ | color: #EEE8AA; | ||
+ | background: none; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #content a.external { | ||
+ | color: #EEE8AA; | ||
} | } |
Revision as of 21:24, 19 October 2011
/* CSS placed here will affect users of the vector skin */ /* Nintendo = ff0016 */ /* Widen search bar */ #simpleSearch input#searchInput { width: 14em; } body { background: #000000; } textarea { background: #FAFAD2; } #mw-page-base { background: none; } #mw-panel div.portal div.body ul li a { color:#EEE8AA; } #mw-panel div.portal div.body ul li a:visited { color:#7F7C58; } #mw-panel div.portal { background:#400005; border: 1px solid brown; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -icab-border-radius: 15px; -o-border-radius: 15px; } #mw-panel div.portal { margin-left: 10px; margin-right: 10px; } #mw-panel div.portal h5 { color:#FF0; } #content { background: #400005; border: 1px solid brown; color: #EEE8AA; } #footer a { color:#EEE8AA; } #footer a:visited { color:#7F7C58; } #footer ul li { color:#EEE8AA; } #footer ul { background:#400005; border: 1px solid brown; } #p-personal { border-bottom-left-radius: 10px 10px; -moz-border-radius-bottomleft: 10px 10px; margin-right:-12px; padding-right:10px; padding-left:5px; background: #400005; border: 1px solid brown; color: #EEE8AA; } #p-personal ul li a { color:yellow; } #p-personal ul li a.new { color:#F66; } div.thumb { border-color: transparent; } .vectorTabs { background: #400005; color: #EEE8AA; } div.vectorTabs ul li { background: #400005; color: #EEE8AA; } div.vectorTabs ul li.selected { background: #400005; color: #EEE8AA; } div.vectorMenu ul { background: #400005; color: #EEE8AA; } div.vectorTabs li a, div.vectorTabs li a span { color:#EEE8AA; } #siteNotice, #mw-dismissable-notice { background:#paleGoldenrod; } #siteNotice a, #mw-dismissable-notice a { color:#EEE8AA; } #siteNotice a:visited, #mw-dismissable-notice a:visited { color:#7F7C58; } .CategoryTreeLabel { color:#EEE8AA; } .CategoryTreeLabel:visited { color:#7F7C58; } .firstHeading { color:#EEE8AA; } #siteSub { color:#7F7C58; } #pt-userpage, #pt-anonuserpage, #pt-login { background: none; } .subpages a { color:#EEE8AA; } .subpages a:visited { color:#7F7C58; } .editHelp a { color:#EEE8AA; } .editHelp a:visited { color:#7F7C58; } .mw-editTools a { color:#EEE8AA; } #content a.extiw, #content a.extiw:active { color: #EEE8AA; background: none; padding: 0; } #content a.external { color: #EEE8AA; }