User:E.vandenberge/common.css

From TSG Doc
Jump to navigation Jump to search

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 / Edge: 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 playground of Erik van den Berge*/

@import url(http://fonts.googleapis.com/css?family=Khula);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);

body {
  font-family: 'Khula', sans-serif; 
  background-color: #2e2e2e;
}

.mw-body h1, .mw-body h2 {
  font-family: 'Noto Serif', serif;
}

#mw-page-base {
  background-color: #2e2e2e;
  background-image: linear-gradient(#49657d 30%, #2e2e2e 100%);
}

div#mw-panel div.portal div.body ul li {
  font-size: 0.8em;
}

div#mw-panel div.portal div.body ul li a{
  color: #fff;
}