source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/css/styles/menu.css @ 7588

Revision 7588, 4.9 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1#menu-wrapper
2{
3  position: absolute;
4  top: 0;
5  width: 150px;
6}
7
8#menu-wrapper a
9{
10  display: block;
11  padding: 4px 2px;
12}
13
14#menu-wrapper .active p
15{
16  background-color: #fafafa;
17  border-color: #c0c0c0;
18}
19
20#menu-wrapper p a,
21#menu a
22{
23  background-position: 5px 50%;
24  padding-left: 26px;
25  padding-top: 5px;
26  padding-bottom: 5px;
27}
28
29#menu-wrapper p a:hover
30{
31  background-color: #f0f0f0;
32}
33
34#menu-wrapper .active p a
35{
36  background-color: #c0c0c0;
37  font-weight: bold;
38}
39
40#menu p.loader
41{
42  background-position: 5px 50%;
43  color: #c0c0c0;
44  margin-top: 5px;
45  padding-left: 26px;
46}
47
48#menu p a small
49{
50  color: #b5b5b5;
51  font-weight: normal;
52}
53
54#menu p a small span.txt
55{
56  display: none;
57}
58
59#menu p a small:hover span.txt
60{
61  display: inline;
62}
63
64#menu .busy
65{
66  border-right-color: #f6f5d9;
67}
68
69#menu .busy p a
70{
71  background-color: #f6f5d9;
72  background-image: url( ../../img/ico/status-away.png );
73}
74
75#menu .offline
76{
77  border-right-color: #eccfcf;
78}
79
80#menu .offline p a
81{
82  background-color: #eccfcf;
83  background-image: url( ../../img/ico/status-busy.png );
84}
85
86#menu .online
87{
88  border-right-color: #cfecd3;
89}
90
91#menu .online p a
92{
93  background-color: #cfecd3;
94  background-image: url( ../../img/ico/status.png );
95}
96
97#menu .ping small
98{
99  color: #000
100}
101
102#menu li
103{
104  border-bottom: 1px solid #f0f0f0;
105}
106
107#menu li:last-child
108{
109  border-bottom: 0;
110}
111
112#menu li.optional
113{
114  display: none;
115}
116
117#menu-selector
118{
119  margin-top: 20px;
120}
121
122#menu-selector p
123{
124  border-top: 1px solid #f0f0f0;
125}
126
127#menu-selector li:first-child p
128{
129  border-top: 0;
130}
131
132#menu-selector p a
133{
134  background-image: url( ../../img/ico/status-offline.png );
135}
136
137#menu-selector .active p a
138{
139  background-image: url( ../../img/ico/box.png );
140}
141
142#menu-selector ul,
143#menu ul
144{
145  display: none;
146  padding-top: 5px;
147  padding-bottom: 10px;
148}
149
150#menu-selector .active ul,
151#menu .active ul
152{
153  display: block;
154}
155
156#menu ul li
157{
158  border-bottom: 0;
159}
160
161#menu-selector ul li a,
162#menu ul li a
163{
164  background-position: 7px 50%;
165  border-bottom: 1px solid #f0f0f0;
166  color: #bbb;
167  margin-left: 15px;
168  padding-left: 26px;
169}
170
171#menu-selector ul li:last-child a,
172#menu ul li:last-child a
173{
174  border-bottom: 0;
175}
176
177#menu-selector ul li a:hover,
178#menu ul li a:hover
179{
180  background-color: #f0f0f0;
181  color: #333;
182}
183
184#menu-selector ul li.active a,
185#menu ul li.active a
186{
187  background-color: #d0d0d0;
188  border-color: #d0d0d0;
189  color: #333;
190}
191
192#menu #index.global p a { background-image: url( ../../img/ico/dashboard.png ); }
193
194#menu #logging.global p a { background-image: url( ../../img/ico/inbox-document-text.png ); }
195#menu #logging.global .level a { background-image: url( ../../img/ico/gear.png ); }
196
197#menu #java-properties.global p a { background-image: url( ../../img/ico/jar.png ); }
198
199#menu #threads.global p a { background-image: url( ../../img/ico/ui-accordion.png ); }
200
201#menu #cores.global p a { background-image: url( ../../img/ico/databases.png ); }
202
203#menu #cloud.global p a { background-image: url( ../../img/ico/network-cloud.png ); }
204#menu #cloud.global .tree a { background-image: url( ../../img/ico/folder-tree.png ); }
205#menu #cloud.global .graph a { background-image: url( ../../img/ico/molecule.png ); }
206#menu #cloud.global .rgraph a { background-image: url( ../../img/ico/asterisk.png ); }
207#menu #cloud.global .dump a { background-image: url( ../../img/ico/download-cloud.png ); }
208
209#menu-selector .ping.error a
210{
211 
212  background-color: #ffcccc;
213  background-image: url( ../../img/ico/system-monitor--exclamation.png );
214  border-color: #ffcccc;
215  cursor: help;
216}
217
218#menu-selector .query a { background-image: url( ../../img/ico/magnifier.png ); }
219#menu-selector .schema a { background-image: url( ../../img/ico/table.png ); }
220#menu-selector .config a { background-image: url( ../../img/ico/gear.png ); }
221#menu-selector .analysis a { background-image: url( ../../img/ico/funnel.png ); }
222#menu-selector .schema-browser a { background-image: url( ../../img/ico/book-open-text.png ); }
223#menu-selector .replication a { background-image: url( ../../img/ico/node.png ); }
224#menu-selector .distribution a { background-image: url( ../../img/ico/node-select.png ); }
225#menu-selector .ping a { background-image: url( ../../img/ico/system-monitor.png ); }
226#menu-selector .logging a { background-image: url( ../../img/ico/inbox-document-text.png ); }
227#menu-selector .plugins a { background-image: url( ../../img/ico/block.png ); }
228#menu-selector .dataimport a { background-image: url( ../../img/ico/document-import.png ); }
229
230
231#content #navigation
232{
233  border-right: 1px solid #e0e0e0;
234}
235
236#content #navigation a
237{
238  display: block;
239  padding: 4px 2px;
240}
241
242#content #navigation .current
243{
244  border-color: #e0e0e0;
245}
246
247#content #navigation a
248{
249  background-position: 5px 50%;
250  padding-left: 26px;
251  padding-top: 5px;
252  padding-bottom: 5px;
253  overflow: hidden;
254  text-overflow: ellipsis;
255  white-space: nowrap;
256}
257
258#content #navigation a:hover
259{
260  background-color: #f0f0f0;
261}
262
263#content #navigation .current a
264{
265  background-color: #e0e0e0;
266  font-weight: bold;
267}
Note: See TracBrowser for help on using the repository browser.