-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathmain.css
More file actions
121 lines (103 loc) · 1.39 KB
/
main.css
File metadata and controls
121 lines (103 loc) · 1.39 KB
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
body {
background: #fcfcfc;
color: #333;
font-family: arial;
font-size: 15px;
margin: 0;
padding: 0;
border-top: 10px solid #337693;
}
a {
color: #337693;
}
a:link, a:active, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#container {
margin: 0 auto;
width: 860px;
}
#header {
color: #ccc;
font-size: 22px;
font-weight: bold;
padding: 20px 0;
}
.site-name{
color: #337693;
margin-bottom: 30px;
}
#maincontent {
clear: both;
}
div.content {
padding: 10px 0;
}
p {
line-height: 2;
margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
color: #333;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 15px;
}
#nav {
clear: both;
font-size: 14px;
list-style : none;
margin: 0;
overflow: hidden;
padding: 0;
border: 2px solid #729DAF;
}
#nav li {
border-right: 2px solid #729DAF;
display: block;
float: left;
text-align: center;
}
#nav li.active a,
#nav a:hover {
background: #356B81;
color: #fff;
}
#nav .light {
color: #8AB2C3;
}
#nav a {
display: block;
line-height: 30px;
text-decoration: none;
padding: 10px 20px;
}
.heading03{
background-color: #886E52;
padding: 10px;
color: #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.heading04{
color: #886E52;
}
#footer {
border-top: 1px solid #729DAF;
font-size: 14px;
height: 15px;
padding: 40px 0 20px;
text-align: center;
}
#footer a {
color: #777;
}