Показать сообщение отдельно
Reliance
15.06.2014
 
 
Аватар для Reliance
Знаток
О пользователе
 
Сообщений: 59
ВкоптоКарма: 22

Google Chrome 35.0.1916.114 (Win7)
ВК

[#636]
По умолчанию

Ребят, отредактируйте этот код так, чтоб аватарки стали полностью круглыми, пожалуйста.

Код:
/* Небольшое закругление всех аватарок */
.im_photo_holder a img, .dialogs_photo a img, td.image a img, img.reply_image, a.fw_post_thumb img, a.fw_reply_thumb img, a.ava img, div.fl_l.pv_thumb a img, div.gift_thumb a img, .mv_thumb a img, img.apps_wide_img, .mail_photo a img, div.people_cell a img, div.event_block a img, img.feedback_row_photo, a.bp_thumb img, .wdd_imgs img, .post_image img, .bd_day_events a img, img.reply_form_image {
border-radius: 3px !important;
-o-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
}
img.im_log_author_chat_thumb, .common_friends a img, img.published_by_photo, div.fl_l.thumb a img, img.feed_post_field_photo, div.fave_link_image img, .fc_msgs_wrap a.fc_msgs_author img.fc_msgs_author, table.like_stats a img, img.feedback_group_photo, img.blst_img, .published_by_photo img, .im_friend img, table.flist_cell td.flist_item_img img, img.settings_bl_photo {
border-radius: 2px !important;
-o-border-radius: 2px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
}
div.user_block a img, div.fl_l.group_row_photo a img, div.mail_envelope_photo a img, a.fave_user_image img, a.fave_face img, div.feed_friend_image a img, div.photo .bg_img img {
border-radius: 4px !important;
-o-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
#profile_avatar img, #group_avatar img, .content a img {
border-radius: 5px !important;
-o-border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
div.fave_face_name {
border-bottom-left-radius: 4px !important;
-o-border-bottom-left-radius: 4px !important;
-moz-border-bottom-left-radius: 4px !important;
-webkit-border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 4px !important;
-o-border-bottom-right-radius: 4px !important;
-moz-border-bottom-right-radius: 4px !important;
-webkit-border-bottom-right-radius: 4px !important;
}
Оффлайн
 
Ответить с цитированием