/[PLies]/css/talk-all.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

Annotation of /css/talk-all.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Sun Apr 15 21:50:26 2001 UTC (23 years ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: pre, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/css
initial import into cvs

1 dpavlin 1.1 BODY {
2     margin-left: 2%;
3     margin-right: 2%;
4     color: #ffffff;
5     background: #000060;
6     font-size: large;
7     font-family: arial, helvetica, sans-serif;
8     }
9     DIV.slidebody {
10     margin: 0;
11     height: 275px;
12     }
13     SMALL {
14     font-size: 90%;
15     }
16     BIG {
17     font-size: 120%;
18     }
19     IMG {
20     border: 0;
21     }
22    
23     CODE {
24     color: #FF9;
25     font-weight: bold;
26     font-family: "Courier New", courier, monospace;
27     }
28    
29     A:link { color: #ffffe8; text-decoration: underline }
30     A:visited { color: #eeffee; text-decoration: underline }
31     A:active { color: red }
32     A.offsite { color: #ffff00 }
33    
34     P.author {
35     font-size: 80%;
36     font-style: italic;
37     color: #ffffff;
38     }
39    
40     P.index {
41     font-size: 80%;
42     color: #ffffff;
43     }
44    
45     P.top {
46     margin-top: 0.5em;
47     margin-bottom: 0em;
48     }
49    
50     BLOCKQUOTE {
51     font-style: italic;
52     margin-left: 5%;
53     margin-right: 5%;
54     color: #eeffee;
55     }
56    
57     BLOCKQUOTE SPAN.attribution {
58     font-style: normal;
59     font-weight: bold;
60     }
61    
62     EM {
63     color: #ff9;
64     }
65    
66     UL, OL {
67     color: #ffffff;
68     /* margin-left: 30px; */
69     margin-top: 0.5em;
70     margin-bottom: 0.5em;
71     /* font-size: 24px; */
72     }
73    
74     UL UL, UL OL, OL UL, OL OL {
75     font-size: 90%;
76     }
77    
78     DL P, UL P, OL P,
79     DL OL, DL UL, DL DL,
80     OL OL, OL DL, OL UL,
81     UL DL, UL OL, UL UL {
82     margin-top: 0;
83     margin-bottom: 0;
84     }
85    
86     PRE, TT, CODE {
87     color: #FF9;
88     font-weight: bold;
89     font-family: "Courier New", courier, monospace;
90     }
91     PRE {
92     font-size: 1em; /* Redundant, but fixes bug in Opera 3.5 */
93     margin-left: 3%;
94     margin-right: 20px;
95     }
96    
97     /* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to
98     highlight features of code */
99    
100     PRE SPAN.keyword, CODE SPAN.keyword {
101     color: #FAA;
102     }
103    
104     PRE SPAN.comment, CODE SPAN.comment {
105     color: #AFA;
106     font-weight: normal;
107     font-style: italic;
108     }
109    
110     PRE SPAN.string, CODE SPAN.string {
111     color: #AAF;
112     }
113    
114     HR {
115     margin-top: 0.2em;
116     color: #ffffe8;
117     /* color: #666; */
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: yellow ;
130     font-size: 120%;
131     font-weight: bold;
132     font-family: arial, helvetica, sans-serif;
133     }
134    
135     H1.slide {
136     /* font-size: 30px; /* Workaround, the 120% above should've been enough */
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: white;
148     font-size: 100%;
149     font-family: arial, helvetica, sans-serif;
150     }
151    
152     H3 {
153     color: white;
154     font-size: 80%;
155     font-family: arial, helvetica, sans-serif;
156     }
157    
158     H4 {
159     color: white;
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: medium serif;
170     /*color: white;*/
171     /*background: black;*/
172     padding: 1em;
173     border: thin dotted;
174     margin: 3em 3%;
175     text-align: justify;
176     }
177     DIV.comment EM, DIV.comment CODE, DIV.comment PRE, DIV.comment TT {
178     /*color: white;*/
179     }
180     DIV.comment UL, DIV.comment OL {
181     font-size: 100%;
182     }

  ViewVC Help
Powered by ViewVC 1.1.26