forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgolia.css
More file actions
76 lines (73 loc) · 1.85 KB
/
algolia.css
File metadata and controls
76 lines (73 loc) · 1.85 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
/* Search form */
.algolia__input {
margin-bottom: 1rem;
font-size: 20px;
padding:.25rem .5rem;
}
/* Search results container */
.algolia__initial-content {
display:block;
}
.algolia__initial-content--hidden {
display:none;
}
.algolia__search-content {
display:none;
}
.algolia__search-content--active {
display:block;
}
/* Search results */
.algolia__result {
margin-bottom: 1rem;
}
.algolia__result-link {
font-size: 1.25rem;
font-weight:bold;
}
.algolia__result-date {
font-size:0.8rem;
}
.algolia__result-text {
font-size: 0.9rem;
}
.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);
}