source: sandbox/expresso-solr/solr/example/solr/conf/velocity/main.css @ 7588

Revision 7588, 2.3 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#admin{
2  text-align: right;
3  vertical-align: top;
4}
5
6#head{
7  width: 100%;
8}
9.array-field {
10  border: 2px solid #474747;
11  background: #FFE9D8;
12  padding: 5px;
13  margin: 5px;
14}
15
16.array-field-list li {
17  list-style: circle;
18  margin-left: 20px;
19}
20
21.parsed_query_header {
22  font-family: Helvetica, Arial, sans-serif;
23  font-size: 10pt;
24  font-weight: bold;
25}
26
27.parsed_query {
28  font-family: Courier, Courier New, monospaced;
29  font-size: 10pt;
30  font-weight: normal;
31}
32
33body {
34  font-family: Helvetica, Arial, sans-serif;
35  font-size: 10pt;
36}
37
38a {
39  color: #43a4b1;
40}
41
42.navigators {
43  float: left;
44  margin: 5px;
45  margin-top: 0px;
46  width: 185px;
47  padding: 5px;
48  top: -20px;
49  position: relative; 
50}
51
52.navigators h2 {
53  background: #FEC293;
54  border: 1px solid #ce9d77;
55  padding: 5px;
56}
57
58.navigators ul {
59  list-style: none;
60  margin: 0;
61  margin-bottom: 5px;
62  margin-top: 5px;
63  padding-left: 10px;
64}
65
66.navigators ul li {
67  color: #999;
68  padding: 2px;
69}
70
71
72
73.facet-field {
74  font-weight: bold;
75}
76
77.highlight {
78  color: white;
79  background-color: gray;
80  border: 1px black solid;
81}
82
83.highlight-box {
84  margin-left: 15px;
85}
86
87.field-name {
88  font-weight: bold;
89}
90
91.highlighted-facet-field {
92  background: white;
93}
94
95.constraints {
96  margin-top: 10px;
97}
98
99#query-form{
100  width: 80%;
101}
102
103
104
105.query-box, .constraints {
106  padding: 5px;
107  margin: 5px;
108  font-weight: normal;
109  font-size: 24px;
110  letter-spacing: 0.08em;
111}
112
113.query-box #q {
114  margin-left: 8px;
115  width: 60%;
116  height: 50px;
117  border: 1px solid #999;
118  font-size: 1em;
119  padding: 0.4em;
120}
121
122.query-box {
123 
124}
125
126.query-boost {
127 
128  top: 10px;
129  left: 50px;
130  position: relative;
131  font-size: 0.8em;
132}
133
134.query-box .inputs{
135  left: 180px;
136  position: relative;
137 
138}
139
140#logo {
141  margin: 10px;
142  border-style: none;
143}
144
145.pagination {
146  padding-left: 33%;
147  background: #eee;
148  margin: 5px;
149  margin-left: 210px;
150  padding-top: 5px;
151  padding-bottom: 5px;
152}
153
154.result-document {
155  border: 1px solid #999;
156  padding: 5px;
157  margin: 5px;
158  margin-left: 210px;
159  margin-bottom: 15px;
160}
161
162.result-document div{
163  padding: 5px;
164}
165
166.result-title{
167  width:60%;
168}
169
170.mlt{
171 
172}
173
174.map{
175  float: right;
176  position: relative;
177  top: -25px; 
178}
179
180.result-document:nth-child(2n+1) {
181  background-color: #eee;
182}
183
184
185.selected-facet-field {
186  font-weight: bold;
187}
188
189li.show {
190  list-style: disc;
191}
192
193.group-value{
194  font-weight: bold;
195}
Note: See TracBrowser for help on using the repository browser.