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 258: | Line 258: | ||
h5, | h5, | ||
h6{ | h6{ | ||
font-family:'Segoe UI Semilight', 'Segoe UI Light' | font-family:'Segoe UI Semilight', 'Segoe UI Light'; | ||
color: #CCCCCC; | color: #CCCCCC; | ||
border-bottom: #CCCCCC 1px solid; | border-bottom: #CCCCCC 1px solid; | ||
Line 285: | Line 285: | ||
table.diff | table.diff | ||
{ | { | ||
background:# | background:#282828; | ||
} | } |
Revision as of 04:32, 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: #505050; } 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:#C0C0C0; } #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.selected { 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 { 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: #CCCCCC; color: #EEE8AA; } #siteNotice, #mw-dismissable-notice { color:#000000; } #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; } div#content a.external { color: #5B889B; } div#content a.external:visited { color: #1E4386; } .mw-body a.extiw { color: #5B889B; } .mw-body a.extiw:visited { color: #1E4386; } #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; } h1, h2, h3, h4, h5, h6{ font-family:'Segoe UI Semilight', 'Segoe UI Light'; color: #CCCCCC; border-bottom: #CCCCCC 1px solid; } .editOptions { color: #000000; } table.toccolours.mw-collapsible.mw-collapsed{ color:#000000; background:#C0C0C0 } .toccolours { color: #C0C0C0; background: none; } span.mw-collapsible-toggle.mw-collapsible-toggle-collapsed a { color:#FFFFFF; } table.diff { background:#282828; }