source: gs3-extensions/solr/trunk/src/etc/conf/velocity/main.css@ 24446

Last change on this file since 24446 was 24446, checked in by davidb, 13 years ago

Start of Solr extension for Greenstone3

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