Blame view

src/main/webapp/static/component/autocjs/autoc.css 2.47 KB
7f74fb91   林本磊   fix:南阳官网第一次提交
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
.toc {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -300px;
    width: 300px;
    height: 80%;
    margin: 0;
    margin-top:10%;
    padding: 0;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-family: Arial, 'Courier New', "Helvetica Neue", Helvetica, sans-serif;
    overflow: visible;
}

.toc-title {
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    background-color: #f4f5f9;
    font-family: 'Courier New', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    overflow: hidden;
}

.toc-bar {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -49px;
    width: 50px;
    height: 80px;
    margin: -40px 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    overflow: hidden;
}

.toc-switch {
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
}

.toc-top:link,
.toc-top:visited,
.toc-top:hover {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}

.toc-title:hover,
.toc-top:hover {
    background-color: #f4f5f9;
}

.toc-bd {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    background-color: #FFF;
    overflow: auto;
}

.toc-list {
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.toc-sub-list {
    margin: 0;
    padding: 0 0 0 1em;
    overflow: hidden;
}

.toc-item {
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
}

.toc-item a:link,
.toc-item a:visited,
.toc-item a:hover {
    color: #333;
    text-decoration: none;
}

.toc-item a:hover {
    color: #008cff;
}

.toc-list li.divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.toc-chapter {
    padding-right: 5px;
}

.toc-overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
    overflow: hidden;
}

.toc-hide {
    display: none;
}