MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 610: | Line 610: | ||
} | } | ||
# | #p-namespaces .vector-menu-content-list, | ||
# | #p-views .vector-menu-content-list { | ||
display: flex; | |||
gap: 2px; | |||
border-bottom: 1px solid #444; | |||
background: transparent; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
# | /* Base tab look */ | ||
# | #p-namespaces li a, | ||
#p-views li a { | |||
display: block; | |||
padding: .6em .9em; | |||
background: #2a2a2a; | |||
color: #e87057; | |||
text-decoration: none; | |||
border: 1px solid #e87057; | |||
border-bottom: none; | |||
transition: background .2s, color .2s; | |||
} | } | ||
# | #p-namespaces li a:hover, | ||
# | #p-views li a:hover { | ||
background: #3a3a3a; | |||
color: #fff; | |||
} | } | ||
# | #p-namespaces .selected a, | ||
# | #p-views .selected a { | ||
# | background: #222; | ||
# | color: #D28A0D; | ||
font-weight: bold; | |||
border: 2px solid #e87057; | |||
border-bottom: none; | |||
position: relative; | |||
top: 1px; | |||
z-index: 2; | |||
} | } | ||
# | #p-namespaces li a.new, | ||
#p-views li a.new { | |||
color: #d44 !important; | |||
# | |||
} | } | ||
# | #p-cactions .vector-menu-heading { | ||
display: inline-block; | |||
padding: .6em .9em; | |||
background: #2a2a2a; | |||
color: #e87057; | |||
border: 1px solid #e87057; | |||
border-bottom: none; | |||
cursor: pointer; | |||
} | } | ||
# | #p-cactions .vector-menu-content-list { | ||
background: #333; | |||
border: 1px solid #e87057; | |||
} | } | ||
# | #p-cactions .vector-menu-content-list li a { | ||
display: block; | |||
padding: .4em .8em; | |||
background: #333; | |||
color: #c1c1c1; | |||
border-bottom: 1px solid #444; | |||
} | } | ||
#p-cactions .vector-menu-content-list li a:hover { | |||
background: #3a3a3a; | |||
color: #fff; | |||
} | } | ||
.vector-menu-tabs li a, | |||
.vector-menu-tabs li.selected a { | |||
border: | outline: none !important; | ||
box-shadow: none !important; | |||
border: none !important; | |||
} | } | ||
.vector-menu-tabs li.selected { | |||
border: 1px solid #e87057 !important; | |||
background: #333; | |||
} | } | ||
.vector-menu-tabs li.selected a { | |||
color: #e87057 !important; | |||
} | } | ||
Line 1,288: | Line 1,289: | ||
background-position: 5px 60% | background-position: 5px 60% | ||
} | } | ||
#ca-unwatch.icon a, | |||
#ca-watch.icon a, | |||
#ca-unwatch.icon a:hover, | |||
#ca-watch.icon a:hover, | |||
#ca-unwatch.icon a:focus, | |||
#ca-watch.icon a:focus, | |||
#ca-unwatch.icon a.loading, | |||
#ca-watch.icon a.loading { | |||
background-repeat: no-repeat; | |||
} | |||
#ca-unwatch.icon a { | #ca-unwatch.icon a { | ||
background-image: url('images/unwatch-icon.svg'); | background-image: url('images/unwatch-icon.svg'); | ||
Line 1,318: | Line 1,328: | ||
#ca-watch.icon a.loading { | #ca-watch.icon a.loading { | ||
background-image: url('images/watch-icon-loading.svg'); | background-image: url('images/watch-icon-loading.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-loading.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-loading.svg'); | ||
-webkit-animation: rotate 700ms infinite linear; | -webkit-animation: rotate 700ms infinite linear; | ||
-moz-animation: rotate 700ms infinite linear; | -moz-animation: rotate 700ms infinite linear; | ||
Line 1,632: | Line 1,642: | ||
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,678: | Line 1,688: | ||
} | } | ||
/* 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,685: | Line 1,695: | ||
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,698: | Line 1,704: | ||
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"]{ |