source: vlo/branches/vlo-3.0/vlo-solr/src/main/webapp/css/styles/menu.css @ 4734

Last change on this file since 4734 was 4734, checked in by teckart@informatik.uni-leipzig.de, 10 years ago

Added files for Solr admin interface (directories: css, img, js, tpl + admin.html), updated web.xml

File size: 6.1 KB
Line 
1/*
2
3Licensed to the Apache Software Foundation (ASF) under one or more
4contributor license agreements.  See the NOTICE file distributed with
5this work for additional information regarding copyright ownership.
6The ASF licenses this file to You under the Apache License, Version 2.0
7(the "License"); you may not use this file except in compliance with
8the License.  You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17
18*/
19
20#menu-wrapper
21{
22  position: fixed;
23  top: 120px;
24  width: 150px;
25}
26
27.has-environment #menu-wrapper
28{
29  top: 160px;
30}
31
32#menu-wrapper a
33{
34  display: block;
35  padding: 4px 2px;
36  overflow: hidden;
37  text-overflow: ellipsis;
38}
39
40#core-selector
41{
42  margin-top: 20px;
43  padding-right: 10px;
44}
45
46#core-selector a
47{
48  padding: 0;
49  padding-left: 8px;
50}
51
52#core-selector select
53{
54  width: 100%;
55}
56
57#core-selector #has-no-cores
58{
59  display: none;
60}
61
62#core-selector #has-no-cores a
63{
64  background-image: url( ../../img/ico/database--plus.png );
65}
66
67#core-selector #has-no-cores span
68{
69  color: #c0c0c0;
70  display: block;
71}
72
73#menu-wrapper .active p
74{
75  background-color: #fafafa;
76  border-color: #c0c0c0;
77}
78
79#menu-wrapper p a,
80#menu a
81{
82  background-position: 5px 50%;
83  padding-left: 26px;
84  padding-top: 5px;
85  padding-bottom: 5px;
86}
87
88#menu-wrapper p a:hover
89{
90  background-color: #f0f0f0;
91}
92
93#menu-wrapper .active p a
94{
95  background-color: #c0c0c0;
96  font-weight: bold;
97}
98
99#menu p.loader
100{
101  background-position: 5px 50%;
102  color: #c0c0c0;
103  margin-top: 5px;
104  padding-left: 26px;
105}
106
107#menu p a small
108{
109  color: #b5b5b5;
110  font-weight: normal;
111}
112
113#menu p a small span.txt
114{
115  display: none;
116}
117
118#menu p a small:hover span.txt
119{
120  display: inline;
121}
122
123#menu .busy
124{
125  border-right-color: #f6f5d9;
126}
127
128#menu .busy p a
129{
130  background-color: #f6f5d9;
131  background-image: url( ../../img/ico/status-away.png );
132}
133
134#menu .offline
135{
136  border-right-color: #eccfcf;
137}
138
139#menu .offline p a
140{
141  background-color: #eccfcf;
142  background-image: url( ../../img/ico/status-busy.png );
143}
144
145#menu .online
146{
147  border-right-color: #cfecd3;
148}
149
150#menu .online p a
151{
152  background-color: #cfecd3;
153  background-image: url( ../../img/ico/status.png );
154}
155
156#menu .ping small
157{
158  color: #000
159}
160
161#menu li
162{
163  border-bottom: 1px solid #f0f0f0;
164}
165
166#menu li:last-child
167{
168  border-bottom: 0;
169}
170
171#menu li.optional
172{
173  display: none;
174}
175
176#core-menu p
177{
178  border-top: 1px solid #f0f0f0;
179}
180
181#core-menu li:first-child p
182{
183  border-top: 0;
184}
185
186#core-menu p a
187{
188  background-image: url( ../../img/ico/status-offline.png );
189}
190
191#core-menu .active p a
192{
193  background-image: url( ../../img/ico/box.png );
194}
195
196#core-menu ul,
197#menu ul
198{
199  display: none;
200  padding-top: 5px;
201  padding-bottom: 10px;
202}
203
204#core-menu .active ul,
205#menu .active ul
206{
207  display: block;
208}
209
210#menu ul li
211{
212  border-bottom: 0;
213}
214
215#core-menu ul li a,
216#menu ul li a
217{
218  background-position: 7px 50%;
219  border-bottom: 1px solid #f0f0f0;
220  color: #bbb;
221  margin-left: 15px;
222  padding-left: 26px;
223}
224
225#core-menu ul li:last-child a,
226#menu ul li:last-child a
227{
228  border-bottom: 0;
229}
230
231#core-menu ul li a:hover,
232#menu ul li a:hover
233{
234  background-color: #f0f0f0;
235  color: #333;
236}
237
238#core-menu ul li.active a,
239#menu ul li.active a
240{
241  background-color: #d0d0d0;
242  border-color: #d0d0d0;
243  color: #333;
244}
245
246#menu #index.global p a { background-image: url( ../../img/ico/dashboard.png ); }
247
248#menu #logging.global p a { background-image: url( ../../img/ico/inbox-document-text.png ); }
249#menu #logging.global .level a { background-image: url( ../../img/ico/gear.png ); }
250
251#menu #java-properties.global p a { background-image: url( ../../img/ico/jar.png ); }
252
253#menu #threads.global p a { background-image: url( ../../img/ico/ui-accordion.png ); }
254
255#menu #cores.global p a { background-image: url( ../../img/ico/databases.png ); }
256
257#menu #cloud.global p a { background-image: url( ../../img/ico/network-cloud.png ); }
258#menu #cloud.global .tree a { background-image: url( ../../img/ico/folder-tree.png ); }
259#menu #cloud.global .graph a { background-image: url( ../../img/ico/molecule.png ); }
260#menu #cloud.global .rgraph a { background-image: url( ../../img/ico/asterisk.png ); }
261#menu #cloud.global .dump a { background-image: url( ../../img/ico/download-cloud.png ); }
262
263#core-menu .ping.error a
264{
265 
266  background-color: #ffcccc;
267  background-image: url( ../../img/ico/system-monitor--exclamation.png );
268  border-color: #ffcccc;
269  cursor: help;
270}
271
272#core-menu .overview a { background-image: url( ../../img/ico/home.png ); }
273#core-menu .query a { background-image: url( ../../img/ico/magnifier.png ); }
274#core-menu .schema a { background-image: url( ../../img/ico/table.png ); }
275#core-menu .config a { background-image: url( ../../img/ico/gear.png ); }
276#core-menu .analysis a { background-image: url( ../../img/ico/funnel.png ); }
277#core-menu .documents a { background-image: url( ../../img/ico/documents-stack.png ); }
278#core-menu .schema-browser a { background-image: url( ../../img/ico/book-open-text.png ); }
279#core-menu .replication a { background-image: url( ../../img/ico/node.png ); }
280#core-menu .distribution a { background-image: url( ../../img/ico/node-select.png ); }
281#core-menu .ping a { background-image: url( ../../img/ico/system-monitor.png ); }
282#core-menu .logging a { background-image: url( ../../img/ico/inbox-document-text.png ); }
283#core-menu .plugins a { background-image: url( ../../img/ico/block.png ); }
284#core-menu .dataimport a { background-image: url( ../../img/ico/document-import.png ); }
285
286
287#content #navigation
288{
289  border-right: 1px solid #e0e0e0;
290}
291
292#content #navigation a
293{
294  display: block;
295  padding: 4px 2px;
296}
297
298#content #navigation .current
299{
300  border-color: #e0e0e0;
301}
302
303#content #navigation a
304{
305  background-position: 5px 50%;
306  padding-left: 26px;
307  padding-top: 5px;
308  padding-bottom: 5px;
309  overflow: hidden;
310  text-overflow: ellipsis;
311  white-space: nowrap;
312}
313
314#content #navigation a:hover
315{
316  background-color: #f0f0f0;
317}
318
319#content #navigation .current a
320{
321  background-color: #e0e0e0;
322  font-weight: bold;
323}
Note: See TracBrowser for help on using the repository browser.