annotate etc/w3/stylesheet @ 84:ac0620f6398e r20-0b92

Import from CVS: tag r20-0b92
author cvs
date Mon, 13 Aug 2007 09:08:29 +0200
parents 6a378aca36af
children 821dec489c24
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
1 /******************************************************************************
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
2 ** File: default.css
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ** Purpose: Default Stylesheet for Emacs-W3
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
4 ** Info: Copyright (c) 1995 William M. Perry <wmperry@spry.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ** Created: William M. Perry <wmperry@spry.com>, Aug-31-1995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ** Maintainer: William M. Perry <wmperry@spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ** This contains the top level fallback default styles for Emacs-w3
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
9 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
10 ******************************************************************************
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
11 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
12 ** To specify device-dependent styles, you must mark a section with
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
13 ** :devicetype:
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
14 ** If you are not using 'devicetype', then anything up to the next
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
15 ** :xxx: media descriptor is ignored.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
16 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
17 ** There are a few special Emacs-W3 sections
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
18 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
19 ** emacs - only include this chunk if you are using Emacs 19
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
20 ** speech - only include this chunk if you are using Emacspeak for audio
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
21 ** xemacs - only include this chunk if you are using XEmacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
22 ** normal - always include this chunk (useful for switching out of another
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
23 ** device-type block
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
24 ******************************************************************************/
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ** Headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 h4,h5,h6 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 display: block;
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
33 font-family : serif;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 font-weight : bold;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ** Since Emacs-19 doesn't handle mixed-sized fonts very well just yet,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 ** we only use them under XEmacs. Hopefully, this will change soon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 */
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
41
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
42 @media xemacs {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
43 h1 { font-size : +12pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
44 h2 { font-size : +6pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
45 h3 { font-size : +4pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
46 h5 { font-size : -2pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
47 h6 { font-size : -4pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
48 /*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
49 ** Emacs-19 also doesn't handle how Emacs-W3 changes this type of font
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
50 ** very well, so lets only do it under XEmacs for now. Emacs-19 can only
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
51 ** do monospaced fonts anyway, so its redundant.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
52 */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
53 pre,xmp,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
54 plaintext { font-family: monospace }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
55 key,code,tt { font-family: monospace }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
56 } // @media xemacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 ** Best we can do under Emacs-19 is use the default font and try to make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 ** the headers stand out somehow.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
63 @media emacs {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 h1,h2,h3,
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
65 h4,h5,h6 {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
66 font-style: small-caps;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
67 text-decoration: underline;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
68 color: blue;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
69 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
71 strong,em { color: red }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
72 dfn { font-style: italic }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
73 s,strike { color: green }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
74
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
75 } // @media emacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
76
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
77 p { display: block }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
78 pre,xmp { display: block; white-space: pre; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
79 blockquote{ display: block; margin-left: 5; margin-right: 5; }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
80
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
81 /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 ** List formatting instructions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
85 ul { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
86 ol { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
87 dl { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
88 dir { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
89 menu { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
90 dt { font-weight: bold; display: list-item }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
91 dd { display: list-item; margin-left: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
92 li { display: list-item; margin-left: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
93 ul li { list-style: circle; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
94 ol li { list-style: decimal; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
96 /* These are to make nested list items look better */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
97 ul ul,ol ul,ol ol,ul ol { display: line; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 ** All logical emphasis tags, the way god intended
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
103 div { display: line; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
104 strong,em { font-weight: bold }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
105 dfn { font-style: italic }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 s,strike { text-decoration: line-through }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
107 sub { text-position: sub }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
108 sup { text-position: sup }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
109 secret { text-transform: rot13 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 ** Physical emphasis - spawn of evil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 b { font-weight: bold }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 i { font-style: italic }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 u { text-decoration: underline }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 blink { text-decoration: blink }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
118 center { display: line; text-align: center; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 ** Various and sundry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 */
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
122 br { display: line }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
123 hr { display: line; text-align: center; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 ** Hypertext link coloring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
130 a { cursor: hand2 }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
131 a:link { color: #FF0000 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
132 a:visited { color: #B22222 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
133 a:active { color: #FF0000 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
134
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
135 /*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
136 ** Table formatting
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
137 */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
138 table { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
139 th { display: block; font-weight: bold; text-align: center; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
140 td { display: block; text-align: left; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
141 caption { display: block; text-align: center; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 ** Various other character-level formatting issues
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
147 address { text-align: right; display: line; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
148 abstract { font-style: bold & italic ; text-align : indent }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
149 quote { font-style: italic ; text-align : indent }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 ** Now for monochrome defaults
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 */
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
154 @media mono {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
155 a:link { color: black; text-decoration: underline }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
156 a:visited { color: black; text-decoration: underline }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
157 a:active { color: white }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
158 } // @media mono
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 ** All the TTY specific formatting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
163 @media tty {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 ** First, handle some stuff for generic TTYs to emulate our old
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 ** behaviour with w3-delimit-links and a subset of w3-delimit-emphasis
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 h4,h5,h6 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 insert-before: *;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 insert-after: *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
175 a:visited{
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
176 insert-before: "{{";
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
177 insert-after: "}}"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 }
26
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 22
diff changeset
179
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
180 a:link {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
181 insert-before: "[[";
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
182 insert-after: "]]"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
183 }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
184 } // @media tty
26
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 22
diff changeset
185
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
187 @media ansi-tty {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 ** Now comes the cool TTY stuff. You will need to be using XEmacs 19.14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 ** or later (or Emacs 19.30 under DOS) in order to get any benefit from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 ** these whatsoever. But if you are using one of these, wow, cool, eh?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 ** ANSI specifies these colors, and most (all?) TTYs that support color
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 ** will generally have 2 versions. One normal and one bright or 'standout'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 ** version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 ** Color R G B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 ** --------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 ** white - 1.0 , 1.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 ** cyan - 0.0 , 1.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 ** magenta - 1.0 , 0.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 ** blue - 0.0 , 0.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 ** yellow - 1.0 , 1.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 ** green - 0.0 , 1.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 ** red - 1.0 , 0.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 ** black - 0.0 , 0.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 h4,h5,h6 { color : cyan }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
211 a:visited { color : magenta }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
212 a:link { color : red }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
213 a:active { color : yellow }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
214 } // @media ansi-tty
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
215
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
216 @media speech {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
217 h1,h2,h3,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
218 h4,h5,h6 { voice-family: paul; stress: 2; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
219 h1 { pitch: 1; pitch-range: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
220 h2 { pitch: 2; pitch-range: 8; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
221 h3 { pitch: 3; pitch-range: 7; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
222 h4 { pitch: 4; pitch-range: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
223 h5 { pitch: 5; pitch-range: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
224 h6 { pitch: 6; pitch-range: 4; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
225
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
226 li,dt,dd { pitch: 6; richness: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
227 dt { stress: 8; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
228
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
229 pre,xmp,plaintext,key,code,tt { pitch: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
230 pitch-range: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
231 stress: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
232 richness: 8;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
233 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
234 em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
235 strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
236 dfn { pitch: 7; pitch-range: 6; stress: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
237 s,strike { richness: 0; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
238 i { pitch: 6; pitch-range: 6; stress: 6; richness: 5 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
239 b { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
240 u { richness: 0; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
241 a:link { voice-family: harry; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
242 a:visited { voice-family: betty;}
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
243 a:active { voice-family: betty; pitch-range: 8; pitch: 8 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
244
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
245 } // @media speech