Difference between revisions of "MediaWiki:Geshi.css"

From Sirikata Wiki
Jump to navigation Jump to search
m (testing css)
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
  
.source-cpp { border: 1px solid black; margin: 1em }
+
.source-cpp { border: 5px solid #cc99ff; margin: .5em; padding: 5px }
 +
 
 +
.source-cpp::before { content: "C++ Source"; font-weight: bold; text-align: center }

Revision as of 01:22, 24 July 2009

/* CSS placed here will be applied to GeSHi syntax highlighting */

.source-cpp { border: 5px solid #cc99ff; margin: .5em; padding: 5px }

.source-cpp::before { content: "C++ Source"; font-weight: bold; text-align: center }