2016-06-25 23:57:43 +00:00
|
|
|
.result_header {
|
2016-06-26 12:31:23 +00:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 4px;
|
2016-06-25 23:57:43 +00:00
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
.favicon {
|
|
|
|
margin-bottom:-3px;
|
|
|
|
}
|
2016-09-05 19:50:06 +00:00
|
|
|
|
2016-06-25 23:57:43 +00:00
|
|
|
a {
|
|
|
|
color: @black;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
color: @blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:visited{
|
|
|
|
color: @violet;
|
|
|
|
}
|
2016-09-05 19:50:06 +00:00
|
|
|
|
2016-06-25 23:57:43 +00:00
|
|
|
.highlight {
|
|
|
|
background-color: @dim-gray;
|
|
|
|
// Chrome hack: bold is different size than normal
|
|
|
|
// https://stackoverflow.com/questions/20713988/weird-text-alignment-issue-in-css-when-bolded-lucida-sans
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.result-content {
|
|
|
|
margin-top: 2px;
|
2016-06-26 12:31:23 +00:00
|
|
|
margin-bottom: 0;
|
2016-06-25 23:57:43 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
color: @dark-gray;
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.external-link, .external-link a{
|
|
|
|
color: @green;
|
|
|
|
|
|
|
|
a{
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// default formating of results
|
|
|
|
.result-default, .result-code, .result-torrent, .result-videos, .result-map {
|
|
|
|
clear: both;
|
|
|
|
padding: 2px 4px;
|
|
|
|
&:hover{
|
|
|
|
background-color: @dim-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// image formating of results
|
|
|
|
.result-images {
|
|
|
|
float: left !important;
|
|
|
|
width: 24%;
|
|
|
|
margin: .5%;
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 170px;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-thumbnail {
|
|
|
|
margin: 5px;
|
|
|
|
max-height: 128px;
|
|
|
|
min-height: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// video formating of results
|
|
|
|
.result-videos {
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
hr{
|
|
|
|
margin: 5px 0 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapse{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in{
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// torrent formating of results
|
|
|
|
.result-torrent {
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
b{
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seeders{
|
|
|
|
color: @green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leechers{
|
|
|
|
color: @red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// map formating of results
|
|
|
|
.result-map {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
// code formating of results
|
|
|
|
.result-code {
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
.code-fork, .code-fork a{
|
|
|
|
color: @dark-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// suggestion
|
|
|
|
.suggestion_item {
|
|
|
|
margin: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// download result
|
|
|
|
.result_download {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// page forward, backward
|
|
|
|
#pagination {
|
|
|
|
margin-top: 30px;
|
|
|
|
padding-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-default {
|
|
|
|
color: @gray;
|
|
|
|
background: transparent;
|
|
|
|
}
|