|
| 1 | +/* Search form */ |
| 2 | +.algolia__input { |
| 3 | + margin-bottom: 1rem; |
| 4 | + font-size: 20px; |
| 5 | + padding:.25rem .5rem; |
| 6 | +} |
| 7 | + |
| 8 | +/* Search results container */ |
| 9 | +.algolia__initial-content { |
| 10 | + display:block; |
| 11 | +} |
| 12 | +.algolia__initial-content--hidden { |
| 13 | + display:none; |
| 14 | +} |
| 15 | +.algolia__search-content { |
| 16 | + display:none; |
| 17 | +} |
| 18 | +.algolia__search-content--active { |
| 19 | + display:block; |
| 20 | +} |
| 21 | + |
| 22 | +/* Search results */ |
| 23 | +.algolia__result { |
| 24 | + margin-bottom: 1rem; |
| 25 | +} |
| 26 | +.algolia__result-link { |
| 27 | + font-size: 1.25rem; |
| 28 | + font-weight:bold; |
| 29 | +} |
| 30 | +.algolia__result-date { |
| 31 | + font-size:0.8rem; |
| 32 | +} |
| 33 | +.algolia__result-text { |
| 34 | + font-size: 0.9rem; |
| 35 | +} |
| 36 | +.algolia__result-link .algolia__result-highlight { |
| 37 | + background-color:#D3E8F6; |
| 38 | + background-color: rgba(38,139,210,0.2); |
| 39 | +} |
| 40 | +.algolia__result-text .algolia__result-highlight { |
| 41 | + font-weight:bold; |
| 42 | +} |
| 43 | + |
| 44 | +/* Theming */ |
| 45 | +.theme-base-08 .algolia__result-link .algolia__result-highlight { |
| 46 | + background-color:#EED9D9; |
| 47 | + background-color: rgba(172,65,66,0.2); |
| 48 | +} |
| 49 | +.theme-base-09 .algolia__result-link .algolia__result-highlight { |
| 50 | + background-color: #F6E6DA; |
| 51 | + background-color: rgba(210,132,69,0.2); |
| 52 | +} |
| 53 | +.theme-base-0a .algolia__result-link .algolia__result-highlight { |
| 54 | + background-color: #FDF2E3; |
| 55 | + background-color: rgba(244,191,117,0.2); |
| 56 | +} |
| 57 | +.theme-base-0b .algolia__result-link .algolia__result-highlight { |
| 58 | + background-color: #E9EEDE; |
| 59 | + background-color: rgba(144,169,89,0.2); |
| 60 | +} |
| 61 | +.theme-base-0c .algolia__result-link .algolia__result-highlight { |
| 62 | + background-color: #E3F0EE; |
| 63 | + background-color: rgba(117,181,170,0.2); |
| 64 | +} |
| 65 | +.theme-base-0d .algolia__result-link .algolia__result-highlight { |
| 66 | + background-color: #E1ECF0; |
| 67 | + background-color: rgba(106,159,181,0.2); |
| 68 | +} |
| 69 | +.theme-base-0e .algolia__result-link .algolia__result-highlight { |
| 70 | + background-color: #EEE3EC; |
| 71 | + background-color: rgba(170,117,159,0.2); |
| 72 | +} |
| 73 | +.theme-base-0f .algolia__result-link .algolia__result-highlight { |
| 74 | + background-color: #E9DDD6; |
| 75 | + background-color: rgba(143,85,54,0.2); |
| 76 | +} |
0 commit comments