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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Tue May 8 12:14:38 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +20 -0 lines
File MIME type: text/css
support for title page (only with <h1>title</h2> and <h2>subtitle</h2>)

1 /* ================================================================
2 CSS layout definition for an XSLies presentation.
3
4 Modified for PLies by Dobrica Pavlinusic <dpavlin@rot13.org>
5
6 Copyright 2000 Sami Lempinen (lempinen@iki.fi)
7 See the file LICENSE for copyright information.
8
9 $Id: default.css,v 1.4 2000/09/07 15:20:19 ssl Exp $
10 ================================================================ */
11
12 /* ---------------------------------------------------------------- */
13 /* General settings */
14
15 BODY, TD
16 {
17 font-family: verdana, arial, helvetica, sans-serif;
18 background: #ffffff;
19 }
20
21 P
22 {
23 font-family: verdana, arial, helvetica, sans-serif;
24 }
25
26 A:link, A:visited, A:active
27 {
28 color: #cc0000;
29 text-decoration:none;
30 }
31
32 /* ---------------------------------------------------------------- */
33 /* Headings */
34
35 H1
36 {
37 margin-top: 0pt;
38 margin-bottom: 0pt;
39 font-size: xx-large;
40 }
41
42 H2
43 {
44 margin-top: 0pt;
45 margin-bottom: 0pt;
46 font-size: x-large;
47 }
48
49 H3
50 {
51 margin-top: 0pt;
52 margin-bottom: 0pt;
53 font-size: large;
54 }
55
56 /* ---------------------------------------------------------------- */
57 /* Page header */
58
59 TD.header-first, TD.header
60 {
61 background: #888888;
62 }
63
64 TD.cell-logo, TD.cell-heading
65 {
66 text-align: center;
67 background: #888888;
68 color: #ffffff;
69 font-size: x-large;
70 }
71
72 TD.cell-logo
73 {
74 text-align: left;
75 }
76
77 TD.cell-heading
78 {
79 text-align: right;
80 }
81
82 /* ---------------------------------------------------------------- */
83 /* Page body */
84
85 DIV.body
86 {
87 text-align: left;
88 margin-left: 3em;
89 margin-right: 3em;
90 font-size: large;
91 }
92
93 /* ---------------------------------------------------------------- */
94 /* Page footer */
95
96 TD.footer
97 {
98 text-align: center;
99 }
100
101 TD.footer-info
102 {
103 font-size: small;
104 }
105
106 TD.footer-count
107 {
108 font-size: small;
109 text-align: right;
110 }
111
112 TD.footer-nav
113 {
114 font-size: normal;
115 text-align: center;
116 }
117
118 /* ---------------------------------------------------------------- */
119 /* Particular elements */
120
121 .note
122 {
123 color: #ff6600;
124 }
125
126 PRE, CODE
127 {
128 font-family: courier, monospaced;
129 }
130
131 SMALL
132 {
133 font-size: x-small;
134 }
135
136 TD
137 {
138 font-size: small;
139 }
140
141 TH
142 {
143 font-size: small;
144 background: #666666;
145 color: #ffffff;
146 }
147
148 /* for better support of Mozilla composer */
149
150 blockquote
151 {
152 color: #333333;
153 font-style: italic;
154 }
155
156 strong
157 {
158 color: #ff6600;
159 }
160
161 /* progress bar */
162 TD.pcnt-done
163 {
164 background: #ff6600;
165 font-size: x-small;
166 text-align: center;
167 }
168
169 TD.pcnt-left
170 {
171 background: #888888;
172 font-size: x-small;
173 text-align: center;
174 }
175
176 /* main content for title slide */
177 DIV.title
178 {
179 text-align: center;
180 margin-left: 3em;
181 margin-right: 3em;
182 font-size: x-large;
183 }
184
185 /* superscript and subscript font size modification */
186 SUP
187 {
188 font-size: x-small;
189 }
190
191 SUB
192 {
193 font-size: x-small;
194 }
195

  ViewVC Help
Powered by ViewVC 1.1.26