8,856
editsAd placeholder
User:Willowisp/vector.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Blanked the page) Tags: Blanking Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
.infobox-above, | |||
.infobox-header { | |||
background-color: rgb(89, 62, 42) !important | |||
} | |||
.infobox-label { | |||
background-color: #19181e !important; | |||
} | |||
.navbox-title { | |||
background-color: #3a191a !important; | |||
} | |||
.infobox { | |||
border: none !important; | |||
} | |||
body.theme-dark-grey { | |||
--bg-main: rgb(31, 30, 36); | |||
--link-vis: rgb(211, 141, 120); | |||
--bg3wiki-detail-dark-bg: #151418; | |||
} | |||
.sidebar-title { | |||
background-color: rgb(89, 69, 42) !important; | |||
} | |||
#toc, .toc { | |||
background-color: rgb(32, 31, 31) !important; | |||
} | |||
html body { | |||
max-width: 90em !important; | |||
margin-right: 11em !important; | |||
} | |||
@media screen { | |||
#content { | |||
margin-right: 11em !important; | |||
} | |||
} | |||
.mw-body { | |||
margin-left: 11em !important; | |||
} | |||
body.theme-dark-grey { | |||
max-width: none !important; | |||
margin-right: 0 !important; | |||
} | |||
html { | |||
background-color: #272133 !important; | |||
} | |||
body.theme-dark-grey { | |||
background: linear-gradient(#6c6280, #272133) !important; | |||
} | |||
@media screen { | |||
#mw-head .vector-menu-tabs { | |||
background-color: var(--bg-main); | |||
background-image: linear-gradient(var(--bdr-color),#2f115c); | |||
border-top: 1px solid var(--bdr-color); | |||
} | |||
} | |||
#mw-head .vector-menu-tabs li a, | |||
#mw-head .vector-menu-tabs li a:visited, | |||
#mw-head .vector-menu-dropdown .vector-menu-heading { | |||
background-image: linear-gradient(var(--bdr-color),#2f115c); | |||
} | |||
@media screen { | |||
.vector-menu-checkbox { | |||
background-color: var(--bg-main); | |||
} | |||
.vector-search-box { | |||
background-color: var(--bg-main); | |||
} | |||
.vector-menu-dropdown { | |||
border-top: 1px solid var(--bdr-color); | |||
} | |||
#p-personal { | |||
background-color: var(--bg-main); | |||
border-top: 1px solid var(--bdr-color); | |||
border-right: 1px solid var(--bdr-color); | |||
border-left: 1px solid var(--bdr-color); | |||
padding: 0em 0.4em 0.2em 0.4em !important; | |||
padding-left: 0em !important; | |||
} | |||
#p-personal ul { | |||
padding-left: 0em !important; | |||
} | |||
#right-navigation { | |||
float: right; | |||
margin-top: 2.45em; | |||
background-color: var(--bg-main); | |||
border-left: 1px solid var(--bdr-color); | |||
border-right: 1px solid var(--bdr-color); | |||
margin-right: 11em; | |||
} | |||
} | |||
@media screen and (min-width: 982px) { | |||
#p-personal { | |||
right: 11em; | |||
top: 0.9em; | |||
} | |||
} |