/[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.1 - (show annotations)
Tue Apr 17 07:56:10 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
File MIME type: text/css
Initial revision

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 /* ---------------------------------------------------------------- */
50 /* Page header */
51
52 TD.header-first, TD.header
53 {
54 background: #888888;
55 }
56
57 TD.cell-logo, TD.cell-heading
58 {
59 text-align: center;
60 background: #888888;
61 color: #ffffff;
62 font-size: x-large;
63 }
64
65 TD.cell-logo
66 {
67 text-align: left;
68 }
69
70 TD.cell-heading
71 {
72 text-align: right;
73 }
74
75 /* ---------------------------------------------------------------- */
76 /* Page body */
77
78 DIV.body
79 {
80 text-align: left;
81 margin-left: 3em;
82 margin-right: 3em;
83 font-size: large;
84 }
85
86 /* ---------------------------------------------------------------- */
87 /* Page footer */
88
89 TD.footer
90 {
91 text-align: center;
92 }
93
94 TD.footer-info
95 {
96 font-size: small;
97 }
98
99 TD.footer-count
100 {
101 font-size: small;
102 text-align: right;
103 }
104
105 TD.footer-nav
106 {
107 font-size: normal;
108 text-align: center;
109 }
110
111 /* ---------------------------------------------------------------- */
112 /* Particular elements */
113
114 .note
115 {
116 color: #ff6600;
117 }
118
119 PRE, CODE
120 {
121 font-family: courier, monospaced;
122 }
123
124 SMALL
125 {
126 font-size: x-small;
127 }
128
129 TD
130 {
131 font-size: small;
132 }
133
134 TH
135 {
136 font-size: small;
137 background: #666666;
138 color: #ffffff;
139 }
140
141 /* for better support of Mozilla composer */
142
143 blockquote
144 {
145 color: #333333;
146 font-style: italic;
147 }
148
149 strong
150 {
151 color: #ff6600;
152 }
153
154 /* progress bar */
155 TD.pcnt-done
156 {
157 background: #ff6600;
158 font-size: x-small;
159 text-align: center;
160 }
161
162 TD.pcnt-left
163 {
164 background: #888888;
165 font-size: x-small;
166 text-align: center;
167 }
168

  ViewVC Help
Powered by ViewVC 1.1.26