forked from BYU-ARCLITE/Ayamel.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.css
69 lines (56 loc) · 1.27 KB
/
timeline.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
.tl-context-menu {
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
padding: 0 20px;
border-radius: 10px;
display: inline-table;
margin: 0; padding: 0; border: 0;
cursor: pointer;
white-space: nowrap;
}
.tl-context-menu li:hover > ul {
display: block;
}
.tl-context-menu ul {
left: 100%; top:-1px;
display: none;
}
.tl-menu-right ul {
right: 100% !important;
left: auto !important;
}
.tl-context-menu, .tl-context-menu ul {
position: absolute;
list-style: none;
background: #5f6975;
border-radius: 0px;
padding: 0;
margin: 0;
}
.tl-context-menu:after, .tl-context-menu ul:after {
content: ""; clear: both; display: block;
}
.tl-menu-up {
top: auto !important;
bottom: -1px !important;
}
.tl-context-menu li {
float: none;
border-top: 1px solid #6b727c;
border-bottom: 1px solid #575f6a; position: relative;
}
.tl-context-menu li:hover {
background: #4b545f;
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
.tl-context-menu li a {
display: block; padding: 25px 40px;
color: #757575; text-decoration: none;
padding: 1px 4px 1px 4px;
color: #fff;
}
.tl-context-menu li a:hover {
background: #4b545f;
color: #fff;
}