File: searchOverrides.css

package info (click to toggle)
libsfml 3.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,704 kB
  • sloc: cpp: 52,754; ansic: 24,944; objc: 668; sh: 172; xml: 25; makefile: 18
file content (45 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
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
/* Override search/search.css rules to adjust search box placement */
#MSearchBox {
    position: relative;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    border-color: #BBB;
    border-style: solid;
}
.right #MSearchClose {
    margin: 0;
    right: auto;
}
#MSearchResultsWindow {
    background-color: #EAF5DB;
    border-color: #999;
}
#MSearchResults > .SRPage {
    background-color: #EAF5DB;
}
a.SRSymbol {
    color: rgb(70, 100, 30);
}
a.SRSymbol:hover {
    text-decoration: underline;
}
a.SRScope {
    color: rgb(70, 100, 30);
}
a.SRScope:hover {
    text-decoration: underline;
}
#MSearchSelectWindow {
    background-color: #EAF5DB;
}
#MSearchSelectWindow > a.SelectItem {
    color: #333;
    text-decoration: none;
}
#MSearchSelectWindow > a.SelectItem:hover {
    color: white;
    background-color: #8CC841;
    text-decoration: none;
}