Przezroczysty dvz shoutbox

Błąd   Założony przez  Plutek.

wersja skryptu MyBB:1.6
adres forum: Cs-Pocisk.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):

Posiadam plugin dvz shoutbox i ten o to plugin jest przezroczysty nie posiada tak jakby backgrounda Przez to trudno jest się rozczytac kto co pisze

Css od tego pluginu mam taki
/* DVZ Shoutbox */#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 8px; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0; font-size: 13px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { display: table-cell; padding: 6px; }

#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #fff; background-color black; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }



Konto testowe login:test
hasło:test123
W szablonie dvz_shoutbox po klasie head dopisz (ze spacją!) thead

Będzie to wyglądać tak:
<div class="head thead">

Oraz zmień <p> na <span>
niestytet nie mam okreslone klasy head    a to ten szablon
<div id="shoutbox" class="front{$classes}">

<div class="thead">
{$lang->dvz_sb_shoutbox}
<p class="right"><a href="{$mybb->settings['bburl']}/index.php?action=shoutbox_archive">&laquo; {$lang->dvz_sb_archivelink}</a></p>
</div>

<div class="body">

{$panel}

<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
<div class="data"></div>
</div>

</div>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script>
{$javascript}

</div>
W sekcji #shoutbox .head { padding: 8px; } dopisz np. background: #262626; Powinieneś też przywrócić do stopki link do wsparcia mybboard.pl, bo to Oni wykonali spolszczenie z którego korzystasz.
Forum: https://odjechani.com.pl Konto testowe - Login:Mybboard.pl Hasło:mybboard Posiadam link do Mybboard.pl w stopce. 
Edytowałem swój post.
(16.09.2015, 20:43)oGame napisał(a): <div class="head thead">
(16.09.2015, 21:18)Swordancer napisał(a): W sekcji #shoutbox .head { padding: 8px; } dopisz np. background: #262626; Powinieneś też przywrócić do stopki link do wsparcia mybboard.pl, bo to Oni wykonali spolszczenie z którego korzystasz.
To ani to nie pomaga chyba określę zeby obrazek był w określonym miejscu pod dvz shoutbox
Dodaj jeszcze tło do sekcji #shoutbox w arkuszu CSS np. background: #262626;


/* DVZ Shoutbox */#shoutbox { background: #262626; margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
Forum: https://odjechani.com.pl Konto testowe - Login:Mybboard.pl Hasło:mybboard Posiadam link do Mybboard.pl w stopce. 
Działa Dzięki wielkie za poświęcony czas



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

1 gości