File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Style sheet for the CSS2 specification
3- * $Id: default.css,v 2.8 1998-02-25 04:56:59 bbos Exp $
3+ * $Id: default.css,v 2.9 1998-02-25 19:34:42 bbos Exp $
44 */
55
66BODY {
@@ -35,13 +35,6 @@ ADDRESS {
3535IMG {
3636 border : 0 ;
3737}
38- .note {
39- font-weight : bold;
40- margin-top : 1em ;
41- margin-bottom : 1em ;
42- margin-left : 1em ;
43- margin-right : 1em ;
44- }
4538.toc {
4639 text-indent : 0 ;
4740}
@@ -51,6 +44,14 @@ P.toc-line {
5144 text-indent : 0 ;
5245}
5346
47+ /* I don't like all that blue text, how about this: */
48+ /* It should be 'inherit', but Netscape inserts a random color :-( */
49+ A : link , A : visited {color : black; /*color: inherit*/ }
50+ DIV .example A : link , DIV .example A : visited {color : maroon; /*color: inherit*/ }
51+ DIV .deprecated-html-example A : link ,
52+ DIV .deprecated-html-example A : visited {color : red; /*color: inherit*/ }
53+ .note A : link , .note A : visited {color : green; /*color: inherit*/ }
54+
5455A .propdef-title {
5556 background : yellow;
5657}
@@ -84,8 +85,14 @@ pre.illegal-xml-example { color: red }
8485div .illegal-xml-example { color : red }
8586div .illegal-xml-example p { color : black }
8687
87- div .note { color : green; margin-left : 1em }
88- p .note { color : green; margin-left : 1em }
88+ .note {
89+ font-weight : bold;
90+ margin-top : 1em ;
91+ margin-bottom : 1em ;
92+ margin-left : 1em ;
93+ margin-right : 1em ;
94+ color : green
95+ }
8996
9097.normref {
9198 color : red;
@@ -136,3 +143,7 @@ P.caption {
136143DIV .toc , UL .index , DT {
137144 text-align : left
138145}
146+ SUP {
147+ vertical-align : super;
148+ font-size : 80%
149+ }
You can’t perform that action at this time.
0 commit comments