200520 New reply layout and Longhorn theme

This commit is contained in:
Daisuke
2020-05-20 14:53:33 -05:00
parent cb98b84c94
commit 2b1cee3f9d
27 changed files with 900 additions and 78 deletions

View File

@ -159,6 +159,14 @@ input[type="checkbox"]:checked+label {
padding:2px;
}
.reply .postMenu {
background-color: transparent;
border: none;
color:black;
padding:2px;
margin-right:10px;
}
.profile,.loader,.menu,.notif,.postMenu > .menu {
background-color: #efd7f3 !important;
border: 2px outset #f2e0f5 !important;
@ -265,6 +273,7 @@ input[type="checkbox"]:checked+label {
.loadmore, .postform,.searchmobile {
background-color: #efd7f3;
border: 2px outset #f2e0f5 !important;
border-radius:0px !important;
}
.previewpost,.userinfo {
@ -330,6 +339,14 @@ input[type="checkbox"]:checked+label {
background-color:#c8f7f5;
}
.felem a:hover > span {
background-color: #efd7f3;
border: 2px outset #f2e0f5 !important;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
color: black !important;
border-radius:0px;
}
.public::after {
content: '';
}