MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Updated Vector styles
m (Toned down box-shadow)
(Updated Vector styles)
Line 4:
*/
 
@import url("https://use.typekit.net/vhy0ygp.css");
/* body background color */
 
/* document body */
body.skin-vector {
background-color: linear-gradient(-4deg, black 1%, #010239 50%) fixed !important;
background-repeat: no-repeat;
background-attachment: fixed;
}
 
.skin-vector #mw-page-base {
background: transparent;
}
 
/* articlemediawiki content areabody */
.mw-body {
.skin-vector #content {
border-radius: none3px !important;
border: 2px solid #3E6897 !important;
margin-right: 1em;
box-shadow: 0px 0px 7px #385486 !important;
border-radius: 5px;
background-color: #102A51;
box-shadow: 0px 0px 7px 4px #225787;
color: #99c3f0;
}
 
/* headings */
h1, h2, h3, h4, h5, h6 {
font-family: blambot-casual !important;
font-weight: 700;
color: #99c3f0;
}
 
Line 31 ⟶ 43:
}
 
/* redlinksmw body links */
.skinmw-vectorbody #a, .mw-headbody a.newextiw,# .mw-head .newbody a.external {
color: #ff5e5e !important00C0F5;
}
 
.mw-body a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
/* miscellaneous */
color: #0099c3;
.skin-vector #mw-panel .portal h3 {
color: #ababab;
}
 
.mw-body a.new {
.skin-vector #footer ul li {
color: #deddc8F24333;
}
 
.mw-body a.new:visited {
#pt-uls .uls-trigger:before {
filtercolor: invert(1)#cb3a2d;
}
 
 
/* documentation box */
.documentation, .documentation-metadata {
background-color: rgba(0, 0, 0, 0.3) !important;
border-radius: 4px;
}
 
/* misc floating boxes */
.catlinks, .mw-collapsable, #toc {
background-color: #1C386A;
}
 
.tocnumber {
color: lightgray;
}
 
 
/* article tabs */
Line 79 ⟶ 107:
}
 
/* search box */
.skin-vector #simpleSearch input {
color: #c8d9eawhite;
}
border-top: none;
.skin-vector #simpleSearch input::placeholder {
border-left: none;
border-rightcolor: nonelightgray;
}
 
 
#searchInput {
 
background-color: transparent;
/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}
 
/* invert echo notification badges */
#searchInput:focus,#simpleSearch:hover #searchInput:focus {
.skin-vector .mw-echo-notifications-badge {
box-shadow: none;
outlinefilter: 1px #3366cc solidinvert(1);
}
 
.skin-vector #simpleSearch #searchButton {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%23c0c0c0%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
} */
 
/* pre boxes */
.skin-vector #simpleSearch input {
pre {
color: white;
background-color: #1f1f1f;
color: #f0f0f0;
border-radius: 1px;
}
 
.skin-vector #simpleSearch input::placeholder {
/* code */
color: lightgray;
code {
background-color: #1f1f1f;
color: #f0f0f0;
}
 
/* page history list */
#pagehistory li.selected {
color: white;
background-color: rgba(255, 255, 255, 0.2) !important;
}
 
.mw-plusminus-pos {
color: #4fff07;
}
 
 
.mw-plusminus-neg {
color: magenta;
}
 
/* manage wiki box */
#managewiki {
color: black;
background-color: white;
}
 
/* miscellaneous */
.skin-vector #mw-panel .portal h3 {
color: #ababab;
}
 
.skin-vector #footer ul li {
color: #deddc8;
}
 
#pt-uls .uls-trigger:before {
filter: invert(1);
}
 
.skin-vector #mw-panel .portal .body {
background: none;
Line 161 ⟶ 228:
.resloc-box + .ambox,.resloc-box + .toc {
margin-top: 10px;
}
 
/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}
 
/* invert echo notification badges */
.skin-vector .mw-echo-notifications-badge {
filter: invert(1);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu