MediaWiki:Common.css: Difference between revisions

From Archiopedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

#ca-delete { display:none!important; }

#ca-nstab-main { display:none!important; }

#ca-nstab-user { display:none!important; }

#ca-talk { display:none!important; }

#ca-view { display:none!important; }

#ca-edit { display:none!important; }

#ca-history { display:none!important; }

#ca-watch { display:none!important; }

#ca-unwatch { display:none!important; }

#ca-delete { display:none!important; }

#ca-move { display:none!important; }

#ca-protect { display:none!important; }

#ca-viewsource { display:none!important; }


.mw-editsection { display:none; }
.mw-editsection { display:none; }

Revision as of 19:28, 5 June 2020

/* CSS placed here will be applied to all skins */

#ca-delete { display:none!important; }

#ca-nstab-main { display:none!important; }

#ca-nstab-user { display:none!important; }

#ca-talk { display:none!important; }

#ca-view { display:none!important; }

#ca-edit { display:none!important; }

#ca-history { display:none!important; }

#ca-watch { display:none!important; }

#ca-unwatch { display:none!important; }

#ca-delete { display:none!important; }

#ca-move { display:none!important; }

#ca-protect { display:none!important; }

#ca-viewsource { display:none!important; }

.mw-editsection { display:none; }

#footer-info { display: none; }

body{ color: #FFFFFF; }

#content{ color: #FFFFFF; }

#bodyContent { background-color: #a37e63; }

#firstHeading { background-color: #a37e63; }

#catlinks { background-color: #a37e63; }

#mw-head-base { background-color: #a37e63; }

#mw-panel { background-color: #a37e63; }

#p-logo { background-color: #a37e63; }

#p-navigation { background-color: #a37e63; }

#p-tb { background-color: #a37e63; }

#p-tb-label { background-color: #a37e63; }

#p-tb .body { background-color: #a37e63; }

#footer { background-color: #a37e63; }

body { background-color: #a37e63; }

#p-cactions { background-color: #a37e63; }