discourse/app/assets/stylesheets/desktop/topic.scss

225 lines
3.7 KiB
SCSS
Raw Normal View History

2013-10-23 17:00:02 -04:00
.post-actions {
@include unselectable;
2013-10-24 00:30:41 -04:00
clear: both;
text-align: right;
2018-01-22 21:26:07 -05:00
margin-bottom: 10px;
.post-action {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
}
.post-menu-area {
margin: 20px 0;
}
.edits {margin-right: 5px;}
2013-09-05 15:37:07 -04:00
#topic-title {
z-index: z("base");
2014-10-02 15:26:57 -04:00
padding-top: 14px;
margin-bottom: 10px;
2017-08-31 05:16:08 -04:00
#edit-title, .category-chooser, .edit-controls {
width: 500px;
}
h1 {
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
line-height: $line-height-medium;
2013-11-12 08:36:00 -05:00
overflow: hidden;
2018-02-02 19:33:00 -05:00
width: 100%;
a {color: $primary;}
}
2013-11-12 08:36:00 -05:00
.topic-statuses {
margin-top: -2px;
}
2014-05-11 00:50:03 -04:00
.select2-container {
vertical-align: middle;
}
.private-message-glyph { display: none; }
.remove-featured-link {
float: right;
text-transform: lowercase;
color: dark-light-choose($primary-medium, $secondary-medium);
font-size: 0.857rem;
}
2013-09-05 15:37:07 -04:00
}
2014-07-06 00:08:07 -04:00
.private-message-glyph {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-low-mid, $secondary-high);
2014-07-06 00:08:07 -04:00
float: left;
margin-right: 5px;
}
.private_message #topic-title .private-message-glyph { display: inline; }
2014-06-16 14:25:33 -04:00
.topic-error {
padding: 18px;
width: 60%;
margin-left: auto;
margin-right: auto;
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
2014-06-16 14:25:33 -04:00
text-align: center;
2018-01-12 17:27:38 -05:00
line-height: $line-height-medium;
2014-06-16 14:25:33 -04:00
.topic-retry {
display: block;
margin-top: 28px;
margin-left: auto;
margin-right: auto;
}
}
.topic-status-info {
border-top: 1px solid $primary-low;
padding: 10px 0;
height: 20px;
max-width: 757px;
}
#topic-progress-wrapper {
position: fixed;
right: 50%;
width: 0;
bottom: 0;
z-index: z("timeline");
&.docked {
position: absolute;
bottom: -70px;
}
}
#topic-progress-expanded {
2017-08-31 05:16:08 -04:00
border: 1px solid $primary-low;
padding: 5px;
background: $secondary;
position: relative;
left: 340px;
2015-09-22 19:36:15 -04:00
width: 135px;
button.full {
width: 100%;
margin-bottom: 5px;
2014-06-12 17:24:11 -04:00
i {
display: block;
margin-top: 2px;
margin-bottom: 2px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-2;
2014-06-12 17:24:11 -04:00
}
}
.jump-form {
input[type="text"] {
float: left;
width: 45px;
height: 20px;
text-align: center;
margin-bottom: 0;
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
}
button.btn {
float: right;
width: 55px;
}
}
button.btn.jump-prompt {
margin: 0;
}
button.btn.jump-bottom {
margin: 5px 0 0 0;
}
}
2013-09-05 15:37:07 -04:00
#topic-progress {
position: relative;
left: 340px;
2013-09-05 15:37:07 -04:00
&.hidden {
display: none;
}
2015-05-19 21:10:40 -04:00
background-color: $secondary;
color: $tertiary;
2017-06-11 22:20:14 -04:00
border: 1px solid $tertiary-low;
2015-05-19 21:10:40 -04:00
border-bottom: none;
width: 145px;
2013-09-05 15:37:07 -04:00
height: 34px;
2014-06-27 18:28:16 -04:00
/* as a big ol' click target, don't let text inside be selected */
@include unselectable;
2014-06-27 18:28:16 -04:00
&:hover {
cursor: pointer;
}
2013-09-05 15:37:07 -04:00
.nums {
position: relative;
top: 9px;
width: 100%;
text-align: center;
z-index: z("base");
2013-09-05 15:37:07 -04:00
}
.d-icon {
2013-09-05 15:37:07 -04:00
position: absolute;
right: 8px;
bottom: 9px;
z-index: z("base");
2013-09-05 15:37:07 -04:00
}
h4 {
display: inline;
2018-01-12 17:27:38 -05:00
font-size: $font-up-2;
line-height: $line-height-small;
2013-09-05 15:37:07 -04:00
}
.bg {
position: absolute;
top: 0;
bottom: 0;
width: 0;
2017-06-11 22:20:14 -04:00
border-right: 1px solid $tertiary-low;
background-color: $tertiary-low;
2014-12-23 06:09:17 -05:00
transition: width .75s;
2013-09-05 15:37:07 -04:00
}
}
2013-10-22 10:41:09 -04:00
#topic-filter {
2017-10-10 16:07:46 -04:00
background-color: $highlight-medium;
2013-10-22 10:41:09 -04:00
padding: 8px;
bottom: 0;
position: fixed;
width: 100%;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
z-index: z("dropdown");
}
2013-10-23 17:00:02 -04:00
@media all
and (min-width: 400px) {
2014-07-22 20:33:21 -04:00
#topic-progress, #topic-progress-expanded {
right: 0;
left: 0;
}
#topic-progress-wrapper {
right: 19vw;
}
#topic-progress-wrapper.docked {
right: 19vw;
}
#topic-footer-main-buttons {
max-width: 70%;
}
}
@media all
and (max-width : 485px) {
#topic-progress-wrapper.docked {
display: none;
}
#topic-footer-main-buttons {
max-width: 100%;
}
}