Bureaucrats, Check users, Comment administrators, csmoderator, forumadmin, Interface administrators, oversight, Suppressors, Administrators
9,239
edits
No edit summary |
(test) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the DarkVector skin */ | |||
/* 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: Rubik, "Helvetica Neue", "Segoe UI", | font-family: "Rubik", "Helvetica Neue", "Segoe UI", Arial, sans-serif; | ||
} | } | ||
.Navboxcss { | |||
.Navboxcss { | |||
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/Vector/resources/common/images/search_tool.png') !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
} | } | ||
Line 368: | Line 368: | ||
a { | a { | ||
color: #e87057 !important; | |||
} | |||
a:visited { | |||
color: #e87057 !important; | color: #e87057 !important; | ||
} | } | ||
Line 919: | Line 923: | ||
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/Vector/resources/common/images/search.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/ | background-image: linear-gradient(transparent, transparent), url('skins/Vector/resources/common/images/search.svg'); | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 1,584: | Line 1,588: | ||
color: white; | color: white; | ||
} | } |
edits