MediaWiki:Common.css: Difference between revisions

From Prometheus Networks Wiki
Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#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;
}