This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
forked from jarvist/ICCC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
94 lines (68 loc) · 2.12 KB
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/* IC caving web site style sheet for main pages
(swiped from xmps.sourceforge.net)
*/
/* Page properties */
body { background-color: #FFFFFF;
color: #000000;
font-size: 10pt;
font-family: verdana,arial,helvetica,sans-serif; }
/* Paragraphs */
P { color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt; }
P.titlemenu { color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-weight: bold;
font-size: 10pt}
P.menu { color: #000000;
text-align: center;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt }
/* Link properties */
A:link { text-decoration: none;
font-family: verdana,arial,helvetica,sans-serif;
color: #080808;
font-weight: bold;
text-decoration: underline}
A:visited { text-decoration: none;
font-family: verdana,arial,helvetica,sans-serif;
color: #080808;
text-decoration: underline;
font-weight: bold }
A.menu:link{ text-decoration: none;
font-family: verdana,arial,helvetica,sans-serif;
color: #080808;
text-decoration: underline;
font-weight: normal}
A.menu:visited{ text-decoration: none;
font-family: verdana,arial,helvetica,sans-serif;
color: #080808;
text-decoration: underline;
font-weight: normal; }
/* tables */
TABLE.rootmenu{ background-color: #FFFFFF }
TABLE.insidemenu{background-color: #FFFFFF; border: none; }
TD.titlemenu { background-color: #FFFFFF }
TD.redmenu { background-color: #FFFFFF }
TD.menu {background-color: #FFFFFF }
/* Heading Properties */
H1 { font-family: verdana,arial,helvetica,sans-serif;
font-size: 24pt;
text-align: right;
color: #000000 }
H2 { font-family: verdana,arial,helvetica,sans-serif;
font-size: 18pt;
font-weight: bold;
color: #000000;
}
H3 { font-family: arial,helvetica,sans-serif;
font-size: 12pt;
font-weight: bold;
color: #000000;
}
UL { color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt;}
DL { color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt;}