Zmieć w style i szablony->style->twój styl->opcje (po prawej)->edytuj styl->globall.css
Kod:
.trow1, .trow2, .trow3 {
background: #ff0000;
background: rgb(20,20,20); /* Old browsers */ background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,20,20,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414',GradientType=0 ); /* IE6-9 */;
border-top: 1px dashed #1d1d1d;
border-bottom: 1px dashed #1d1d1d;
padding: 15px;
}
na
Kod:
.trow1, .trow2, .trow3 {
background: #ff0000;
background: rgb(20,20,20); /* Old browsers */ background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,20,20,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(20,20,20,1) 0%,rgba(20,20,20,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414',GradientType=0 ); /* IE6-9 */;
border-top: 1px dashed #1d1d1d;
padding: 15px;
}