290420 New theme, personal settings and bugfixes
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
a, .link {
|
||||
color: #04a0c6;
|
||||
color: #048fb3;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #7dbcda;
|
||||
background-color: #c4e0ee;
|
||||
}
|
||||
|
||||
select{
|
||||
@ -23,12 +23,12 @@ input[type="checkbox"]:checked+label {
|
||||
color: red;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
border:0px;
|
||||
input[type="text"]:not([name="spoiler"]),textarea {
|
||||
border:1px solid #aaa !important;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
background-color: #373737;
|
||||
background-image: linear-gradient(#2e2c2e, #090a14);
|
||||
}
|
||||
|
||||
.gotop {
|
||||
@ -76,7 +76,7 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
.toggleblur{
|
||||
background-color: #04a0c6;
|
||||
background-color: #048fb3;
|
||||
color: #373737;
|
||||
}
|
||||
|
||||
@ -87,7 +87,7 @@ input[type="text"] {
|
||||
background-color: white;
|
||||
border:2px solid #7dbcda;
|
||||
border-radius:7px;
|
||||
color:#04a0c6;
|
||||
color:#048fb3;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
@ -99,7 +99,7 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
.voteBar{
|
||||
background-color: #04a0c6;
|
||||
background-color: #048fb3;
|
||||
}
|
||||
|
||||
.new {
|
||||
@ -108,7 +108,13 @@ input[type="text"] {
|
||||
|
||||
.side_element {
|
||||
background-color: white;
|
||||
color: #04a0c6;
|
||||
color: #048fb3;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
.side_element .avatar {
|
||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.side_element li:hover {
|
||||
@ -120,7 +126,7 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
.side_element a {
|
||||
color: #04a0c6;
|
||||
color: #048fb3;
|
||||
}
|
||||
|
||||
.uploadBox {
|
||||
@ -133,21 +139,22 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
background-color:#04a0c6;
|
||||
border: 1px solid #04a0c6;
|
||||
background-color:#048fb3;
|
||||
border: 1px solid #048fb3;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.formbtn {
|
||||
color:#04a0c6;
|
||||
color:#048fb3;
|
||||
}
|
||||
|
||||
.formbtn label{
|
||||
color:#04a0c6;
|
||||
color:#048fb3;
|
||||
}
|
||||
|
||||
.profile,.loader {
|
||||
background-color:white;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.menu,.menu li {
|
||||
@ -228,11 +235,15 @@ input[type="submit"] {
|
||||
.loadmore {
|
||||
background-color: white;
|
||||
border: 1px solid #8fa9b8;
|
||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
.postform,.searchmobile {
|
||||
background-color: white;
|
||||
border: 1px solid #8fa9b8
|
||||
border: 1px solid #8fa9b8;
|
||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
.previewpost {
|
||||
@ -255,6 +266,22 @@ input[type="submit"] {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.unlisted::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.private::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.direct::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #0b82d2;
|
||||
}
|
||||
@ -278,7 +305,7 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
.setting input[type="radio"]:checked+label {
|
||||
background-color:#04a0c6;
|
||||
background-color:#048fb3;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -435,20 +435,28 @@ aside {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left:0px;
|
||||
top:-198px;
|
||||
top:15px;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
height: auto;
|
||||
border-radius:3px;
|
||||
line-height:initial;
|
||||
z-index:99;
|
||||
}
|
||||
|
||||
.userinfo_upper{
|
||||
top:-100px;
|
||||
}
|
||||
|
||||
.userinfo_co {
|
||||
width: 280px;
|
||||
margin: 10px;
|
||||
text-align: center;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.userinfo_he {
|
||||
width: 300px;
|
||||
height: 100px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.media {
|
||||
|
||||
@ -365,11 +365,11 @@ aside {
|
||||
|
||||
.avatar {
|
||||
width: 80px;
|
||||
background-size: 80px;
|
||||
height: 80px;
|
||||
float: left;
|
||||
margin: 15px;
|
||||
border-radius: 10px;
|
||||
background-size: auto 80px;
|
||||
}
|
||||
|
||||
.post,
|
||||
|
||||
Reference in New Issue
Block a user