MediaWiki:Vector.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 614: | Line 614: | ||
display: flex; | display: flex; | ||
gap: 2px; | gap: 2px; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #444; | ||
background: transparent; | background: transparent; | ||
margin: 0; | margin: 0; | ||
Line 620: | Line 620: | ||
} | } | ||
#p-namespaces | /* Base tab look */ | ||
#p-views | #p-namespaces li a, | ||
#p-views li a { | |||
display: block; | display: block; | ||
padding: .6em . | padding: .6em .9em; | ||
background: # | background: #2a2a2a; | ||
color: #e87057; | color: #e87057; | ||
border: 1px solid # | text-decoration: none; | ||
border: 1px solid #e87057; | |||
border-bottom: none; | border-bottom: none; | ||
transition: background .2s, color .2s; | |||
} | } | ||
#p-namespaces li | #p-namespaces li a:hover, | ||
#p-views li | #p-views li a:hover { | ||
background: #3a3a3a; | background: #3a3a3a; | ||
color: # | color: #fff; | ||
} | } | ||
#p-namespaces .selected | #p-namespaces .selected a, | ||
#p-views .selected | #p-views .selected a { | ||
background: #222; | background: #222; | ||
color: #D28A0D; | color: #D28A0D; | ||
font-weight: bold; | font-weight: bold; | ||
border- | border: 2px solid #e87057; | ||
border-bottom: none; | |||
position: relative; | position: relative; | ||
z-index: | top: 1px; | ||
z-index: 2; | |||
} | } | ||
#p-namespaces li | #p-namespaces li a.new, | ||
#p-views li | #p-views li a.new { | ||
color: #d44 !important; | color: #d44 !important; | ||
} | } | ||
Line 657: | Line 658: | ||
#p-cactions .vector-menu-heading { | #p-cactions .vector-menu-heading { | ||
display: inline-block; | display: inline-block; | ||
padding: .6em . | padding: .6em .9em; | ||
background: # | background: #2a2a2a; | ||
color: #e87057; | color: #e87057; | ||
border: 1px solid # | border: 1px solid #e87057; | ||
border-bottom: none; | border-bottom: none; | ||
cursor: pointer; | |||
} | } | ||
#p-cactions .vector-menu-content-list | |||
#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; | background: #333; | ||
color: #c1c1c1; | color: #c1c1c1; | ||
border: | border-bottom: 1px solid #444; | ||
} | } | ||
#p-cactions .vector-menu-content-list | |||
#p-cactions .vector-menu-content-list li a:hover { | |||
background: #3a3a3a; | background: #3a3a3a; | ||
color: #fff; | color: #fff; | ||
} | } | ||
.vector-menu-tabs li a, | |||
.vector-menu-tabs li.selected a { | |||
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,269: | 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,299: | 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; |