mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
97 lines
1.6 KiB
CSS
97 lines
1.6 KiB
CSS
/*avatar controls idk*/
|
|
#avatarEdit
|
|
{
|
|
position: relative;
|
|
}
|
|
#avatarAll {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
#avatarChange, #_avatarDelete, #groupAvatarChange {
|
|
-webkit-transition: all 200ms ease-in-out;
|
|
-moz-transition: all 200ms ease-in-out;
|
|
-o-transition: all 200ms ease-in-out;
|
|
transition: all 200ms ease-in-out;
|
|
}
|
|
#avatarChange {
|
|
bottom: -32px !important;
|
|
visibility: hidden;
|
|
}
|
|
div#avatarAll:hover #avatarChange {
|
|
opacity: 1 !important;
|
|
bottom: -8px !important;
|
|
visibility: visible;
|
|
}
|
|
#_avatarDelete
|
|
{
|
|
position:absolute;
|
|
right:0;
|
|
top:0;
|
|
background-color:rgba(51, 51, 51, 0);
|
|
border-radius: 0px 0px 3px 3px;
|
|
padding:2px;
|
|
padding-left:3px;
|
|
}
|
|
#deleteButton
|
|
{
|
|
opacity:0;
|
|
}
|
|
#avatarChange
|
|
{
|
|
position:absolute;
|
|
width:100px;
|
|
background-color:rgba(51, 51, 51, 0);
|
|
list-style-type: none;
|
|
font-size:11px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
padding-right: 10px;
|
|
opacity:0%;
|
|
}
|
|
#uploadIcon
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
margin-left:13px;
|
|
}
|
|
#_newPicture
|
|
{
|
|
color:#B2B2B2;
|
|
}
|
|
#_newPicture:hover
|
|
{
|
|
color: #D9D9D9;
|
|
}
|
|
.newpict
|
|
{
|
|
position:absolute;
|
|
text-align:center;
|
|
left:20%;
|
|
top:75%;
|
|
}
|
|
.newpict:hover
|
|
{
|
|
color:#5680a0;
|
|
}
|
|
#groupAvatarChange
|
|
{
|
|
position:absolute;
|
|
width:100px;
|
|
background-color:rgba(51, 51, 51, 0);
|
|
list-style-type: none;
|
|
font-size:11px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
padding-right: 10px;
|
|
opacity:0%;
|
|
}
|
|
#_newAvatarPicture2
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
margin-left:13px;
|
|
}
|
|
#_newAvatarPicture:hover
|
|
{
|
|
color:#D9D9D9;
|
|
}
|