fayting Posted January 6, 2016 Report Share Posted January 6, 2016 Доброе утро, как можно закруглить вот эти аватарки? Quote Link to comment Share on other sites More sharing options...
Back Posted January 6, 2016 Report Share Posted January 6, 2016 .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); } Quote Link to comment Share on other sites More sharing options...
fayting Posted January 6, 2016 Author Report Share Posted January 6, 2016 А подскажи куда это еще вставить ? Quote Link to comment Share on other sites More sharing options...
Back Posted January 6, 2016 Report Share Posted January 6, 2016 В 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); } fayting 1 Quote Link to comment Share on other sites More sharing options...
Dusty Posted May 5, 2016 Report Share Posted May 5, 2016 В 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); } А как увеличить размер а то все мелкое теперь из за кода? Quote Link to comment Share on other sites More sharing options...
Sufiy Posted May 5, 2016 Report Share Posted May 5, 2016 51 минут назад, Dusty сказал: А как увеличить размер а то все мелкое теперь из за кода? Увеличить border-radius. Можно задать линейные размеры с помощью width, height, line-height. Обсуждалось тут: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.