MediaWiki:Darkvector.css: Difference between revisions
No edit summary |
will this work? prob not |
||
(20 intermediate revisions by 3 users not shown) | |||
Line 212: | Line 212: | ||
background-color: #FFFFFF !important; | background-color: #FFFFFF !important; | ||
} | } | ||
.mw-undelete-revlist { | .mw-undelete-revlist { | ||
color: white; | color: white; | ||
Line 460: | Line 460: | ||
border-color: #666 | border-color: #666 | ||
} | } | ||
figure { | figure, figcaption { | ||
background-color: #3d3d3d !important; | |||
border-color: # | border-color: #3d3d3d !important; | ||
border-style: solid !important; | |||
border-width: 2px !important; | |||
} | } | ||
Line 619: | Line 621: | ||
} | } | ||
.vector-menu-heading ul li, | |||
.vector-menu-heading ul li { | |||
background-color: #e87057; | background-color: #e87057; | ||
background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | ||
Line 635: | Line 637: | ||
} | } | ||
.vector-menu-heading li.selected, | |||
.vector-menu-heading li.selected { | |||
background-color: #333; | background-color: #333; | ||
background-image: -moz-linear-gradient(top, #e87057 0, #333 10%); | background-image: -moz-linear-gradient(top, #e87057 0, #333 10%); | ||
Line 1,630: | Line 1,632: | ||
body { | body { | ||
cursor: url(' | cursor: url('https://screamer.wiki/images/4/4c/Cursor.png'), pointer; height:40; width:30;} | ||
a:link { | a:link { | ||
cursor: url(' | cursor: url('https://screamer.wiki/images/f/fd/Link.png'), pointer; } | ||
a:hover{ | a:hover{ | ||
cursor: url(' | cursor: url('https://screamer.wiki/images/f/fd/Link.png'), pointer; } | ||
a:active{ | a:active{ | ||
cursor: url(' | cursor: url('https://screamer.wiki/images/c/ce/Press.png'), pointer; } | ||
a:element{ | a:element{ | ||
cursor: url(' | cursor: url('https://screamer.wiki/images/4/4c/Cursor.png'), pointer; } | ||
/* Scrollbar */ | /* Scrollbar */ | ||
Line 1,676: | Line 1,678: | ||
} | } | ||
/* Add your usernames here */ | /* Add your usernames here */ | ||
a[href$=": | a[href$=":Lawiki"], a[href$="/Lawiki"], a[visited$=":Lawiki"], a[visited$="/Lawiki"]{ | ||
font-weight:bold; | font-weight:bold; | ||
color: #2871F7 !important; | color: #2871F7 !important; | ||
Line 1,683: | Line 1,685: | ||
font-weight:bold; | font-weight:bold; | ||
color: cyan !important; | color: cyan !important; | ||
} | } | ||
a[href$=":Sump"], a[href$="/Sump"]{ | a[href$=":Sump"], a[href$="/Sump"]{ | ||
Line 1,700: | Line 1,694: | ||
color: #FFFFFF !important; | color: #FFFFFF !important; | ||
text-shadow: 0px 0px 5px #2a9df4; | text-shadow: 0px 0px 5px #2a9df4; | ||
} | } | ||
a[href$=":LuaGunsX"], a[href$="/LuaGunsX"]{ | a[href$=":LuaGunsX"], a[href$="/LuaGunsX"]{ |