Difference between revisions of "MediaWiki:Geshi.css"

From Sirikata Wiki
Jump to navigation Jump to search
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: 0px solid #eeddff; margin: .5em; padding: 5px; background: solid #fcfdff; }
+
.source-cpp { border: 0px solid #eeddff; margin: .5em; padding: 5px; background: #fcfaff; }
  
 
.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:29, 24 July 2009

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

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

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