aboutsummaryrefslogtreecommitdiff
path: root/doc/html/search/search.css
blob: 63b7f967249d928e9586282f2abd78218b2f3be4 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
/*---------------- Search Box */
#FSearchBox {
    float: left;
}
#MSearchBox {
    padding: 0px;
    margin: 0px;
    border: none;
    border: 1px solid #84B0C7;
    white-space: nowrap;
    -moz-border-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#MSearchField {
    font: 9pt Arial, Verdana, sans-serif;
    color: #999999;
    background-color: #FFFFFF;
    font-style: normal;
    cursor: text;
    padding: 1px 1px;
    margin: 0px 6px 0px 0px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.MSearchBoxActive #MSearchField {
    color: #000000;
}
#MSearchSelect {
    float : none;
    display : inline;
    background : none;
    font: 9pt Verdana, sans-serif;
    border: none;
    margin: 0px 0px 0px 6px;
    vertical-align: middle;
    padding: 0px 0px;
}

#MSearchClose {
    float : none;
    display : none;
    background : none;
    border: none;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px;
    outline: none;
}

#MSearchCloseImg {
    vertical-align: middle;
}

.MSearchBoxLeft {
    display: block;
    text-align: left;
    float: left;
    margin-left: 6px;
}
.MSearchBoxRight {
    display: block;
    float: right;
    text-align: right;
    margin-right: 6px;
}
.MSearchBoxSpacer {
    font-size: 0px;
    clear: both;
}
.MSearchBoxRow {
    font-size: 0px;
    clear: both;
}

/*---------------- Search filter selection */

#MSearchSelectWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
    border: 1px solid #A0A0A0;
    background-color: #FAFAFA;
    z-index: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }
.SelectItem {
    font: 8pt Arial, Verdana, sans-serif;
    padding-left:  2px;
    padding-right: 12px;
    border: 0px;
}
span.SelectionMark {
    margin-right: 4px;
    font-family: monospace;
    outline-style: none;
    text-decoration: none;
}
a.SelectItem {
    display: block;
    outline-style: none;
    color: #000000; 
    text-decoration: none;
    padding-left:   6px;
    padding-right: 12px;
}
a.SelectItem:focus,
a.SelectItem:active {
    color: #000000; 
    outline-style: none;
    text-decoration: none;
}
a.SelectItem:hover {
    color: #FFFFFF;
    background-color: #2A50E4;
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

/*---------------- Search results window */

iframe#MSearchResults {
    width: 60ex;
    height: 15em;
    }
#MSearchResultsWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
    border: 1px solid #000000;
    background-color: #EEF3F5;
    }

/* ----------------------------------- */


#SRIndex {
    clear:both; 
    padding-bottom: 15px;
}

.SREntry {
    font-size: 10pt;
    padding-left: 1ex;
}
.SRPage .SREntry {
    font-size: 8pt;
    padding: 1px 5px;
}
body.SRPage {
    margin: 5px 2px;
}

.SRChildren {
    padding-left: 3ex; padding-bottom: .5em 
}
.SRPage .SRChildren {
    display: none;
}
.SRSymbol {
    font-weight: bold; color: #153788;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

a.SRScope {
    display: block;
    color: #153788; 
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

a.SRSymbol:focus, a.SRSymbol:active,
a.SRScope:focus, a.SRScope:active {
    text-decoration: underline;
}

.SRPage .SRStatus {
    padding: 2px 5px;
    font-size: 8pt;
    font-style: italic;
}

.SRResult {
    display: none;
}