Created
June 18, 2010 20:41
-
-
Save MrDys/444200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.array-field { | |
border: 2px solid #474747; | |
background: #FFE9D8; | |
padding: 5px; | |
margin: 5px; | |
} | |
.array-field-list li { | |
list-style: circle; | |
margin-left: 20px; | |
} | |
body { | |
font-family: Helvetica, Arial, sans-serif; | |
font-size: 10pt; | |
} | |
a { | |
color: #43a4b1; | |
} | |
.constraints-title { | |
background: gray; | |
} | |
.navigators { | |
float: left; | |
margin: 5px; | |
margin-top: 0px; | |
width: 185px; | |
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 { | |
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; | |
} | |
#logo { | |
margin: 10px; | |
border-style: none; | |
} | |
.query-box, .constraints { | |
padding: 5px; | |
margin: 5px; | |
font-weight: normal; | |
font-size: 24px; | |
letter-spacing: 0.08em; | |
} | |
.query-box input { | |
margin-left: 8px; | |
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 { | |
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:nth-child(2n+1) { | |
background-color: #eee; | |
} | |
.selected-facet-field { | |
font-weight: bold; | |
} | |
li.show { | |
list-style: disc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment