Difference between revisions of "MediaWiki:Common.css"

From CAMEO
Jump to navigation Jump to search
Line 4: Line 4:
 
#footer-poweredbyico { display: none; }
 
#footer-poweredbyico { display: none; }
 
.page-About_CAMEO #contentSub { display: none }
 
.page-About_CAMEO #contentSub { display: none }
 +
 +
.WikiaPageHeader > h2,h3,h4,h5 {
 +
color: #000000;
 +
font-family: verdana, arial; /* This changes the header on every article */
 +
 +
 +
#p-tb { display: none;!important }
 +
 +
#p-tb h3 { display: none;!important }
 +
 +
#t-specialpages { display: none;!important }
 +
 +
#t-print { display: none;!important }
 +
 +
#t-link { display: none;!important }
 +
 +
#t-changes { display: none;!important }
 +
 +
#t-info { display: none;!important }
 +
 +
#t-Permalink { display: none;!important }
 +
 +
#t-Relatedchanges { display: none;!important }
 +
 +
#t-Whatlinkshere { display: none;!important }
 +
 +
#t-userrights { display: none;!important }
 +
 +
#t-log { display: none;!important }
 +
 +
#t-contributions { display: none;!important }
 +
 +
#t-recentchangeslinked { display: none;!important }
 +
 +
#t-feedlinks { display: none;!important }
 +
 +
#t-blockip { display: none;!important }

Revision as of 09:40, 8 February 2022

/* CSS placed here will be applied to all skins */
body.page-Category_Materials_database #mw-subcategories {display: none}
body.page-Category_Materials_database #mw-pages {display: none}
#footer-poweredbyico { display: none; }
.page-About_CAMEO #contentSub { display: none }

.WikiaPageHeader > h2,h3,h4,h5 {
color: #000000;
 font-family: verdana, arial; /* This changes the header on every article */


#p-tb { display: none;!important }

#p-tb h3 { display: none;!important }

#t-specialpages { display: none;!important }

#t-print { display: none;!important }

#t-link { display: none;!important }

#t-changes { display: none;!important }

#t-info { display: none;!important }

#t-Permalink { display: none;!important }

#t-Relatedchanges { display: none;!important }

#t-Whatlinkshere { display: none;!important }

#t-userrights { display: none;!important }

#t-log { display: none;!important }

#t-contributions { display: none;!important }

#t-recentchangeslinked { display: none;!important }

#t-feedlinks { display: none;!important }

#t-blockip { display: none;!important }