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

@ -170,6 +170,15 @@ input[type="submit"] {
padding:2px;
}
.reply .postMenu {
background-color: transparent;
border: none !important;
color:black;
padding:2px;
margin-right:20px !important;
color:transparent;
}
.menu div{
background-color: #b8b8b8;
border: 2px outset #fff !important;
@ -331,6 +340,16 @@ input[type="submit"] {
border: 2px inset #fff !important;
}
.felem a:hover > span {
background-color: #b8b8b8;
border-left: 1px solid #e4e6f3 !important;
border-top: 1px solid #e4e6f3 !important;
border-right: 1px solid #000507 !important;
border-bottom: 1px solid #000507 !important;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
color: black !important;
}
.public{
display:inline-block;
width:17px;