discourse/app/assets/stylesheets/common/base/_topic-list.scss

315 lines
5.3 KiB
SCSS
Raw Normal View History

.topic-list.shared-drafts {
margin-bottom: 1.5em;
}
.show-more {
width: 100%;
z-index: z("base");
&.has-topics {
position: absolute;
top: 7px;
}
}
.list-controls {
clear: both;
.combo-box .combo-box-header {
background: $primary-low;
color: $primary;
border: 1px solid transparent;
padding: 5px 6px 5px 10px;
font-size: $font-0;
transition: none;
}
.select-kit {
align-self: center;
.select-kit-collection {
font-size: $font-down-1;
.texts, .icons {
font-size: $font-up-1;
}
}
&.categories-admin-dropdown, &.category-notifications-button, &.tag-notifications-button {
float: right;
}
}
}
.topic-list-item.visited,
.latest-topic-list-item.visited,
.category-topic-link.visited {
a.title:not(.badge-notification) { color: $primary-medium; }
}
.topic-list-main-link {
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
a.title {
padding: 15px 0;
word-break: break-word;
color: $primary;
}
.anon & {
a.title:visited:not(.badge-notification) {
color: $primary-medium;
}
}
a.title.visited:not(.badge-notification) {
color: $primary-medium;
}
}
.topic-list {
width: 100%;
border-collapse: collapse;
> tbody > tr {
&.has-excerpt .star {
vertical-align: top;
margin-top: 2px;
}
&.last-visit {
2016-08-30 22:32:39 -04:00
border-bottom: none;
}
.topic-list-separator {
text-align: center;
}
}
.topic-list-item-separator {
border: none;
td {
2017-10-10 16:07:46 -04:00
border-bottom: 1px solid $danger-low;
2016-08-30 22:32:39 -04:00
line-height: 0.1em;
padding: 0;
2016-08-30 22:32:39 -04:00
text-align: center;
}
td span {
background-color: $secondary;
2017-10-10 16:07:46 -04:00
color: $danger-low;
padding: 0 8px;
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
}
}
th,
td {
2018-01-12 17:27:38 -05:00
line-height: $line-height-large;
text-align: left;
vertical-align: middle;
}
th {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
font-weight: normal;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
2017-10-10 16:07:46 -04:00
button .d-icon {color: dark-light-choose($primary-medium, $secondary-medium);}
}
td {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
2018-01-12 17:27:38 -05:00
font-size: $font-0;
}
.main-link {
@extend .topic-list-main-link;
}
.topic-featured-link {
padding-left: 5px;
}
span.badge-category {
.category-name {
max-width: 150px;
}
}
.topic-excerpt {
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
margin-top: 5px;
color: dark-light-choose($primary-high, $secondary-high);
2014-06-24 04:01:37 -04:00
word-wrap: break-word;
2018-01-12 17:27:38 -05:00
line-height: $line-height-large;
padding-right: 20px;
}
.topic-statuses:empty {
display: none;
}
.topic-status {
margin-right: 4px;
padding: 0;
font-size: 1.071em;
&:last-of-type {
margin-right: 0;
}
}
.num {
text-align: center;
a:not(.badge-posts) {
color: inherit;
}
a.badge-posts {
font-weight: bold;
}
}
.num.posts {
a {
padding: 15px 5px;
}
}
.num.activity {
a {
padding: 15px 5px;
}
}
}
.heatmap-high, .heatmap-high a {color: #fe7a15 !important;}
.heatmap-med, .heatmap-med a {color: #cf7721 !important;}
.heatmap-low, .heatmap-low a {color: #9b764f !important;}
.topic-list.categories {
.category .badge-notification {
2014-08-04 18:41:46 -04:00
background-color:transparent;
2017-10-10 16:07:46 -04:00
color: $primary-medium;
}
.subcategories .badge {
display: none;
2014-08-04 18:41:46 -04:00
}
td.category {
vertical-align: top;
padding-top: 15px;
padding-bottom: 15px;
border-left: 6px solid;
}
td.stats {
.unit {
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
}
}
table.categoryStats {
td {
padding: 2px;
vertical-align: bottom;
2018-01-12 17:27:38 -05:00
line-height: $line-height-large;
&.value { text-align: right; font-size: $font-up-3; }
&.unit { text-align: left; }
}
}
}
.loading .topic-list {
border: 0;
box-shadow: none;
tr {
background-color: transparent;
}
}
#list-area {
margin-bottom: 100px;
.empty-topic-list {
padding: 10px;
}
.unseen {
background-color: transparent;
padding: 0;
border: 0;
2017-10-10 16:07:46 -04:00
color: $danger-medium;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
cursor: default;
}
}
.topic-list {
.alert {
margin-bottom: 0;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
}
.spinner {
margin-top: 40px;
}
}
ol.category-breadcrumb.hidden {
display: none;
}
ol.category-breadcrumb {
display: block;
float: left;
list-style: none;
2018-04-24 19:27:17 -04:00
margin: 0 10px 10px 0;
padding: 0;
li {
float: left;
margin-right: 5px;
}
2015-07-24 14:04:37 -04:00
.bread-crumbs-right-outlet {
float: left;
}
}
.d-icon-thumb-tack.unpinned {
@include fa-icon-rotate(180deg, 1);
color: $primary;
/* because it is rotated, right becomes left! */
padding-left: 3px;
padding-right: 0 !important;
}
2014-04-10 04:34:50 -04:00
.topic-statuses .fa {
padding-right: 3px;
}
.top-title-buttons {
display: inline;
button {
margin-right: 0.5em;
}
}
2014-08-30 01:54:07 -04:00
div.education {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
}
.list-cell {
padding: 12px 5px;
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-high);
}
.table-heading {
@extend .list-cell;
border-bottom: 3px solid $primary-low;
}
// This is not what we want:
//
// This is an overly-long topic title that would break just right
// *
//
// Instead, we want the line to break like this:
//
// This is an overly-long topic title that would break just
// right *
.topic-post-badges {
white-space: nowrap;
}