Pentru prima si a doua problema:
Cauta in ipb_style.css codul acesta:
.notnew .col_c_icon i {
font-size: 19px;
background: #0052cc;
background-image: url(http://i.imgur.com/R6S46V4.png);
background-position-x: left;
background-position-y: center;
background-size: cover;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: fixed;
background-origin: initial;
background-clip: initial;
background-color: initial;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #333;
color: #555;
transition: all 0.7s ease-in-out;
}
dupa ce lai gasit il stergi de tot, si adaugi codul de mai jos.
.unread .col_c_icon i {
font-size: 19px;
background: #0052cc;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #333;
color: #2f2c2c;
transition: all 0.7s ease-in-out;
}
.notnew .col_c_icon i {
font-size: 19px;
background: #0052cc;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #333;
color: #555;
transition: all 0.7s ease-in-out;
}
Pentru problema trei:
.bar, .ipsSideBlock h3 {
border-bottom: 1px solid #191919;
text-shadow: rgba(149, 30, 44, 0) 0px -1px 0px;
background: #1a1a1a url(https://i.imgur.com/xmCH4k6.png) repeat 18%;
padding: 8px;
transition: all .5s ease-in-out;
}