MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 5: Line 5:
.mw-gallery-slideshow li.gallerybox.slideshow-current {
.mw-gallery-slideshow li.gallerybox.slideshow-current {
     background: #051e37;
     background: #051e37;
.mw-content-text a.new {
.mw-body a:link.new { color: #FFFFFF; }
color: #fff;
}

Revision as of 00:23, 8 April 2018

/* CSS placed here will be applied to all skins */

.tocnumber{padding-left:0;padding-right:0.5em;color:#fff}
.tocnumber:after { content: '.' }
.mw-gallery-slideshow li.gallerybox.slideshow-current {
    background: #051e37;
.mw-body a:link.new { color: #FFFFFF; }