290420 New theme, personal settings and bugfixes
This commit is contained in:
@ -253,6 +253,24 @@ input[type="submit"] {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.unlisted::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.private::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.direct::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
|
||||
.post_buttons {
|
||||
color: #404040;
|
||||
}
|
||||
|
@ -233,7 +233,7 @@ aside {
|
||||
height: 60px;
|
||||
border: 1px solid #ccc;
|
||||
display: inline-block;
|
||||
box-shadow: 3px 3px 3px grey;
|
||||
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
|
||||
float: left;
|
||||
background-size: cover;
|
||||
}
|
||||
@ -360,10 +360,9 @@ aside {
|
||||
}
|
||||
|
||||
.avatar {
|
||||
display:none;
|
||||
width: 50px;
|
||||
background-size: cover;
|
||||
height: 50px;
|
||||
width: 80px;
|
||||
background-size: 80px;
|
||||
height: 80px;
|
||||
float: left;
|
||||
margin: 15px;
|
||||
border-radius: 10px;
|
||||
@ -423,20 +422,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 {
|
||||
|
@ -233,7 +233,7 @@ aside {
|
||||
height: 60px;
|
||||
border: 1px solid #ccc;
|
||||
display: inline-block;
|
||||
box-shadow: 3px 3px 3px grey;
|
||||
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
|
||||
float: left;
|
||||
background-size: cover;
|
||||
}
|
||||
@ -360,11 +360,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