discourse/app/assets/stylesheets/mobile/topic-post.scss

508 lines
7.5 KiB
SCSS
Raw Normal View History

.gap {
2014-05-19 23:55:46 -04:00
background-color: scale-color-diff();
padding: 5px 15px;
color: $primary;
text-align: center;
margin: 0 10px;
}
.topic-post {
2014-05-20 01:27:27 -04:00
border-top: 1px solid scale-color-diff();
padding: 6px 0 3px 0;
2013-09-05 15:37:07 -04:00
}
span.badge-posts {
margin-right: 5px;
}
.show-replies {
2013-09-05 15:37:07 -04:00
display: none;
i {
margin-left: 5px;
}
}
nav.post-controls {
clear: both;
2013-09-05 15:37:07 -04:00
}
button {
2014-03-06 01:51:39 -05:00
border: none;
font-size: 17px;
padding: 8px 10px;
2013-09-05 15:37:07 -04:00
vertical-align: top;
background: transparent;
color: scale-color($primary, $lightness: 50%);
float: left;
&.hidden {
display: none;
}
2014-05-13 08:53:11 -04:00
&.admin {
position: relative;
}
&.expand-post {
margin:10px 0 10px 0;
}
2014-07-20 04:39:02 -04:00
&.has-like {color: $love;}
.read-icon {
&:before {
font-family: "FontAwesome";
content: "\f02e";
2013-09-05 15:37:07 -04:00
}
&.unseen {
&:before {
content: "\f097";
2013-09-05 15:37:07 -04:00
}
}
&.bookmarked {
&:before {
color: $tertiary;
}
}
}
}
2013-09-05 15:37:07 -04:00
2014-07-20 05:12:35 -04:00
2014-07-20 05:50:58 -04:00
/* shift post reply button to the right and make it black */
.post-controls button.create {
float: right;
color: $primary;
}
2014-05-13 08:53:11 -04:00
.post-admin-menu {
background-color: $secondary;
width: 205px;
padding: 10px;
border: 1px solid scale-color-diff();
2014-05-13 08:53:11 -04:00
position: absolute;
text-align: left;
bottom: -26px;
2014-05-13 08:53:11 -04:00
left: 0;
z-index: 1000;
display: none;
h3 {
color: $primary;
font-size: 1em;
}
ul {
list-style: none;
margin: 10px 0 0 0;
}
li {
width: 176px;
margin-bottom: 5px;
i.fa {
width: 14px;
margin-right: 14px;
}
}
}
2013-09-05 15:37:07 -04:00
.embedded-posts {
.topic-meta-data h5 a {
margin-left: 10px;
}
}
.reply-new {
display: none;
}
.post-actions {
margin-left: 10px;
2013-09-05 15:37:07 -04:00
margin-top: 2px;
}
a.reply-to-tab {
position: absolute;
z-index: 400;
right: 80px;
color: scale-color($primary, $lightness: 50%);
span { display: none; }
2013-09-05 15:37:07 -04:00
}
a.star {
display: inline-block;
2013-09-05 15:37:07 -04:00
float: left;
font-size: 1.3em;
margin-top: 4px;
2013-09-05 15:37:07 -04:00
}
#main a.star.starred {
2014-03-06 01:51:39 -05:00
text-shadow: none !important;
2013-09-05 15:37:07 -04:00
}
.topic-post .boxed .contents {
float: none;
2014-06-13 02:14:58 -04:00
padding-top: 5px;
padding-bottom: 0px;
clear: both;
}
.topic-map {
2014-06-24 02:53:54 -04:00
margin: 30px 10px 10px 10px;
background: scale-color(scale-color-diff(), $lightness: 40%);
2013-09-05 15:37:07 -04:00
h3 {
margin-bottom: 4px;
color: $primary;
2013-09-05 15:37:07 -04:00
line-height: 23px;
}
2013-09-05 15:37:07 -04:00
h4 {
margin: 0 0 3px 0;
color: $primary;
2013-09-05 15:37:07 -04:00
font-weight: normal;
font-size: 12px;
line-height: 15px;
}
2013-09-05 15:37:07 -04:00
p,
.participants {
margin: 0 0 7px;
}
2014-07-13 01:17:54 -04:00
.user {
float: left;
margin-right: 10px;
}
2013-09-05 15:37:07 -04:00
ul {
margin: 0;
list-style: none;
}
2013-09-05 15:37:07 -04:00
.avatars {
> div {
float: left;
position: relative;
margin: 3px 0;
}
.post-count {
position: absolute;
top: 2px;
right: 6px;
padding: 0 4px;
font-weight: normal;
font-size: 11px;
line-height: 14px;
2014-05-06 03:48:44 -04:00
}
2014-06-26 03:46:16 -04:00
/* limit to one line of avatars for now */
height:30px;
2014-07-01 03:51:47 -04:00
overflow:hidden !important; // otherwise parent mobile styles conflict
2013-09-05 15:37:07 -04:00
}
2013-09-05 15:37:07 -04:00
.avatar {
float: left;
margin-right: 4px;
}
.map-collapsed {
.secondary {
display: none;
2013-09-05 15:37:07 -04:00
}
}
.map {
2013-09-05 15:37:07 -04:00
li {
float: left;
padding: 7px 11px;
&:last-of-type {
border-right: 0;
}
}
a, .number {
2013-09-05 15:37:07 -04:00
font-weight: bold;
line-height: 20px;
}
2014-05-06 18:38:22 -04:00
2013-09-05 15:37:07 -04:00
.avatar + a {
float: left;
}
}
.avatars,
.links,
.information {
2014-06-26 03:46:16 -04:00
padding: 7px 10px;
color: $primary;
2014-05-06 03:24:04 -04:00
overflow: auto;
2013-09-05 15:37:07 -04:00
}
2013-10-22 10:41:09 -04:00
2013-09-05 15:37:07 -04:00
.information {
2014-06-24 02:53:54 -04:00
border-top: 2px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
}
2014-05-06 03:48:44 -04:00
.domain {
2014-05-06 04:14:56 -04:00
color: scale-color($primary, $lightness: 75%);
2014-05-06 03:48:44 -04:00
}
2013-09-05 15:37:07 -04:00
.topic-links {
.badge-notification {
2014-07-01 03:51:47 -04:00
margin: 1px 5px 2px 0;
2013-09-05 15:37:07 -04:00
}
}
2014-06-26 03:46:16 -04:00
td {
vertical-align: top;
padding:1px;
2014-06-26 03:46:16 -04:00
}
2013-09-05 15:37:07 -04:00
.buttons {
float: right;
.btn {
border: 0;
2014-05-19 23:55:46 -04:00
border-bottom: 1px solid scale-color-diff();
border-left: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
padding: 0 23px;
color: $primary;
background: scale-color-diff();
2013-09-05 15:37:07 -04:00
&:hover {
background: scale-color($primary, $lightness: 75%);
color: $primary;
2014-05-19 23:55:46 -04:00
border-bottom: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
}
2013-12-09 16:27:49 -05:00
.fa {
2013-09-05 15:37:07 -04:00
margin: 0;
font-size: 18px;
line-height: 52px;
}
}
}
}
#topic-footer-buttons {
2014-05-19 23:55:46 -04:00
border-top: 1px solid scale-color-diff();
2013-09-10 23:56:55 -04:00
padding: 20px 10px 0 10px;
2013-09-05 15:37:07 -04:00
}
2014-05-06 03:48:44 -04:00
/* this is to force the drop-down notification state description para below the button */
#topic-footer-buttons p {
clear: both;
2014-05-06 04:14:56 -04:00
margin: 0;
2014-05-06 03:48:44 -04:00
}
2013-09-05 15:37:07 -04:00
#suggested-topics {
clear: left;
padding: 20px 10px 15px 10px;
th.views, td.views, td.activity, th.activity, th.likes, td.likes {
2013-09-05 15:37:07 -04:00
display: none;
}
2013-09-05 15:37:07 -04:00
a.badge-category, a.badge-category-parent {
2013-09-05 15:37:07 -04:00
font-size: 10px;
vertical-align: top;
}
2013-09-05 15:37:07 -04:00
.title {
font-size: 14px; line-height: 8px;
2013-09-05 15:37:07 -04:00
}
2013-09-05 15:37:07 -04:00
}
span.post-count {
background: $primary;
color: $secondary;
2013-09-05 15:37:07 -04:00
opacity: .8;
}
#topic-footer-buttons {
.btn {
margin-bottom: 5px;
2013-09-05 15:37:07 -04:00
margin-right: 10px;
2013-12-09 16:27:49 -05:00
.fa-star {margin-right: 5px;}
2013-09-05 15:37:07 -04:00
}
}
#topic-title {
z-index: 1000;
margin: 0 0 0 0 !important;
2013-09-10 23:56:55 -04:00
padding: 15px 10px 15px 10px;
2013-09-05 15:37:07 -04:00
}
.topic-post {
&.moderator {
2014-09-11 12:53:31 -04:00
background-color: scale-color($highlight, $lightness: 75%);
}
2013-09-05 15:37:07 -04:00
}
.quote-button.visible {
display: block;
}
iframe {
max-width: 100%;
}
.extra-info {
display: none;
}
.topic-meta-data {
margin-bottom: 10px;
}
.open>.dropdown-menu {
display: block;
}
.dropdown-menu li {
margin: 5px 0;
.fa {
float: left;
margin-right: 5px;
padding-top: 1px;
}
2013-09-05 15:37:07 -04:00
}
.btn-group {
margin-top: 25px;
2013-09-05 15:37:07 -04:00
position: relative;
}
.dropdown-toggle {
float: left;
2013-09-05 15:37:07 -04:00
position: relative;
}
.modal-body {
input[type=text] {
font-size: 16px;
display: block;
2013-09-05 15:37:07 -04:00
margin-top: 10px;
}
2013-09-05 15:37:07 -04:00
}
#share-link {
2014-06-24 03:55:43 -04:00
width: 290px;
2013-09-05 15:37:07 -04:00
}
#selected-posts {
padding-left: 20px;
2013-09-05 15:37:07 -04:00
.btn {
margin-bottom: 10px;
2013-09-05 15:37:07 -04:00
}
}
.post-select {
float: right;
margin-right: 20px;
2013-09-05 15:37:07 -04:00
margin-top: -20px;
}
2014-05-13 01:50:52 -04:00
.post-action {
float:right;
2014-05-13 14:10:29 -04:00
margin-right: 10px;
2014-05-13 01:50:52 -04:00
}
2013-09-05 15:37:07 -04:00
.post-action .relative-date {
margin-left: 5px;
}
.deleted {
2014-05-06 23:53:04 -04:00
background-color: scale-color($danger, $lightness: 75%);
2013-09-05 15:37:07 -04:00
}
#show-topic-admin {
color: scale-color($primary, $lightness: 50%);
right: 0;
border-right: 0;
padding-right: 4px;
padding-left: 5px;
2013-09-05 15:37:07 -04:00
border-radius: 4px 0 0 4px;
}
.deleted-user-avatar {
font-size: 36px;
}
.staff a {
border-radius: 4px;
padding: 4px;
margin: -4px 0 0 -4px;
}
2013-09-05 15:37:07 -04:00
span.btn-text {display: none;}
blockquote {
2013-09-18 11:05:23 -04:00
clear:both;
/* leave browser defaults for top and bottom here */
margin-left: 0;
margin-right: 0;
}
// we assume blockquotes have their own margins, so all blockquotes
// will remove margins from first (top) and last (bottom) child elements
blockquote > *:first-child {
2014-06-30 06:03:54 -04:00
margin-top: 0 !important;
}
blockquote > *:last-child {
2014-06-30 06:03:54 -04:00
margin-bottom: 0 !important;
}
.gutter { display: none; }
.posts-wrapper { position: relative;
}
2014-03-31 11:29:32 -04:00
.topic-body.highlighted {
background-color: scale-color($tertiary, $lightness: 75%);
}
span.highlighted {
background-color: scale-color($highlight, $lightness: 70%);
}
.topic-avatar {
float: left;
position: relative;
z-index: 2;
}
.topic-meta-data {
white-space: nowrap;
position: absolute;
z-index: 1;
width: 100%;
.names {
margin: 5px 0 0 65px;
line-height: 17px;
span {
display: block;
}
}
.post-info {
float: right;
font-size: 12px;
margin: 4px 10px 0 0;
.edits { margin-right: 5px; }
}
}
.username.new-user a {
color: scale-color($primary, $lightness: 70%);
}
.user-title {
color: #aaa;
padding-top: 2px;
overflow: hidden;
margin-right: 50px;
2014-03-31 11:29:32 -04:00
}
.read-state {
display: none;
}