MediaWiki:Geshi.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* @override http://lmwcs.com/maptool/index.php?title=MediaWiki:Geshi.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 */
/* CSS placed here will be applied to GeSHi syntax highlighting */
.mtmacro .de1, .mtmacro .de2 {
font: normal normal 1em/1.2em monospace;
margin:0;
padding:0;
background:none;
vertical-align:top;
background-color: #eeeeee;
color: #0000;
}
.mtmacro {
font-family:monospace;
background-color: #eeeeee;
color: #00000;
}
.mtmacro.source-mtmacro .imp {
font-weight: bold;
color: red;
}
.mtmacro.source-mtmacro li, .mtmacro .li1 {
font-weight: normal;
vertical-align:top;
}
.mtmacro.source-mtmacro .ln {
width:1px;
text-align:right;
margin:0;padding:0 2px;
vertical-align:top;
}
.mtmacro.source-mtmacro .li2 {
font-weight: bold;
vertical-align:top;
}
.mtmacro.source-mtmacro .kw1 {
color: #04a4ee;
font-weight: bold;
}
.mtmacro.source-mtmacro .kw2 {
color: #00d7d7;
font-weight: bold;
}
.mtmacro.source-mtmacro .es0 {
color: #000099;
font-weight: bold;
}
.mtmacro.source-mtmacro .br0 {
color: #63e8b4;
}
.mtmacro.source-mtmacro .sy0 {
color: #73c5c8;
}
.mtmacro.source-mtmacro .st0 {
color: #89a9e0;
}
.mtmacro.source-mtmacro .nu0 {
color: #73c5c8;
}
.mtmacro.source-mtmacro .sc-1 {
color: #73c5c8;
font-style: italic;
}
.mtmacro.source-mtmacro .sc0 {
color: #00bbdd;
}
.mtmacro.source-mtmacro .sc1 {
color: #82c98d;
}
.mtmacro.source-mtmacro .sc2 {
color: #73c5c8;
}
.mtmacro.source-mtmacro .ln-xtra, .mtmacro li.ln-xtra, .mtmacro div.ln-xtra {
background-color: #ffc;
}
.mtmacro span.xtra {
display:block;
}
.mtmacro ol li {
padding: 0 0 0 2em;
border-left: 1px dotted #7590ff;
}