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

From TSG Doc
Jump to navigation Jump to search
Line 4: Line 4:
 
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
 
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
  
body {font-family: 'Khula', sans-serif;}
+
body {
.mw-body h1, .mw-body h2 {font-family: 'Noto Serif', serif;}
+
  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%);
 +
}

Revision as of 10:13, 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; 
  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%);
}