Skip to content

Commit 090c090

Browse files
committed
[css2] Links are not blue anymore.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401091
1 parent 42c37eb commit 090c090

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

css2/style/default.css

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
BODY {
@@ -35,13 +35,6 @@ ADDRESS {
3535
IMG {
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+
5455
A.propdef-title {
5556
background: yellow;
5657
}
@@ -84,8 +85,14 @@ pre.illegal-xml-example { color: red }
8485
div.illegal-xml-example { color: red }
8586
div.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 {
136143
DIV.toc, UL.index, DT {
137144
text-align: left
138145
}
146+
SUP {
147+
vertical-align: super;
148+
font-size: 80%
149+
}

0 commit comments

Comments
 (0)