1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-03-06 07:45:25 +00:00

client - thread page work

This commit is contained in:
2018-01-10 23:45:02 -06:00
parent 8eb31b984e
commit 991e1bfe5a
45 changed files with 367 additions and 120 deletions

View File

@@ -0,0 +1,88 @@
.topic-bg {
background-image: url('../../assets/topic-bg.gif');
background-repeat: repeat-x;
height: 41px;
display: flex;
justify-content: space-between;
align-items: center;
}
.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;
}
.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(22, 22, 22);
// border: 1px solid #343434;
&__user-container {
display: flex;
align-items: center;
flex-direction: column;
padding: 4px;
width: 150px;
border-right: 1px solid #000000;
}
&__title {
display: flex;
align-items: center;
justify-content: space-between;
height: 26px;
border-bottom: 1px solid #000000;
padding: 0 6px;
color: white;
&__button {
cursor: pointer;
& + & {
margin-left: 3px;
}
}
}
&__content {
padding: 20px;
}
}
.forumliner-bot-bg {
background-image: url('../../assets/forumliner-bot-bg.gif');
background-repeat: repeat-x;
width: 100%;
height: 15px;
}