blob: dbcfb31c61f3e79cd6582420e6b9c9ee2b83219d [file] [log] [blame]
#**
* Provide elements for the <head> section of the HTML document
*#
<title>Solr browse: #core_name</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
<script type="text/javascript" src="#{url_root}/libs/jquery-3.4.1.min.js"></script>
<style>
#admin{
text-align: right;
vertical-align: top;
}
#head{
width: 100%;
}
.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: #305CB3;
}
em {
color: #FF833D;
}
.facets {
float: left;
margin: 5px;
margin-top: 0px;
width: 185px;
padding: 5px;
top: -20px;
position: relative;
}
.facets h2 {
background: #D9411E;
padding: 2px 5px;
}
.facets ul {
list-style: none;
margin: 0;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 10px;
}
.facets ul li {
color: #999;
padding: 2px;
}
.facet-field {
font-weight: bold;
}
.field-name {
font-weight: bold;
// align="right" valign="top"
}
.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-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{
}
.result-document:nth-child(2n+1) {
background-color: #eee;
}
.selected-facet-field {
font-weight: bold;
}
li.show {
list-style: disc;
}
.error {
color: white;
background-color: red;
left: 210px;
width:80%;
position: relative;
}
</style>