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

From TSG Doc
Jump to navigation Jump to search
(Replaced content with "→‎CSS playground of Erik van den Berge: ")
Line 1: Line 1:
 
/* CSS playground of Erik van den Berge*/
 
/* 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(#fff 50%, #f6f6f6 100%);
 
}
 
 
div#mw-panel div.portal div.body ul li {
 
  font-size: 0.8em;
 
}
 

Revision as of 15:26, 5 August 2015

/* CSS playground of Erik van den Berge*/