290420 New theme, personal settings and bugfixes

This commit is contained in:
Daisuke
2020-04-29 12:29:25 -05:00
parent 16e39ffbe8
commit 687ddc7068
48 changed files with 1986 additions and 369 deletions

View File

@ -17,10 +17,7 @@ label {
textarea,input[type="text"]{
background-color:white;
border-bottom:2px solid #ffffff !important;
border-right:2px solid #ffffff !important;
border-top:2px solid #828282 !important;
border-left:2px solid #828282 !important;
border: 2px inset #fff !important;
}
.media{
@ -88,10 +85,7 @@ input[type="checkbox"]:checked+label {
.side_element {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
}
.side_element li:hover {
@ -118,10 +112,7 @@ input[type="checkbox"]:checked+label {
input[type="submit"] {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
color:black;
}
@ -135,10 +126,7 @@ input[type="submit"] {
.profile,.loader,.menu,.notif {
background-color: #c3c3c3 !important;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
}
.menu li {
@ -151,20 +139,14 @@ input[type="submit"] {
.postMenu {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
color:black;
padding:1px;
padding:2px;
}
.postMenu div{
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
color:black;
box-shadow: 1px 1px 2px black;
}
@ -235,6 +217,10 @@ input[type="submit"] {
color: red !important;
}
.loadingImage{
background-image: url("../loadingb.gif") !important;
}
.post,
.rb,
.textonly,
@ -242,18 +228,12 @@ input[type="submit"] {
.postform,
.searchmobile {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
}
.previewpost,.userinfo {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
color:black;
}
@ -290,19 +270,13 @@ input[type="submit"] {
margin:5px;
padding:5px;
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
color:black;
}
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
border-bottom:2px solid #ffffff ;
border-right:2px solid #ffffff;
border-top:2px solid #828282;
border-left:2px solid #828282;
border: 2px inset #fff !important;
}
.voteBar{
@ -310,10 +284,47 @@ input[type="submit"] {
}
.post_footer {
border-bottom:2px solid #ffffff;
border-right:2px solid #ffffff;
border-top:2px solid #828282;
border-left:2px solid #828282;
border: 2px inset #fff !important;
}
.public{
display:inline-block;
width:17px;
height:17px;
background-image: url("../public.gif");
background-size:auto 17px;
vertical-align:middle;
background-repeat:no-repeat;
}
.unlisted{
display:inline-block;
width:17px;
height:17px;
background-image: url("../unlisted.gif");
background-size:auto 17px;
vertical-align:middle;
background-repeat:no-repeat;
}
.private{
display:inline-block;
width:17px;
height:17px;
background-image: url("../private.gif");
background-size:auto 17px;
vertical-align:middle;
background-repeat:no-repeat;
}
.direct{
display:inline-block;
width:17px;
height:17px;
background-image: url("../direct.gif");
background-size:auto 17px;
vertical-align:middle;
background-repeat:no-repeat;
}
.notif .post_buttons {
@ -336,18 +347,12 @@ input[type="submit"] {
.setting label {
background-color:#e2e2e2;
border-bottom:2px solid #ffffff;
border-right:2px solid #ffffff;
border-top:2px solid #828282;
border-left:2px solid #828282;
border: 1px inset #fff !important;
color:#aaaaaa;
}
.setting input[type="radio"]:checked+label {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
border: 2px outset #fff !important;
color: black;
}