Difference between revisions of "MediaWiki:Common.css"

From Sonotech
Jump to: navigation, search
Line 13: Line 13:
 
     color: Purple;
 
     color: Purple;
 
}
 
}
 +
  
 
h3 {
 
h3 {
Line 18: Line 19:
 
}
 
}
  
h3 {
+
 
 +
h4 {
 
     color: Purple;
 
     color: Purple;
 
}
 
}

Revision as of 22:31, 22 July 2022

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


/* fonts and headings */


h1 {
    color: Purple;
}


h2 {
    color: Purple;
}


h3 {
    color: Purple;
}


h4 {
    color: Purple;
}




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