Difference between revisions of "MediaWiki:Geshi.css"

From PyMOLWiki
Jump to navigation Jump to search
(moved from MediaWiki:Common.css)
(No difference)

Revision as of 11:54, 6 December 2011

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

.bash.source-bash .de1, .bash.source-bash .de2,
.python.source-python .de1, .python.source-python .de2 {
  padding: 10px;
  background-color: #eee;
 
  border: 0 none;
  border-left: 10px solid #ddd;
 
  font-size: 1.1em;
  line-height: 1.3em;
}