-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·298 lines (260 loc) · 5.71 KB
/
styles.css
File metadata and controls
executable file
·298 lines (260 loc) · 5.71 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
/* Simple page reset */
margin:0;
padding:0;
}
body{
/* Setting default text color, background and a font stack */
color:#555555;
font-size:0.825em;
background: #fcfcfc;
font-family:Arial, Helvetica, sans-serif;
}
.event{
/* Contains the event header and body list */
float:left;
padding:4px;
text-align:left;
width:1280px;
margin:0 auto;
}
.eventList li{
/* The individual events */
background:#F4F4F4;
border:1px solid #EEEEEE;
list-style:none;
margin:5px;
padding:4px 7px;
z-index: 1;
position: relative;
float: left;
/* CSS3 rounded corners */
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-size:0.8em
}
.eventList li:hover{
/* The hover state: */
cursor:pointer;
background:#E6F8FF;
border:1px solid #D4E6EE;
color:#548DA5;
z-index: 1 ;
position: relative;
}
li span{
/* The event icon */
display:block;
float:left;
height:16px;
margin-right:5px;
width:16px;
}
/* Individual background images for each type of event: */
li.news {min-height: 32px;}
li.news span.icon { background:url(img/icons/newspaper.png) no-repeat; }
li.news span.pr6 { background:url(img/icons/p6.png) no-repeat; width: 32px;height:32px;}
li.news span.pr5 { background:url(img/icons/p5.png) no-repeat; width: 32px;height:32px;}
li.news span.pr4 { background:url(img/icons/p4.png) no-repeat; width: 32px;height:32px;}
li.news span.pr3 { background:url(img/icons/p3.png) no-repeat; width: 32px;height:32px;}
li.news span.pr2 { background:url(img/icons/p2.png) no-repeat; width: 32px;height:32px;}
li.news span.pr1 { background:url(img/icons/p1.png) no-repeat; width: 32px;height:32px;}
li.image span.icon { background:url(img/icons/camera.png) no-repeat; }
li.milestone span.icon { background:url(img/icons/chart.png) no-repeat; }
li.milestone{background-color: yellow;}
div.content{
/* This div contains additional data for the content */
display:none;
z-index: 4;
}
.eventHeading{
/* The colorful year headings at the top */
font-size:1em;
margin:-5px -5px 10px;
padding:2px 5px;
text-align:center;
}
/* Three color styles for the headings: */
.eventHeading.chreme{
background:#FBF7F0;
border:1px solid #EEE4D4;
color:#A78B5F;
}
.eventHeading.fiesta{
background:#FFB2B2;
border:1px solid #FF6666;
color:#f00;
}
.eventHeading.blue{
background:#E6F8FF;
border:1px solid #D4E6EE;
color:#548DA5;
font-size: 1.5em;
font-weight: bold;
}
.eventHeading.green{
background:#E6FFDF none repeat scroll 0 0;
border:1px solid #C9E6C1;
color:#6EA85F;
font-size: 2em;
font-weight: bold;
}
#timelineLimiter{
/* Hides the overflowing timeline */
width:100%;
overflow:hidden;
padding-top:10px;
}
#scroll{
/* The small timeline below the main one. Hidden here and shown by jQuery if JS is enabled: */
display:none;
height:30px;
background:#F5F5F5;
border:1px solid #EEEEEE;
color:#999999;
}
.scrollPoints{
/* The individual years */
float:left;
font-size:1em;
padding:4px 10px;
text-align:center;
width:60px;
position:relative;
z-index:10;
}
#centered{
/* Centers the years, width is assigned by jQuery */
margin:0 auto;
position:relative;
}
#timeline{
padding-left:20px;
width: 1280px;
margin: 0 auto;
}
#slider{
/* Holds the scroll bar */
margin:10px auto;
height:25px;
display:none;
}
#bar{
/* The scroll bar */
background:url(img/slider_center.png) repeat-x center center;
height:25px;
cursor:pointer;
width:10px;
}
#barLeft{
background:transparent url(img/slider.png) no-repeat scroll left center;
height:25px;
width:20px;
left:0;
top:0;
position:absolute;
}
#barRight{
background:transparent url(img/slider.png) no-repeat scroll right center;
height:25px;
position:absolute;
right:0;
top:0;
width:20px;
}
#overlay{
/* The overlay that darkens the page when an event is clicked */
position:absolute;
z-index:10;
top:0;
left:0;
background-color:#222222;
}
#windowBox{
/* Shows details about the event on click */
position:absolute;
z-index:20;
background-color:#fcfcfc;
padding:10px;
border:2px solid #666666;
overflow:auto;
}
#titleDiv{
/* The title of the windowBox */
background:#F5F5F5;
border:1px solid #EEEEEE;
color:#AAAAAA;
font-size:1.5em;
margin-bottom:10px;
padding:5px 10px;
}
#date{
/* The date on the bottom of the windowBox */
bottom:20px;
color:#999999;
font-size:0.8em;
font-style:italic;
position:absolute;
right:15px;
padding:2px;
background:#FCFCFC;
}
#highlight{
/* The blue highlight that moves with the scroll bar */
height:30px;
position:absolute;
z-index:0;
left:0;
top:0;
background:#E6F8FF;
border:1px solid #D4E6EE;
border-width:0 1px;
}
.clear{
clear:both;
}
/* The styles below are only necessary for the demo page */
h1{
background:#F4F4F4;
border-bottom:1px solid #EEEEEE;
font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:normal;
margin-bottom:15px;
padding:15px;
text-align:center;
}
h2 {
font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
padding-right:40px;
position:relative;
right:0;
text-align:right;
text-transform:uppercase;
top:-48px;
}
a, a:visited {
color:#0196e3;
text-decoration:none;
outline:none;
}
a:hover{
text-decoration:underline;
}
p.tutInfo{
/* The tutorial info on the bottom of the page */
padding:10px 0;
text-align:center;
position:absolute;
bottom:0px;
background:#F4F4F4;
border-top:1px solid #EEEEEE;
width:100%;
}
.week{
float:left;
clear:right;
}