-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
150 lines (140 loc) · 2.29 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body {
font-family: Arial, Helvetica, sans-serif;
background: #ebe8e8;
}
.container {
width: 800px;
margin: 0 auto;
}
body,div,h1,h2,h3,h4,h5,h6,p,ul,img {
margin:0px;
padding:0px;
}
#main{
background: url(images/header.jpg) repeat-x;
}
#main .container{
background: url(images/header1.jpg) no-repeat;
}
#logo{
background: url(images/logo1.png) no-repeat;
height:110px;
width:235px;
float: left;
}
#logo h1{
text-indent: -99999999px;
padding-top:50px;
}
#footer{
background: url(images/footer.jpg);
height: 80px;
}
#footer .container{
font-family: sans-serif; ;
padding-top: 20px;
color: white;
}
#header{
padding-top: 37px;
}
#tagline{
float: left;
padding-top: 40px;
padding-left: 20px;
}
#tagline h3{
font-size: 30px;
color: white;
}
ul#menu {
list-style: none;
padding-top: 35px;
}
ul#menu li a {
font-size: 30px;
color: #676666;
text-decoration: none;
}
ul#menu li {
float: left;
padding-left: 30px;
padding-right: 75px;
}
#content h2 {
font-size: 36px;
color: #015878;
padding-top: 40px;
}
#content h4 {
font-size: 18px;
color: #373737;
font-weight: normal;
}
#content h3 {
font-size: 24px;
color: #444444;
padding-top: 15px;
padding-bottom: 15px;
}
#content p {
font-size: 14px;
color: #595858;
padding-top: 20px;
}
#content small {
font-size: 12px;
color: #373737;
}
1
#content a {
color: #0f6c8d;
font-weight: bold;
text-decoration: none;
}
#news{
padding-top: 10px;
}
#news h3 {
padding-bottom: 10px;
}
#news p {
padding-top: 10px;
padding-bottom: 14px;
}
#content {
width: 510px;
float:left;
}
#sidebar {
float: left;
margin-left: 0px;
margin-top: 0px;
background: #d4d6d3;
border: 1px solid #bebdbd;
padding: 15px;
border-radius: 15px;
padding-top: 10px;
}
#sidebar h3 {
font-size: 24px;
color: #044055;
font-weight: normal;
padding-bottom: 20px;
padding-left: 15px;
}
#sidebar ul li a {
font-size: 14px;
color: #393838;
}
ul#subscribe li a {
font-size: 18px;
}
ul#subscribe li {
padding-bottom: 5px;
padding-left: 15px;
}
#sidebar ul {
list-style: none;
padding-bottom: 25px;
}