-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
107 lines (84 loc) · 1.66 KB
/
style.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
95
96
97
98
99
100
101
102
103
104
105
106
107
* {
padding: 0;
margin: 0;
}
body {
background: #fff;
font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
line-height: 1.5em;
}
a {
color: #3B6EBF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
table {
background: #F6F9FB;
border: 1px solid #E1E1E1;
}
#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}
#top {
background: #fff url('images/topbg.jpg');
height: 30px;
}
#content {
padding: 0 40px 0 40px;
}
#bottom {
background: #fff url('images/botbg.jpg');
height: 30px;
}
.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}
.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }
.breadcrumbs {
background: #F6F9FB;
border-bottom: 1px solid #E1E1E1;
padding: 5px;
}
.middle {
float: left;
width: 59%;
margin: 0 10px;
padding: 1% 1%;
text-align: justify;
}
.right {
float: left;
width: 30%;
margin: 0 10px;
padding: 1% 1%;
}
.right ul {
padding: 20px 0 15px 20px;
margin:0;
}
.right li {
margin-bottom:5px;
list-style-type: square;
color: #3B6EBF;
}
.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}
#clear {
display: block;
clear: both;
width: 100%;
height:1px;
overflow:hidden;
}
#footer {
text-align: center;
color: #666;
}