MediaWiki:Common.css: Difference between revisions

From CSU-CHILL

No edit summary
(Added more styles to custom fonts)
Line 6: Line 6:
.mw-label,
.mw-label,
.mw-input,
.mw-input,
.mw-content-subtitle,
.mw-normal-catlinks,
.mw-body-content,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-table-form,
.mw-allpages-nav {
.mw-allpages-nav {
font-family: 'prox-regular';}
font-family: 'prox-regular';}
.mw-page-title-main,
.mw-headline {
.mw-headline {
font-family: 'factoria-book';}
font-family: 'factoria-book';}

Revision as of 02:54, 14 January 2024

/* CSS placed here will be applied to all skins */
@import url("https://static.colostate.edu/fonts/proxima-nova/proxima.css") screen;
@import url("https://static.colostate.edu/fonts/factoria/factoria.css") screen;

.mw-body,
.mw-label,
.mw-input,
.mw-content-subtitle,
.mw-normal-catlinks,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'prox-regular';}
.mw-page-title-main,
.mw-headline {
font-family: 'factoria-book';}

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