OpenCores
URL https://opencores.org/ocsvn/lpffir/lpffir/trunk

Subversion Repositories lpffir

[/] [lpffir/] [trunk/] [uvm/] [tools/] [uvm_syoscb/] [docs/] [html/] [search/] [search.css] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 vladimirar
/*---------------- Search Box */
2
 
3
#MSearchBox {
4
    padding: 0px;
5
    margin: 0px;
6
    border: none;
7
    border: 1px solid #84B0C7;
8
    white-space: nowrap;
9
    -moz-border-radius: 8px;
10
    -webkit-border-top-left-radius: 8px;
11
    -webkit-border-top-right-radius: 8px;
12
    -webkit-border-bottom-left-radius: 8px;
13
    -webkit-border-bottom-right-radius: 8px;
14
}
15
#MSearchField {
16
    font: 9pt Arial, Verdana, sans-serif;
17
    color: #999999;
18
    background-color: #FFFFFF;
19
    font-style: normal;
20
    cursor: text;
21
    padding: 1px 1px;
22
    margin: 0px 6px 0px 0px;
23
    border: none;
24
    outline: none;
25
    vertical-align: middle;
26
}
27
.MSearchBoxActive #MSearchField {
28
    color: #000000;
29
}
30
#MSearchSelect {
31
    float : none;
32
    display : inline;
33
    background : none;
34
    font: 9pt Verdana, sans-serif;
35
    border: none;
36
    margin: 0px 0px 0px 6px;
37
    vertical-align: middle;
38
    padding: 0px 0px;
39
}
40
 
41
#MSearchClose {
42
    float : none;
43
    display : none;
44
    background : none;
45
    border: none;
46
    margin: 0px 4px 0px 0px;
47
    padding: 0px 0px;
48
    outline: none;
49
}
50
 
51
#MSearchCloseImg {
52
    vertical-align: middle;
53
}
54
 
55
.MSearchBoxLeft {
56
    display: block;
57
    text-align: left;
58
    float: left;
59
    margin-left: 6px;
60
}
61
.MSearchBoxRight {
62
    display: block;
63
    float: right;
64
    text-align: right;
65
    margin-right: 6px;
66
}
67
.MSearchBoxSpacer {
68
    font-size: 0px;
69
    clear: both;
70
}
71
.MSearchBoxRow {
72
    font-size: 0px;
73
    clear: both;
74
}
75
 
76
/*---------------- Search filter selection */
77
 
78
#MSearchSelectWindow {
79
    display: none;
80
    position: absolute;
81
    left: 0; top: 0;
82
    border: 1px solid #A0A0A0;
83
    background-color: #FAFAFA;
84
    z-index: 1;
85
    padding-top: 4px;
86
    padding-bottom: 4px;
87
    -moz-border-radius: 4px;
88
    -webkit-border-top-left-radius: 4px;
89
    -webkit-border-top-right-radius: 4px;
90
    -webkit-border-bottom-left-radius: 4px;
91
    -webkit-border-bottom-right-radius: 4px;
92
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
93
    }
94
.SelectItem {
95
    font: 8pt Arial, Verdana, sans-serif;
96
    padding-left:  2px;
97
    padding-right: 12px;
98
    border: 0px;
99
}
100
span.SelectionMark {
101
    margin-right: 4px;
102
    font-family: monospace;
103
    outline-style: none;
104
    text-decoration: none;
105
}
106
a.SelectItem {
107
    display: block;
108
    outline-style: none;
109
    color: #000000;
110
    text-decoration: none;
111
    padding-left:   6px;
112
    padding-right: 12px;
113
}
114
a.SelectItem:focus,
115
a.SelectItem:active {
116
    color: #000000;
117
    outline-style: none;
118
    text-decoration: none;
119
}
120
a.SelectItem:hover {
121
    color: #FFFFFF;
122
    background-color: #2A50E4;
123
    outline-style: none;
124
    text-decoration: none;
125
    cursor: pointer;
126
    display: block;
127
}
128
 
129
/*---------------- Search results window */
130
 
131
iframe#MSearchResults {
132
    width: 60ex;
133
    height: 15em;
134
    }
135
#MSearchResultsWindow {
136
    display: none;
137
    position: absolute;
138
    left: 0; top: 0;
139
    border: 1px solid #000000;
140
    background-color: #EEF3F5;
141
    }
142
 
143
/* ----------------------------------- */
144
 
145
 
146
#SRIndex {
147
    clear:both;
148
    padding-bottom: 15px;
149
}
150
 
151
.SREntry {
152
    font-size: 10pt;
153
    padding-left: 1ex;
154
}
155
.SRPage .SREntry {
156
    font-size: 8pt;
157
    padding: 1px 5px;
158
}
159
body.SRPage {
160
    margin: 5px 2px;
161
}
162
 
163
.SRChildren {
164
    padding-left: 3ex; padding-bottom: .5em
165
}
166
.SRPage .SRChildren {
167
    display: none;
168
}
169
.SRSymbol {
170
    font-weight: bold; color: #153788;
171
    font-family: Arial, Verdana, sans-serif;
172
    text-decoration: none;
173
    outline: none;
174
}
175
 
176
a.SRScope {
177
    display: block;
178
    color: #153788;
179
    font-family: Arial, Verdana, sans-serif;
180
    text-decoration: none;
181
    outline: none;
182
}
183
 
184
a.SRSymbol:focus, a.SRSymbol:active,
185
a.SRScope:focus, a.SRScope:active {
186
    text-decoration: underline;
187
}
188
 
189
.SRPage .SRStatus {
190
    padding: 2px 5px;
191
    font-size: 8pt;
192
    font-style: italic;
193
}
194
 
195
.SRResult {
196
    display: none;
197
}
198
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.