Posted 10 января, 20159 yr comment_77963 Всем привет. Как сделать, чтобы все аватарки были круглые на форуме?
10 января, 20159 yr comment_77964 в ipb_styles.css заменить ваш код: .ipsUserPhoto_variable { max-width: 120px !important; } на: .ipsUserPhoto_variable { max-width: 120px !important; border-radius: 50%; }
10 января, 20159 yr Author comment_77966 в ipb_styles.css заменить ваш код: .ipsUserPhoto_variable { max-width: 120px !important; } на: .ipsUserPhoto_variable { max-width: 120px !important; border-radius: 50%; } У меня там такой код: .ipsUserPhoto_variable { max-width: 155px; } .ipsUserPhoto_large { max-width: 90px; max-height: 90px; } .ipsUserPhoto_medium { width: 50px; height: 50px; } .ipsUserPhoto_mini { width: 30px; height: 30px; } .ipsUserPhoto_tiny { width: 20px; height: 20px; } .ipsUserPhoto_icon { width: 16px; height: 16px; } И мне нужно поменять все аватарки на форуме.
10 января, 20159 yr Author comment_77968 вот ко всем и припишите: border-radius: 50%; Благодарю. Только что нашел ваш же ответ в другой теме. Благодарю за помощь. Можно закрывать + Прошу прощение, как здесь поменять? Edited 10 января, 20159 yr by WOLF
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.