-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
78 lines (68 loc) · 2.2 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
* {font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 12px;}
a {color: #4470e1; text-decoration: none;}
a:hover{ color: #e14448; }
pre { font-family: Consolas, "Liberation Mono", Courier, monospace; padding: 12px; background-color: #eee; }
font { display: inline-block; font-family: Consolas, "Liberation Mono", Courier, monospace; padding: 2px 6px; border: 1px solid #ddd; background-color: #eee;
border-radius: 2px; margin: 1px;
}
body {margin: 0; padding: 0; border: none; border-top: 5px solid #3A3A3A;}
#header { height: 80px; width: 960px; margin: -5px auto -1px auto; }
#header div {
height: 80px;
float: left;
line-height: 80px;
color: #F15A23;
}
#logo { width: 360px; padding: 15px 0px 1px 0px; }
#logo img {outline: none; border: none;}
.menu { width: 150px; text-align: center; }
.menu a {display: block;
font-weight: bold;
font-size: 14px;
color: #3A3A3A;
font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
border-top: 5px solid #3a3a3a;
border-bottom: 1px solid #ddd;
}
.menu a.active {
color: #F15A23;
background-color: #f8f8f8;
border-top: 5px solid #F15A23;
border-bottom: 1px solid #F15A23;
}
.menu a:hover{
color: #F15A23;
background-color: #f8f8f8;
border-top: 5px solid #F15A23;
border-bottom: 1px solid #F15A23;
}
.sep {
margin-top: 6px;
height: 1px;
background-color: #ddd;
}
#main { width: 960px; margin: 24px auto; min-height: 700px; }
h2 {
font-size: 15px;
color: #F15A23;
margin-top: 32px;
}
h3 {
font-size: 12px;
color: #15849b;
}
ul {margin: 0; padding: 0; list-style: none;}
ul li {
padding: 1px 12px;
list-style-type: circle;
list-style-position: inside;
}
.doctable {background-color: #fad7ab;}
.doctable th {text-align: left; background-color: #fff; }
.doctable td {background-color: #fff;}
.doctable td.key, .doctable td.type, .doctable td.value {font-family: Consolas, "Liberation Mono", Courier, monospace;}
.doctable td.key {color: #0f89c4;}
.jmb {display: inline-block; padding: 4px 8px; background-color: #f2a648; color: #fff;}
#footer { text-align: center; height: 50px; line-height: 50px; margin: 0px auto; background-color: #3a3a3a; color:#fff; }
#footer a {color: #fff;}
#footer a:hover{ color: #e14448; }