aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/doc/html/search/search.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/doc/html/search/search.css')
-rw-r--r--src/others/irrlicht-1.8.1/doc/html/search/search.css233
1 files changed, 233 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/doc/html/search/search.css b/src/others/irrlicht-1.8.1/doc/html/search/search.css
new file mode 100644
index 0000000..1b3580a
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/doc/html/search/search.css
@@ -0,0 +1,233 @@
1/*---------------- Search Box */
2
3#FSearchBox {
4 float: left;
5}
6
7#MSearchBox {
8 white-space : nowrap;
9 position: absolute;
10 float: none;
11 display: inline;
12 margin-top: 8px;
13 right: 0px;
14 width: 170px;
15 z-index: 102;
16}
17
18#MSearchBox .left
19{
20 display:block;
21 position:absolute;
22 left:10px;
23 width:20px;
24 height:19px;
25 background:url('search_l.png') no-repeat;
26 background-position:right;
27}
28
29#MSearchSelect {
30 display:block;
31 position:absolute;
32 width:20px;
33 height:19px;
34}
35
36.left #MSearchSelect {
37 left:4px;
38}
39
40.right #MSearchSelect {
41 right:5px;
42}
43
44#MSearchField {
45 display:block;
46 position:absolute;
47 height:19px;
48 background:url('search_m.png') repeat-x;
49 border:none;
50 width:116px;
51 margin-left:20px;
52 padding-left:4px;
53 color: #909090;
54 outline: none;
55 font: 9pt Arial, Verdana, sans-serif;
56}
57
58#FSearchBox #MSearchField {
59 margin-left:15px;
60}
61
62#MSearchBox .right {
63 display:block;
64 position:absolute;
65 right:10px;
66 top:0px;
67 width:20px;
68 height:19px;
69 background:url('search_r.png') no-repeat;
70 background-position:left;
71}
72
73#MSearchClose {
74 display: none;
75 position: absolute;
76 top: 4px;
77 background : none;
78 border: none;
79 margin: 0px 4px 0px 0px;
80 padding: 0px 0px;
81 outline: none;
82}
83
84.left #MSearchClose {
85 left: 6px;
86}
87
88.right #MSearchClose {
89 right: 2px;
90}
91
92.MSearchBoxActive #MSearchField {
93 color: #000000;
94}
95
96/*---------------- Search filter selection */
97
98#MSearchSelectWindow {
99 display: none;
100 position: absolute;
101 left: 0; top: 0;
102 border: 1px solid #9093CE;
103 background-color: #F9F9FC;
104 z-index: 1;
105 padding-top: 4px;
106 padding-bottom: 4px;
107 -moz-border-radius: 4px;
108 -webkit-border-top-left-radius: 4px;
109 -webkit-border-top-right-radius: 4px;
110 -webkit-border-bottom-left-radius: 4px;
111 -webkit-border-bottom-right-radius: 4px;
112 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
113}
114
115.SelectItem {
116 font: 8pt Arial, Verdana, sans-serif;
117 padding-left: 2px;
118 padding-right: 12px;
119 border: 0px;
120}
121
122span.SelectionMark {
123 margin-right: 4px;
124 font-family: monospace;
125 outline-style: none;
126 text-decoration: none;
127}
128
129a.SelectItem {
130 display: block;
131 outline-style: none;
132 color: #000000;
133 text-decoration: none;
134 padding-left: 6px;
135 padding-right: 12px;
136}
137
138a.SelectItem:focus,
139a.SelectItem:active {
140 color: #000000;
141 outline-style: none;
142 text-decoration: none;
143}
144
145a.SelectItem:hover {
146 color: #FFFFFF;
147 background-color: #3D418C;
148 outline-style: none;
149 text-decoration: none;
150 cursor: pointer;
151 display: block;
152}
153
154/*---------------- Search results window */
155
156iframe#MSearchResults {
157 width: 60ex;
158 height: 15em;
159}
160
161#MSearchResultsWindow {
162 display: none;
163 position: absolute;
164 left: 0; top: 0;
165 border: 1px solid #000;
166 background-color: #EEEEF7;
167}
168
169/* ----------------------------------- */
170
171
172#SRIndex {
173 clear:both;
174 padding-bottom: 15px;
175}
176
177.SREntry {
178 font-size: 10pt;
179 padding-left: 1ex;
180}
181
182.SRPage .SREntry {
183 font-size: 8pt;
184 padding: 1px 5px;
185}
186
187body.SRPage {
188 margin: 5px 2px;
189}
190
191.SRChildren {
192 padding-left: 3ex; padding-bottom: .5em
193}
194
195.SRPage .SRChildren {
196 display: none;
197}
198
199.SRSymbol {
200 font-weight: bold;
201 color: #424697;
202 font-family: Arial, Verdana, sans-serif;
203 text-decoration: none;
204 outline: none;
205}
206
207a.SRScope {
208 display: block;
209 color: #424697;
210 font-family: Arial, Verdana, sans-serif;
211 text-decoration: none;
212 outline: none;
213}
214
215a.SRSymbol:focus, a.SRSymbol:active,
216a.SRScope:focus, a.SRScope:active {
217 text-decoration: underline;
218}
219
220.SRPage .SRStatus {
221 padding: 2px 5px;
222 font-size: 8pt;
223 font-style: italic;
224}
225
226.SRResult {
227 display: none;
228}
229
230DIV.searchresults {
231 margin-left: 10px;
232 margin-right: 10px;
233}