Difference between revisions of "MediaWiki:Geshi.css"

From AGI Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { font-family: "Courier New", Courier, mono; font-size: medium; background-color...")
 
 
Line 3: Line 3:
 
div.mw-geshi {  
 
div.mw-geshi {  
 
     font-family: "Courier New", Courier, mono;
 
     font-family: "Courier New", Courier, mono;
     font-size: medium;
+
     font-size: 10pt;
 
     background-color: #FFFFEE;  
 
     background-color: #FFFFEE;  
 
     line-height: 1.25em;
 
     line-height: 1.25em;

Latest revision as of 14:20, 10 March 2018

/* CSS placed here will be applied to GeSHi syntax highlighting */
 
div.mw-geshi { 
    font-family: "Courier New", Courier, mono;
    font-size: 10pt;
    background-color: #FFFFEE; 
    line-height: 1.25em;
    margin-right: 10px; 
    margin-left: 10px; 
    padding-top: 0px; 
    padding-right: 5px; 
    padding-bottom: 5px; 
    padding-left: 5px; 
    border: 1px #CCCCCC solid;
}