forked from userdatamanifesto/www
-
Notifications
You must be signed in to change notification settings - Fork 3
/
style1.0.css
29 lines (23 loc) · 1.35 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
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:30px; 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;
}