2018-03-13 15:59:12 -04:00
|
|
|
.topic-list.shared-drafts {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
2014-10-28 19:46:05 -04:00
|
|
|
.show-more {
|
|
|
|
width: 100%;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2015-06-15 11:27:56 -04:00
|
|
|
&.has-topics {
|
|
|
|
position: absolute;
|
|
|
|
top: 7px;
|
|
|
|
}
|
2014-10-28 19:46:05 -04:00
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
.list-controls {
|
2018-05-01 20:41:28 -04:00
|
|
|
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;
|
|
|
|
}
|
2017-11-21 05:53:09 -05:00
|
|
|
.select-kit {
|
2017-09-09 14:29:07 -04:00
|
|
|
align-self: center;
|
2018-05-01 20:41:28 -04:00
|
|
|
.select-kit-collection {
|
|
|
|
font-size: $font-down-1;
|
2018-05-02 12:23:37 -04:00
|
|
|
max-height: 40vh;
|
2018-05-01 20:41:28 -04:00
|
|
|
.texts, .icons {
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
|
|
|
}
|
2017-09-09 14:29:07 -04:00
|
|
|
&.categories-admin-dropdown, &.category-notifications-button, &.tag-notifications-button {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-09-08 14:47:39 -04:00
|
|
|
}
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
2018-05-01 20:41:28 -04:00
|
|
|
|
2017-09-11 10:42:51 -04:00
|
|
|
.topic-list-item.visited,
|
|
|
|
.latest-topic-list-item.visited,
|
2017-09-26 12:13:32 -04:00
|
|
|
.category-topic-link.visited {
|
2017-09-11 10:42:51 -04:00
|
|
|
a.title:not(.badge-notification) { color: $primary-medium; }
|
|
|
|
}
|
2015-07-23 03:16:29 -04:00
|
|
|
|
2017-08-13 12:13:02 -04:00
|
|
|
.topic-list-main-link {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-1;
|
2017-08-13 12:13:02 -04:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-07-29 17:38:36 -04:00
|
|
|
.topic-list {
|
2014-06-23 16:11:55 -04:00
|
|
|
width: 100%;
|
2015-05-11 19:09:46 -04:00
|
|
|
border-collapse: collapse;
|
2014-06-23 16:11:55 -04:00
|
|
|
|
|
|
|
> tbody > tr {
|
|
|
|
&.has-excerpt .star {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2016-08-18 21:58:20 -04:00
|
|
|
|
|
|
|
&.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;
|
2018-01-25 09:53:36 -05:00
|
|
|
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;
|
2018-01-25 09:53:36 -05:00
|
|
|
padding: 0 8px;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
2016-08-18 21:58:20 -04:00
|
|
|
}
|
2015-05-12 03:26:35 -04:00
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
th,
|
|
|
|
td {
|
2018-01-12 17:27:38 -05:00
|
|
|
line-height: $line-height-large;
|
2014-06-23 16:11:55 -04:00
|
|
|
text-align: left;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
}
|
|
|
|
th {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2014-06-23 16:11:55 -04:00
|
|
|
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);}
|
2014-06-23 16:11:55 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
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;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-link {
|
2017-08-13 12:13:02 -04:00
|
|
|
@extend .topic-list-main-link;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
|
2016-12-05 16:29:27 -05:00
|
|
|
.topic-featured-link {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2018-02-26 14:20:32 -05:00
|
|
|
span.badge-category {
|
|
|
|
.category-name {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
.topic-excerpt {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
|
|
|
margin-top: 5px;
|
2018-01-15 13:37:29 -05:00
|
|
|
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;
|
2014-07-09 19:56:35 -04:00
|
|
|
padding-right: 20px;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
.topic-statuses:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.topic-status {
|
|
|
|
margin-right: 4px;
|
|
|
|
padding: 0;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.071em;
|
2014-06-23 16:11:55 -04:00
|
|
|
&:last-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.num {
|
|
|
|
text-align: center;
|
|
|
|
a:not(.badge-posts) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
a.badge-posts {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-10-13 03:26:13 -04:00
|
|
|
.num.posts {
|
|
|
|
a {
|
|
|
|
padding: 15px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.num.activity {
|
|
|
|
a {
|
|
|
|
padding: 15px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
|
2018-02-05 21:36:35 -05:00
|
|
|
.heatmap-high, .heatmap-high a {color: #fe7a15 !important;}
|
|
|
|
.heatmap-med, .heatmap-med a {color: #cf7721 !important;}
|
|
|
|
.heatmap-low, .heatmap-low a {color: #9b764f !important;}
|
|
|
|
|
2014-07-29 17:38:36 -04:00
|
|
|
.topic-list.categories {
|
2014-06-23 16:11:55 -04:00
|
|
|
|
2014-08-04 20:44:01 -04:00
|
|
|
.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;
|
2014-08-04 20:44:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.subcategories .badge {
|
|
|
|
display: none;
|
2014-08-04 18:41:46 -04:00
|
|
|
}
|
|
|
|
|
2014-07-09 19:56:35 -04:00
|
|
|
td.category {
|
|
|
|
vertical-align: top;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
border-left: 6px solid;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
2014-07-09 19:56:35 -04:00
|
|
|
td.stats {
|
|
|
|
.unit {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-07-09 19:56:35 -04:00
|
|
|
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; }
|
2014-07-09 19:56:35 -04:00
|
|
|
&.unit { text-align: left; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
|
2014-07-29 17:38:36 -04:00
|
|
|
.loading .topic-list {
|
2014-06-23 16:11:55 -04:00
|
|
|
border: 0;
|
2014-10-10 18:02:46 -04:00
|
|
|
box-shadow: none;
|
2014-06-23 16:11:55 -04:00
|
|
|
tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#list-area {
|
2014-12-10 03:33:41 -05:00
|
|
|
margin-bottom: 100px;
|
2014-06-23 16:11:55 -04:00
|
|
|
.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;
|
2014-06-23 16:11:55 -04:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-07-29 17:38:36 -04:00
|
|
|
.topic-list {
|
2014-06-23 16:11:55 -04:00
|
|
|
.alert {
|
|
|
|
margin-bottom: 0;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-0;
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
.spinner {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-24 15:21:44 -04:00
|
|
|
ol.category-breadcrumb.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-06-23 16:11:55 -04:00
|
|
|
ol.category-breadcrumb {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
2018-04-24 19:27:17 -04:00
|
|
|
margin: 0 10px 10px 0;
|
2014-06-23 16:11:55 -04:00
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2015-07-24 14:04:37 -04:00
|
|
|
|
|
|
|
.bread-crumbs-right-outlet {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-06-23 16:11:55 -04:00
|
|
|
}
|
|
|
|
|
2017-11-23 11:14:51 -05:00
|
|
|
.d-icon-thumb-tack.unpinned {
|
2016-02-10 04:15:53 -05:00
|
|
|
@include fa-icon-rotate(180deg, 1);
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2016-02-10 18:26:23 -05:00
|
|
|
/* because it is rotated, right becomes left! */
|
2016-04-04 05:42:38 -04:00
|
|
|
padding-left: 3px;
|
2016-02-10 18:26:23 -05:00
|
|
|
padding-right: 0 !important;
|
2014-04-09 20:56:56 -04:00
|
|
|
}
|
2014-04-10 04:34:50 -04:00
|
|
|
|
|
|
|
.topic-statuses .fa {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
2014-08-20 17:37:28 -04:00
|
|
|
|
|
|
|
.top-title-buttons {
|
|
|
|
display: inline;
|
2015-03-16 15:14:33 -04:00
|
|
|
|
|
|
|
button {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2014-08-20 17:37:28 -04:00
|
|
|
}
|
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);
|
2014-09-08 11:11:56 -04:00
|
|
|
}
|
2017-08-13 12:13:02 -04:00
|
|
|
|
|
|
|
.list-cell {
|
|
|
|
padding: 12px 5px;
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
2017-08-13 12:13:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-heading {
|
|
|
|
@extend .list-cell;
|
2018-04-30 20:45:49 -04:00
|
|
|
border-bottom: 3px solid $primary-low;
|
2017-08-13 12:13:02 -04:00
|
|
|
}
|
2018-04-19 22:23:00 -04:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|