231 lines
3.1 KiB
CSS
231 lines
3.1 KiB
CSS
#admin{
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#head{
|
|
width: 100%;
|
|
}
|
|
.array-field {
|
|
border: 2px solid #474747;
|
|
background: #FFE9D8;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.array-field-list li {
|
|
list-style: circle;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.parsed_query_header {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.parsed_query {
|
|
font-family: Courier, Courier New, monospaced;
|
|
font-size: 10pt;
|
|
font-weight: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
a {
|
|
color: #43a4b1;
|
|
}
|
|
|
|
.navigators {
|
|
float: left;
|
|
margin: 5px;
|
|
margin-top: 0px;
|
|
width: 185px;
|
|
padding: 5px;
|
|
top: -20px;
|
|
position: relative;
|
|
}
|
|
|
|
.tabs-bar {
|
|
padding: 5px;
|
|
width: 100%;
|
|
border: 1px solid;
|
|
border-width: 0px 0px 1px 0px;
|
|
}
|
|
.tab {
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
margin: 0px 5px;
|
|
border: 1px solid;
|
|
background-color: #dddddd;
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.tab:hover {
|
|
background: #FEC293;
|
|
}
|
|
.tab.selected {
|
|
background-color: #ffffff;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
|
|
.navigators h2 {
|
|
background: #FEC293;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.navigators ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.navigators ul li {
|
|
color: #999;
|
|
padding: 2px;
|
|
}
|
|
|
|
|
|
|
|
.facet-field {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.highlight {
|
|
color: white;
|
|
background-color: gray;
|
|
border: 1px black solid;
|
|
}
|
|
|
|
.highlight-box {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.field-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.highlighted-facet-field {
|
|
background: white;
|
|
}
|
|
|
|
.constraints {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#query-form{
|
|
width: 80%;
|
|
}
|
|
|
|
|
|
|
|
.query-box, .constraints {
|
|
padding: 5px;
|
|
margin: 5px;
|
|
font-weight: normal;
|
|
font-size: 24px;
|
|
letter-spacing: 0.08em;
|
|
}
|
|
|
|
.query-box #q {
|
|
margin-left: 8px;
|
|
width: 60%;
|
|
height: 50px;
|
|
border: 1px solid #999;
|
|
font-size: 1em;
|
|
padding: 0.4em;
|
|
}
|
|
|
|
.query-box {
|
|
|
|
}
|
|
|
|
.query-boost {
|
|
|
|
top: 10px;
|
|
left: 50px;
|
|
position: relative;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.query-box .inputs{
|
|
left: 180px;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#logo {
|
|
width: 115px;
|
|
margin: 0px 0px 20px 12px;
|
|
border-style: none;
|
|
}
|
|
|
|
.pagination {
|
|
padding-left: 33%;
|
|
background: #eee;
|
|
margin: 5px;
|
|
margin-left: 210px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.result-document {
|
|
border: 1px solid #999;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
margin-left: 210px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.result-document div{
|
|
padding: 5px;
|
|
}
|
|
|
|
.result-title{
|
|
width:60%;
|
|
}
|
|
|
|
.result-body{
|
|
background: #ddd;
|
|
}
|
|
|
|
.mlt{
|
|
|
|
}
|
|
|
|
.map{
|
|
float: right;
|
|
position: relative;
|
|
top: -25px;
|
|
}
|
|
|
|
.result-document:nth-child(2n+1) {
|
|
background-color: #eee;
|
|
}
|
|
|
|
|
|
.selected-facet-field {
|
|
font-weight: bold;
|
|
}
|
|
|
|
li.show {
|
|
list-style: disc;
|
|
}
|
|
|
|
.group-value{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.error {
|
|
color: white;
|
|
background-color: red;
|
|
left: 210px;
|
|
width:80%;
|
|
position: relative;
|
|
|
|
}
|