/[PLies]/w3c/talk-w.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /w3c/talk-w.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri May 11 14:33:29 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -6 lines
File MIME type: text/css
relative sizes

1 BODY {
2 margin-left: 2%;
3 margin-right: 2%;
4 color: black;
5 background: white;
6 font-size: large;
7 font-family: arial, helvetica, sans-serif;
8 }
9 DIV.slidebody {
10 color: black;
11 margin: 0;
12 height: 50%;
13 }
14 SMALL {
15 font-size: 90%;
16 }
17 BIG {
18 font-size: 120%;
19 }
20 IMG {
21 border: 0;
22 }
23
24 CODE {
25 color: #003; /* almost black */
26 font-weight: bold;
27 font-family: "Courier New", courier, monospace;
28 }
29
30 A:link { color: #002040 /* very dark blue */; text-decoration: underline }
31 A:visited { color: black; text-decoration: underline }
32 A:active { color: red }
33 A.offsite { color: blue }
34
35 P.author {
36 font-size: 80%;
37 font-style: italic;
38 color: black;
39 }
40
41 P.index {
42 font-size: 80%;
43 color: black;
44 }
45
46 P.top {
47 margin-top: 0.5em;
48 margin-bottom: 0em;
49 }
50
51 BLOCKQUOTE {
52 font-style: italic;
53 margin-left: 5%;
54 margin-right: 5%;
55 color: #005500; /* dark green */
56 }
57
58 BLOCKQUOTE SPAN.attribution {
59 font-style: normal;
60 font-weight: bold;
61 }
62
63 EM {
64 color: maroon; /* dark red */
65 }
66
67 UL, OL {
68 color: black;
69 margin-left: 1em;
70 margin-top: 0.5em;
71 margin-bottom: 0.5em;
72 font-size: large;
73 }
74
75 UL UL, UL OL, OL UL, OL OL {
76 font-size: 90%;
77 }
78
79 DL P, UL P, OL P,
80 DL OL, DL UL, DL DL,
81 OL OL, OL DL, OL UL,
82 UL DL, UL OL, UL UL {
83 margin-top: 0;
84 margin-bottom: 0;
85 }
86
87 PRE, TT, CODE {
88 color: navy;
89 font-weight: bold;
90 font-family: "Courier New", courier, monospace;
91 }
92 PRE {
93 font-size: 1em; /* Redundant, but fixes bug in Opera 3.5 */
94 margin-left: 3%;
95 margin-right: 1em;
96 }
97
98 /* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to
99 highlight features of code */
100
101 PRE SPAN.keyword, CODE SPAN.keyword {
102 color: #066; /* dark green-blue */
103 }
104
105 PRE SPAN.comment, CODE SPAN.comment {
106 color: #606; /* dark purple */
107 font-weight: normal;
108 font-style: italic;
109 }
110
111 PRE SPAN.string, CODE SPAN.string {
112 color: #660; /* olive */
113 }
114
115 HR {
116 margin-top: 0.2em;
117 color: black;
118 }
119
120 HR.top {
121 margin-bottom: 0.4em;
122 }
123 HR.bottom {
124 margin-top: 0.4em;
125 clear: both;
126 }
127
128 H1 {
129 color: navy;
130 font-size: 120%;
131 font-weight: bold;
132 font-family: arial, helvetica, sans-serif;
133 }
134
135 H1.slide {
136 font-size: x-large;
137 margin-top: 0.5em;
138 font-weight: bold;
139 }
140
141 H1.slidelist {
142 text-align: center;
143 font-size: 80%;
144 }
145
146 H2 {
147 color: black;
148 font-size: 100%;
149 font-family: arial, helvetica, sans-serif;
150 }
151
152 H3 {
153 color: black;
154 font-size: 80%;
155 font-family: arial, helvetica, sans-serif;
156 }
157
158 H4 {
159 color: black;
160 font-size: 70%;
161 font-family: arial, helvetica, sans-serif;
162 }
163
164 /* DIV.comment is used in the all.htm file for comments that will not
165 be shown on the slides themselves. This rule is for when the style
166 sheet is applied to the all.htm file */
167
168 DIV.comment {
169 font-size: medium;
170 padding: 1em;
171 border: thin dotted;
172 margin: 3em 3%;
173 text-align: justify;
174 }
175 DIV.comment EM, DIV.comment CODE, DIV.comment PRE, DIV.comment TT {
176 /*color: white;*/
177 }
178 DIV.comment UL, DIV.comment OL {
179 font-size: 100%;
180 }
181 TABLE.navbar {
182 line-height: 1px; /* Avoid space above small icons */
183 }

  ViewVC Help
Powered by ViewVC 1.1.26