Difference between revisions of "MediaWiki:Geshi.css"
Line 9: | Line 9: | ||
word-wrap: normal; | word-wrap: normal; | ||
font-family: Consolas,Menlo,"Liberation Mono",Courier,monospace; | font-family: Consolas,Menlo,"Liberation Mono",Courier,monospace; | ||
− | |||
} | } | ||
Line 16: | Line 15: | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
border-radius: 3px; | border-radius: 3px; | ||
− | + | padding: 1px 5px; | |
} | } |
Revision as of 18:11, 20 July 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
background: #f5f5f5;
border: 1px solid #ccc;
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;
}