equal
deleted
inserted
replaced
|
1 * { |
|
2 margin:0; |
|
3 padding:0; |
|
4 } |
|
5 body { |
|
6 font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,'Lucida Grande','Lucida Sans Unicode',Sans-serif; |
|
7 color:#555; |
|
8 } |
|
9 img { |
|
10 border:0; |
|
11 } |
|
12 a { |
|
13 color:#2970A6; |
|
14 text-decoration:none; |
|
15 } |
|
16 a:hover { |
|
17 text-decoration:underline; |
|
18 } |
|
19 .fixed { |
|
20 clear:both; |
|
21 } |
|
22 #container { |
|
23 margin:100px auto; |
|
24 width:750px; |
|
25 } |
|
26 #talker { |
|
27 background:url(img/commentpoint.png) 100% 33% no-repeat; |
|
28 padding-right:45px; |
|
29 float:left; |
|
30 } |
|
31 #talker a { |
|
32 float:left; |
|
33 margin-top:20px; |
|
34 } |
|
35 #notice { |
|
36 background:#EDEFF0 url(img/postbox.gif) 0 0 no-repeat; |
|
37 width:560px; |
|
38 float:left; |
|
39 padding:15px 20px 0; |
|
40 } |
|
41 #notice h1 { |
|
42 font-size:24px; |
|
43 font-family:"Courier New", Courier, Monospace; |
|
44 } |
|
45 #notice p { |
|
46 font-size:14px; |
|
47 margin-top:10px; |
|
48 } |
|
49 #notice .back { |
|
50 background:url(img/postbox.gif) 100% 100% no-repeat; |
|
51 width:560px; |
|
52 display:block; |
|
53 margin:0 -20px; |
|
54 padding:30px 20px; |
|
55 } |
|
56 #notice .back a { |
|
57 color:#000; |
|
58 font-weight:bolder; |
|
59 text-decoration:none; |
|
60 background:#9CD941; |
|
61 border:1px solid #D0F29D; |
|
62 border-right-color:#398A38; |
|
63 border-bottom-color:#398A38; |
|
64 padding:10px 15px; |
|
65 font-size:14px; |
|
66 margin-right:3px; |
|
67 } |
|
68 #notice .back a:hover { |
|
69 background:#ADEB51; |
|
70 } |
|
71 #notice .back a.feed { |
|
72 background:#F9A350; |
|
73 border:1px solid #FAAC56; |
|
74 border-right-color:#C6432A; |
|
75 border-bottom-color:#C6432A; |
|
76 } |
|
77 #notice .back a.feed:hover { |
|
78 background:#FCB363; |
|
79 } |