|
|
@ -14,45 +14,40 @@
|
|
|
|
&.deleted {
|
|
|
|
&.deleted {
|
|
|
|
-moz-opacity: 0.30;
|
|
|
|
-moz-opacity: 0.30;
|
|
|
|
opacity: 0.30;
|
|
|
|
opacity: 0.30;
|
|
|
|
height:30px;
|
|
|
|
height: 30px;
|
|
|
|
overflow-y:hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.deleted-expanded {
|
|
|
|
&.deleted-expanded {
|
|
|
|
height:100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y:default;
|
|
|
|
overflow-y: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
|
|
|
.topic-main-buttons {
|
|
|
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 475px) {
|
|
|
|
@media (max-width: 475px) {
|
|
|
|
.post-tools {
|
|
|
|
.post-tools {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.favourite-text {
|
|
|
|
.favourite-text {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// styling the chat button in the dropdown to match. surely there's a better way...
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.chat {
|
|
|
|
.topic-main-buttons {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding: 3px 20px;
|
|
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
.pointer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: rgb(66, 139, 202);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.main-post, .sub-posts {
|
|
|
|
|
|
|
|
.profile-block, .post-block {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
.post-signature {
|
|
|
|
.post-signature {
|
|
|
|
color: #666;
|
|
|
|
color: #666;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
@ -60,36 +55,16 @@
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
max-width:200px;
|
|
|
|
max-width: 200px;
|
|
|
|
max-height:60px;
|
|
|
|
max-height: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.profile-block, .post-block {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
|
|
|
line-height: 1.75em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.profile-block {
|
|
|
|
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
|
|
|
|
margin: 15px -11px -11px -11px;
|
|
|
|
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
|
|
|
padding: 5px 8px 5px 5px;
|
|
|
|
|
|
|
|
color: #777;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.post-block {
|
|
|
|
.post-block {
|
|
|
|
.post-buttons {
|
|
|
|
.topic-buttons {
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
margin: -5px 0 0 0;
|
|
|
|
margin: -5px 0 0 0;
|
|
|
@ -103,10 +78,8 @@
|
|
|
|
padding-left: 9px;
|
|
|
|
padding-left: 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.post-content {
|
|
|
|
.post-content {
|
|
|
|
min-height: 50px;
|
|
|
|
|
|
|
|
padding: 10px 5px 0 5px;
|
|
|
|
padding: 10px 5px 0 5px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -114,33 +87,35 @@
|
|
|
|
.post-images{
|
|
|
|
.post-images{
|
|
|
|
padding: 2px 5px 0 5px;
|
|
|
|
padding: 2px 5px 0 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-posts {
|
|
|
|
.sub-posts {
|
|
|
|
.post-tools {
|
|
|
|
.post-block {
|
|
|
|
margin-right: 9px;
|
|
|
|
.post-signature {
|
|
|
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.topic-buttons {
|
|
|
|
|
|
|
|
margin: -11px -10px 0px -10px;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
|
padding: 8px 9px 7px 23px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.post-content {
|
|
|
|
.post-content {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.post-signature {
|
|
|
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.img-thumbnail {
|
|
|
|
.img-thumbnail {
|
|
|
|
padding: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.post-buttons {
|
|
|
|
|
|
|
|
margin: -11px -10px 0 -10px;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.main-post {
|
|
|
|
.main-post {
|
|
|
|
.main-post-buttons {
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
|
|
|
@ -152,14 +127,14 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.main-avatar {
|
|
|
|
.avatar {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
width:100px;
|
|
|
|
width: 100px;
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
@ -170,7 +145,6 @@
|
|
|
|
border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.post-content {
|
|
|
|
.post-content {
|
|
|
|
min-height: 80px;
|
|
|
|
min-height: 80px;
|
|
|
@ -181,22 +155,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.post-block {
|
|
|
|
.post-block {
|
|
|
|
.post-buttons {
|
|
|
|
.topic-buttons {
|
|
|
|
button.show {
|
|
|
|
|
|
|
|
display: inline-block!important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.favourite {
|
|
|
|
|
|
|
|
.pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.topic-buttons { //main-post version is called post-buttons, needs to be consolidated.
|
|
|
|
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
|
margin: 0 -11px 0 92px;
|
|
|
|
margin: 0 -11px 0 92px;
|
|
|
@ -212,13 +171,10 @@
|
|
|
|
display: inline-block!important;
|
|
|
|
display: inline-block!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mobile-author-overlay {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mobile-author-info {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
z-index: 9999;
|
|
|
|
z-index: 9999;
|
|
|
|
|
|
|
|
|
|
|
@ -248,4 +204,17 @@
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// styling the chat button in the dropdown to match. surely there's a better way...
|
|
|
|
|
|
|
|
.chat {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
padding: 3px 20px;
|
|
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
.pointer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: rgb(66, 139, 202);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|