Bureaucrats, Check users, Comment administrators, csmoderator, forumadmin, Interface administrators, oversight, Suppressors, Administrators
9,239
edits
Screamer1234 (talk | contribs) No edit summary |
(accidentally broke stuff) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); | ||
body, .mw-headline { | body, .mw-headline { | ||
font-family: | font-family: Aril, "Helvetica Neue", "Segoe UI", "Arial", sans-serif; | ||
} | } | ||
.Navboxcss { | |||
.Navboxcss {v | |||
background: rgb(2,0,36); | background: rgb(2,0,36); | ||
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%); | background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%); | ||
Line 327: | Line 327: | ||
.uls-menu .uls-search-label { | .uls-menu .uls-search-label { | ||
background: transparent url('skins/ | background: transparent url('skins/Darkvector/images/search.svg') !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
} | } | ||
Line 368: | Line 368: | ||
a { | a { | ||
color: #e87057 !important; | color: #e87057 !important; | ||
} | } | ||
Line 644: | Line 640: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
font-family: " | font-family: "Aril", sans-serif | ||
} | } | ||
Line 664: | Line 660: | ||
.mw-body .mw-editsection, | .mw-body .mw-editsection, | ||
.mw-body .mw-editsection-like { | .mw-body .mw-editsection-like { | ||
font-family: " | font-family: "Aril", sans-serif | ||
} | } | ||
Line 675: | Line 671: | ||
.mw-body h2, | .mw-body h2, | ||
.mw-body #firstHeading { | .mw-body #firstHeading { | ||
font-family: " | font-family: "Aril", sans-serif; | ||
line-height: 1.3; | line-height: 1.3; | ||
margin-bottom: .25em; | margin-bottom: .25em; | ||
Line 840: | Line 836: | ||
margin-right: .5em; | margin-right: .5em; | ||
margin-left: .5em; | margin-left: .5em; | ||
font-family: " | font-family: "Aril", sans-serif; | ||
} | } | ||
Line 923: | Line 919: | ||
overflow: hidden; | overflow: hidden; | ||
background-image: url('images/search-ltr.png'); | background-image: url('images/search-ltr.png'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/ | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/search.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/ | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/search.svg'); | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 1,505: | Line 1,501: | ||
font-size: 125%; | font-size: 125%; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
font-family: | font-family: Aril; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 1,527: | Line 1,523: | ||
} | } | ||
div#content h1, div#content h2 {font-family: " | div#content h1, div#content h2 {font-family: "Aril", serif} | ||
/* changes the default font used for MediaWiki headings to | /* changes the default font used for MediaWiki headings to Aril */ | ||
.mw-body .external{ | .mw-body .external{ | ||
Line 1,588: | Line 1,584: | ||
color: white; | color: white; | ||
} | |||
/* Add your usernames here */ | |||
a[href$=":SkyBlueCat"], a[href$="/SkyBlueCat"]{ | |||
font-weight:bold; | |||
color: #34b1e3 !important; | |||
} | |||
a[href$=":Angeleno"], a[href$="/Angeleno"], a[visited$=":Angeleno"], a[visited$="/Angeleno"]{ | |||
font-weight:bold; | |||
color: #2871F7 !important; | |||
} | |||
a[href$=":Screamer1234"], a[href$="/Screamer1234"]{ | |||
font-weight:bold; | |||
color: cyan !important; | |||
} | |||
a[href$=":DevinMillar"], a[href$="/DevinMillar"]{ | |||
font-weight:bold; | |||
color: yellow !important; | |||
} | |||
a[href$=":TabbyGarf"], a[href$="/TabbyGarf"]{ | |||
font-weight:bold; | |||
color: orange !important; | |||
} | |||
a[href$=":Sump"], a[href$="/Sump"]{ | |||
font-weight:bold; | |||
color: cyan !important; | |||
} | |||
a[href$=":Tankman_fan_44"], a[href$="/Tankman_fan_44"]{ | |||
font-weight:bold; | |||
color: #d4d4d4 !important; | |||
} | } |
edits