MediaWiki:Geshi.css

From RPTools Wiki
Revision as of 16:55, 28 November 2008 by WikiSysop (talk | contribs)
Jump to navigation Jump to search

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.
/* 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; 
    background-color: black;
    vertical-align:top;
    color: white;
}
.mtmacro  {
    font-family:monospace;
    background-color: black;
    color:white;
}
.mtmacro .imp {
    font-weight: bold; 
    color: red;
}
.mtmacro li, .mtmacro .li1 {
    font-weight: normal; 
    vertical-align:top;
}
.mtmacro .ln {
    width:1px;
    text-align:right; 
    margin:0;padding:0 2px;
    vertical-align:top;
}
.mtmacro .li2 {
    font-weight: bold; 
    vertical-align:top;
}
.mtmacro .kw1 {
    color: #0099DD; 
    font-weight: bold;
}
.mtmacro .kw2 {
    color: #00CCCC; 
    font-weight: bold;
}
.mtmacro .es0 {
    color: #000099; 
    font-weight: bold;
}
.mtmacro .br0 {
    color: #66cc66;
}
.mtmacro .sy0 {
    color: #66cc66;
}
.mtmacro .st0 {
    color: #ff0000;
}
.mtmacro .nu0 {
    color: #cc66cc;
}
.mtmacro .sc-1 {
    color: #808080; 
    font-style: italic;
}
.mtmacro .sc0 {
    color: #00bbdd;
}
.mtmacro .sc1 {
    color: #009900;
}
.mtmacro .sc2 {
    color: #009900;
}
.mtmacro .ln-xtra, .mtmacro li.ln-xtra, .mtmacro div.ln-xtra {
    background-color: #ffc;
}
.mtmacro span.xtra {
    display:block;
}