mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
172 lines
2.7 KiB
SCSS
172 lines
2.7 KiB
SCSS
.fps-invalid {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.fps-result {
|
|
|
|
.author {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.like-count {
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
.fa { color: $love; font-size: 12px; }
|
|
}
|
|
|
|
.badge-wrapper span.badge-category {
|
|
max-width: inherit;
|
|
}
|
|
|
|
.search-category {
|
|
padding-top:3px;
|
|
}
|
|
|
|
margin-bottom: 28px;
|
|
max-width: 780px;
|
|
.topic {
|
|
padding-bottom: 2px;
|
|
max-width:700px;
|
|
}
|
|
.avatar {
|
|
margin-right: 14px;
|
|
}
|
|
a.search-link:visited .topic-title {
|
|
color: $tertiary-high;
|
|
}
|
|
.search-link {
|
|
.topic-statuses, .topic-title {
|
|
font-size: 1.3em;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.topic-statuses {
|
|
float: none;
|
|
display: inline-block;
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
font-size: 1.0em;
|
|
}
|
|
}
|
|
.blurb {
|
|
font-size: 1.0em;
|
|
line-height: 20px;
|
|
word-wrap: break-word;
|
|
max-width: 640px;
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
.date {
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
|
}
|
|
|
|
.search-highlight {
|
|
color: dark-light-choose($primary, $secondary-low);
|
|
}
|
|
}
|
|
|
|
.discourse-tag {
|
|
font-size: 0.8em;
|
|
}
|
|
}
|
|
|
|
.fps-topic {
|
|
display: inline-block;
|
|
}
|
|
|
|
.fps-select {
|
|
margin-top: -15px;
|
|
margin-bottom: 15px;
|
|
a:hover {
|
|
color: $secondary;
|
|
background-color: $tertiary;
|
|
}
|
|
a {
|
|
margin-right: 15px;
|
|
font-size: 12px;
|
|
padding: 2px 5px;
|
|
}
|
|
}
|
|
|
|
.search.row {
|
|
margin-bottom: 15px;
|
|
input {
|
|
height: 22px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
.new-topic-btn {
|
|
float:right;
|
|
}
|
|
}
|
|
|
|
.search-advanced {
|
|
margin-bottom: 15px;
|
|
|
|
.search-advanced-btn {
|
|
padding: 8px 10px;
|
|
width: 100%;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.search-advanced-options {
|
|
border: 1px solid $primary-low;
|
|
padding: 10px;
|
|
|
|
.control-group.pull-left {
|
|
width: 50%;
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.no-results-suggestion {
|
|
margin-top: 30px;
|
|
}
|
|
.search-footer {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.panel-body-contents .search-context label {
|
|
float: left;
|
|
}
|
|
|
|
.search-title {
|
|
|
|
.term {
|
|
font-weight: bold;
|
|
}
|
|
|
|
position: relative;
|
|
.result-count {
|
|
float: left;
|
|
span {
|
|
line-height: 28px;
|
|
height: 28px;
|
|
display: inline-block;
|
|
}
|
|
margin-bottom: 4px;
|
|
}
|
|
margin: 10px 0 15px;
|
|
max-width: 780px;
|
|
border-bottom: 3px solid $primary-low;
|
|
width: 100%;
|
|
.sort-by {
|
|
.desc {
|
|
margin-right: 5px;
|
|
}
|
|
select {
|
|
margin-bottom: 0;
|
|
width: auto;
|
|
min-width: 150px;
|
|
}
|
|
float: right;
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
.google-search-form {
|
|
margin-top: 2em;
|
|
}
|