annotate etc/w3/stylesheet @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 0d2f883870bc
children 9f59509498e1
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
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
4 ** Info: Copyright (c) 1995 - 1996 William M. Perry <wmperry@spry.com>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
5 ** Copyright (c) 1997 Free Software Foundation, Inc.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ** Created: William M. Perry <wmperry@spry.com>, Aug-31-1995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ** Maintainer: William M. Perry <wmperry@spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ** This contains the top level fallback default styles for Emacs-w3
82
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 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
13 ** To specify device-dependent styles, you must mark a section with
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
14 ** @media devicetype { ... }
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
15 ** If you are not using 'devicetype', then anything within the { ... }
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
16 ** is ignored.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
17 **
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
18 ** These sections are currently defined by
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
19 ** http://www.w3.org/pub/WWW/Style/Group/WD-PRINT-961220
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
20 **
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
21 ** print - output for paged opaque material, and for documents viewed
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
22 ** on screen in print preview mode
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
23 ** screen - a continuous presentation of computer screens
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
24 ** projector - paged presentation for projected presentations
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
25 ** braille - for braille tactile feedback devices
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
26 ** speech - aural presentation
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 82
diff changeset
27 ** all - the default value, applies to all output devices
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
28 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
29 ** There are a few special Emacs-W3 sections
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
30 **
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
31 ** emacs - only include this chunk if you are using Emacs 19
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
32 ** xemacs - only include this chunk if you are using XEmacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
33 ******************************************************************************/
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 ** Headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 h4,h5,h6 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 display: block;
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
42 font-family : serif;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 font-weight : bold;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 ** Since Emacs-19 doesn't handle mixed-sized fonts very well just yet,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 ** we only use them under XEmacs. Hopefully, this will change soon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 */
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
50 @media xemacs {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
51 h1 { font-size : +12pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
52 h2 { font-size : +6pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
53 h3 { font-size : +4pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
54 h5 { font-size : -2pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
55 h6 { font-size : -4pt }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
56 /*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
57 ** 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
58 ** 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
59 ** do monospaced fonts anyway, so its redundant.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
60 */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
61 pre,xmp,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
62 plaintext { font-family: monospace }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
63 key,code,tt { font-family: monospace }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
64 } // @media xemacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 ** 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
68 ** the headers stand out somehow.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 */
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 @media emacs {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 h1,h2,h3,
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
73 h4,h5,h6 {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
74 text-decoration: underline;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
75 color: blue;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
76 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
78 strong,em { color: red }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
79 dfn { font-style: italic }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
80 s,strike { color: green }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
81
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
82 } // @media emacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
83
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
84 p { display: block }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
85 pre,xmp { display: block; white-space: pre; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
86 blockquote{ display: block; margin-left: 5; margin-right: 5; }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
87
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
88 /*
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
89 ** How to draw form elements.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
90 ** This is an extension in Emacs-W3 (and perhaps soon E-Scape)
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
91 ** Since there are so many different types of input fields, you should be
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
92 ** able to control formatting based on that. Enter pseudo-classes.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
93 **
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
94 ** This functionality will be removed as soon as the W3C comes up with
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
95 ** the standard way to do this, perhaps in CSS level 2.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
96 */
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
97 input:text,
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
98 input:integer,
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
99 input:float,
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
100 input:url,
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
101 input:text { text-decoration: underline; }
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
102 input:submit { color: green; text-decoration: none; }
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
103 input:reset { color: red; text-decoration: none; }
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
104 input:button { color: yellow; text-decoration: none; }
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
105 input:image { text-decoration: none; }
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
106
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
107 /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 ** List formatting instructions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
111 ul { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
112 ol { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
113 dl { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
114 dir { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
115 menu { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
116 dt { font-weight: bold; display: list-item }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
117 dd { display: list-item; margin-left: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
118 li { display: list-item; margin-left: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
119 ul li { list-style: circle; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
120 ol li { list-style: decimal; }
0
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 /* These are to make nested list items look better */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
123 ul ul,ol ul,ol ol,ul ol { display: line; }
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 ** All logical emphasis tags, the way god intended
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
129 div { display: line; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
130 strong,em { font-weight: bold }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
131 dfn { font-style: italic }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 s,strike { text-decoration: line-through }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
133 sub { text-position: sub }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
134 sup { text-position: sup }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
135 secret { text-transform: rot13 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 ** Physical emphasis - spawn of evil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 b { font-weight: bold }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 i { font-style: italic }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 u { text-decoration: underline }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 blink { text-decoration: blink }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
144 center { display: line; text-align: center; }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 ** Various and sundry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 */
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
148 br { display: line }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
149 hr { display: line; text-align: center; }
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 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 ** Hypertext link coloring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
156 a:link { color: #FF0000 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
157 a:visited { color: #B22222 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
158 a:active { color: #FF0000 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
159
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
160 /*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
161 ** Table formatting
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
162 */
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
163 table { display: block; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
164 th { display: block; font-weight: bold; text-align: center; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
165 td { display: block; text-align: left; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
166 caption { display: block; text-align: center; }
0
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 ** Various other character-level formatting issues
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
172 address { text-align: right; display: line; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
173 abstract { font-style: bold & italic ; text-align : indent }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
174 quote { font-style: italic ; text-align : indent }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 ** Now for monochrome defaults
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 */
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
179 @media mono {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
180 a:link { color: black; text-decoration: underline }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
181 a:visited { color: black; text-decoration: underline }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
182 a:active { color: white }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
183 } // @media mono
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 ** All the TTY specific formatting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
188 @media tty {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 ** First, handle some stuff for generic TTYs to emulate our old
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 ** behaviour with w3-delimit-links and a subset of w3-delimit-emphasis
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 h4,h5,h6 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 insert-before: *;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 insert-after: *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
200 a:visited{
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
201 insert-before: "{{";
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
202 insert-after: "}}"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 }
26
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 22
diff changeset
204
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
205 a:link {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
206 insert-before: "[[";
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
207 insert-after: "]]"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 44
diff changeset
208 }
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
209
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
210 input:text,
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
211 input:integer,
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
212 input:float,
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
213 input:url,
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
214 input:text { insert-before: "[{"; insert-after: "}]"; }
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
215 select { insert-before: "[{"; insert-after: "}]"; }
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
216
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
217 } // @media tty
26
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 22
diff changeset
218
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
220 @media ansi-tty {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 ** 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
223 ** 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
224 ** these whatsoever. But if you are using one of these, wow, cool, eh?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 ** ANSI specifies these colors, and most (all?) TTYs that support color
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 ** will generally have 2 versions. One normal and one bright or 'standout'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 ** version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 ** Color R G B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 ** --------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 ** white - 1.0 , 1.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 ** cyan - 0.0 , 1.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 ** magenta - 1.0 , 0.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 ** blue - 0.0 , 0.0 , 1.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 ** yellow - 1.0 , 1.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 ** green - 0.0 , 1.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ** red - 1.0 , 0.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ** black - 0.0 , 0.0 , 0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 h1,h2,h3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 h4,h5,h6 { color : cyan }
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
244 a:visited { color : magenta }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
245 a:link { color : red }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
246 a:active { color : yellow }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
247 } // @media ansi-tty
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
248
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
249 @media speech {
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
250 h1,h2,h3,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
251 h4,h5,h6 { voice-family: paul; stress: 2; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
252 h1 { pitch: 1; pitch-range: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
253 h2 { pitch: 2; pitch-range: 8; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
254 h3 { pitch: 3; pitch-range: 7; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
255 h4 { pitch: 4; pitch-range: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
256 h5 { pitch: 5; pitch-range: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
257 h6 { pitch: 6; pitch-range: 4; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
258
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
259 li,dt,dd { pitch: 6; richness: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
260 dt { stress: 8; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
261
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
262 pre,xmp,plaintext,key,code,tt { pitch: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
263 pitch-range: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
264 stress: 1;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
265 richness: 8;
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
266 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
267 em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
268 strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
269 dfn { pitch: 7; pitch-range: 6; stress: 6; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
270 s,strike { richness: 0; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
271 i { pitch: 6; pitch-range: 6; stress: 6; richness: 5 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
272 b { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
273 u { richness: 0; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
274 a:link { voice-family: harry; }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
275 a:visited { voice-family: betty;}
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
276 a:active { voice-family: betty; pitch-range: 8; pitch: 8 }
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
277
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 70
diff changeset
278 } // @media speech