Import from v. 2.0.2 downloaded from http://getfo.org/texml/
[texml.git] / docs / texml.css
1 pre, tt, code {
2   color:            #000000;
3   background-color: #f0f0f0;
4 }
5 em {
6   background-color: #c0c0ff;
7 }
8 .footnote {
9   font-size:        66%;
10 }
11
12 /* syntax highlighting in listings */
13 .synComment    { color: #0000FF }
14 .synConstant   { color: #FF00FF }
15 .synIdentifier { color: #008B8B }
16 .synStatement  { color: #A52A2A ; font-weight: bold }
17 .synPreProc    { color: #A020F0 }
18 .synType       { color: #2E8B57 ; font-weight: bold }
19 .synSpecial    { color: #6A5ACD }
20 .synUnderlined { color: #000000 ; text-decoration: underline }
21 .synError      { color: #FFFFFF ; background: #FF0000 none }
22 .synTodo       { color: #0000FF ; background: #FFFF00 none }