2000-08-11 10:24:39 +04:00
A : link { color : #0000DD }
A : visited { color : #551188 }
A : hover { color : #3333FF }
A : active { color : #FF00FF }
A * { text-decoration : inherit }
1999-01-30 04:19:00 +03:00
. title1 { font-family : "Times New Roman" , Times , serif ; font-size : 36 pt ; font-weight : bold ; color : #000000 ; white-space : nowrap }
. title2 { font-family : "Times New Roman" , Times , serif ; font-size : 18 pt ; font-weight : bold ; color : #000000 ; white-space : nowrap }
. top-title { color : #009900 }
2000-09-09 06:15:06 +04:00
. es-title { color : #999900 }
1999-05-11 01:02:22 +04:00
. draft-title { color : #FF0000 }
. mod-date { font-size : smaller ; font-style : italic ; text-align : right }
1999-01-30 04:19:00 +03:00
. sub { font-size : 50 % }
. sub-num { font-size : smaller ; font-style : normal }
. syntax { margin-left : 0.5 in }
1999-05-11 01:02:22 +04:00
. indent { margin-left : 0.5 in }
1999-01-30 04:19:00 +03:00
. issue { color : #FF0000 }
2000-08-11 10:24:39 +04:00
BODY { background-color : #FFFFFF ; color : #000000 }
DL { margin-left : 18 pt }
DD { margin-bottom : 6 pt }
DT { font-style : italic ; margin-top : 3 pt }
2000-09-09 06:15:06 +04:00
. js2 { background-color : #FFFF66 ; color : #000033 }
. js2-hidden { }
. es4 { background-color : #CCCCFF ; color : #333300 }
. es4-hidden { }
1999-01-30 04:19:00 +03:00
. grammar-rule { margin-left : 18 pt ; margin-top : 6 pt ; margin-bottom : 6 pt }
. grammar-lhs { }
. grammar-rhs { margin-left : 9 pt ; }
. grammar-argument { margin-left : 18 pt ; margin-top : 6 pt ; margin-bottom : 6 pt }
. semantics { margin-left : 9 pt ; margin-top : 3 pt ; margin-bottom : 3 pt }
. semantics-next { margin-left : 27 pt ; margin-bottom : 3 pt }
2000-08-11 10:24:39 +04:00
. symbol { font-family : Symbol }
. unicode { font-family : "Lucida Sans Unicode" , serif }
VAR , VAR A : link , VAR A : visited { font-family : Georgia , Palatino , "Times New Roman" , Times , serif ; font-weight : normal ; font-style : italic ; color : #336600 }
A : hover VAR , VAR A : hover { color : #003300 }
A : active VAR , VAR A : active { color : #00FF00 }
CODE , PRE { font-family : "Courier New" , Courier , mono ; color : #0000FF }
PRE { margin-left : 0.5 in }
A : hover CODE { color : #3333CC }
A : active CODE { color : #6666FF }
2000-09-09 06:15:06 +04:00
. control , A . control : link , A . control : visited { font-family : "Times New Roman" , Times , serif ; font-weight : normal ; color : #000099 }
2000-08-11 10:24:39 +04:00
A . control : hover , A : hover . control { color : #333366 }
A . control : active , A : active . control { color : #3333FF }
2000-09-09 06:15:06 +04:00
. terminal , A . terminal : link , A . terminal : visited { font-family : Georgia , Palatino , "Times New Roman" , Times , serif ; font-weight : bold ; color : #009999 }
2000-08-11 10:24:39 +04:00
A . terminal : hover , A : hover . terminal { color : #336666 }
A . terminal : active , A : active . terminal { color : #00FFFF }
1999-01-30 04:19:00 +03:00
. terminal-keyword { font-weight : bold }
2000-09-09 06:15:06 +04:00
. nonterminal , A . nonterminal : link , A . nonterminal : visited , . nonterminal A : link , . nonterminal A : visited { font-family : Georgia , Palatino , "Times New Roman" , Times , serif ; font-weight : normal ; font-style : italic ; color : #009900 }
2000-08-11 10:24:39 +04:00
A . nonterminal : hover , . nonterminal A : hover , A : hover . nonterminal { color : #336633 }
A . nonterminal : active , . nonterminal A : active , A : active . nonterminal { color : #00FF00 }
. nonterminal-attribute , . nonterminal-argument { font-style : normal }
1999-01-30 04:19:00 +03:00
. semantic-keyword { font-family : "Times New Roman" , Times , serif ; font-weight : bold }
2000-09-09 06:15:06 +04:00
. type-expression , A . type-expression : link , A . type-expression : visited , . type-name , A . type-name : link , A . type-name : visited { font-family : "Times New Roman" , Times , serif ; color : #CC0000 }
2000-08-11 10:24:39 +04:00
A . type-expression : hover , A : hover . type-expression , A . type-name : hover , A : hover . type-name { color : #990000 }
A . type-expression : active , A : active . type-expression , A . type-name : active , A : active . type-name { color : #FF6666 }
. type-name { font-variant : small-caps }
2000-09-09 06:15:06 +04:00
. field-name , A . field-name : link , A . field-name : visited { font-family : Arial , Helvetica , sans-serif ; color : #FF0000 }
2000-08-11 10:24:39 +04:00
A . field-name : hover , A : hover . field-name { color : #CC3333 }
A . field-name : active , A : active . field-name { color : #FF6666 }
2000-09-09 06:15:06 +04:00
. global-variable , A . global-variable : link , A . global-variable : visited { font-family : "Times New Roman" , Times , serif ; color : #006600 }
. local-variable , A . local-variable : link , A . local-variable : visited { font-family : "Times New Roman" , Times , serif ; color : #009900 }
2000-08-11 10:24:39 +04:00
A . global-variable : hover , A : hover . global-variable , A . local-variable : hover , A : hover . local-variable { color : #336633 }
A . global-variable : active , A : active . global-variable , A . local-variable : active , A : active . local-variable { color : #00FF00 }
2000-09-09 06:15:06 +04:00
. action-name , A . action-name : link , A . action-name : visited { font-family : "Zapf Chancery" , "Comic Sans MS" , Script , serif ; color : #660066 }
2000-08-11 10:24:39 +04:00
A . action-name : hover , A : hover . action-name { color : #663366 }
A . action-name : active , A : active . action-name { color : #FF00FF }