Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
  
*{font-family: "verdana"}
 
*{font-size:8 }
 
  
 
div.mw-geshi {
 
div.mw-geshi {

Revision as of 13:03, 18 March 2016

  1. /* CSS placed here will be applied to all skins */
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
  4.  
  5.  
  6. div.mw-geshi {
  7. padding: 1em;
  8. margin: 1em 0;
  9. border: none;
  10. background-color: #ffffff;
  11. }