~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to solr/webapp/web/admin/solr-admin.css

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * Licensed to the Apache Software Foundation (ASF) under one or more
3
 
 * contributor license agreements.  See the NOTICE file distributed with
4
 
 * this work for additional information regarding copyright ownership.
5
 
 * The ASF licenses this file to You under the Apache License, Version 2.0
6
 
 * (the "License"); you may not use this file except in compliance with
7
 
 * the License.  You may obtain a copy of the License at
8
 
 *
9
 
 *     http://www.apache.org/licenses/LICENSE-2.0
10
 
 *
11
 
 * Unless required by applicable law or agreed to in writing, software
12
 
 * distributed under the License is distributed on an "AS IS" BASIS,
13
 
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 
 * See the License for the specific language governing permissions and
15
 
 * limitations under the License.
16
 
 */
17
 
 
18
 
h1, h2, h3, h4, h5 {
19
 
   display: block;
20
 
   font-family: ITC Officina Sans Book, Terminator Two, Helvetica, Arial, sans-serif;
21
 
   font-style: bold;
22
 
   margin: 0;
23
 
}
24
 
 
25
 
strong {
26
 
   font-family: ITC Officina Sans Book, Terminator Two, Helvetica, Arial, sans-serif;
27
 
   font-style: bold;
28
 
   margin: 0;
29
 
}
30
 
 
31
 
input.std, textarea.std {
32
 
   color: black;
33
 
   border: 2px inset #ff9933;
34
 
   background-color: #ffffff;
35
 
   width:450px;
36
 
   max-width:450px;
37
 
}
38
 
 
39
 
input.stdbutton {
40
 
   font-family: ITC Officina Sans Book, Helvetica, Arial, sans-serif;
41
 
   font-style: bold;
42
 
   font-size: 11;
43
 
   text-transform: capitalize;
44
 
   color: black;
45
 
   background-color: #dddddd;
46
 
   border: groove #ff9933;
47
 
}
48
 
 
49
 
input.stdbutton:hover {
50
 
   color: #0000ff;
51
 
   border: groove #0000ff;
52
 
}
53
 
 
54
 
input.stdbuttondis{
55
 
   font-family: ITC Officina Sans Book, Helvetica, Arial, sans-serif;
56
 
   font-style: bold;
57
 
   font-size: 11;
58
 
   text-transform: capitalize;
59
 
   color: #8B8B83;
60
 
   background-color: #dddddd;
61
 
   border: groove #8B8B83;
62
 
}
63
 
 
64
 
body {
65
 
   background-color: #bbbbbb;
66
 
}
67
 
 
68
 
table {
69
 
   display: table;
70
 
   background-color: #FAF7E4;
71
 
   width: 100%;
72
 
   border-top: 4px solid #666666;
73
 
   border-left: 2px solid #666666;
74
 
   text-align: left;
75
 
   vertical-align: top;
76
 
   cellpadding-right: 8px;
77
 
}
78
 
 
79
 
table.responseHeader, table.analysis {
80
 
   width: auto;
81
 
}
82
 
 
83
 
table {
84
 
   border-collapse: collapse
85
 
}
86
 
 
87
 
tr > td:first-child {
88
 
   width: 30%;
89
 
}
90
 
 
91
 
td.debugdata, td.highlight, td.responseHeader {
92
 
   width: auto;
93
 
}
94
 
 
95
 
td.highlight {
96
 
   background:  #ccccff;
97
 
}
98
 
 
99
 
td.responseHeader {
100
 
   width: auto;
101
 
   text-align: right;
102
 
}
103
 
 
104
 
td.responseHeader + td {
105
 
   text-align: left;
106
 
   font-family: Courier;
107
 
}
108
 
 
109
 
 
110
 
th, td {
111
 
   text-align: left;
112
 
   vertical-align: top;
113
 
   border-bottom: 1px solid #ff9933;
114
 
}
115
 
 
116
 
a {
117
 
   text-decoration:     none;
118
 
   font-weight: bold;
119
 
   font-size:   11px;
120
 
   background:  #FAF7E4;
121
 
   text-transform: uppercase;
122
 
}
123
 
                
124
 
a:link {        
125
 
   color:       #0000aa;
126
 
}                       
127
 
                                        
128
 
a:visited {     
129
 
   color:       #0000ff;
130
 
}                       
131
 
                                                                
132
 
a:active {
133
 
   color:       #4444ff;
134
 
}                       
135
 
 
136
 
a:hover {
137
 
   color:       #0000ff;
138
 
   background:  #ccccff;
139
 
}                       
140
 
 
141
 
a:offsite {     
142
 
   color:       #0000aa;
143
 
}                
144
 
 
145
 
table.analysis th, table.analysis td {
146
 
border-right:1px solid black;
147
 
}
148
 
 
149
 
/**
150
 
  * styles for the schema browser
151
 
  */
152
 
 
153
 
table.topTerms {
154
 
  width: 450px;
155
 
}
156
 
 
157
 
table.histogram {
158
 
   vertical-align: bottom;
159
 
}
160
 
 
161
 
table.histogram td, table.histogram th {
162
 
   text-align: center;
163
 
   vertical-align: bottom;
164
 
   border-bottom: 1px solid #ff9933;
165
 
   width: auto;
166
 
}
167
 
 
168
 
#menu {
169
 
  background-color: #FAF7E4;
170
 
  height:100%;
171
 
  min-height:100%;
172
 
  width:140px;
173
 
  float:left;
174
 
  margin-right:20px
175
 
}
176
 
#menu h3 {
177
 
  padding-left:10px;
178
 
}
179
 
#menu ul {
180
 
  list-style: none;
181
 
  text-align: right;
182
 
  margin: 0;
183
 
  padding: 0
184
 
}
185
 
#menu li.header {
186
 
  text-align: left;
187
 
}
188
 
#menu li {
189
 
  border: 1px solid #ff9933;
190
 
  margin: 0
191
 
}
192
 
#menu li a {
193
 
  display:block;
194
 
}
195
 
#menu li.selected a {
196
 
  background-color: #ccccff
197
 
}
198
 
#menu a:hover {
199
 
  background: #ccccff
200
 
}
201
 
 
202
 
#schemaTop {
203
 
  border-bottom:1px black solid;
204
 
}
205
 
 
206
 
#content {
207
 
  margin-left: 160px;
208
 
}
209
 
#topTerms {
210
 
  float:left;
211
 
  margin-right:40px;
212
 
}
213
 
div.analyzer {
214
 
  margin-left:20px;
215
 
}