MediaWiki:Geshi.css

From FreeDESK
(Difference between revisions)
Jump to: navigation, search
(Created page with "- CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { font-size: 1.25em; }")
 
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
 
div.mw-geshi
 
div.mw-geshi
 
{
 
{
font-size: 1.25em;
+
font-size: 1.4em;
 +
padding: 1em;
 +
margin: 1em 0;
 +
border: 1px dashed #2f6fab;
 +
background-color: #f9f9f9;
 
}
 
}

Latest revision as of 23:28, 27 June 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi
{
font-size: 1.4em;
padding: 1em; 
margin: 1em 0; 
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox