Cudder Posted February 7, 2014 Share Posted February 7, 2014 Здравствуйте ув. пользователи. Хотел бы узнать как сделать данный блок белым, а не прозрачным как на скриншоте ниже: Заранее благодарю :) Link to comment Share on other sites More sharing options...
Атаман Posted February 7, 2014 Share Posted February 7, 2014 В своем шаблонеipb_styles.css Ищите:.statistics { И добавить: background: #fff; Link to comment Share on other sites More sharing options...
Cudder Posted February 7, 2014 Author Share Posted February 7, 2014 Спасибо, я так и думал, но что-то забыл попробовать.Есть еще вопрос:Сейчас:Нужно:Белый фон не обязательно, главное обводка. Link to comment Share on other sites More sharing options...
Атаман Posted February 7, 2014 Share Posted February 7, 2014 #board_stats ul {background: #FFF;border: 1px solid #DFDFDF; Link to comment Share on other sites More sharing options...
Cudder Posted February 7, 2014 Author Share Posted February 7, 2014 #board_stats ul {background: #FFF;border: 1px solid #DFDFDF; Теперь вот как: Фон как бы белый не нужен, нужна обводка цифр (закругленная, как на скриншоте "Нужно"). Link to comment Share on other sites More sharing options...
Cudder Posted February 7, 2014 Author Share Posted February 7, 2014 Все. Спасибо, сделал сам. #board_stats ul { text-align: center; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #fff; color: #222; text-shadow: rgba(255,255,255,0.6) 0px 1px 0px; padding: 3px 7px; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 3px; -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px; -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px; box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now