Skip to content

Commit 29ce29a

Browse files
committed
[css2] Added an eclipse/glow image.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40550
1 parent 031963a commit 29ce29a

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

css2/text.src

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 1.24 1997-12-11 20:16:06 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 1.25 1997-12-12 02:30:32 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -10,7 +10,8 @@
1010
</HEAD>
1111
<BODY>
1212
<H1 align="center">Text</H1>
13-
The properties defined in the following sections affect the visual
13+
14+
<P>The properties defined in the following sections affect the visual
1415
presentation of characters, spaces, words, and paragraphs.
1516

1617
<H2><a name="indentation-prop">Indentation</a>: the <span
@@ -179,15 +180,17 @@ effects may render text invisible in UAs which only supports CSS1.
179180

180181
<PRE>
181182
SPAN.glow {
182-
background: lime;
183-
color: lime;
184-
text-shadow: red 0px 0px 5px;
183+
background: white;
184+
color: white;
185+
text-shadow: black 0px 0px 5px;
185186
}
186187
</PRE>
187188

188189
<P>Here, the 'background' and 'color' properties have the same value
189190
and the 'text-shadow' property is used to create a "solar eclipse"
190-
effect.
191+
effect:
192+
193+
<P><IMG SRC="images/eclipse-outline.gif">
191194

192195
</DIV>
193196

0 commit comments

Comments
 (0)