MediaWiki:Common.css

From Atlas Knits
Revision as of 12:08, 18 November 2018 by Amanda (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;}
.mw-body h1 {font-family: Montserrat, sans;}

/* Top Tabs */
#mw-page-base {background-image: none;}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #666;}

/* Background Color & Border */
body {background-color: #ffffff;}
.mw-body {border: 1px solid #69acae}

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