File: talk-all.css

package info (click to toggle)
pylize 1.3b-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 344 kB
  • ctags: 139
  • sloc: python: 935; makefile: 63
file content (182 lines) | stat: -rw-r--r-- 2,953 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: #ffffff;
  background: #000060;
  font-size: large;
  font-family: arial, helvetica, sans-serif;
}
DIV.slidebody {
  margin: 0;
  height: 275px;
}
SMALL {
  font-size: 90%;
}
BIG {
  font-size: 120%;
}
IMG {
  border: 0;
}

CODE {
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

A:link    { color: #ffffe8; text-decoration: underline } 
A:visited { color: #eeffee; text-decoration: underline }
A:active  { color: red }
A.offsite { color: #ffff00 }

P.author  { 
  font-size: 80%;
  font-style: italic;
  color: #ffffff;
}

P.index {
  font-size: 80%;
  color: #ffffff;
}

P.top { 
  margin-top: 0.5em;
  margin-bottom: 0em;
}

BLOCKQUOTE {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: #eeffee;
}

BLOCKQUOTE SPAN.attribution {
  font-style: normal;
  font-weight: bold;
}

EM { 
  color: #ff9;
}

UL, OL { 
  color: #ffffff;
  /* margin-left: 30px; */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  /* font-size: 24px; */
}

UL UL, UL OL, OL UL, OL OL {
  font-size: 90%;
}

DL P, UL P, OL P,
DL OL, DL UL, DL DL,
OL OL, OL DL, OL UL,
UL DL, UL OL, UL UL {
  margin-top: 0;
  margin-bottom: 0;
}

PRE, TT, CODE { 
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
PRE { 
  font-size: 1em;		/* Redundant, but fixes bug in Opera 3.5 */
  margin-left: 3%;
  margin-right: 20px;
}

/* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to
highlight features of code */

PRE SPAN.keyword, CODE SPAN.keyword {
  color: #FAA;
}

PRE SPAN.comment, CODE SPAN.comment {
  color: #AFA;
  font-weight: normal;
  font-style: italic;
}

PRE SPAN.string, CODE SPAN.string {
  color: #AAF;
}

HR { 
  margin-top: 0.2em;
  color: #ffffe8;
  /* color: #666; */
}

HR.top {
  margin-bottom: 0.4em;
}
HR.bottom {
  margin-top: 0.4em;
  clear: both;
}

H1 {
  color: yellow ;
  font-size: 120%;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif; 
}

H1.slide { 
  /* font-size: 30px;	/* Workaround, the 120% above should've been enough */
  margin-top: 0.5em;
  font-weight: bold;
}

H1.slidelist { 
  text-align: center;
  font-size: 80%;
}

H2 {
  color: white;
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
}

H3 {
  color: white;
  font-size: 80%;
  font-family: arial, helvetica, sans-serif;
}  

H4 {
  color: white;
  font-size: 70%;
  font-family: arial, helvetica, sans-serif;
}

/* DIV.comment is used in the all.htm file for comments that will not
be shown on the slides themselves. This rule is for when the style
sheet is applied to the all.htm file */

DIV.comment {
  font: medium serif;
  /*color: white;*/
  /*background: black;*/
  padding: 1em;
  border: thin dotted;
  margin: 3em 3%;
  text-align: justify;
}
DIV.comment EM, DIV.comment CODE, DIV.comment PRE, DIV.comment TT {
  /*color: white;*/
}
DIV.comment UL, DIV.comment OL {
  font-size: 100%;
}