1- .index {
2- column-width : 250px ;
3- }
4- .category {
5- break-inside : avoid ;
6- }
7- .reference-category {
8- font-size : 1.3em !important ;
9- }
10- .reference-subcategory {
11- font-size : 1.1em !important ;
12- margin-left : 0.6em ;
13-
14- }
15- .reference-lists {
16- margin-left : 1.2em ;
17- }
1+ .index {
2+ column-width : 250px ;
3+ }
4+
5+ .category {
6+ break-inside : avoid ;
7+ }
8+
9+ .reference-category {
10+ font-size : 1.3em !important ;
11+ }
12+
13+ .reference-subcategory {
14+ font-size : 1.1em !important ;
15+ margin-left : 0.6em ;
16+ }
17+
18+ .reference-lists {
19+ margin-left : 1.2em ;
20+ }
21+
22+ h1 #new-cat-index {
23+ padding-top : 0.37em ;
24+ }
25+
26+ .sub-category {
27+ column-width : 250px ;
28+ /* border-bottom: 1px dotted #9636FC; */
29+ }
30+
31+ #toc-categories {
32+ column-width : 250px ;
33+ padding-bottom : 3em ;
34+ /* border-bottom: 1px dotted #9636FC; */
35+ }
36+
37+ .heading-category {
38+ border-top : 1px dotted #9636FC ;
39+ }
40+
41+ .cat {
42+ padding-top : 0.5em ;
43+ }
44+
45+ .cat-subcat {
46+ padding-bottom : 0.1em ;
47+ }
48+
49+ .subcat {
50+ padding-left : 0.5em ;
51+ /* padding-bottom: 0em; */
52+ }
53+
54+ .cat-group {
55+ break-inside : avoid ;
56+ }
57+
58+ .box-drawings {
59+ font-weight : bold ;
60+ color : #9636FC ;
61+ }
62+
63+
64+ /* .entry-heading{
65+ margin-top: 0;
66+ } */
67+
68+ .summary ,
69+ .ref-entry {
70+ break-inside : avoid ;
71+ }
72+
73+ .summary {
74+ min-height : 6em ;
75+ margin-top : 0.5em ;
76+ }
77+
78+ #flex-search {
79+ display : flex ;
80+ }
81+
82+ #flex-search >* {
83+ margin-right : 0.5em ;
84+ }
85+
86+ #flex-search >button {
87+ margin-right : 0 !important ;
88+ background-color : white ;
89+ background : white ;
90+ background-image : none ;
91+ border : 1px solid #9636FC ;
92+ }
93+
94+ .flex-search-item ,
95+ .flex-search-item ::placeholder {
96+ font-family : ' Times New Roman' , Times , serif ;
97+ font-size : 1.2em ;
98+ }
99+
100+ input .flex-search-item {
101+ flex-grow : 2 ;
102+ border : 1px solid #9636FC ;
103+ }
104+
105+ button .flex-search-item {
106+ flex-grow : 1 ;
107+ }
108+
109+ button .flex-search-item :hover {
110+ background : #9636FC !important ;
111+ color : white ;
112+ }
113+
114+ button .flex-search-item :active {
115+ background : black !important ;
116+ }
117+
118+ #flex-search-results >.search-result-container >.ref-entry {
119+ padding-top : 0.5em ;
120+ border-top : 1px dotted #9636FC ;
121+ }
122+
123+ #flex-search-results >.search-result-container >.ref-entry >p .summary {
124+ min-height : 0 ;
125+ }
126+
127+ .search-result-container {
128+ padding-top : 1em ;
129+ }
0 commit comments