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

@ -127,8 +127,8 @@ input[type="checkbox"]:checked+label {
input[type="submit"] {
color: #fff;
border-radius: 5px !important;
border: 2px solid;
border-radius: 20px !important;
border: 1px solid;
text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
text-align: center;
white-space: nowrap;
@ -151,8 +151,8 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
color: #fff;
padding: 5px $half-height 3px;
border-radius: 12px !important;
border: 2px solid #ccc !important;
border-radius: 30px !important;
border: 1px solid #ccc !important;
text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
text-align: center;
@ -184,6 +184,14 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
background-color: #6B91B6;
}
.reply .postMenu {
color:black;
background-image: none;
background-color: transparent;
border:0px;
box-shadow:none;
}
.postMenu {
background: rgb(185,215,245);
background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
@ -374,6 +382,14 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
color: black !important;
}
.felem a:hover > span {
background-color: #e6e6e6;
border: 1px solid #ababab !important;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
color: black !important;
border-radius:4px;
}
.public::after {
content: '';
}

View File

@ -2,5 +2,4 @@ body {
background-attachment: fixed;
background-size: cover;
margin: 0;
}
}