MediaWiki:Common.css

From Craft Wiki

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

#mw-content-container { background-image: none; }
a, a:visited { color: #00b2d0; }
a:hover { color: #008da3; }
div#content a { text-decoration: underline; }
div#content a { text-decoration: underline; }
div#content div#toc a { text-decoration: none; }


div#p-logo-text a#p-banner, div#user-tools { display: none; }

/* Hide for not logged in users */

div#mw-page-header-links {display: none;}
body.mw-editable div#mw-page-header-links {display: block;}

div#site-tools {display: none;}
body.mw-editable div#site-tools {display: block;}

div#mw-related-navigation {display: none;}
body.mw-editable div#mw-related-navigation {display: block;}

div#mw-footer ul.footer-places li#lastmod, ul.footer-places li#privacy, ul.footer-places li#disclaimer { display: none; } 
body.mw-editable div#mw-footer ul.footer-places li#lastmod { display: block; } 
body.mw-editable ul.footer-places li#privacy, body.mw-editable ul.footer-places li#disclaimer { display: inline; }


/* blues */

.color-left, .color-right, .color-middle { background-color: #00b2d0; }
#mw-content-container { border-bottom-color: #00b2d0; }
.mw-body h1.firstHeading { border-bottom-color: #00b2d0; }


/* fonts */

input, body, .mw-editsection, #p-variants-desktop h3, .mw-body .toctitle h2 {
	font-family:'Source Sans Pro', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

body { font-size: 1em; }

#p-logo-text a, .mw-body h1,.mw-body h2,.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6,.mw-body dt, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2,#mw-related-navigation h2{
	font-family:'Varela Round','Verdana','Helvetica Neue','Helvetica',sans-serif;
}


/* images detail page cleanup */
#mw-imagepage-section-filehistory
, #filehistory
, #filelinks
, #mw-imagepage-section-linkstoimage
, .mw-imagepage-upload-links
, #filehistory
, .fullMedia
, ul#filetoc
, .mw-filepage-resolutioninfo
{ display: none; }