/[libdata]/branches/paul/libdata.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 /branches/paul/libdata.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (show annotations)
Thu Mar 18 19:24:54 2004 UTC (20 years ago) by dpavlin
File MIME type: text/css
File size: 2269 byte(s)
updated to libdata 2.00

1 /*
2 Title: libdata.css
3 Author: Paul Bramscher <brams006@umn.edu>
4 Last Modified: 03.03.2004 by Paul Bramscher <brams006@umn.edu>
5 */
6
7 BODY {
8 font-family: Arial, Helvetica, sans-serif;
9 font-size:10pt;
10 background: #FFFFFF;
11 color: #000000;
12 }
13
14 /* Link tags */
15 A:link { color: #2F4F4F; }
16 A:visited { color: #2F4F4F; }
17 A:active { color: #FF0000; }
18
19 /* Various HTML tags */
20 ul { font-family: Arial, Helvetica, sans-serif; }
21 ol { font-family: Arial, Helvetica, sans-serif; }
22 li { font-family: Arial, Helvetica, sans-serif; }
23 blockquote { font-family: Arial, Helvetica, sans-serif; }
24 p { font-family: Arial, Helvetica, sans-serif; }
25 .small { font-size: 75% }
26 .smaller { font-size: 65% }
27 .bigDark {
28 font-size: 105%;
29 color: #2F4F4F;
30 font-weight: bold
31 }
32 .biggerDark {
33 font-size: 125%;
34 color: #2F4F4F;
35 font-weight: bold
36 }
37
38 .backLight {
39 background: #FAEBD7;
40 }
41
42 .error { color: red; font-weight: bold }
43
44 /* Table tags */
45 TR, TH {
46 font-family: Arial, Helvetica, sans-serif;
47 font-size:10pt;
48 color: #000000;
49 }
50 TD {
51 font-family: Arial, Helvetica, sans-serif;
52 font-size: 10pt;
53 color: #000000;
54 }
55
56 /* Special cell formats */
57 .cellPlain {
58 font-family: Arial, Helvetica, sans-serif;
59 font-size:10pt;
60 font-weight: bold;
61 color: #ffffff;
62 background: #2F4F4F;
63 }
64
65 /* Headers */
66 H1 {
67 font-family: Arial, Helvetica, sans-serif;
68 font-size: 18pt;
69 color: #2F4F4F;
70 }
71
72 H2 {
73 font-family: Arial, Helvetica, sans-serif;
74 font-size: 14pt;
75 color: #2F4F4F;
76 }
77
78 H3 {
79 font-family: Arial, Helvetica, sans-serif;
80 font-size: 12pt;
81 color: #2F4F4F;
82 }
83
84 H4 {
85 font-family: Arial, Helvetica, sans-serif;
86 font-size: 8pt;
87 color: #2F4F4F;
88 }
89
90 H5 {
91 font-family: Arial, Helvetica, sans-serif;
92 font-size: 75%;
93 color: #2F4F4F;
94 }
95
96 /* Span classes used in PageScribe formatting */
97 .S1 {
98 font-family: Arial, Helvetica, sans-serif;
99 font-size: 18pt;
100 color: #2F4F4F;
101 }
102
103 .S2 {
104 font-family: Arial, Helvetica, sans-serif;
105 font-size: 14pt;
106 color: #2F4F4F;
107 }
108
109 .S3 {
110 font-family: Arial, Helvetica, sans-serif;
111 font-size: 12pt;
112 color: #000000;
113 }
114
115 .S4 {
116 font-family: Arial, Helvetica, sans-serif;
117 font-size: 8pt;
118 color: #000000;
119 }
120
121 .S5 {
122 font-family: Arial, Helvetica, sans-serif;
123 font-size: 75%;
124 color: #000000;
125 }

  ViewVC Help
Powered by ViewVC 1.1.26