1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 16:42:49 +00:00
Files
classic-wow-forums/client/app/pages/thread/thread.scss

121 lines
2.0 KiB
SCSS

@import '../../scss/mixins';
.topic-bg {
background-image: url('../../assets/topic-bg.gif');
background-repeat: repeat-x;
height: 41px;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 100px;
}
.threadTopic-container {
background-color: #0C0C0C;
border-style: solid;
border-width: 1px;
border-color: #8C8E89 #8C8E89 #0C0C0C #0C0C0C;
padding: 2px 10px 0 5px;
margin-top: 8px;
}
.threadTopic {
display: flex;
align-items: center;
}
.paging-bg {
background-image: url('../../assets/paging-bg.gif');
background-repeat: repeat-x;
height: 25px;
margin-bottom: 4px;
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 10px;
}
.reply-body {
background-color: #000000;
padding: 0 6px 4px 6px;
}
.reply-container {
background-color: #000000;
padding: 2px;
border: 1px solid #343434;
& + & {
margin-top: 3px;
}
}
.reply {
display: flex;
background-color: rgb(37, 37, 37);
&--dark {
background-color: rgb(22, 22, 22);
}
&__user-container {
display: flex;
align-items: center;
flex-direction: column;
padding: 4px;
width: 150px;
border-right: 1px solid #000000;
@include breakpoint(mediumOrLess) {
width: 100px;
}
}
&__header {
display: flex;
align-items: center;
min-height: 26px;
border-bottom: 1px solid #000000;
padding: 3px 6px;
@include breakpoint(mediumOrLess) {
font-size: 10px;
}
}
&__title {
color: white;
justify-content: space-between;
&__button {
cursor: pointer;
& + & {
margin-left: 3px;
}
@include breakpoint(mediumOrLess) {
width: 50px;
height: auto;
}
}
}
&__content {
padding: 20px;
}
}
.forumliner-bot-bg {
background-image: url('../../assets/forumliner-bot-bg.gif');
background-repeat: repeat-x;
width: 100%;
height: 15px;
}
.character-name {
color: #FFAC04;
font-weight: bold;
white-space: nowrap;
}