MediaWiki:Common.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
(First, seeing what is what.)
 
No edit summary
Line 3: Line 3:


h1 {
h1 {
  background: green;
    font-family: 'Courier New', Courier, monospace;
  color: black;
}
}


h2 {
h2 {
  background: red;
    font-family: 'Courier New', Courier, monospace;
  color: white;
}
}




h3 {
h3 {
  background: black;
    font-family: 'Courier New', Courier, monospace;
  color: white;
}
}

Revision as of 16:56, 9 March 2014

/* CSS placed here will be applied to all skins */


h1 {
    font-family: 'Courier New', Courier, monospace;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
}


h3 {
    font-family: 'Courier New', Courier, monospace;
}