Shoutbox

Założony przez  xWACLAW.

Adres forum:
betaspeak.hostmc.pl

Wersja silnika:
1.8.19

Opis problemu:
Pomoże ktoś z css, potrzebuje dac shoutboxa do takiej ramki jak kto online itp
   
Spróbuj przenieść zmienną wyświetlającą shoutboxa do szablonu index_boardstats jeśli chcesz żeby SB był wyświetlany między Kto jest online a Statystyki lub do szablonu whosonline żeby dodać go do tej "ramki" Kto jest online
Wydaje mi się, że @xWACLAW chodzi o to, żeby belka Shoutboxa wyglądała tak samo, jak w poniższych statystykach. Jeżeli dobrze myślę, to zamień CSS Shoutboxa na te:
/* DVZ Shoutbox */
#shoutbox { color: #888, font-size: 14px; font-family: inherit; background: #fff; border-radius: 2px; }
#shoutbox .head { background: #494d5d; color: #fff; font-family: inherit; font-size: 14px; font-weight: 400; padding: 1rem 1.2rem .9rem 1.2rem; border-top-left-radius: 2px; border-top-right-radius: 2px; }
#shoutbox .head a { color: #fff; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0; }
#shoutbox.collapsed .head { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
#shoutbox.collapsed .body { display: none; }

#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; font-family: inherit; font-size: 12px; color: #999; background: #fff; }
#shoutbox .minposts, #shoutbox .blocked { text-align: center; }
#shoutbox .panel.minposts { background: #fff6bf; padding: 5px 20px; font-size: 11px; }
#shoutbox .panel.blocked { padding: 1.1em 1.65em 1.1em 1.3em; font-size: 12px; font-weight: 300; color: #fff; background: rgba(198, 56, 56, .8); }
#shoutbox .panel.blocked a { color: #aaeeff; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; font-family: inherit; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; background-color: #fdfdfd; }
#shoutbox .entry:nth-child(even) { background-color: #fafbfc; }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: 1px solid #f0f0f0; }
#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; cursor: pointer; }
#shoutbox .user { text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #888; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; }
#shoutbox .info a { color: inherit; }
#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; } 

Efekt:
[Obrazek: afRSkOI.png]

I przy okazji:
Dzięki za pomoc, o to chodziło



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

1 gości