Difference between revisions of "MediaWiki:Geshi.css"

From Sirikata Wiki
Jump to navigation Jump to search
(New page: →‎CSS placed here will be applied to GeSHi syntax highlighting: .source-cpp { border: 1px solid black; margin: 1em })
 
 
(8 intermediate revisions by 2 users 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 */
  
.source-cpp { border: 1px solid black; margin: 1em }
+
.source-cpp { border: 0px solid #eeddff; margin: .5em; padding: 5px; background: #fcfaff; }
 +
 
 +
/* .source-cpp:before { content: "C++ Source"; font-weight: bold; text-align: center } */

Latest 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 } */