Jump to content

Сделать круглые аватарки на главной

Featured Replies

Доброе утро, как можно закруглить вот эти аватарки?image.thumb.png.a39be6546826e75deaf9f728

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/
Share on other sites
.ipsUserPhoto {
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

 

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/?&do=findComment&comment=98596
Share on other sites

А подскажи куда это еще вставить ?

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/?&do=findComment&comment=98599
Share on other sites

В ipb_styles.css найти:

.ipsUserPhoto {

Все что там заменить на:

.ipsUserPhoto {
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

 

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/?&do=findComment&comment=98605
Share on other sites
  • 3 месяца спустя...
В 06.01.2016 в 13:31, Back сказал:

В ipb_styles.css найти:


.ipsUserPhoto {

Все что там заменить на:


.ipsUserPhoto {
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

 

А как увеличить размер а то все мелкое теперь из за кода?

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/?&do=findComment&comment=106506
Share on other sites
51 минут назад, Dusty сказал:

А как увеличить размер а то все мелкое теперь из за кода?

Увеличить border-radius. Можно задать линейные размеры с помощью width, height, line-height. Обсуждалось тут:

 

Link to comment
https://ipbmafia.ru/topic/13247-sdelat-kruglye-avatarki-na-glavnoj/?&do=findComment&comment=106512
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.