MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
} | } | ||
#p-Navigation { | |||
font-size: 1.5em !important; | font-size: 1.5em !important; | ||
} | |||
} | |||
/* remove Toolbox */ | /* remove Toolbox */ | ||
Revision as of 10:12, 29 December 2016
/* CSS placed here will be applied to all skins */
.spoiler {
background: black;
color: black;
display: inline;
padding: 0px 5px 0px 5px;
}
.spoiler:hover {
background: black;
color: white;
}
#footer-places {
display: none;
}
#footer-icons {
display: none;
}
#p-Navigation {
font-size: 1.5em !important;
}
/* remove Toolbox */
#p-tb { display:none !important; }
/* remove Discussion tab */
#ca-talk { display:none!important; }