Difference between revisions of "MediaWiki:Geshi.css"

From Sirikata Wiki
Jump to navigation Jump to search
m (css tweak)
 
(4 intermediate revisions by the same user 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: 5px solid #eeddff; margin: .5em; padding: 5px }
+
.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 } */

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