new login page design and minor css changes to the comment panel in layout1

This commit is contained in:
noxy
2019-11-11 15:13:37 +00:00
parent 6401c95d69
commit f78dbfd5c3
3 changed files with 60 additions and 35 deletions

View File

@@ -250,6 +250,7 @@ div.tbody {
-webkit-transition: height 0.8s;
-moz-transition: height 0.8s;
transition: height 0.8s;
border: 1px solid black;
}
#commentForm textarea:active, #commentForm textarea:focus, #commentForm textarea:valid {
height: 8em;
@@ -2679,8 +2680,9 @@ ul.downloadlist {
nsfw {
color: #d83b3bcc;
background: #0a090c;
border-radius: 5px;
padding: 2px;
padding: 5px;
position: absolute;
font-weight: bold;
}
nsfw::after {
@@ -2690,8 +2692,9 @@ nsfw::after {
sfw {
color: #59d83bcc;
background: #0a090c;
border-radius: 5px;
padding: 2px;
padding: 5px;
position: absolute;
font-weight: bold;
}
sfw::after {
@@ -3797,15 +3800,18 @@ button#layout4:before {
}
.commbordersoos {
border: 1px solid black;
background: #1313137a;
background: #3a3938;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
/*margin-bottom: 5px;*/
margin-top: -5px;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
#parent {
background: #1a1a1b;
background: #3a3938;
border-radius: 0;
padding: 5px;
cursor: pointer;
@@ -3816,3 +3822,16 @@ button#layout4:before {
border-bottom: 1px solid black;
border-right: 1px solid black;
}
.not-logged-in {
padding: 10px;
background: #1a1a1b;
margin: 5px;
border-radius: 5px;
display: flex;
justify-content: center;
}
.sees.panel.panel-default {
padding-bottom: 5px;
}