Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
display:inline-block; | display:inline-block; | ||
padding: 0.5em 1em; | padding: 0.5em 1em; | ||
| − | background:#36c; | + | background:#36c !important; |
border:#36c; | border:#36c; | ||
| − | color:#fff; | + | color:#fff !important; |
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Revision as of 15:20, 20 August 2020
/* CSS placed here will be applied to all skins */
/* Hide Discussion tab. */
li#ca-talk { display: none; }
span.cta a {
display:inline-block;
padding: 0.5em 1em;
background:#36c !important;
border:#36c;
color:#fff !important;
font-weight:bold;
}