Difference between revisions of "MediaWiki:Geshi.css"
(Created page with "→CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { background-color: darken($body-bg, 4%); border: 1px solid darken($body-bg, 6%); margin...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
div.mw-geshi { | div.mw-geshi { | ||
− | background | + | background: #f5f5f5; |
− | border: 1px solid | + | border: 1px solid #ccc; |
− | + | border-left: 6px solid #558abb; | |
− | + | border-radius: 3px; | |
− | + | overflow-x: auto; | |
− | + | padding: 5px 10px; | |
− | + | word-wrap: normal; | |
− | + | font-family: Consolas,Menlo,"Liberation Mono",Courier,monospace; | |
− | + | } | |
− | + | ||
− | + | span.mw-geshi { | |
− | + | background: #f5f5f5; | |
− | + | border: 1px solid #ccc; | |
− | + | border-radius: 3px; | |
− | + | padding: 1px 5px; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 21:48, 2 August 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
background: #f5f5f5;
border: 1px solid #ccc;
border-left: 6px solid #558abb;
border-radius: 3px;
overflow-x: auto;
padding: 5px 10px;
word-wrap: normal;
font-family: Consolas,Menlo,"Liberation Mono",Courier,monospace;
}
span.mw-geshi {
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
padding: 1px 5px;
}