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

@ -92,6 +92,22 @@ input[type="checkbox"]:checked+label {
box-shadow: 0px 0px 7px #000;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.side_element li:hover {
background-color: rgba(255, 255, 255, 0.25);
}

View File

@ -443,20 +443,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 {

View File

@ -374,11 +374,11 @@ aside {
.avatar {
width: 80px;
background-size: 80px;
height: 80px;
float: left;
margin: 15px;
border-radius: 10px;
background-size: auto 80px;
}
.post,