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

Revision 7588, 10.8 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*
2{
3  background-repeat: no-repeat;
4  margin: 0;
5  padding: 0;
6}
7
8body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, td
9{
10  color: #333;
11  font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
12}
13
14body
15{
16  padding: 30px;
17  text-align: center;
18}
19
20a, button
21{
22  cursor: pointer;
23}
24
25input, select, textarea
26{
27  border: 1px solid #c0c0c0;
28  padding: 2px;
29}
30
31input[readonly=readonly]
32{
33  border-color: #f0f0f0;
34}
35
36button
37{
38  background-color: #e6e6e6;
39  background-repeat: no-repeat;
40  background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #ffffff ), color-stop( 25%, #ffffff ), to( #e6e6e6 ) );
41  background-image: -webkit-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
42  background-image: -moz-linear-gradient( top, #ffffff, #ffffff 25%, #e6e6e6 );
43  background-image: -ms-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
44  background-image: -o-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
45  background-image: linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
46  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
47  border: 1px solid #ccc;
48  border-bottom-color: #bbb;
49  -moz-border-radius: 4px;
50  -webkit-border-radius: 4px;
51  -khtml-border-radius: 4px;
52  border-radius: 4px;
53  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
54  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
55  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
56  color: #333;
57  cursor: pointer;
58  display: inline-block;
59  padding: 4px 7px 5px;
60  overflow: visible;
61  text-shadow: 0 1px 1px rgba( 255, 255, 255, 0.75 );
62  -webkit-transition: 0.1s linear background-image;
63  -moz-transition: 0.1s linear background-image;
64  -ms-transition: 0.1s linear background-image;
65  -o-transition: 0.1s linear background-image;
66  transition: 0.1s linear background-image;
67}
68
69button span
70{
71  background-position: 0 50%;
72  display: block;
73  padding-left: 21px;
74}
75
76button[type=submit], button.primary
77{
78  background-color: #0064cd;
79  background-repeat: repeat-x;
80  background-image: -khtml-gradient( linear, left top, left bottom, from( #049cdb ), to( #0064cd ) );
81  background-image: -moz-linear-gradient( top, #049cdb, #0064cd );
82  background-image: -ms-linear-gradient( top, #049cdb, #0064cd );
83  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #049cdb ), color-stop( 100%, #0064cd ) );
84  background-image: -webkit-linear-gradient( top, #049cdb, #0064cd );
85  background-image: -o-linear-gradient( top, #049cdb, #0064cd );
86  background-image: linear-gradient( top, #049cdb, #0064cd );
87  border-color: #0064cd #0064cd #003f81;
88  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
89  color: #ffffff;
90  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0 );
91  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
92}
93
94button.success
95{
96  background-color: #57a957;
97  background-repeat: repeat-x;
98  background-image: -khtml-gradient( linear, left top, left bottom, from( #62c462 ), to( #57a957 ) );
99  background-image: -moz-linear-gradient( top, #62c462, #57a957 );
100  background-image: -ms-linear-gradient( top, #62c462, #57a957 );
101  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #62c462 ), color-stop( 100%, #57a957 ) );
102  background-image: -webkit-linear-gradient( top, #62c462, #57a957 );
103  background-image: -o-linear-gradient( top, #62c462, #57a957 );
104  background-image: linear-gradient( top, #62c462, #57a957 );
105  border-color: #57a957 #57a957 #3d773d;
106  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
107  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
108  color: #ffffff;
109  text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
110}
111
112button.warn
113{
114  background-color: #c43c35;
115  background-repeat: repeat-x;
116  background-image: -khtml-gradient( linear, left top, left bottom, from( #ee5f5b ), to( #c43c35 ) );
117  background-image: -moz-linear-gradient( top, #ee5f5b, #c43c35 );
118  background-image: -ms-linear-gradient( top, #ee5f5b, #c43c35 );
119  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #ee5f5b ), color-stop( 100%, #c43c35 ) );
120  background-image: -webkit-linear-gradient( top, #ee5f5b, #c43c35 );
121  background-image: -o-linear-gradient( top, #ee5f5b, #c43c35 );
122  background-image: linear-gradient( top, #ee5f5b, #c43c35 );
123  border-color: #c43c35 #c43c35 #882a25;
124  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
125  color: #ffffff;
126  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0 );
127  text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
128}
129
130a
131{
132  text-decoration: none;
133}
134
135pre
136{
137  color: #333;
138  text-align: left;
139}
140
141abbr
142{
143  cursor: help;
144}
145
146ul
147{
148  list-style: none;
149}
150
151.clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
152.clearfix       { display: block; }
153
154.loader
155{
156  background-image: url( ../../img/loader.gif ) !important;
157}
158
159.loader-light
160{
161  background-image: url( ../../img/loader-light.gif ) !important;
162}
163
164#wrapper
165{
166  margin: 0 auto;
167  margin-bottom: 30px;
168  text-align: left;
169}
170
171#header
172{
173  padding-bottom: 10px;
174  position: relative;
175}
176
177#header #solr
178{
179  background-image: url( ../../img/solr.png );
180  display: block;
181  height: 78px;
182  width: 150px;
183}
184
185#header #solr span
186{
187  display: none;
188}
189
190#main
191{
192  min-width: 750px;
193  position: relative;
194}
195
196#main.error
197{
198  border: 0;
199  min-height: 0;
200  padding-top: 20px;
201}
202
203#main.error .message
204{
205  background-color: #f00;
206  background-image: url( ../../img/ico/construction.png );
207  background-position: 10px 50%;
208  color: #fff;
209  font-weight: bold;
210  margin-bottom: 20px;
211  padding: 10px;
212  padding-left: 35px;
213}
214
215#main.error .code
216{
217  border: 1px solid #c0c0c0;
218  padding: 5px;
219}
220
221#meta
222{
223  position: absolute;
224  bottom: -26px;
225  right: 0;
226}
227
228#meta li
229{
230  float: left;
231}
232
233#meta li a
234{
235  background-position: 10px 50%;
236  display: block;
237  height: 25px;
238  line-height: 25px;
239  padding-left: 31px;
240  padding-right: 10px;
241}
242
243#meta li a:hover
244{
245  background-color: #f0f0f0;
246}
247
248#meta .documentation a { background-image: url( ../../img/ico/document-text.png ); }
249#meta .issues a { background-image: url( ../../img/ico/bug.png ); }
250#meta .irc a { background-image: url( ../../img/ico/users.png ); }
251#meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
252#meta .wiki-query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
253
254#environment
255{
256  background-image: url( ../../img/ico/box.png );
257  background-position: 10px 50%;
258  border: 1px solid #c0c0c0;
259  display: none;
260  font-weight: bold;
261  padding: 5px 10px;
262  padding-left: 31px;
263  position: absolute;
264  top: 0;
265  right: 0;
266}
267
268#environment.prod
269{
270  background-color: #c37f7f;
271  border-color: #b15757;
272  color: #fff;
273}
274
275#environment.test
276{
277  background-color: #f5f5b2;
278  border-color: #e4e433;
279}
280
281#environment.dev
282{
283  background-color: #cce7cc;
284  border-color: #66b866;
285}
286
287
288#content-wrapper
289{
290  margin-left: 150px;
291  border: 1px solid #c0c0c0;
292  min-height: 500px;
293}
294
295#content
296{
297  padding: 10px;
298}
299
300#content > .loader
301{
302  background-position: 0 50%;
303  padding-left: 21px;
304}
305
306#content iframe
307{
308  border: 0;
309  display: block;
310  min-height: 400px;
311  width: 100%;
312}
313
314#content > pre
315{
316  max-height: 600px;
317  overflow: auto;
318}
319
320#content .block
321{
322  margin-bottom: 10px;
323}
324
325#content .block h2
326{
327  background-color: #fafafa;
328  background-position: 5px 50%;
329  border-bottom: 1px solid #f0f0f0;
330  font-weight: bold;
331  padding: 5px;
332  padding-left: 26px;
333}
334
335#content .block.disabled,
336#content .block.disabled h2
337{
338  color: #c0c0c0;
339}
340
341#content .block .message,
342#content .block .content
343{
344  padding: 5px;
345}
346
347#content .block .message
348{
349  display: none;
350}
351
352/* syntax */
353
354pre.syntax
355{
356  overflow: auto;
357}
358
359pre.syntax code
360{
361  display: block;
362  color: #000;
363}
364
365pre.syntax .comment,
366pre.syntax .template_comment,
367pre.syntax .diff .header,
368pre.syntax .javadoc
369{
370  color: #998;
371  font-style: italic;
372}
373
374pre.syntax .keyword,
375pre.syntax .css .rule .keyword,
376pre.syntax .winutils,
377pre.syntax .javascript .title,
378pre.syntax .lisp .title,
379pre.syntax .subst
380{
381  color: #000;
382  font-weight: bold;
383}
384
385pre.syntax .number,
386pre.syntax .hexcolor
387{
388  color: #40a070;
389}
390
391pre.syntax .string,
392pre.syntax .tag .value,
393pre.syntax .phpdoc,
394pre.syntax .tex .formula
395{
396  color: #d14;
397}
398
399pre.syntax .title,
400pre.syntax .id
401{
402  color: #900;
403  font-weight: bold;
404}
405
406pre.syntax .javascript .title,
407pre.syntax .lisp .title,
408pre.syntax .subst
409{
410  font-weight: normal;
411}
412
413pre.syntax .class .title,
414pre.syntax .tex .command
415{
416  color: #458;
417  font-weight: bold;
418}
419
420pre.syntax .tag,
421pre.syntax .css .keyword,
422pre.syntax .html .keyword,
423pre.syntax .tag .title,
424pre.syntax .django .tag .keyword
425{
426  color: #000080;
427  font-weight: normal;
428}
429
430pre.syntax .attribute,
431pre.syntax .variable,
432pre.syntax .instancevar,
433pre.syntax .lisp .body
434{
435  color: #008080;
436}
437
438pre.syntax .regexp
439{
440  color: #009926;
441}
442
443pre.syntax .class
444{
445  color: #458;
446  font-weight: bold;
447}
448
449pre.syntax .symbol,
450pre.syntax .ruby .symbol .string,
451pre.syntax .ruby .symbol .keyword,
452pre.syntax .ruby .symbol .keymethods,
453pre.syntax .lisp .keyword,
454pre.syntax .tex .special
455{
456  color: #990073;
457}
458
459pre.syntax .builtin,
460pre.syntax .built_in,
461pre.syntax .lisp .title
462{
463  color: #0086b3;
464}
465
466pre.syntax .preprocessor,
467pre.syntax .pi,
468pre.syntax .doctype,
469pre.syntax .shebang,
470pre.syntax .cdata
471{
472  color: #999;
473  font-weight: bold;
474}
475
476pre.syntax .deletion
477{
478  background: #fdd;
479}
480
481pre.syntax .addition
482{
483  background: #dfd;
484}
485
486pre.syntax .diff .change
487{
488  background: #0086b3;
489}
490
491pre.syntax .chunk
492{
493  color: #aaa;
494}
495
496pre.syntax .tex .formula
497{
498  opacity: 0.5;
499}
500
501#content .tree li,
502#content .tree ins
503{
504  background-color: transparent;
505  background-image: url( ../../img/tree.png );
506  background-repeat: no-repeat;
507}
508
509#content .tree li
510{
511  background-position: -54px 0;
512  background-repeat: repeat-y;
513  line-height: 22px;
514}
515
516#content .tree li.jstree-last
517{
518  background:transparent;
519}
520
521#content .tree .jstree-open > ins
522{
523  background-position: -36px 0;
524}
525
526#content .tree .jstree-closed > ins
527{
528  background-position: -18px 0;
529}
530
531#content .tree .jstree-leaf > ins
532{
533  background-position: 0 0;
534}
535
536#content .tree .jstree-hovered
537{
538  background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px;
539}
540
541#content .tree .jstree-clicked
542{
543  background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px;
544}
545
546#content .tree a .jstree-icon
547{
548  background-image: url( ../../img/ico/folder.png );
549}
550
551#content .tree .jstree-leaf a .jstree-icon
552{
553  background-image: url( ../../img/ico/document-text.png );
554}
555
556#content .tree .jstree-search
557{
558  font-style:italic;
559}
560
561#content .tree a.jstree-search
562{
563  color:aqua;
564}
Note: See TracBrowser for help on using the repository browser.