-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.css
More file actions
48 lines (41 loc) · 784 Bytes
/
timeline.css
File metadata and controls
48 lines (41 loc) · 784 Bytes
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
.clearfix:after {
clear: both;
content: '.';
visibility: hidden;
}
.timeline-wrapper {
height: 200px;
width: 100%;
overflow: hidden;
background: #f55;
}
.timeline-year-index-wrapper {
height: 50px;
width: 100%;
overflow: hidden;
background: #5f5;
}
.timeline-scrollbar {
height: 0px;
width: 100%;
background: #55f;
}
.timeline-band {
}
.timeline-band .timeline-content {
height: 200px;
width: 200px;
border-left: 1px solid #a00;
border-right: 1px solid #f00;
float: left;
}
.timeline-year-index .timeline-year {
height: 50px;
line-height: 50px;
width: 120px;
display: block;
float: left;
text-align: center;
border-left: 1px solid #a00;
border-right: 1px solid #f00;
}