MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 628: Line 628:
   color: #e87057;
   color: #e87057;
   text-decoration: none;
   text-decoration: none;
   border: 1px solid #444;
   border: 1px solid #e87057;
   border-bottom: none;
   border-bottom: none;
   transition: background .2s, color .2s;
   transition: background .2s, color .2s;
Line 682: Line 682:
   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,261: Line 1,277:
}
}


#ca-unwatch.icon a,
#ca-watch.icon a {
    margin: 0;
    padding: 0;
    display: block;
    width: 26px;
    padding-top: 3.1em;
    margin-top: 0;
    height: 0;
    overflow: hidden;
    background-position: 5px 60%
}
#ca-unwatch.icon a,
#ca-watch.icon a,
#ca-watch.icon a,
#ca-unwatch.icon a {
#ca-unwatch.icon a:hover,
    background-color: #333 !important;
#ca-watch.icon a:hover,
    border: 1px solid #e87057;
#ca-unwatch.icon a:focus,
    width: 2.5em;
#ca-watch.icon a:focus,
    height: 2.5em;
#ca-unwatch.icon a.loading,
    background-position: center center;
#ca-watch.icon a.loading {
    background-repeat: no-repeat;
  background-repeat: no-repeat;
    padding: 0 !important;
}
}
#ca-unwatch.icon a {
#ca-unwatch.icon a {
     background-image: url('images/unwatch-icon.svg');
     background-image: url('images/unwatch-icon.svg');
Line 1,301: 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;