mirror of
https://github.com/openvk/openvk
synced 2025-07-08 16:53:02 +03:00
63 lines
No EOL
971 B
CSS
63 lines
No EOL
971 B
CSS
/*avatar controls idk*/
|
|
#avatarEdit
|
|
{
|
|
position: relative;
|
|
}
|
|
#_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;
|
|
opacity:0%;
|
|
}
|
|
#uploadIcon
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
margin-left:20px;
|
|
}
|
|
#_newPicture
|
|
{
|
|
color:#B2B2B2;
|
|
}
|
|
.newpict
|
|
{
|
|
position:absolute;
|
|
margin-left:0;
|
|
margin-right:0;
|
|
}
|
|
#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;
|
|
opacity:0%;
|
|
}
|
|
#_newAvatarPicture2
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
margin-left:20px;
|
|
} |