Difference between revisions of "MediaWiki:Geshi.css"

From Sirikata Wiki
Jump to navigation Jump to search
m (testing css)
m (css tweak)
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: 5px solid #cc99ff; margin: .5em; padding: 5px }
+
.source-cpp { border: 5px solid #eeddff; margin: .5em; padding: 5px }
  
.source-cpp::before { content: "C++ Source"; font-weight: bold; text-align: center }
+
.source-cpp:before { content: "C++ Source"; font-weight: bold; text-align: center }

Revision as of 01:23, 24 July 2009

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

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

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