Difference between revisions of "MediaWiki:Geshi.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 6: Line 6:
 
     font-family: monospace, vrinda !important;
 
     font-family: monospace, vrinda !important;
 
     font-size: 14px;
 
     font-size: 14px;
    overflow:scroll;
 
 
}
 
}
  
Line 13: Line 12:
 
   margin: 1em 0;  
 
   margin: 1em 0;  
 
   border: 1px dashed darkgrey;
 
   border: 1px dashed darkgrey;
   background-color: #f0f0f0;
+
   /*background-color: #f0f0f0;*/
   overflow:scroll;
+
   background-color: #cccccc;
 
}
 
}
 
   
 
   
Line 20: Line 19:
 
     font-family: monospace, vrinda;
 
     font-family: monospace, vrinda;
 
     font-size: 14px;
 
     font-size: 14px;
    overflow:scroll;
 
 
}
 
}

Revision as of 20:44, 18 August 2014

/* Fix so <source> tags get normal text size also in some
   versions of Firefox, Safari, Konqueror, Chrome etc.
   See http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Section_break._Teletype_style_fix */
 
div.mw-geshi div {
    font-family: monospace, vrinda !important;
    font-size: 14px;
}

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed darkgrey;
  /*background-color: #f0f0f0;*/
  background-color: #cccccc;
}
 
#content div.mw-geshi pre {
    font-family: monospace, vrinda;
    font-size: 14px;
}