mirror of https://github.com/apache/lucene.git
Greatly beautify the /browse view, thanks to a code4lib pal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8459f9a0e2
commit
b910ea232f
|
@ -11,10 +11,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #43a4b1;
|
||||||
|
}
|
||||||
|
|
||||||
.constraints-title {
|
.constraints-title {
|
||||||
background: gray;
|
background: gray;
|
||||||
}
|
}
|
||||||
|
@ -23,12 +27,34 @@ body {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background: #FEC293;
|
|
||||||
border: 2px solid #474747;
|
|
||||||
width: 185px;
|
width: 185px;
|
||||||
padding: 2px;
|
padding: 5px;
|
||||||
|
top: -20px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigators h2 {
|
||||||
|
background: #FEC293;
|
||||||
|
border: 1px solid #ce9d77;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigators ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
margin-top: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigators ul li {
|
||||||
|
color: #999;
|
||||||
|
padding: 2px;
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.facet-field {
|
.facet-field {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -59,35 +85,53 @@ body {
|
||||||
.query-box, .constraints {
|
.query-box, .constraints {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: 3px solid #474747;
|
font-weight: normal;
|
||||||
color: white;
|
font-size: 24px;
|
||||||
background: #FD9644;
|
letter-spacing: 0.08em;
|
||||||
font-weight: bold;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-box input {
|
.query-box input {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
height: 40px;
|
||||||
|
border: 1px solid #999;
|
||||||
|
font-size: 1em;
|
||||||
|
padding: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-box {
|
||||||
|
top: -35px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
top: 35px;
|
||||||
|
position: relative;
|
||||||
|
margin-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
padding-left: 33%;
|
padding-left: 33%;
|
||||||
font-weight: bold;
|
background: #eee;
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
margin-left: 200px;
|
margin-left: 210px;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-document {
|
.result-document {
|
||||||
border: 3px solid #474747;
|
border: 1px solid #999;
|
||||||
background: #FEC293;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
margin-left: 200px;
|
margin-left: 210px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.result-document:nth-child(2n+1) {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.selected-facet-field {
|
.selected-facet-field {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue