MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
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", "Arial", sans-serif;
font-family: "Rubik", "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/Darkvector/images/search.svg') !important;
     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/DarkVector/images/search.svg');
     background-image: -webkit-linear-gradient(transparent, transparent), url('skins/Vector/resources/common/images/search.svg');
     background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/search.svg');
     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;
}
/* 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;
}
}