MediaWiki:Common.css: Difference between revisions
From Prometheus Networks Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#ca-nstab-main { display:none!important; } | #ca-nstab-main { display:none!important; } | ||
.wikitable td { | |||
text-align: left; | |||
background-color: #2a2a2a !important; | |||
border-color: #D28A0D !important; | |||
} |
Latest revision as of 22:25, 29 November 2023
/* CSS placed here will be applied to all skins */ #ca-talk { display: none !important; } #ca-nstab-main { display:none!important; } .wikitable td { text-align: left; background-color: #2a2a2a !important; border-color: #D28A0D !important; }