Difference between revisions of "MediaWiki:Common.css"

From Sonotech
Jump to: navigation, search
Line 3: Line 3:
  
 
/* fonts and headings */
 
/* fonts and headings */
 +
 +
 +
h1 {
 +
    color: blue;
 +
}
 +
  
 
h2 {
 
h2 {
     color: green;
+
     color: blue;
 +
}
 +
 
 +
h3 {
 +
    color: blue;
 +
}
 +
 
 +
h3 {
 +
    color: blue;
 
}
 
}
  

Revision as of 22:27, 22 July 2022

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


/* fonts and headings */


h1 {
    color: blue;
}


h2 {
    color: blue;
}

h3 {
    color: blue;
}

h3 {
    color: blue;
}




/* 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; }