Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtoc.css
More file actions
Latest commit
127 lines (127 loc) · 2.39 KB
/
Copy pathtoc.css
File metadata and controls
127 lines (127 loc) · 2.39 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
#TOCul,
#TOCli,
#TOCspan,
#TOCa {
margin:0;
padding:0;
position: relative;
}
#TOC {
line-height:1;
border-radius:5px5px00;
background:#141414;
background:linear-gradient(to bottom,#3333330%,#141414100%);
border-bottom:2px solid #0fa1e0;
width: auto;
}
#TOC:after,
#TOCul:after {
content:'';
display: block;
clear: both;
}
#TOCa {
background:#141414;
background:linear-gradient(to bottom,#3333330%,#141414100%);
color:#ffffff;
display: block;
padding:19px20px;
text-decoration: none;
text-shadow: none;
}
#TOCul {
list-style: none;
}
#TOC>ul>li {
display: inline-block;
float: left;
margin:0;
}
#TOC>ul>li>a {
color:#ffffff;
}
#TOC>ul>li:hover:after {
content:'';
display: block;
width:0;
height:0;
position: absolute;
left:50%;
bottom:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #0fa1e0;
margin-left:-10px;
}
#TOC>ul>li:first-child>a {
border-radius:5px000;
}
#TOC.align-right>ul>li:first-child>a,
#TOC.align-center>ul>li:first-child>a {
border-radius:0;
}
#TOC.align-right>ul>li:last-child>a {
border-radius:05px00;
}
#TOC>ul>li.active>a,
#TOC>ul>li:hover>a {
color:#ffffff;
box-shadow: inset 003px#000000;
background:#070707;
background:linear-gradient(to bottom,#2626260%,#070707100%);
}
#TOC .has-sub {
z-index:1;
}
#TOC .has-sub:hover>ul {
display: block;
}
#TOC .has-subul {
display: none;
position: absolute;
width:200px;
top:100%;
left:0;
}
#TOC .has-subullia {
background:#0fa1e0;
border-bottom:1px dotted #31b7f1;
filter: none;
display: block;
line-height:120%;
padding:10px;
color:#ffffff;
}
#TOC .has-subulli:hovera {
background:#0c7fb0;
}
#TOCululli:hover>a {
color:#ffffff;
}
#TOC .has-sub .has-sub:hover>ul {
display: block;
}
#TOC .has-sub .has-subul {
display: none;
position: absolute;
left:100%;
top:0;
}
#TOC .has-sub .has-subullia {
background:#0c7fb0;
border-bottom:1px dotted #31b7f1;
}
#TOC .has-sub .has-subullia:hover {
background:#0a6d98;
}
#TOCululli.last>a,
#TOCululli:last-child>a,
#TOCulululli.last>a,
#TOCulululli:last-child>a,
#TOC .has-subulli:last-child>a,
#TOC .has-subulli.last>a {
border-bottom:0;
}
#TOCul {
font-size:1.2rem;
}