Difference between revisions of "User:E.vandenberge/common.css"

From TSG Doc
Jump to navigation Jump to search
Line 13: Line 13:
  
 
#mw-page-base {
 
#mw-page-base {
   background-image: linear-gradient(#f2f5ab 30%, #f6f6f6 100%);
+
   background-image: linear-gradient(#abf5be 30%, #f6f6f6 100%);
 
}
 
}
  

Revision as of 10:45, 5 August 2015

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

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

#mw-page-base {
  background-image: linear-gradient(#abf5be 30%, #f6f6f6 100%);
}

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