2020-06-07 19:04:43 +03:00
|
|
|
/*
|
|
|
|
By WerySkok (@WerySkok)
|
|
|
|
*/
|
|
|
|
|
|
|
|
.left_small_block > div > div > div > table > tbody > tr > td > a > img,
|
|
|
|
table.User > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
|
|
|
{
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
2022-05-23 19:45:29 +03:00
|
|
|
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
2020-06-07 19:04:43 +03:00
|
|
|
{
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
|
|
|
{
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-menu > div > a,
|
|
|
|
.post-menu > a
|
|
|
|
{
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.crp-entry--image > img
|
|
|
|
{
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.crp-entry--message---av > img,
|
|
|
|
.ava
|
|
|
|
{
|
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messenger-app--messages---message:hover
|
|
|
|
{
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right_small_block > a:nth-child(1) > img,
|
|
|
|
.left_small_block > div:nth-child(1) > a > img,
|
|
|
|
div.ovk-video > div > img
|
|
|
|
{
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2021-11-28 14:53:33 +03:00
|
|
|
|
|
|
|
.cCompactAvatars {
|
|
|
|
width: 30px !important;
|
|
|
|
height: 30px !important;
|
2022-02-09 23:17:57 +03:00
|
|
|
object-fit: cover;
|
2021-11-28 14:53:33 +03:00
|
|
|
}
|
2022-07-05 18:08:55 +03:00
|
|
|
|
|
|
|
.profile_thumb > a > img {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
2023-01-09 13:50:47 +03:00
|
|
|
|
|
|
|
.tippy-content > table > tbody > tr > td:nth-child(1) > img{
|
|
|
|
width: 54px;
|
|
|
|
height: 54px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|