MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
m
Minor fixes
(Tweaked styles)
m (Minor fixes)
Line 1:
/*
* SlyModsSly Modding Wiki custom Vector CSS
* Adapted from custom styles used at https://zeldamods.org
*/
 
/* import Blambot Casual font */
@import url("https://use.typekit.net/vhy0ygp.css");
 
 
/* document body */
Line 16 ⟶ 17:
background: transparent;
}
 
/* article tabs */
.vectorTabs,.vectorTabs ul,.vectorTabs ul li,.vectorTabs li.selected,.vectorTabs ul li span,div#mw-head div.vectorMenu h3,.vector-menu-tabs * > .mw-list-item {
background: transparent;
}
 
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown h3 {
background: none;
}
 
/* more menu stuff */
.vector-menu-dropdown h3 {
color: #29d1fc;
}
 
.vector-menu-dropdown * > a {
color: black !important;
}
 
.vector-menu-heading-label {
color: #BEBFBF;
}
 
.vectorTabs li.selected a {
color: #fcffe4 !important;
}
 
/* search box */
.skin-vector #simpleSearch input {
color: white;
}
.skin-vector #simpleSearch input::placeholder {
color: lightgray;
}
 
 
/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}
 
/* invert echo notification badges */
.skin-vector .mw-echo-notifications-badge {
filter: invert(1);
}
 
 
/* mediawiki body */
.mw-body {
bordermargin-radiusright: 3px16px !important;
border-radius: 2px solid #3E6897 !important3px;
border: 2px solid #3E6897;
box-shadow: 0px 0px 7px #385486 !important;
box-shadow: 0px 0px 7px #385486;
background-color: #102A51;
color: #99c3f0;
}
 
#content {
margin-right: 16px;
}
 
Line 77 ⟶ 121:
}
 
/* table of contents */
.tocnumber {
color: lightgray;
}
 
 
/* article tabs */
.vectorTabs,.vectorTabs ul,.vectorTabs ul li,.vectorTabs li.selected,.vectorTabs ul li span,div#mw-head div.vectorMenu h3,.vector-menu-tabs * > .mw-list-item {
background: transparent;
}
 
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown h3 {
background: none;
}
 
/* more menu stuff */
.vector-menu-dropdown h3 {
color: #29d1fc;
}
 
.vector-menu-dropdown * > a {
color: black !important;
}
 
.vector-menu-heading-label {
color: #BEBFBF;
}
 
.vectorTabs li.selected a {
color: #fcffe4 !important;
}
 
div.vectorMenu h3 span:after {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
}
 
/* search box */
.skin-vector #simpleSearch input {
color: white;
}
.skin-vector #simpleSearch input::placeholder {
color: lightgray;
}
 
 
/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}
 
/* invert echo notification badges */
.skin-vector .mw-echo-notifications-badge {
filter: invert(1);
}
 
 
/* pre boxes */
Line 154 ⟶ 148:
color: #4fff07;
}
 
 
.mw-plusminus-neg {
Line 166 ⟶ 159:
}
 
 
/* miscellaneous */
/* miscellaneous styles borrowed from https://zeldamods.org */
.skin-vector #mw-panel .portal h3 {
color: #ababab;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu