MediaWiki:Geshi.css: Difference between revisions
Jump to navigation
Jump to search
(New page: →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-ali...) |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* @override http://lmwcs.com/maptool/index.php?title=MediaWiki:Geshi.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 */ | |||
/* @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 */ | /* 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;} | .mtmacro .de1, .mtmacro .de2 { | ||
.mtmacro {font-family:monospace;} | font: normal normal 1em/1.2em monospace; | ||
.mtmacro .imp {font-weight: bold; color: red;} | margin:0; | ||
.mtmacro li, .mtmacro .li1 {font-weight: normal; vertical-align:top;} | padding:0; | ||
.mtmacro .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} | background:none; | ||
.mtmacro .li2 {font-weight: bold; vertical-align:top;} | vertical-align:top; | ||
.mtmacro .kw1 {color: # | background-color: #F8F8F8; | ||
.mtmacro .kw2 {color: # | color: #0A0A0A; | ||
.mtmacro .es0 {color: #000099; font-weight: bold;} | } | ||
.mtmacro .br0 {color: # | .mtmacro { | ||
.mtmacro .sy0 {color: # | font-family:monospace; | ||
.mtmacro .st0 {color: # | background-color: #F8F8F8; | ||
.mtmacro .nu0 {color: # | color: #0A0A0A; | ||
.mtmacro .sc-1 {color: # | } | ||
.mtmacro .sc0 {color: #00bbdd;} | .mtmacro.source-mtmacro .imp { | ||
.mtmacro .sc1 {color: # | font-weight: bold; | ||
.mtmacro .sc2 {color: # | color: red; | ||
.mtmacro .ln-xtra, .mtmacro li.ln-xtra, .mtmacro div.ln-xtra {background-color: #ffc;} | } | ||
.mtmacro span.xtra { display:block; } | .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: #0000FF; | |||
font-weight: bold; | |||
} | |||
.mtmacro.source-mtmacro .kw2 { | |||
color: #0000FF; | |||
font-style: italic; | |||
} | |||
.mtmacro.source-mtmacro .es0 { | |||
color: #000099; | |||
font-weight: bold; | |||
} | |||
.mtmacro.source-mtmacro .br0 { | |||
color: #0A0A0A; | |||
} | |||
.mtmacro.source-mtmacro .sy0 { | |||
color: #0A0A0A; | |||
} | |||
.mtmacro.source-mtmacro .st0 { | |||
color: #FF0080; | |||
font-style: italic; | |||
} | |||
.mtmacro.source-mtmacro .nu0 { | |||
color: #0A0A0A; | |||
} | |||
.mtmacro.source-mtmacro .sc-1 { | |||
color: #0A0A0A; | |||
font-style: italic; | |||
} | |||
.mtmacro.source-mtmacro .sc0 { | |||
color: #00bbdd; | |||
} | |||
.mtmacro.source-mtmacro .sc1 { | |||
color: #0A0A0A; | |||
} | |||
.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; | |||
} |
Latest revision as of 20:55, 22 December 2008
/* @override http://lmwcs.com/maptool/index.php?title=MediaWiki:Geshi.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 */
/* @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: #F8F8F8;
color: #0A0A0A;
}
.mtmacro {
font-family:monospace;
background-color: #F8F8F8;
color: #0A0A0A;
}
.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: #0000FF;
font-weight: bold;
}
.mtmacro.source-mtmacro .kw2 {
color: #0000FF;
font-style: italic;
}
.mtmacro.source-mtmacro .es0 {
color: #000099;
font-weight: bold;
}
.mtmacro.source-mtmacro .br0 {
color: #0A0A0A;
}
.mtmacro.source-mtmacro .sy0 {
color: #0A0A0A;
}
.mtmacro.source-mtmacro .st0 {
color: #FF0080;
font-style: italic;
}
.mtmacro.source-mtmacro .nu0 {
color: #0A0A0A;
}
.mtmacro.source-mtmacro .sc-1 {
color: #0A0A0A;
font-style: italic;
}
.mtmacro.source-mtmacro .sc0 {
color: #00bbdd;
}
.mtmacro.source-mtmacro .sc1 {
color: #0A0A0A;
}
.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;
}