-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_style.css
95 lines (83 loc) · 1.74 KB
/
1_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
body {
scrollbar-face-color: #CCCCCC;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #EAEAEA;
scrollbar-darkshadow-color: #EAEAEA;
scrollbar-track-color: #EAEAEA;
scrollbar-arrow-color: #999999;
}
.menu {
color: #336699;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 14px;
text-decoration: none;
font-weight: bold;
line-height: 20px;
}
.menu:hover {
color: #D08000;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 14px;
text-decoration: none;
font-weight: bold;
line-height: 20px;
}
.foot {
color: #909090;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
}
.footlink {
color: #909090;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
}
.footlink:hover {
color: #333333;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
}
.articletitle {
color: #EE7700;
font-family: "Arial", "Ó×Ô²";
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
.article {
color: #555577;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
line-height: 18px;
}
.articlesubtitle {
color: #555577;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.articlehead {
color: #555533;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
line-height: 18px;
font-weight: bold;
}
.articlelink {
color: #0077EE;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
}
.articlelink:hover {
color: #EE4400;
font-family: "Times New Roman", "Ó×Ô²";
font-size: 12px;
text-decoration: none;
}