MediaWiki:Common.css: Difference between revisions

From Atlas Knits
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #666;}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #666;}
/*div.vectorTabs {background-image: none;}*/
/*div.vectorTabs {background-image: none;}*/
div.vectorTabs li a {color: #027e84;}
div.vectorTabs li a {color: #385de2;}


/* Background Color & Border */
/* Background Color & Border */
Line 19: Line 19:


/* Link Color */
/* 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:#385de2; font-weight: 700;}
a:active, div#mw-panel div.portal div.body ul li a:active {color:#666;}
a:active, div#mw-panel div.portal div.body ul li a:active {color:#666;}
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;}

Revision as of 15:07, 25 July 2019

/* 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, .mw-body {font-family: Montserrat, sans; font-size: 16px; font-weight: 500;}
h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body .mw-editsection, .mw-body .mw-editsection-like {font-family: Montserrat, sans; font-weight: 700;}
.mw-body #toc h2, .mw-body .toc h2, input, textarea, select, button {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;}
/*div.vectorTabs {background-image: none;}*/
div.vectorTabs li a {color: #385de2;}

/* 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:#385de2; font-weight: 700;}
a:active, div#mw-panel div.portal div.body ul li a:active {color:#666;}
a:visited, div#mw-panel div.portal div.body ul li a:visited {color:#69acae;}
a.new, #p-personal a.new {color:#c4c9cc;}

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

/* Remove Powered by MediaWiki */
div#footer #footer-icons {display:none;}