search.css 3.88 KB
Newer Older
dimitri's avatar
dimitri committed
1
/*---------------- Search Box */
dimitri's avatar
dimitri committed
2

dimitri's avatar
dimitri committed
3 4 5
#FSearchBox {
    float: left;
}
dimitri's avatar
dimitri committed
6

dimitri's avatar
dimitri committed
7
#MSearchBox {
dimitri's avatar
dimitri committed
8 9 10 11 12 13 14
    white-space : nowrap;
    position: absolute;
    float: none;
    display: inline;
    margin-top: 8px;
    right: 0px;
    width: 170px;
dimitri's avatar
dimitri committed
15
    z-index: 102;
dimitri's avatar
dimitri committed
16
    background-color: white;
dimitri's avatar
dimitri committed
17 18 19 20 21 22 23 24 25 26 27
}

#MSearchBox .left
{
    display:block;
    position:absolute;
    left:10px;
    width:20px;
    height:19px;
    background:url('search_l.png') no-repeat;
    background-position:right;
dimitri's avatar
dimitri committed
28
}
dimitri's avatar
dimitri committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44

#MSearchSelect {
    display:block;
    position:absolute;
    width:20px;
    height:19px;
}

.left #MSearchSelect {
    left:4px;
}

.right #MSearchSelect {
    right:5px;
}

dimitri's avatar
dimitri committed
45
#MSearchField {
dimitri's avatar
dimitri committed
46 47 48 49 50 51 52 53 54
    display:block;
    position:absolute;
    height:19px;
    background:url('search_m.png') repeat-x;
    border:none;
    width:116px;
    margin-left:20px;
    padding-left:4px;
    color: #909090;
dimitri's avatar
dimitri committed
55
    outline: none;
dimitri's avatar
dimitri committed
56
    font: 9pt Arial, Verdana, sans-serif;
dimitri's avatar
dimitri committed
57
}
dimitri's avatar
dimitri committed
58 59 60

#FSearchBox #MSearchField {
    margin-left:15px;
dimitri's avatar
dimitri committed
61
}
dimitri's avatar
dimitri committed
62 63 64 65 66 67 68 69 70 71

#MSearchBox .right {
    display:block;
    position:absolute;
    right:10px;
    top:0px;
    width:20px;
    height:19px;
    background:url('search_r.png') no-repeat;
    background-position:left;
dimitri's avatar
dimitri committed
72 73 74
}

#MSearchClose {
dimitri's avatar
dimitri committed
75 76 77
    display: none;
    position: absolute;
    top: 4px;
dimitri's avatar
dimitri committed
78 79 80
    background : none;
    border: none;
    margin: 0px 4px 0px 0px;
dimitri's avatar
dimitri committed
81
    padding: 0px 0px;
dimitri's avatar
dimitri committed
82 83 84
    outline: none;
}

dimitri's avatar
dimitri committed
85 86
.left #MSearchClose {
    left: 6px;
dimitri's avatar
dimitri committed
87
}
dimitri's avatar
dimitri committed
88

dimitri's avatar
dimitri committed
89 90
.right #MSearchClose {
    right: 2px;
dimitri's avatar
dimitri committed
91
}
dimitri's avatar
dimitri committed
92 93 94

.MSearchBoxActive #MSearchField {
    color: #000000;
dimitri's avatar
dimitri committed
95 96 97 98 99 100 101 102
}

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

#MSearchSelectWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
dimitri's avatar
dimitri committed
103 104
    border: 1px solid ##A0;
    background-color: ##FA;
dimitri's avatar
dimitri committed
105 106 107 108 109 110 111 112 113
    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);
dimitri's avatar
dimitri committed
114 115
}

dimitri's avatar
dimitri committed
116 117 118 119 120 121
.SelectItem {
    font: 8pt Arial, Verdana, sans-serif;
    padding-left:  2px;
    padding-right: 12px;
    border: 0px;
}
dimitri's avatar
dimitri committed
122

dimitri's avatar
dimitri committed
123 124 125 126 127 128
span.SelectionMark {
    margin-right: 4px;
    font-family: monospace;
    outline-style: none;
    text-decoration: none;
}
dimitri's avatar
dimitri committed
129

dimitri's avatar
dimitri committed
130 131 132 133 134 135 136 137
a.SelectItem {
    display: block;
    outline-style: none;
    color: #000000; 
    text-decoration: none;
    padding-left:   6px;
    padding-right: 12px;
}
dimitri's avatar
dimitri committed
138

dimitri's avatar
dimitri committed
139
a.SelectItem:focus,
dimitri's avatar
dimitri committed
140 141 142 143 144
a.SelectItem:active {
    color: #000000; 
    outline-style: none;
    text-decoration: none;
}
dimitri's avatar
dimitri committed
145

dimitri's avatar
dimitri committed
146 147
a.SelectItem:hover {
    color: #FFFFFF;
dimitri's avatar
dimitri committed
148
    background-color: ##50;
dimitri's avatar
dimitri committed
149 150 151 152 153 154 155 156 157 158 159
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

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

iframe#MSearchResults {
    width: 60ex;
    height: 15em;
dimitri's avatar
dimitri committed
160 161
}

dimitri's avatar
dimitri committed
162 163 164 165
#MSearchResultsWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
dimitri's avatar
dimitri committed
166 167 168
    border: 1px solid #000;
    background-color: ##F0;
}
dimitri's avatar
dimitri committed
169 170 171 172 173 174 175 176 177 178 179 180 181

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


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

.SREntry {
    font-size: 10pt;
    padding-left: 1ex;
}
dimitri's avatar
dimitri committed
182

dimitri's avatar
dimitri committed
183 184 185 186
.SRPage .SREntry {
    font-size: 8pt;
    padding: 1px 5px;
}
dimitri's avatar
dimitri committed
187

dimitri's avatar
dimitri committed
188 189 190 191 192 193 194
body.SRPage {
    margin: 5px 2px;
}

.SRChildren {
    padding-left: 3ex; padding-bottom: .5em 
}
dimitri's avatar
dimitri committed
195

dimitri's avatar
dimitri committed
196 197 198
.SRPage .SRChildren {
    display: none;
}
dimitri's avatar
dimitri committed
199

dimitri's avatar
dimitri committed
200
.SRSymbol {
dimitri's avatar
dimitri committed
201 202
    font-weight: bold; 
    color: ##58;
dimitri's avatar
dimitri committed
203 204 205 206 207 208 209
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

a.SRScope {
    display: block;
dimitri's avatar
dimitri committed
210
    color: ##58; 
dimitri's avatar
dimitri committed
211 212 213 214 215
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

dimitri's avatar
dimitri committed
216 217 218 219 220
a.SRSymbol:focus, a.SRSymbol:active,
a.SRScope:focus, a.SRScope:active {
    text-decoration: underline;
}

dimitri's avatar
dimitri committed
221 222 223 224
span.SRScope {
    padding-left: 4px;
}

dimitri's avatar
dimitri committed
225 226 227 228 229 230 231 232 233 234
.SRPage .SRStatus {
    padding: 2px 5px;
    font-size: 8pt;
    font-style: italic;
}

.SRResult {
    display: none;
}

dimitri's avatar
dimitri committed
235 236 237 238
DIV.searchresults {
    margin-left: 10px;
    margin-right: 10px;
}