-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
104 lines (98 loc) · 1.27 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:#FFFFFF;
text-align:center;
font-size:14px;
top:0;
left:0;
font-family:Arial, Helvetica, sans-serif;
color:#990000;
}
#main
{
width:950px;
}
#top
{
width:950px;
background:url(images/top.gif) no-repeat;
height:41px;
color:#CC6600;
}
#top a
{
color:#CC9900;
text-decoration:none;
}
#top a:hover
{
color:#FF6600;
text-decoration:none;
}
#head
{
background:url(img/head.gif) no-repeat;
height:95px;
font-size:40px;
font-family:sans-serif,Arial, Helvetica ;
font-style:italic;
}
#menu
{
background:url(images/menu.gif) repeat-x;
color:#FFFFFF;
height:30px;
}
#menu a
{
color:#FFFFFF;
text-decoration:none;
text-align:center;
font-weight:bold;
}
#menu a:hover
{
color:#FFCC00;
text-decoration:none;
text-align:center;
font-weight:bolder;
}
#footer
{
background:url(images/footer.jpg) no-repeat;
height:70px;
text-align:center;
color:#CC0000;
font-size:14px;
}
#footer a
{
color:#CC0000;
font-size:13px;
text-decoration:none;
}
#footer a:hover
{
color:#FF9900;
font-size:13px;
text-decoration:none;
}
#but_sub
{
background-color:#990000;
color:#FFFFFF;
border:solid 1px #FF6600;
height:25px;
border-radius:10px;
}
#border
{
border:solid 1px #CCCCCC;
}
#head_txt
{
color:#990000;
font-size:18px;
font-weight:bold;
text-align:center;
}