|
17 | 17 | display: none |
18 | 18 | } |
19 | 19 |
|
20 | | - .md-typeset ol.ais-Hits-list:not([hidden]), .md-typeset ul.ais-Pagination-list:not([hidden]) { |
| 20 | + .md-typeset ul.ais-Pagination-list:not([hidden]) { |
21 | 21 | display: flex; |
22 | 22 | list-style: none; |
23 | 23 | margin: 0; |
24 | 24 | } |
25 | 25 |
|
26 | | - .md-typeset ol.ais-Hits-list li { |
27 | | - margin: 0.5rem; |
| 26 | + .md-typeset ol.ais-Hits-list li.ais-Hits-item { |
| 27 | + padding: 5px 0; |
| 28 | + width: auto; |
| 29 | + margin: 0; |
| 30 | + border: 1px solid grey; |
| 31 | + border-width: 0 0 1px; |
| 32 | + box-shadow: none; |
28 | 33 | } |
29 | 34 |
|
30 | 35 | .md-typeset ol.ais-Hits-list li a.external:after { |
31 | | - content: ''; |
| 36 | + content: none; |
32 | 37 | } |
33 | 38 |
|
34 | 39 | .ais-Hits-item div:not(:first-child):before { |
35 | 40 | content: ' > '; |
36 | 41 | } |
37 | 42 |
|
38 | 43 | .ais-Hits-item div:not(:first-child):empty:before { |
39 | | - content: ''; |
| 44 | + content: none; |
40 | 45 | } |
41 | 46 |
|
42 | 47 | .ais-Hits-item a { |
43 | | - font-size: 18px; |
| 48 | + font-size: 20px; |
44 | 49 | } |
45 | 50 |
|
46 | 51 | .ais-Hits-item div:nth-child(1) { |
47 | 52 | font-size: 1.0em; |
48 | 53 | } |
49 | 54 |
|
50 | 55 | .ais-Hits-item div:nth-child(2) { |
51 | | - font-size: 0.9em; |
| 56 | + font-size: 0.95em; |
52 | 57 | } |
53 | 58 |
|
54 | 59 | .ais-Hits-item div:nth-child(3) { |
55 | | - font-size: 0.8em; |
| 60 | + font-size: 0.90em; |
56 | 61 | } |
57 | 62 |
|
58 | 63 | .ais-Hits-item div:nth-child(4) { |
59 | | - font-size: 0.7em; |
| 64 | + font-size: 0.85em; |
60 | 65 | } |
61 | 66 |
|
62 | 67 | .ais-Hits-item div:nth-child(5) { |
63 | | - font-size: 0.6em; |
| 68 | + font-size: 0.80em; |
64 | 69 | } |
65 | 70 |
|
66 | 71 | .ais-Hits-item div:nth-child(6) { |
67 | | - font-size: 0.5em; |
| 72 | + font-size: 0.75em; |
| 73 | + } |
| 74 | + |
| 75 | + .ais-Hits-item div:nth-child(7) { |
| 76 | + font-size: 0.70em; |
| 77 | + color: var(--ibexa-dusk-black); |
| 78 | + } |
| 79 | + |
| 80 | + .ais-Hits-item div:nth-child(7):before { |
| 81 | + content: none; |
68 | 82 | } |
69 | 83 |
|
70 | 84 | .ais-Hits-item div .ais-Highlight-highlighted { |
|
74 | 88 | .md-typeset ul.ais-Pagination-list li { |
75 | 89 | margin: 0; |
76 | 90 | } |
| 91 | + |
| 92 | + .ais-Pagination-link { |
| 93 | + border: none; |
| 94 | + font-size: small; |
| 95 | + } |
77 | 96 | </style> |
78 | 97 | {% endblock %} |
79 | 98 |
|
@@ -159,6 +178,7 @@ <h1>Ibexa Documentation Search</h1> |
159 | 178 | <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl4", "highlightedTagName": "strong" }{{/helpers.highlight}}</div> |
160 | 179 | <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl5", "highlightedTagName": "strong" }{{/helpers.highlight}}</div> |
161 | 180 | <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl6", "highlightedTagName": "strong" }{{/helpers.highlight}}</div> |
| 181 | + <div>{{#helpers.highlight}}{ "attribute": "content", "highlightedTagName": "strong" }{{/helpers.highlight}}</div> |
162 | 182 | </a> |
163 | 183 | `, |
164 | 184 | }, |
|
0 commit comments