Новый вид Code Quote для вашего сайта В CSS находим:
Code .codeMessage {background:#fff;font-size:10px;} .quoteMessage {background:#fff;font-size:10px;} И заменяем на этот код: Code .codeMessage {color: #fff; background: #4c5d6f; FONT: 10pt Arial; border: 0px !important; border-bottom: 0; padding: 5px} .bbCodeName {color: #fff; !important; background: #435266 url(http://megascript.net.ru/img/3b8d41ca5c78.gif) no-repeat top right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; padding-top: 7px; padding-bottom: 7px;} .quoteMessage {color: #fff; background: #4c5d6f; FONT: 10pt Tahoma; border: 0px !important; border-bottom: 0; padding: 5px} .bbQuoteName {color: #fff; !important; background: #435266 url(http://megascript.net.ru/img/90c26fa6c132.gif ) no-repeat top right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; padding-top: 7px; padding-bottom: 7px;}
|