summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/doc/assets/searchstyle.css
blob: e0a5b6f54024da2416fd35cc348c0178c5426c49 (plain)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.search {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 240px;
}

#searchresult_box {
    display: none;
    position: absolute;
    top: 135px;
    right: 0px;
    max-width: 500px;
    padding: 10px;
    background-color: #ffffff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 5px 5px #b5b2b2;
    box-shadow: 3px 3px 5px 5px #b5b2b2;
    opacity: 0.95;
    z-index: 100000;
}

#close_search_box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #666;
}

#close_search_box:hover {
    background-color: #d1e8ff;
    border: 1px solid gray;
}

#close_search_box:active {
    background-color: #b4c8db;
    border: 1px solid gray;
}


#searchresult_summary {
    color: #444;
}

#searchresult .entry {
    margin: 10px 10px 10px 10px;
    color: black;
}

#searchresult .entry .title {
    font-size: normal;
}

#searchresult .entry .url {
    font-size: 14px!important;
    color: #093;
    font-style: normal;
    font-family: arial,sans-serif;
}

#searchresult .entry .content {
    font-size: small;
    font-family: arial,sans-serif;
    color: #222;
}

#searchresult .entry .content .hit {
    font-weight: bolder;
    text-decoration: underline;
}

#searchresult .proposal {
    margin: 10px 10px 10px 10px;
    color: #222;
    font-size: small;
    font-family: arial,sans-serif;
}
#searchresult .proposal .option {
    background-color: #e8f4ff;
    border-bottom: 1px solid blue;
}

#searchresult .proposal .option:hover {
    background-color: #d1e8ff;
}

#searchresult .proposal .option:active {
    background-color: #b4c8db;
}

#searchresult_nav .selected {
    background-color: #b4c8db;
    border: 1px solid #6c83db;
}

#searchresult_nav span {
    background-color: #ffffff;
    border: 1px solid #888888;
    padding: 5px;
    margin: 5px;
    color: #222;
}

#searchresult_nav span:hover {
    background-color: #d1e8ff;
    border: 1px solid #7d98ff;
}

#searchresult_nav span:active {
    background-color: #b4c8db;
    border: 1px solid #6c83db;
}

#searchresult_box span.pr {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: x-small;
    color: #555;
}