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 "User:KeybladeSpyMaster/vector.css"
From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 14: | Line 14: | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a span, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited span{ | 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:# | color:#373737; | ||
border:none; | border:none; | ||
} | } | ||
Line 46: | Line 46: | ||
background: #F0F0F0; | background: #F0F0F0; | ||
transition: .1s ease-in-out; | transition: .1s ease-in-out; | ||
} | |||
.vectorTabs li:hover { | |||
box-shadow: 0 -3px 9px -7px #000000; | |||
background: #fafafa; | |||
} | |||
.mw-body .firstHeading { | |||
overflow: visible; | |||
text-transform: uppercase; | |||
font-family: Segoe UI; | |||
border-bottom: none; | |||
display: inline-block; | |||
clear: both; | |||
} | |||
h1#firstHeading::after { | |||
content: ''; | |||
background: #cc0000; | |||
width: 100%; | |||
height: 2px; | |||
display: block; | |||
margin-top: -0.1em; | |||
} | |||
.catlinks { | |||
background: #E0E0E0; | |||
border: none; | |||
box-shadow: 0 0 4px -1px #000000; | |||
color: #181818; | |||
} | |||
div#footer ul li { | |||
color: #181818; | |||
} | } |
Revision as of 05:05, 27 April 2020
body { background: #E0E0E0; } div#mw-panel div.portal h3 { color: #181818; } div#content { background: #FFFFFF; color: #181818; box-shadow: 0px 0px 10px -5px #000000; } 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:#373737; border:none; } .vectorTabs ul{ border:none; } div.vectorTabs ul li.selected { background: #FFFFFF; color: #181818; box-shadow: 0 -3px 9px -7px #000000; border-top: 2px solid #cc0000; position: relative; font-weight:500; } .vectorTabs ul li.selected a{ color:#181818; } .vectorTabs a:hover, .vectorTabs a:focus{ box-shadow:none; } .vectorTabs ul li:not(.selected), #mw-head .vectorMenu h3 { box-shadow: inset 0 -7px 7px -7px rgba(0,0,0,0.15); } div.vectorTabs ul li { background: #F0F0F0; transition: .1s ease-in-out; } .vectorTabs li:hover { box-shadow: 0 -3px 9px -7px #000000; background: #fafafa; } .mw-body .firstHeading { overflow: visible; text-transform: uppercase; font-family: Segoe UI; border-bottom: none; display: inline-block; clear: both; } h1#firstHeading::after { content: ''; background: #cc0000; width: 100%; height: 2px; display: block; margin-top: -0.1em; } .catlinks { background: #E0E0E0; border: none; box-shadow: 0 0 4px -1px #000000; color: #181818; } div#footer ul li { color: #181818; }