1 |
20ff13ec
|
shye0000
|
|
2 |
|
|
#line {
|
3 |
|
|
}
|
4 |
|
|
div.detail ul {
|
5 |
|
|
width: 100%;
|
6 |
|
|
}
|
7 |
|
|
ul#lineul {
|
8 |
|
|
background: url("01082932-d2012e4c8e3b4bb096ce5acfd7a65343.png") repeat-y scroll 120px 0 rgba(0, 0, 0, 0);
|
9 |
|
|
margin-left: 403px;
|
10 |
|
|
}
|
11 |
|
|
#timeline {
|
12 |
|
|
margin-top: 160px;
|
13 |
|
|
}
|
14 |
|
|
ul.timeline {
|
15 |
|
|
list-style-type: none;
|
16 |
|
|
margin-left: 65px;
|
17 |
|
|
padding: 0;
|
18 |
|
|
width: 1200px;
|
19 |
|
|
}
|
20 |
|
|
ul.timeline li {
|
21 |
|
|
padding-bottom: 80px;
|
22 |
|
|
position: relative;
|
23 |
|
|
}
|
24 |
|
|
ul.timeline li.day {
|
25 |
|
|
background: url("01082932-d2012e4c8e3b4bb096ce5acfd7a65343.png") repeat-y scroll 120px 0 rgba(0, 0, 0, 0);
|
26 |
|
|
float: left;
|
27 |
|
|
margin-left: -120px;
|
28 |
|
|
}
|
29 |
|
|
ul.timeline li.lastday {
|
30 |
|
|
background: url("01082932-d2012e4c8e3b4bb096ce5acfd7a65343.png") repeat-y scroll 120px 0 rgba(0, 0, 0, 0);
|
31 |
|
|
|
32 |
|
|
width: 170px;
|
33 |
|
|
}
|
34 |
|
|
ul.timeline li .preview {
|
35 |
|
|
margin-left: -380px;
|
36 |
|
|
position: relative;
|
37 |
|
|
top: 65px;
|
38 |
|
|
}
|
39 |
|
|
ul.timeline li .detail {
|
40 |
|
|
margin-left: 134px;
|
41 |
|
|
position: relative;
|
42 |
|
|
top: 65px;
|
43 |
|
|
}
|
44 |
|
|
ul.timeline li .detail .content {
|
45 |
|
|
margin-left: 130px;
|
46 |
|
|
position: relative;
|
47 |
|
|
top: 65px;
|
48 |
|
|
}
|
49 |
|
|
ul.timeline li .preview pre {
|
50 |
|
|
}
|
51 |
|
|
pre {
|
52 |
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
53 |
|
|
border-radius: 3px;
|
54 |
|
|
box-shadow: 3px 3px 5px #888888;
|
55 |
|
|
cursor: pointer;
|
56 |
|
|
display: block;
|
57 |
|
|
font-size: 12px;
|
58 |
|
|
line-height: 18px;
|
59 |
|
|
margin: 0;
|
60 |
|
|
padding: 0;
|
61 |
|
|
text-align: center;
|
62 |
|
|
transition: background-color 400ms ease 0s;
|
63 |
|
|
white-space: pre-wrap;
|
64 |
|
|
width: 550px;
|
65 |
|
|
word-wrap: break-word;
|
66 |
|
|
overflow:hidden;
|
67 |
|
|
}
|
68 |
|
|
pre:hover {
|
69 |
|
|
transition: background-color 400ms ease 0s;
|
70 |
|
|
overflow:auto;
|
71 |
|
|
}
|
72 |
|
|
.detail {
|
73 |
|
|
left: 0;
|
74 |
|
|
position: relative;
|
75 |
|
|
}
|
76 |
|
|
.detail pre {
|
77 |
|
|
position:relative;
|
78 |
|
|
width: 100px;
|
79 |
|
|
z-index:10;
|
80 |
|
|
}
|
81 |
|
|
.activity_name {
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
!overflow:hidden;
|
85 |
|
|
}
|
86 |
|
|
.activity_name:hover{
|
87 |
|
|
|
88 |
|
|
}
|
89 |
|
|
ul.timeline li .time {
|
90 |
|
|
color: #999999;
|
91 |
|
|
font-size: 10px;
|
92 |
|
|
left: 154px;
|
93 |
|
|
position: absolute;
|
94 |
|
|
text-align: left;
|
95 |
|
|
top: 10px;
|
96 |
|
|
width: 90px;
|
97 |
|
|
}
|
98 |
|
|
ul.timeline li .date {
|
99 |
|
|
color: #3594CB;
|
100 |
|
|
font-size: 11px;
|
101 |
|
|
left: 154px;
|
102 |
|
|
line-height: 50px;
|
103 |
|
|
overflow: hidden;
|
104 |
|
|
position: absolute;
|
105 |
|
|
text-align: left;
|
106 |
|
|
top: 15px;
|
107 |
|
|
width: 290px;
|
108 |
|
|
}
|
109 |
|
|
ul.timeline li .monday {
|
110 |
|
|
color: #3594CB;
|
111 |
|
|
font-size: 18px;
|
112 |
|
|
left: -197px;
|
113 |
|
|
line-height: 50px;
|
114 |
|
|
overflow: hidden;
|
115 |
|
|
position: absolute;
|
116 |
|
|
text-align: right;
|
117 |
|
|
top: 3px;
|
118 |
|
|
width: 290px;
|
119 |
|
|
}
|
120 |
|
|
ul.timeline li .sunday {
|
121 |
|
|
color: #3594CB;
|
122 |
|
|
font-size: 18px;
|
123 |
|
|
left: 156px;
|
124 |
|
|
line-height: 50px;
|
125 |
|
|
overflow: hidden;
|
126 |
|
|
position: absolute;
|
127 |
|
|
text-align: left;
|
128 |
|
|
top: 3px;
|
129 |
|
|
width: 290px;
|
130 |
|
|
}
|
131 |
|
|
ul.timeline li .number {
|
132 |
|
|
background: url("01082933-1be1e966854e4a4882f3acf477a614d0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
133 |
|
|
color: #FFFFFF;
|
134 |
|
|
font-size: 12px;
|
135 |
|
|
height: 56px;
|
136 |
|
|
left: 97px;
|
137 |
|
|
line-height: 56px;
|
138 |
|
|
position: absolute;
|
139 |
|
|
text-align: center;
|
140 |
|
|
width: 56px;
|
141 |
|
|
}
|
142 |
|
|
ul.timeline li .weeknumber {
|
143 |
|
|
background: url("01082933-1be1e966854e4a4882f3acf477a614d0.png") no-repeat scroll 0 0 / 60px 60px rgba(0, 0, 0, 0);
|
144 |
|
|
color: #FFFFFF;
|
145 |
|
|
font-size: 14px;
|
146 |
|
|
height: 60px;
|
147 |
|
|
left: 95px;
|
148 |
|
|
line-height: 60px;
|
149 |
|
|
position: absolute;
|
150 |
|
|
text-align: center;
|
151 |
|
|
width: 60px;
|
152 |
|
|
}
|
153 |
|
|
ul.timeline li.alt .number {
|
154 |
|
|
background-image: url("01082933-82252b55ed5548c4b9bdd107903d1e8a.png");
|
155 |
|
|
}
|
156 |
|
|
ul.timeline li .ruler {
|
157 |
|
|
left: 17px;
|
158 |
|
|
}
|
159 |
|
|
ul.timeline li .ruler1 {
|
160 |
|
|
position: absolute;
|
161 |
|
|
top: 60px;
|
162 |
|
|
}
|
163 |
|
|
ul.timeline li .ruler2 {
|
164 |
|
|
position: absolute;
|
165 |
|
|
top: 150px;
|
166 |
|
|
}
|
167 |
|
|
ul.timeline li .ruler3 {
|
168 |
|
|
position: absolute;
|
169 |
|
|
top: 240px;
|
170 |
|
|
}
|
171 |
|
|
ul.timeline li .ruler4 {
|
172 |
|
|
position: absolute;
|
173 |
|
|
top: 330px;
|
174 |
|
|
}
|
175 |
|
|
ul.timeline li .ruler5 {
|
176 |
|
|
position: absolute;
|
177 |
|
|
top: 420px;
|
178 |
|
|
}
|
179 |
|
|
.havedata {
|
180 |
|
|
background-color: #D7DF01;
|
181 |
|
|
}
|
182 |
|
|
.havedata:hover {
|
183 |
|
|
background-color: #F7FE2E;
|
184 |
|
|
}
|
185 |
|
|
.nodata {
|
186 |
|
|
background-color: #3594CB;
|
187 |
|
|
color: #FFFFFF;
|
188 |
|
|
}
|
189 |
|
|
.nodata:hover {
|
190 |
|
|
background-color: #43B1F1;
|
191 |
|
|
}
|
192 |
|
|
#more {
|
193 |
|
|
cursor: pointer;
|
194 |
|
|
font-size: 20px;
|
195 |
|
|
font-weight: bold;
|
196 |
|
|
height: 50px;
|
197 |
|
|
margin:50px auto 50px auto;
|
198 |
|
|
width: 100px;
|
199 |
|
|
}
|
200 |
|
|
#searchbox {
|
201 |
|
|
background-color: #86919F;
|
202 |
|
|
box-shadow: 5px 5px 5px #888888;
|
203 |
|
|
border-radius: 5px;
|
204 |
|
|
font-size: 15px;
|
205 |
|
|
font-weight: bold;
|
206 |
|
|
margin-left: 10px;
|
207 |
|
|
margin-top: 5px;
|
208 |
|
|
position: fixed;
|
209 |
|
|
width: 160px;
|
210 |
|
|
z-index: 11;
|
211 |
|
|
}
|
212 |
|
|
#startbox {
|
213 |
|
|
float: left;
|
214 |
|
|
padding-bottom: 5px;
|
215 |
|
|
padding-left: 10px;
|
216 |
|
|
padding-top: 18px;
|
217 |
|
|
}
|
218 |
|
|
#searchbox:hover {
|
219 |
|
|
background-color: #98A5B7;
|
220 |
|
|
transition: background-color 400ms ease 0s;
|
221 |
|
|
}
|
222 |
|
|
#endbox {
|
223 |
|
|
float: left;
|
224 |
|
|
padding-left: 10px;
|
225 |
|
|
padding-top: 5px;
|
226 |
|
|
}
|
227 |
|
|
#start {
|
228 |
|
|
width: 135px;
|
229 |
|
|
}
|
230 |
|
|
#end {
|
231 |
|
|
width: 135px;
|
232 |
|
|
}
|
233 |
|
|
#search {
|
234 |
|
|
cursor: pointer;
|
235 |
|
|
float: left;
|
236 |
|
|
font-size: 15px;
|
237 |
|
|
font-weight: bold;
|
238 |
|
|
margin-bottom: 20px;
|
239 |
|
|
margin-left: 10px;
|
240 |
|
|
margin-top: 18px;
|
241 |
|
|
width: 140px;
|
242 |
|
|
}
|
243 |
|
|
#data {
|
244 |
|
|
float: left;
|
245 |
|
|
margin-bottom: 20px;
|
246 |
|
|
margin-left: 10px;
|
247 |
|
|
}
|
248 |
|
|
#all {
|
249 |
|
|
cursor: pointer;
|
250 |
|
|
margin-left: 10px;
|
251 |
|
|
padding-left: 5px;
|
252 |
|
|
padding-right: 5px;
|
253 |
|
|
}
|
254 |
|
|
#withdata {
|
255 |
|
|
cursor: pointer;
|
256 |
|
|
margin-left: 10px;
|
257 |
|
|
padding-left: 5px;
|
258 |
|
|
padding-right: 5px;
|
259 |
|
|
}
|
260 |
|
|
.icongetdata {
|
261 |
|
|
cursor: pointer;
|
262 |
|
|
height: 26px;
|
263 |
|
|
vertical-align: top;
|
264 |
|
|
width: 26px;
|
265 |
|
|
}
|
266 |
|
|
.getdata {
|
267 |
|
|
float: right;
|
268 |
|
|
margin-right: 30px;
|
269 |
|
|
}
|
270 |
|
|
button {
|
271 |
|
|
cursor: pointer;
|
272 |
|
|
}
|
273 |
|
|
.detail_button {
|
274 |
|
|
background-color: #86919F;
|
275 |
|
|
!border: 1px solid #69727F;
|
276 |
|
|
border-radius: 3px;
|
277 |
|
|
box-shadow: 3px 3px 5px #888888;
|
278 |
|
|
color: #FFFFFF;
|
279 |
|
|
cursor: pointer;
|
280 |
|
|
margin-top: 5px;
|
281 |
|
|
padding-bottom: 5px;
|
282 |
|
|
padding-top: 5px;
|
283 |
|
|
width: 550px;
|
284 |
|
|
}
|
285 |
|
|
.detail_button:hover {
|
286 |
|
|
background-color: #98A5B7;
|
287 |
|
|
transition: background-color 400ms ease 0s;
|
288 |
|
|
}
|
289 |
|
|
.img_detail {
|
290 |
|
|
background: url("zoom.png") repeat scroll 0 0 / 28px 28px rgba(0, 0, 0, 0);
|
291 |
|
|
height: 28px;
|
292 |
|
|
width: 28px;
|
293 |
|
|
}
|
294 |
|
|
.close_button {
|
295 |
|
|
background-color: #86919F;
|
296 |
|
|
!border: 1px solid #69727F;
|
297 |
|
|
border-radius: 3px;
|
298 |
|
|
box-shadow: 3px 3px 5px #888888;
|
299 |
|
|
color: #FFFFFF;
|
300 |
|
|
cursor: pointer;
|
301 |
|
|
margin-left: -150px;
|
302 |
|
|
margin-top: 5px;
|
303 |
|
|
padding-bottom: 5px;
|
304 |
|
|
padding-top: 5px;
|
305 |
|
|
width: 720px;
|
306 |
|
|
}
|
307 |
|
|
.close_button:hover {
|
308 |
|
|
background-color: #98A5B7;
|
309 |
|
|
transition: background-color 400ms ease 0s;
|
310 |
|
|
}
|
311 |
|
|
.img_close {
|
312 |
|
|
background: url("close-white.png") repeat scroll 0 0 / 28px 28px rgba(0, 0, 0, 0);
|
313 |
|
|
height: 28px;
|
314 |
|
|
width: 28px;
|
315 |
|
|
} |