Difference between revisions of "MediaWiki:Common.css"

From Sonotech
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
 +
/* fonts and headings */
 +
 +
h2 {
 +
    color: green;
 +
}
 +
  
  

Revision as of 22:26, 22 July 2022

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


/* fonts and headings */

h2 {
    color: green;
}




/* Setting of Tabs on all pages */

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

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

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

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

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

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

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

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