@@ -32,26 +32,32 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
3232h1 { font-size : 180% }
3333h2 { font-size : 150% }
3434h3 , h4 { font-size : 120% }
35- code , tt { font-family : courier }
36- var { font : italic normal serif }
35+ code , tt { font-family : monospace }
36+ var { font-family : serif;
37+ font-style : italic;
38+ font-weight : normal }
3739
3840.navigation .title { font-family : avantgarde, sans-serif;
3941 font-size : 110% }
4042
41- .verbatim { color : darkblue }
43+ .verbatim { color : # 00008b }
4244
4345.email { font-family : avantgarde, sans-serif }
4446.mimetype { font-family : avantgarde, sans-serif }
4547.newsgroup { font-family : avantgarde, sans-serif }
4648.url { font-family : avantgarde, sans-serif }
47- .file { font-family : avantgarge, sans-serif }
49+ .file { font-family : avantgarde, sans-serif }
50+
51+ .refcount-info { font-style : italic }
52+ .refcount-info .value { font-weight : bold;
53+ color : # 006600 }
4854
4955/*
5056 * Some decoration for the "See also:" blocks, in part inspired by some of
5157 * the styling on Lars Marius Garshol's XSA pages.
5258 * (The blue in the navigation bars is #99CCFF.)
5359 */
54- .seealso { background-color : floralwhite ;
60+ .seealso { background-color : # fffaf0 ;
5561 border : thin solid black;
5662 padding : 4pt }
5763
0 commit comments