Changes

MediaWiki:Vector.css

336 bytes added, 17:47, 19 December 2018
no edit summary
border: 1px solid #CCC;
border-bottom: none;
background: rgba(21,2,30,.9094);
text-decoration: none;
}
ul.tabbernav li a:hover {
color: #000;
background: #FFF9F2rgba(255,255,255,.30) !important;
border-color: #CCC;
}
ul.tabbernav li.tabberactive a {
color: rgba(21,2,30,.94) !important; background-color: #FFF;
border-bottom: 1px solid #FFF;
}
-webkit-background-clip: border; /* Safari 4? Chrome 6? */
background-clip: border-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
 
table.wikitable th {
color: #FFF;
}
 
th.headerSort {
color:rgba(255,167,0,.96) !important;
}
 
.diffchange {
color:black;
}
 
.wikiEditor-preview-contents {
background-color: transparent;
}
 
.wikiEditor-ui {
background-color: transparent;
}
 
.simple-tooltip {
color: orange;
}