Initial add of defaria.com
[clearscm.git] / defaria.com / css / Letter.css
1 /************************************************************************/
2 /* File:        Plain.css                                               */
3 /* Description: Cascading Style Sheet definitions for site              */
4 /* Author:      Andrew@DeFaria.com                                      */
5 /* Created:     Mon Nov  3 21:55:05 PST 2003                            */
6 /* Language:    Cascading Style Sheet                                   */
7 /*                                                                      */
8 /* (c) Copyright 2003, Andrew@DeFaria.com, all rights reserved.         */
9 /************************************************************************/
10 body {
11   background:           white;
12   margin:               3px;
13   padding:              2px;
14   font-family:          Times Romman,
15                         arial;
16   font-size:            .8em;
17   color:                black;
18 }
19
20 .heading {
21   margin-top:           5px;
22   padding:              5px;
23 }
24
25 h1, h2, h3, h4, h5 { 
26   color:                #005A9C;
27 }
28
29 h1.centered { 
30   text-align:           center;
31 }
32
33 h1 {
34   font-size:            1.5em;
35 }
36
37 h2 {
38   font-size:            1.25em;
39 }
40
41 h3 {
42   font-size:            1em;
43 }
44
45 h4 {
46   font-size:            .75em;
47 }
48
49 h5 {
50   font-size:            .5em;
51 }
52
53 a {
54   color:                #4A7184;
55   text-decoration:      none;
56   font-weight:          bold;
57   font-family:          trebuchet MS,
58                         trebuchet,
59                         verdana,
60                         arial,
61                         sans-serif;
62   font-size:            1em;
63   font-weight:          bold;
64 }
65
66 a:link {
67   color:                #0080c0;
68 }
69
70 a:visited {
71   color:                #4A7184;
72 }
73
74 a:active {
75   color:                #999966;
76 }
77
78 a:hover {
79   color:                blue;
80   background:           #ffff80;
81 }
82
83 /* For img's that happen to be links, don't put that silly    */
84 /* border!                                                    */
85 img {                                                                       
86   border:               none;
87 }                                                                           
88
89 font {
90   font-family:          Times New Roman,
91                         Arial,
92                         sans-serif;
93   font-weight:          normal;
94   text-transform:       none;
95 }
96
97 font.title {
98   font-family:          trebuchet MS,
99                         trebuchet,
100                         verdana,
101                         arial,
102                         sans-serif;
103   font-size:            11px;
104   color:                #666;
105   line-height:          15px;
106 }
107
108 font.title-list {
109   font-family:          trebuchet MS,
110                         trebuchet,
111                         verdana,
112                         arial,
113                         sans-serif;
114   font-size:            11px;
115   color:                #666;
116   line-height:          15px;
117 }
118
119 font.bold-label {
120   font-family:          trebuchet MS,
121                         trebuchet,
122                         verdana,
123                         arial,
124                         sans-serif;
125   font-size:             11px;
126   color:                 #666;
127   font-weight:           bold;
128 }
129
130 font.title-no-padding {
131   font-family:          trebuchet MS,
132                         trebuchet,
133                         verdana,
134                         arial,
135                         sans-serif;
136   font-size:            11px;
137   color:                #FFF;
138 }
139
140 font.title-padding {
141   font-family:          trebuchet MS,
142                         trebuchet,
143                         verdana,
144                         arial,
145                         sans-serif;
146   font-size:            11px;
147   color:                #FFF;
148   line-height:          15px;
149   padding:              5px;
150 }
151
152 font.title-padding-grey {
153   font-family:          trebuchet MS,
154                         trebuchet,
155                         verdana,
156                         arial,
157                         sans-serif;
158   font-size:            11px;
159   color:                #333;
160   line-height:          15px;
161   padding:              5px;
162 }
163
164 font.pagetitle {
165   font-family:          trebuchet MS,
166                         trebuchet,
167                         verdana,
168                         arial,
169                         sans-serif;
170   font-size:            12px;
171   color:                #666;
172   line-height:          15px;
173   font-weight:          bold;
174 }
175
176 font.pagetitlelink {
177   font-family:          trebuchet MS,
178                         trebuchet,
179                         verdana,
180                         arial,
181                         sans-serif;
182   font-size:            12px;
183   color:                #336699;
184   line-height:          15px;
185   font-weight:          bold;
186 }
187
188 font.plain {
189   font-family:          trebuchet MS,
190                         trebuchet,
191                         verdana,
192                         arial,
193                         sans-serif;
194   font-size:            11px;
195   color:                #666;
196   line-height:          15px;
197 }
198
199 font.instructional {
200   font-family:          verdana,
201                         arial,
202                         sans-serif;
203   font-size:            10px;
204   color:                #666;
205   line-height:          13px;
206   text-align:           justify;
207 }
208
209 .message {
210   font-family:          verdana,
211                         arial,
212                         sans-serif;
213   font-size:            11px;
214   color:                #669966;
215   line-height:          13px;
216   font-weight:          bold;
217   margin-bottom:        10px;
218 }
219
220 .message a {
221   font-family:          verdana,
222                         arial,
223                         sans-serif;
224   font-size:            11px;
225 }
226
227 .standout {
228   font-family:          verdana,
229                         arial,
230                         sans-serif;
231   font-size:            12px;
232   color:                #993333;
233   line-height:          13px;
234   font-weight:          bold;
235   margin-bottom:        10px;
236 }
237
238 .error-message {
239   font-family:          verdana,
240                         arial,
241                         sans-serif;
242   font-size:            11px;
243   color:                #993333;
244   line-height:          13px;
245   font-weight:          bold;
246   margin-bottom:        10px;
247 }
248
249 .error-message a {
250   font-family:          verdana,
251                         arial,
252                         sans-serif;
253   font-size:            21px;
254 }
255
256 font.instructional-just {
257   font-family:          verdana,
258                         arial,
259                         sans-serif;
260   font-size:            10px;
261   color:                #666;
262   line-height:          13px;
263 }
264
265 font.head1 {
266   font-family:          trebuchet MS,
267                         trebuchet,
268                         verdana,
269                         arial,
270                         sans-serif;
271   font-size:            11px;
272   color:                #336699;
273   line-height:          15px;
274   font-weight:          bold;
275 }
276
277 font.command {
278   font-family:          trebuchet MS,
279                         trebuchet,
280                         verdana,
281                         arial,
282                         sans-serif;
283   font-size:            12px;
284   line-height:          15px;
285   text-transform:       uppercase;
286   font-weight:          bold;
287 }
288
289 font.command-grey {
290   font-family:          trebuchet MS,
291                         trebuchet,
292                         verdana,
293                         arial,
294                         sans-serif;
295   font-size:            12px;
296   line-height:          15px;
297   color:                #666;
298   font-weight:          bold;
299 }
300
301 p {
302   color:                black;
303   font-family:          Arial,
304                         sans-serif;
305   font-size:            1.25em;
306   line-height:          1.25em;
307 }
308
309 address {
310   font-family:          Times New Roman,
311                         Arial;
312   font-size:            1.25em;
313 }
314
315 ul {
316   color:                black;
317   font-family:          trebuchet MS,
318                         trebuchet,
319                         verdana,
320                         helvetica,
321                         sans-serif;
322   font-size:            14px;
323   line-height:          16px;
324 }
325
326 li {
327   font-family:          trebuchet MS,
328                         trebuchet,
329                         verdana,
330                         helvetica,
331                         sans-serif;
332   font-size:            14px;
333   line-height:          16px;
334 }
335
336 .copyright {
337   border-bottom:        1px dotted #ccc;
338   border-top:           1px dotted #ccc;
339   color:                #999;
340   font-family:          verdana,
341                         arial,
342                         sans-serif;
343   font-size:            10px;
344   margin-top:           5px;
345   text-align:           center;
346   width:                auto;
347 }
348
349 .copyright a {
350   font-size:            10px;
351 }
352
353 .centered { 
354   text-align:           center;
355   margin-left:          auto;
356   margin-right:         auto;
357 }
358
359 .floatright { 
360   float:                right;
361 }
362
363 .floatcenter { 
364   text-align:           center;
365 }
366
367 pre {
368   white-space:          pre-wrap;       /* css-3 */
369   white-space:          -moz-pre-wrap;  /* Mozilla, since 1999 */
370   white-space:          -pre-wrap;      /* Opera 4-6 */
371   white-space:          -o-pre-wrap;    /* Opera 7 */
372   word-wrap:            break-word;     /* Internet Explorer 5.5+ */
373 }