Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Difference between revisions of "MediaWiki:Vector.css"
From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 267: | Line 267: | ||
{ | { | ||
color:#A55858; | color:#A55858; | ||
} | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6{ | |||
color: #CCCCCC; | |||
border-bottom: #CCCCCC; | |||
} | } | ||
.editOptions { | .editOptions { | ||
color: #000000; | color: #000000; | ||
} | |||
table.toccolours.mw-collapsible.mw-collapsed{ | |||
color:#000000; | |||
background:#C0C0C0 | |||
} | } |
Revision as of 03:31, 14 November 2014
/* CSS placed here will affect users of the Vector skin */ /* Nintendo = ff0016 */ /* Widen search bar */ #simpleSearch input#searchInput { width: 14em; } body { background: #282828; } a.visited{ color:#006ECB; } a{ color:#47B9EA; } div#content{ background:#282828; color:#FFFFFF; } #mw-page-base { background: none; } #mw-panel.collapsible-nav div.portal div.body ul li a { color:#47B9EA; } #mw-panel.collapsible-nav div.portal div.body ul li a:visited { color:#006ECB; } #mw-panel.collapsible-nav div.portal { margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; } div#mw-panel div.portal h3 { color:#CFCFCF; } div#mw-panel div.portal div.body ul li a { color:#47B9EA; } div#mw-panel div.portal div.body ul li a:visited { color:#006ECB; } #mw-panel { color:#FFFFFF; } #content { background: #6F6F6F; border: 1px solid #CC0000; color: #FFFFFF; } div#footer a { color:#47B9EA; } div#footer a:visited { color:#006ECB; } div#footer ul li { color:#47B9EA; } #p-personal { padding: 2px; border-bottom-left-radius: 10px; padding-right:10px; padding-left:5px; color: #CC0000; } #p-personal ul li a { color:#47B9EA; } #p-personal ul li a.new { color:#47B9EA; } div.thumb { border-color: transparent; } div.vectorTabs ul li { background: #000000; background: -moz-linear-gradient(center top, #CC0000, #282828); background: -webkit-linear-gradient(top, #CC0000, #282828); background: -o-linear-gradient(top, #CC0000, #282828); background: -ms-linear-gradient(top, #CC0000, #282828); background: linear-gradient(top, #CC0000, #282828); color: #EEE8AA; } div.vectorTabs ul li.selected { background: #000000; background: -moz-linear-gradient(center top, #282828, #808080); background: -webkit-linear-gradient(top, #282828, #808080); background: -o-linear-gradient(top, #282828, #808080); background: -ms-linear-gradient(top, #282828, #808080); background: linear-gradient(top, #282828, #808080); color: #EEE8AA; } div.vectorTabs li.selected a, div.vectorTabs li.selected a span, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited span { color:#FFFFFF; font-weight:bold; } div.vectorTabs li a, div.vectorTabs li a span, div.vectorTabs li a:visited, div.vectorTabs li a:visited span { color:#CCCCCC; font-weight:bold; } div.vectorMenu ul { background: #000000; color: #EEE8AA; } #siteNotice a, #mw-dismissable-notice a { color:#6753A1; } #siteSub { color:#7F7C58; } #pt-userpage, #pt-anonuserpage, #pt-login { background: none; } #content a.extiw, #content a.extiw:active { background: none; padding: 0; } #content a.external { color: #002C67 } #content a.external:visited { color: #002C67 } #toc { background:none; } body.ltr .thumbcaption { color:#ff0000; } .catlinks { background:#000000; } .catlinks a:visited { color:#CAF2FF; } table { background:transparent; } /* CSS placed here will affect users of the vector skin */ li.not-patrolled { background-color:#8253B2; } /* CSS placed here will affect users of the vector skin */ li.not-patrolled { background-color:#8253B2; } div.Square_Enix a, table.Square_Enix a { color:#EEEE8A; } div.Square_Enix a:visited, table.Square_Enix a:visited { color:EEEE8A; } .Square_Enix td a { color:#BA0000; } .Square_Enix td a:visited { color:#0B0080; } .Square_Enix td a.new { color:#BA0000; } .Square_Enix td a.new:visited { color:#A55858; } h1, h2, h3, h4, h5, h6{ color: #CCCCCC; border-bottom: #CCCCCC; } .editOptions { color: #000000; } table.toccolours.mw-collapsible.mw-collapsed{ color:#000000; background:#C0C0C0 }