Zmiana belki w DVZ Shoutbox

Założony przez  DmG_.

wersja skryptu MyBB: 1.6.12
adres forum: holycrime.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):
Chciałbym, aby belka z napisem SHOUTBOX była zwykłą belką jak inne. Obecnie za chat odpowiada chyba global1.css, który zawiera
.tablehead { padding: 5px 10px; background: #1f5880 url(images/Splat/triangles.png) repeat-x top; border-radius: 5px; font: 16px Arial, sans-serif; color: #FFF; height: 30px; }
.tablehead .right { float: right; margin: 0; padding-top: 1px; font-size:  13px; }
.tablehead a { color: #FFF !important; text-decoration: none; }

#shoutbox_data { font: 13px Arial, sans-serif; }
#shoutbox { margin-bottom: 5px; }
#shoutbox .panel { padding: 2px; }
#shoutbox .panel-blocked { margin: 1px 0; padding: 5px; background: #FCEFEF; font-size: 11px; color: #543A3A; }
#shoutbox .panel-away { margin: 1px 0; padding: 5px;  background: #EDEDED; font-size: 11px; color: #7A7A7A; }
#shoutbox .panel-away button { margin-right: 5px; padding: 5px; font-family: Tahoma, sans-serif; color: #FFF; font-size: 11px; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #297318; border-radius: 5px; background: #962725; border: none; border-radius: 3px; }
#shoutbox .trow1 { background-color: #1A1A1A; border-top: 1px solid #393939; }
#shoutbox .panel-minposts { margin: 1px 0; padding: 5px; background: #FFFED8; font-size: 11px; color: #727250; }
img#dvz_sb_loading { position: relative; top: 3px; left: 5px; }
input#shout_text { margin-right: 2px; padding: 5px 6px 6px 6px; width: 90%; background: #FFF; border: 1px solid #898989; border-radius: 2px; font-family: Tahoma, sans-serif; font-size: 12px; color: #000; }
input#shout_button { padding: 5px; font-family: Tahoma, sans-serif; color: #FFF; font-size: 11px; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #297318; border-radius: 5px; background: #499338; border: solid 1px #499338; border-radius: 3px; }
#shoutbox .trow1 {background-color: #1A1A1A; border-top: 1px solid #393939; }
#shoutbox .trow2 { background-color: #1F1F1F; }
.sbentry { padding: 0; }
#shoutbox .userdata { margin: 0; padding: 6px; float: left;  text-align: right; }
#shoutbox .text { margin: 0; padding: 6px; color: #fff; }
#shoutbox .insUser { cursor: pointer; color: #AAAAAA; }
#shoutbox .info { float: right; margin-top: 5px; margin-right: 5px; font-size: 11px; color: #888888; }
#shoutbox .info .date { margin-right: 5px; }
#shoutbox .info .ip { margin-right: 5px; color: #CECECE; }
#shoutbox .mod { padding: 2px 5px; background: #333333; border-radius: 3px; font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; }
#shoutbox .dvz_sb_del { background-color: #6B0100; }
#shoutbox img.avatar { float: left; display: inline-block; margin-top: -1px; margin-right: 5px; max-height: 16px; max-width: 16px; border: solid 1px #FFF; box-shadow: 0 0 2px #E0E0E0; }

.ilosc_pkt {
background-position: 0 0;
font-weight: bold;
padding: 1px 4px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
color: #fff;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
text-align: center;
background: #d8d8d8;
border-color: #8d8d8d;
color: #444;
text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
.ilosc_pkt_zielony {
background: #95d913;
border-color: #638c13;
color: white;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.author_info {
    width: 100%;
padding: 3px;
border-top: 1px solid #2C2C2C;
border-width: 1px 0 0;
}
.ver_sub .pre.on {
background: #3D7A0C;
border: solid 1px #4F9617;
}
.ver_sub .pre {
padding: 1px 5px;
color: #fff;
margin: 0 0 0 5px;
border-radius: 1px;
float: right;
}
.ipsBadge {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}
.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}

Chciałbym to zmienić, bo teraz napis SHOUTBOX jest większy niż pozostałych kategorii.
Snake_ napisał 18.04.2014, 08:33:
Poprawiam tytuł i przenoszę. [Obrazek: modnotice_howto.png]
ACP -> Style i szablony -> Szablony -> Szablony globalne -> dvz_shoutbox -> Odszukaj tablehead i zamień na thead.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



Użytkownicy przeglądający ten wątek:

1 gości