MediaWiki:Common.css: Difference between revisions
From PigBoats.COM
Pbc captain (talk | contribs) No edit summary Tag: Reverted |
Pbc captain (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* border for specified class */ | /* border for specified class */ | ||
.mw-body img.picture { | .mw-body img.picture { | ||
border: 2px solid #000; | border: 2px solid #000; | ||
} | } | ||
#ca-talk { display: none !important; } | |||
#ca-history { display: none !important;} | |||
#ca-nstab-main { display: none !important; } |
Revision as of 16:35, 18 December 2023
/* CSS placed here will be applied to all skins */
/* border for specified class */
.mw-body img.picture {
border: 2px solid #000;
}
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-nstab-main { display: none !important; }