-
Notifications
You must be signed in to change notification settings - Fork 11
/
style1.0.css
41 lines (34 loc) · 1.51 KB
/
style1.0.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
body,th,td,ul,li,a,div,p,pre,span {color:#444444; font-family:Tahoma,Sans,Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size:12.0px;}
body { margin-left:30px; margin-right:30px; margin-top:60px; margin-bottom:30px }
a {text-decoration:none;}
a:active {text-decoration:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#000000; text-decoration:none;}
.head1 {font-family:Tahoma,Arial,Helvetica;font-size:38px; font-weight:normal;color:#444444;}
.head2 {font-family:Tahoma,Arial,Helvetica;font-size:15px; font-weight:normal;color:#444444;}
.mainitem {font-family:Tahoma,Arial,Helvetica;font-size:20px; font-weight:normal;color:#444444;}
.subitem {font-family:Tahoma,Arial,Helvetica;font-size:14px; font-weight:normal;color:#AAAAAA;}
.related {font-family:Tahoma,Arial,Helvetica;font-size:16px; font-weight:normal;color:#888888;}
.related a {font-family:Tahoma,Arial,Helvetica;font-size:16px; font-weight:normal;color:#888888; text-decoration: underline;}
.list li a {font-family:Tahoma,Arial,Helvetica;font-size:14px; font-weight:normal;color:#888888;}
.contact {font-family:Tahoma,Arial,Helvetica;font-size:12px; font-weight:normal;color:#888888;}
.list {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
.draft {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 24px;
padding-top: 10px;
text-align: center;
background: rgb(255, 248, 127);
opacity: .9;
}