forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_algolia.scss
More file actions
102 lines (79 loc) · 2.04 KB
/
_algolia.scss
File metadata and controls
102 lines (79 loc) · 2.04 KB
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
/*Algolia*/
/* Search form */
.algolia__input {
margin-bottom: 1rem;
font-size: 20px;
padding: .25rem .5rem;
}
/* Search results container */
.algolia__initial-content {
display: block;
.btn-group {
float: none !important;
@media (min-width: 1380px) {
float: right !important;
}
}
}
.algolia__initial-content--hidden, .algolia__search-content {
display: none;
}
.algolia__search-content--active {
display: block;
}
/* Search results */
.algolia__result {
margin-bottom: 2rem;
}
.algolia__result-link {
font-size: 1.2em;
font-weight: bold;
display: inline-block;
margin-bottom: 5px;
}
.algolia__result-date {
font-size: 0.65em;
}
.algolia__result-text {
font-size: 1em;
}
.algolia__result-link .algolia__result-highlight {
background-color: #D3E8F6;
background-color: rgba(38, 139, 210, 0.2);
}
.algolia__result-text .algolia__result-highlight {
font-weight: bold;
}
/* Theming */
.theme-base-08 .algolia__result-link .algolia__result-highlight {
background-color: #EED9D9;
background-color: rgba(172, 65, 66, 0.2);
}
.theme-base-09 .algolia__result-link .algolia__result-highlight {
background-color: #F6E6DA;
background-color: rgba(210, 132, 69, 0.2);
}
.theme-base-0a .algolia__result-link .algolia__result-highlight {
background-color: #FDF2E3;
background-color: rgba(244, 191, 117, 0.2);
}
.theme-base-0b .algolia__result-link .algolia__result-highlight {
background-color: #E9EEDE;
background-color: rgba(144, 169, 89, 0.2);
}
.theme-base-0c .algolia__result-link .algolia__result-highlight {
background-color: #E3F0EE;
background-color: rgba(117, 181, 170, 0.2);
}
.theme-base-0d .algolia__result-link .algolia__result-highlight {
background-color: #E1ECF0;
background-color: rgba(106, 159, 181, 0.2);
}
.theme-base-0e .algolia__result-link .algolia__result-highlight {
background-color: #EEE3EC;
background-color: rgba(170, 117, 159, 0.2);
}
.theme-base-0f .algolia__result-link .algolia__result-highlight {
background-color: #E9DDD6;
background-color: rgba(143, 85, 54, 0.2);
}