162 lines
2.5 KiB
CSS
162 lines
2.5 KiB
CSS
.hide-result {
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
margin-left: 18px;
|
|
border: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.hide-result:hover {
|
|
color: rgb(96, 181, 204);
|
|
}
|
|
|
|
.content {
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
padding: 30px;
|
|
font-family: Helvetica, Arial, serif;
|
|
}
|
|
|
|
header {
|
|
position: relative;
|
|
padding: 6px 12px;
|
|
height: 36px;
|
|
background-color: rgb(96, 181, 204);
|
|
}
|
|
|
|
h1 {
|
|
color: #ffffff;
|
|
margin: 0;
|
|
}
|
|
|
|
.tagline {
|
|
color: #eeeeee;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 12px;
|
|
font-size: 24px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.results {
|
|
list-style-image: url('http://img-cache.cdn.gaiaonline.com/76bd5c99d8f2236e9d3672510e933fdf/http://i278.photobucket.com/albums/kk81/d3m3nt3dpr3p/Tiny-Star-Icon.png');
|
|
list-style-position: inside;
|
|
padding: 0;
|
|
}
|
|
|
|
.results li {
|
|
font-size: 18px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.star-count {
|
|
font-weight: bold;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
a {
|
|
color: rgb(96, 181, 204);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.search-query {
|
|
padding: 8px;
|
|
font-size: 24px;
|
|
margin-bottom: 18px;
|
|
margin-top: 36px;
|
|
}
|
|
|
|
.search-button {
|
|
padding: 8px 16px;
|
|
font-size: 24px;
|
|
color: #ffffff;
|
|
border: 1px solid #cccccc;
|
|
background-color: rgb(96, 181, 204);
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.search-button:hover {
|
|
color: rgb(96, 181, 204);
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.search-option input[type="text"] {
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
width: 90%;
|
|
}
|
|
|
|
button:focus, input:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.search::after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.error {
|
|
background-color: #FF9632;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
overflow-x: auto;
|
|
font-family: monospace;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.top-label {
|
|
display: block;
|
|
color: #555555;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
cursor: pointer;
|
|
}
|
|
|
|
th:hover {
|
|
color: rgb(96, 181, 204);
|
|
}
|
|
|
|
th, td {
|
|
font-size: 18px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.stars-error {
|
|
background-color: #FF9632;
|
|
font-size: 16px;
|
|
padding: 10px;
|
|
margin-right: 24px;
|
|
border-radius: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.search-input {
|
|
display: block;
|
|
float: left;
|
|
width: 42%;
|
|
}
|
|
|
|
.search-options {
|
|
position: relative;
|
|
float: right;
|
|
width: 58%;
|
|
box-sizing: border-box;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.search-option {
|
|
display: block;
|
|
float: left;
|
|
width: 30%;
|
|
margin-left: 16px;
|
|
box-sizing: border-box;
|
|
}
|