Configuration cleanup for Solr 5 - mostly cleaning up solrconfig.xml
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / main.css
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
33 body {
34   font-family: Helvetica, Arial, sans-serif;
35   font-size: 10pt;
36 }
37
38 a {
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 .tabs-bar {
53   padding: 5px;
54   width: 100%;
55   border: 1px solid;
56   border-width: 0px 0px 1px 0px;
57 }
58 .tab {
59   font-weight: bold;
60   padding: 5px;
61   margin: 0px 5px;
62   border: 1px solid;
63   background-color: #dddddd;
64   border-top-left-radius: 4px;
65   border-top-right-radius: 4px;
66 }
67 .tab:hover {
68   background: #FEC293;
69 }
70 .tab.selected {
71   background-color: #ffffff;
72   border-bottom: 1px solid #ffffff;
73 }
74
75 .navigators h2 {
76   background: #FEC293;
77   padding: 2px 5px;
78 }
79
80 .navigators ul {
81   list-style: none;
82   margin: 0;
83   margin-bottom: 5px;
84   margin-top: 5px;
85   padding-left: 10px;
86 }
87
88 .navigators ul li {
89   color: #999;
90   padding: 2px;
91 }
92
93
94
95 .facet-field {
96   font-weight: bold;
97 }
98
99 .highlight {
100   color: white;
101   background-color: gray;
102   border: 1px black solid;
103 }
104
105 .highlight-box {
106   margin-left: 15px;
107 }
108
109 .field-name {
110   font-weight: bold;
111 }
112
113 .highlighted-facet-field {
114   background: white;
115 }
116
117 .constraints {
118   margin-top: 10px;
119 }
120
121 #query-form{
122   width: 80%;
123 }
124
125
126
127 .query-box, .constraints {
128   padding: 5px;
129   margin: 5px;
130   font-weight: normal;
131   font-size: 24px;
132   letter-spacing: 0.08em;
133 }
134
135 .query-box #q {
136   margin-left: 8px;
137   width: 60%;
138   height: 50px;
139   border: 1px solid #999;
140   font-size: 1em;
141   padding: 0.4em;
142 }
143
144 .query-box {
145   
146 }
147
148 .query-boost {
149   
150   top: 10px;
151   left: 50px;
152   position: relative;
153   font-size: 0.8em;
154 }
155
156 .query-box .inputs{
157   left: 180px;
158   position: relative;
159   
160 }
161
162 #logo {
163   margin: 10px;
164   border-style: none;
165 }
166
167 .pagination {
168   padding-left: 33%;
169   background: #eee;
170   margin: 5px;
171   margin-left: 210px;
172   padding-top: 5px;
173   padding-bottom: 5px;
174 }
175
176 .result-document {
177   border: 1px solid #999;
178   padding: 5px;
179   margin: 5px;
180   margin-left: 210px;
181   margin-bottom: 15px;
182 }
183
184 .result-document div{
185   padding: 5px;
186 }
187
188 .result-title{
189   width:60%;
190 }
191
192 .result-body{
193   background: #ddd;
194 }
195
196 .mlt{
197   
198 }
199
200 .map{
201   float: right;
202   position: relative;
203   top: -25px;  
204 }
205
206 .result-document:nth-child(2n+1) {
207   background-color: #eee;
208 }
209
210
211 .selected-facet-field {
212   font-weight: bold;
213 }
214
215 li.show {
216   list-style: disc;
217 }
218
219 .group-value{
220   font-weight: bold;
221 }
222
223 .error {
224   color: white;
225   background-color: red;
226   left: 210px;
227   width:80%;
228   position: relative;
229
230 }