MediaWiki:Common.css: Difference between revisions

From Atlas Knits
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
body {font-family: Montserrat, sans; font-size: 16px; font-weight: 500;}
body {font-family: Montserrat, sans; font-size: 16px; font-weight: 500;}


/* Link Color */
a, div#mw-panel div.portal div.body ul li a {color:#027e84; font-weight: 700;}
a, div#mw-panel div.portal div.body ul li a {color:#027e84; font-weight: 700;}


a:visited, div#mw-panel div.portal div.body ul li a:visited {color:#69acae;}
a:visited, div#mw-panel div.portal div.body ul li a:visited {color:#69acae;}
/* Sidebar Headers */
div#mw-panel div.portal h1, div#mw-panel div.portal h2, div#mw-panel div.portal h3 {color: #666; font-size: 16px; font-weight: 500;}


/* Remove Discussion Tab */
/* Remove Discussion Tab */

Revision as of 11:55, 18 November 2018

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

/* Add & Use Montserrat Font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i');

body {font-family: Montserrat, sans; font-size: 16px; font-weight: 500;}

/* Link Color */
a, div#mw-panel div.portal div.body ul li a {color:#027e84; font-weight: 700;}

a:visited, div#mw-panel div.portal div.body ul li a:visited {color:#69acae;}

/* Sidebar Headers */
div#mw-panel div.portal h1, div#mw-panel div.portal h2, div#mw-panel div.portal h3 {color: #666; font-size: 16px; font-weight: 500;}

/* Remove Discussion Tab */
#ca-talk { display:none!important; }
/* Remove View Source Tab */
#ca-viewsource { display:none!important; }