MediaWiki:Geshi.css

From UIT
(Difference between revisions)
Jump to: navigation, search
m
m
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
div.mw-geshi {
 
div.mw-geshi {
 +
  font-family: monospace, "Courier New";
 
   padding: 1em;  
 
   padding: 1em;  
 
   margin: 1em 0;  
 
   margin: 1em 0;  
 
   border: 1px dashed #2f6fab;
 
   border: 1px dashed #2f6fab;
   font-size: 8pt;
+
   font-size: 10pt;
   background-color: #f4f4f4;
+
   background-color: #f9f9f9;
 
}
 
}

Latest revision as of 13:03, 7 February 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
  font-family: monospace, "Courier New";
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  font-size: 10pt;
  background-color: #f9f9f9;
}
Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox