2013-09-06 03:37:07 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Topic lists
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// List controls
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2013-10-25 11:18:34 +08:00
|
|
|
.list-controls {
|
2013-09-06 03:37:07 +08:00
|
|
|
.nav {
|
|
|
|
float: left;
|
2014-03-19 21:38:35 +08:00
|
|
|
margin-bottom: 18px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-01-17 11:38:08 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.btn {
|
|
|
|
float: right;
|
|
|
|
margin-left: 8px;
|
2013-10-31 21:35:49 +08:00
|
|
|
margin-bottom: 10px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.143em;
|
2013-10-29 00:25:52 +08:00
|
|
|
font-weight: normal;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-10-29 05:37:31 +08:00
|
|
|
|
2015-04-02 13:02:07 +08:00
|
|
|
.search .btn {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2017-07-29 04:19:33 +08:00
|
|
|
a.badge-category, .dropdown-header {
|
2014-01-17 11:38:08 +08:00
|
|
|
padding: 3px 12px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.143em;
|
2013-10-29 05:37:31 +08:00
|
|
|
}
|
2013-10-29 12:37:18 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// Base list
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2017-08-14 00:13:02 +08:00
|
|
|
.topic-list-icons {
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-thumb-tack { color: dark-light-choose($primary-medium, $secondary-medium); }
|
|
|
|
.d-icon-thumb-tack.unpinned { color: dark-light-choose($primary-medium, $secondary-medium); }
|
2014-06-20 16:26:59 +08:00
|
|
|
a.title {color: $primary;}
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-bookmark { color: dark-light-choose($primary-medium, $secondary-medium); }
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-list {
|
|
|
|
@extend .topic-list-icons;
|
|
|
|
|
|
|
|
margin: 0 0 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
th,
|
|
|
|
td {
|
2014-03-08 13:55:02 +08:00
|
|
|
padding: 12px 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
&:first-of-type {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
&:last-of-type {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
th {
|
2017-10-11 04:07:46 +08:00
|
|
|
button .d-icon {color: dark-light-choose($primary-medium, $secondary-medium); }
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2014-07-28 22:33:23 +08:00
|
|
|
> tbody > tr {
|
2014-08-22 22:45:51 +08:00
|
|
|
&.highlighted {
|
2016-12-06 06:20:52 +08:00
|
|
|
animation: background-fade-highlight 2.5s ease-out;
|
2014-08-22 22:45:51 +08:00
|
|
|
}
|
2014-07-28 22:33:23 +08:00
|
|
|
}
|
2014-01-29 06:13:13 +08:00
|
|
|
button.bulk-select {
|
|
|
|
padding: 0;
|
2017-07-25 23:37:32 +08:00
|
|
|
margin-right: 0.3em;
|
2014-01-29 06:13:13 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.star {
|
|
|
|
width: 20px;
|
|
|
|
padding-right: 0;
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-star {
|
2013-09-06 03:37:07 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
+ .main-link {
|
2013-11-05 01:45:18 +08:00
|
|
|
padding-left: 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-notification {
|
|
|
|
position: relative;
|
2014-03-08 13:55:02 +08:00
|
|
|
top: -2px;
|
2014-09-04 09:07:15 +08:00
|
|
|
&.new-topic {
|
2015-02-05 03:29:52 +08:00
|
|
|
top: -1px;
|
2014-09-04 09:07:15 +08:00
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-09-04 09:07:15 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.posters {
|
2014-11-13 17:02:37 +08:00
|
|
|
// we know there are up to 5 avatars of fixed size
|
|
|
|
// will be overridden by media width queries on narrow displays to 1 avatar's width
|
2017-11-17 19:42:19 +08:00
|
|
|
width: 146px;
|
|
|
|
min-width: 146px;
|
2014-05-12 15:32:49 +08:00
|
|
|
}
|
2014-11-13 17:02:37 +08:00
|
|
|
.posters {
|
2013-09-06 03:37:07 +08:00
|
|
|
> a {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
&:last-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-04-06 15:27:05 +08:00
|
|
|
|
|
|
|
.posters a:first-child .avatar.latest:not(.single) {
|
2017-10-11 04:07:46 +08:00
|
|
|
box-shadow: 0 0 3px 1px desaturate($tertiary-medium, 35%);
|
|
|
|
border: 2px solid desaturate($tertiary-medium, 40%);
|
2015-04-06 15:27:05 +08:00
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
left: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-11-12 08:35:57 +08:00
|
|
|
.sortable {
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
2017-11-17 19:42:19 +08:00
|
|
|
background-color: $primary-low;
|
2013-11-12 08:35:57 +08:00
|
|
|
}
|
|
|
|
@include unselectable;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
.likes {
|
2013-11-15 04:50:36 +08:00
|
|
|
width: 65px;
|
|
|
|
}
|
|
|
|
.views {
|
|
|
|
width: 65px;
|
|
|
|
}
|
|
|
|
.posts {
|
|
|
|
width: 65px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2015-01-07 15:50:28 +08:00
|
|
|
|
|
|
|
.post-actions {
|
|
|
|
clear: both;
|
|
|
|
width: auto;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2015-01-07 15:50:28 +08:00
|
|
|
text-align: left;
|
2017-12-19 04:49:11 +08:00
|
|
|
font-size: .857em;
|
2015-01-07 15:50:28 +08:00
|
|
|
margin-top: 5px;
|
|
|
|
.fa {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
a {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2015-01-07 15:50:28 +08:00
|
|
|
margin-right: 3px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
.activity {
|
2014-01-11 02:56:27 +08:00
|
|
|
width: 60px;
|
2014-11-06 22:06:21 +08:00
|
|
|
&:lang(zh_CN) {
|
2014-12-15 22:33:37 +08:00
|
|
|
width: 80px;
|
2014-11-06 22:06:21 +08:00
|
|
|
}
|
2014-08-16 04:39:34 +08:00
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
.age {
|
|
|
|
width: 60px;
|
|
|
|
}
|
2014-01-11 02:56:27 +08:00
|
|
|
.with-year {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-07-30 05:38:36 +08:00
|
|
|
.topic-list tbody tr.has-excerpt .star {
|
2013-10-20 06:18:25 +08:00
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 3px;
|
2013-10-16 08:31:54 +08:00
|
|
|
}
|
|
|
|
|
2014-07-30 05:38:36 +08:00
|
|
|
.topic-list.categories {
|
2014-08-05 08:44:01 +08:00
|
|
|
a.title {
|
|
|
|
color: $tertiary;
|
|
|
|
}
|
2014-06-20 16:26:59 +08:00
|
|
|
|
2013-12-13 06:27:25 +08:00
|
|
|
th.posts {
|
2013-10-21 12:24:37 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
2013-12-14 04:15:51 +08:00
|
|
|
th.stats {
|
|
|
|
width: 90px;
|
|
|
|
}
|
2013-12-21 05:51:39 +08:00
|
|
|
td.latest {
|
|
|
|
vertical-align: top;
|
2015-08-19 13:02:01 +08:00
|
|
|
padding: 0 8px 8px;
|
2013-12-21 05:51:39 +08:00
|
|
|
}
|
2013-10-21 07:20:16 +08:00
|
|
|
.last-user-info {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 0.857em;
|
2013-10-21 07:20:16 +08:00
|
|
|
}
|
2013-12-13 04:51:21 +08:00
|
|
|
.has-description {
|
|
|
|
td.category {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-21 07:20:16 +08:00
|
|
|
.category{
|
2014-06-20 05:11:21 +08:00
|
|
|
h3 {
|
|
|
|
display: inline-block;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.286em;
|
2015-01-07 05:42:36 +08:00
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2014-06-20 05:11:21 +08:00
|
|
|
a[href] {
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
}
|
2013-11-01 06:02:24 +08:00
|
|
|
.subcategories {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-10-21 07:20:16 +08:00
|
|
|
.category-description {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2014-06-20 05:11:21 +08:00
|
|
|
.clear-badge {
|
|
|
|
color: $primary;
|
|
|
|
}
|
2013-10-21 07:20:16 +08:00
|
|
|
}
|
2013-12-12 04:23:41 +08:00
|
|
|
|
|
|
|
.featured-topic {
|
2014-08-05 08:44:01 +08:00
|
|
|
margin: 10px 0 0;
|
2014-07-13 17:45:50 +08:00
|
|
|
/* topic status glyphs */
|
|
|
|
i {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium) !important;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 0.929em;
|
2014-07-13 17:45:50 +08:00
|
|
|
}
|
2013-12-12 04:23:41 +08:00
|
|
|
a.last-posted-at, a.last-posted-at:visited {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2017-12-21 04:56:53 +08:00
|
|
|
font-size: 0.857em;
|
2013-12-12 04:23:41 +08:00
|
|
|
}
|
2014-08-05 08:44:01 +08:00
|
|
|
.badge {
|
2017-12-21 04:56:53 +08:00
|
|
|
font-size: 0.857em;
|
2014-08-05 08:44:01 +08:00
|
|
|
top: -1px;
|
|
|
|
}
|
2013-12-12 04:23:41 +08:00
|
|
|
}
|
2013-10-21 07:20:16 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2014-07-30 05:38:36 +08:00
|
|
|
.topic-list-bottom {
|
2013-09-06 03:37:07 +08:00
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Misc. stuff
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-07-02 04:26:21 +08:00
|
|
|
#list-area .top-lists h2 {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 5px 0 10px;
|
|
|
|
}
|
2014-12-10 16:33:41 +08:00
|
|
|
|
2013-10-25 11:18:34 +08:00
|
|
|
#list-area {
|
2013-12-24 07:50:36 +08:00
|
|
|
h2 {
|
|
|
|
margin: 20px 0 10px;
|
|
|
|
}
|
2017-05-19 23:05:38 +08:00
|
|
|
.show-more.has-topics {
|
|
|
|
top: 0;
|
|
|
|
.alert {
|
|
|
|
padding: 12px 35px 12px 14px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-26 03:44:28 +08:00
|
|
|
}
|
|
|
|
|
2013-10-26 03:23:29 +08:00
|
|
|
.category-dropdown-menu {
|
2013-12-03 10:09:16 +08:00
|
|
|
max-height: 350px;
|
2015-03-05 11:15:21 +08:00
|
|
|
min-width: 131px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-10-26 03:44:28 +08:00
|
|
|
|
2014-01-30 02:35:24 +08:00
|
|
|
#bulk-select {
|
|
|
|
position: fixed;
|
|
|
|
right: 20px;
|
2016-03-11 02:28:22 +08:00
|
|
|
top: 130px;
|
2014-01-30 02:35:24 +08:00
|
|
|
padding: 5px;
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2015-08-27 09:43:56 +08:00
|
|
|
z-index: 99999;
|
2014-01-30 02:35:24 +08:00
|
|
|
}
|
2014-02-22 01:31:54 +08:00
|
|
|
|
|
|
|
button.dismiss-read {
|
|
|
|
float: right;
|
|
|
|
margin-bottom: 5px;
|
2014-08-08 14:29:51 +08:00
|
|
|
margin-left: 10px;
|
2014-02-22 01:31:54 +08:00
|
|
|
}
|
2014-05-30 02:15:56 +08:00
|
|
|
|
2017-09-09 02:47:39 +08:00
|
|
|
.tags-admin-menu {
|
2016-06-07 02:18:15 +08:00
|
|
|
.dropdown-menu {
|
|
|
|
right: 0;
|
|
|
|
top: 30px;
|
|
|
|
bottom: auto;
|
|
|
|
left: auto;
|
|
|
|
}
|
2014-05-30 02:15:56 +08:00
|
|
|
}
|
2014-06-28 05:06:59 +08:00
|
|
|
|
|
|
|
.category-heading {
|
|
|
|
clear: both;
|
2014-07-05 03:35:02 +08:00
|
|
|
p {
|
|
|
|
line-height: 1.5em;
|
2017-12-21 04:56:53 +08:00
|
|
|
font-size: 1.429em;
|
2014-07-05 03:35:02 +08:00
|
|
|
}
|
2014-06-28 05:06:59 +08:00
|
|
|
}
|
2014-12-15 22:39:13 +08:00
|
|
|
|
2016-06-18 16:38:03 +08:00
|
|
|
.category-navigation {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2014-06-28 05:06:59 +08:00
|
|
|
.category-logo {
|
|
|
|
max-height: 150px;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 15px;
|
2014-07-05 03:35:02 +08:00
|
|
|
margin-right: 15px;
|
2014-06-28 05:06:59 +08:00
|
|
|
}
|
2014-07-10 07:56:35 +08:00
|
|
|
|
|
|
|
/* Tablet (portrait) ----------- */
|
|
|
|
|
2014-07-25 00:21:22 +08:00
|
|
|
@media all
|
2014-07-10 07:56:35 +08:00
|
|
|
and (max-width : 850px) {
|
|
|
|
|
2015-10-24 08:15:13 +08:00
|
|
|
// slightly smaller font, tighten spacing on nav pills
|
2014-07-10 07:56:35 +08:00
|
|
|
.nav-pills {
|
|
|
|
> li > a {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2017-06-23 16:52:06 +08:00
|
|
|
padding: 5px 10px;
|
2014-07-10 07:56:35 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-06-23 16:52:06 +08:00
|
|
|
// new topic just a "+" no text
|
|
|
|
button#create-topic {
|
|
|
|
span {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-07-30 05:38:36 +08:00
|
|
|
.topic-list {
|
2015-10-24 08:15:13 +08:00
|
|
|
|
|
|
|
// tighter table header spacing
|
2014-07-10 07:56:35 +08:00
|
|
|
th:first-of-type {
|
|
|
|
padding: 12px 5px;
|
|
|
|
}
|
2015-10-24 08:15:13 +08:00
|
|
|
// smaller table cell font and cell spacing
|
2014-07-10 07:56:35 +08:00
|
|
|
th, td {
|
|
|
|
padding: 12px 2px;
|
2017-12-21 04:56:53 +08:00
|
|
|
font-size: 1em;
|
2014-07-10 07:56:35 +08:00
|
|
|
}
|
|
|
|
.main-link {
|
2017-12-21 04:56:53 +08:00
|
|
|
font-size: 1em;
|
2014-07-10 07:56:35 +08:00
|
|
|
}
|
|
|
|
.category {
|
|
|
|
min-width: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2015-10-24 08:15:13 +08:00
|
|
|
// suppress views column
|
2015-10-24 07:35:22 +08:00
|
|
|
th.views {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
td.views {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-10-24 08:15:13 +08:00
|
|
|
// show only the first poster
|
2014-08-20 04:20:55 +08:00
|
|
|
.posters {
|
2014-07-10 07:56:35 +08:00
|
|
|
min-width: 0;
|
|
|
|
width: 50px;
|
|
|
|
a:not(.latest) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
a.latest {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
2015-10-24 08:15:13 +08:00
|
|
|
}
|
2014-07-10 07:56:35 +08:00
|
|
|
}
|
|
|
|
}
|