-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
104 lines (99 loc) · 1.72 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
body {
background: #CCC;
margin: 0px;
padding: 15px;
font-family: Franklin, Helvetica, Trebuchet, Arial, sans-serif;
font-size: 12pt;
}
a {
outline: none;
}
.lightblue {
color: #c0e4f7;
}
#header,#page {
width: 700px;
}
#headerbg {
width: 700px;
height: 89px;
background: #868686;
background-image: url('./img/head_bg.png');
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#header {
height: 89px;
background: url('./img/ant-small.png') no-repeat left center;
padding-left: 75px;
margin-left: 15px;
color: white;
}
#header h1 {
margin: 0px;
padding: 0px;
padding-top: 26px;
}
.pageCenter{
margin: 0 auto;
}
#menu ul,li {
display: inline;
}
#menu {
position: absolute;
width: 730px;
height: 33px;
margin-left: -15px;
background: #535353;
background-image: url("./img/menu_bg.png");
-moz-box-shadow: 0 0 5px #444;
-webkit-box-shadow: 0 0 5px #444;
box-shadow: 0 0 5px #444;
color: #c3c3c3;
font-weight: bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#menu ul {
position: absolute;
margin: 7px 0px 0px 10px;
padding: 0px;
}
#menu li {
padding: 10px;
}
#menu {
color: #FFF;
}
#menu a {
color: #CCC;
text-decoration: none;
}
#menu a:hover {
color: #EEE;
text-decoration: underline;
}
#page {
background: url('./img/head_bg.png') repeat-x top;
background-color: #919191;
-moz-box-shadow: 0 0 10px #444;
-webkit-box-shadow: 0 0 10px #444;
box-shadow: 0 0 10px #444;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#main {
padding: 40px 15px 15px 15px;
font-size: 11pt;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: white;
}
#main h2 {
color: #2c759b;
}