-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.css
79 lines (79 loc) · 1.39 KB
/
404.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
* {
margin:0;
padding:0;
}
body {
font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,'Lucida Grande','Lucida Sans Unicode',Sans-serif;
color:#555;
}
img {
border:0;
}
a {
color:#2970A6;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.fixed {
clear:both;
}
#container {
margin:100px auto;
width:750px;
}
#talker {
background:url(img/commentpoint.png) 100% 33% no-repeat;
padding-right:45px;
float:left;
}
#talker a {
float:left;
margin-top:20px;
}
#notice {
background:#EDEFF0 url(img/postbox.gif) 0 0 no-repeat;
width:560px;
float:left;
padding:15px 20px 0;
}
#notice h1 {
font-size:24px;
font-family:"Courier New", Courier, Monospace;
}
#notice p {
font-size:14px;
margin-top:10px;
}
#notice .back {
background:url(img/postbox.gif) 100% 100% no-repeat;
width:560px;
display:block;
margin:0 -20px;
padding:30px 20px;
}
#notice .back a {
color:#000;
font-weight:bolder;
text-decoration:none;
background:#9CD941;
border:1px solid #D0F29D;
border-right-color:#398A38;
border-bottom-color:#398A38;
padding:10px 15px;
font-size:14px;
margin-right:3px;
}
#notice .back a:hover {
background:#ADEB51;
}
#notice .back a.feed {
background:#F9A350;
border:1px solid #FAAC56;
border-right-color:#C6432A;
border-bottom-color:#C6432A;
}
#notice .back a.feed:hover {
background:#FCB363;
}