1
+ $guidecolor : #9636FC ;
2
+ $dottedline : 1px dotted $guidecolor ;
3
+ $solidline : 1px solid $guidecolor ;
1
4
.index {
2
5
column-width : 250px ;
3
6
}
@@ -25,22 +28,23 @@ h1#new-cat-index {
25
28
26
29
.sub-category {
27
30
column-width : 250px ;
28
- column-rule : 1 px dotted #9636FC ;
31
+ // column-rule: $dottedline ;
29
32
// column-gap: 1em;
30
- /* border-bottom: 1px dotted #9636FC ; */
33
+ /* border-bottom: $dottedline ; */
31
34
}
32
35
33
36
#toc-categories {
34
37
column-width : 250px ;
35
38
padding-bottom : 3em ;
36
- /* border-bottom: 1px dotted #9636FC ; */
39
+ /* border-bottom: $dottedline ; */
37
40
}
38
41
39
- .heading-sub-category {
42
+ .heading-sub-category {
40
43
padding-bottom : 1em ;
41
44
}
45
+
42
46
.heading-category {
43
- border-top : 1 px dotted #9636FC ;
47
+ border-top : $dottedline ;
44
48
}
45
49
46
50
.cat {
@@ -62,18 +66,20 @@ h1#new-cat-index {
62
66
63
67
.box-drawings {
64
68
font-weight : bold ;
65
- color : #9636FC ;
69
+ color : $guidecolor ;
66
70
}
67
71
68
72
69
73
/* .entry-heading{
70
74
margin-top: 0;
71
75
} */
72
- .ref-entry {
76
+
77
+ .ref-entry {
73
78
padding-bottom : 1em ;
74
- height :7.5em ;
79
+ height : 7.5em ;
75
80
padding-left : 0.2em ;
76
81
}
82
+
77
83
.summary ,
78
84
.ref-entry {
79
85
break-inside : avoid ;
@@ -84,9 +90,9 @@ h1#new-cat-index {
84
90
// height: 4.5em;
85
91
margin-top : 0.2em ;
86
92
font-size : 1.1em ;
87
- margin-bottom :0 ;
93
+ margin-bottom : 0 ;
88
94
line-height : 1.25em ;
89
- code {
95
+ code {
90
96
padding : 0 ;
91
97
vertical-align : bottom ;
92
98
font-size : 0.9em ;
@@ -95,17 +101,16 @@ h1#new-cat-index {
95
101
96
102
#flex-search {
97
103
display : flex ;
98
- * {
99
- margin-right : 0.5em ;
100
- }
101
- button {
102
- margin-right : 0 !important ;
103
- background-color : white ;
104
- background : white ;
105
- background-image : none ;
106
- border : 1px solid #9636FC ;
107
- }
108
-
104
+ * {
105
+ margin-right : 0.5em ;
106
+ }
107
+ button {
108
+ margin-right : 0 !important ;
109
+ background-color : white ;
110
+ background : white ;
111
+ background-image : none ;
112
+ border : $solidline ;
113
+ }
109
114
}
110
115
111
116
.flex-search-item ,
@@ -116,55 +121,54 @@ h1#new-cat-index {
116
121
117
122
input .flex-search-item {
118
123
flex-grow : 2 ;
119
- border : 1 px solid #9636FC ;
124
+ border : $solidline ;
120
125
}
121
126
122
127
button .flex-search-item {
123
128
flex-grow : 1 ;
129
+ & :hover {
130
+ background : $guidecolor !important ;
131
+ color : white ;
132
+ }
133
+ & :active {
134
+ background : black !important ;
135
+ }
124
136
}
125
137
126
- button .flex-search-item :hover {
127
- background : #9636FC !important ;
128
- color : white ;
129
- }
130
-
131
- button .flex-search-item :active {
132
- background : black !important ;
133
- }
134
-
135
- #flex-search-results > .search-result-container > .ref-entry {
136
- padding-top : 0.5em ;
137
- border-top : 1px dotted #9636FC ;
138
- }
139
-
140
- #flex-search-results >.search-result-container >.ref-entry > p .summary {
141
- min-height : 0 ;
142
- }
143
-
144
- .search-result-container {
145
- padding-top : 1em ;
138
+ #flex-search-results {
139
+ .search-result-container {
140
+ padding-top : 1em ;
141
+ .ref-entry {
142
+ padding-top : 0.5em ;
143
+ border-top : $dottedline ;
144
+ p .summary {
145
+ min-height : 0 ;
146
+ }
147
+ }
148
+ }
146
149
}
147
150
148
- #advanced-search-hint {
149
- input {
150
- display :none ;
151
+ #advanced-search-hint {
152
+ input {
153
+ display : none ;
151
154
}
152
- label {
155
+ label {
153
156
font-style : italic ;
154
- border-bottom : 1 px solid #9636FC ;
157
+ border-bottom : $solidline ;
155
158
// text-decoration: underline;
156
- & :hover {
159
+ & :hover {
157
160
background-image : url (" /assets/images/stripe_c40ccfac0db9e43c48e95a530d787366.png" );
158
161
}
159
162
}
160
163
}
161
- #advanced-search-hint input [type = " checkbox" ]:checked + div {
164
+
165
+ #advanced-search-hint input [type = " checkbox" ]:checked +div {
162
166
opacity : 0 ;
163
167
max-height : 0 ;
164
168
border : none ;
165
- }
169
+ }
166
170
167
- #advanced-search-text {
171
+ #advanced-search-text {
168
172
max-height : 99em ;
169
173
height : auto ;
170
174
opacity : 1 ;
0 commit comments