MediaWiki:Common.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}
}


.spoiler:hover {
.spoiler:hover, .spoiler:focused {
     background: black;
     background: black;
     color: white;
     color: white;
Line 25: Line 25:


/* remove Discussion tab */
/* remove Discussion tab */
#ca-talk { display:none!important; }
#ca-talk { display:none !important; }

Revision as of 13:23, 11 March 2018

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

.spoiler {
    background: black;
    color: black;
display: inline;
padding: 0px 5px 0px 5px;
}

.spoiler:hover, .spoiler:focused {
    background: black;
    color: white;
}

#footer-places {
display: none;
}

#footer-icons {
display: none;
}

/* remove Toolbox */
#p-tb { display:none !important; }

/* remove Discussion tab */
#ca-talk { display:none !important; }