Jasne tło shoutbox'a

Założony przez  Minister.

wersja skryptu MyBB: 1.8.4
adres forum: phs.gameclan.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam ponownie. Chodzi mi o zmianę koloru tła w shoutbox'ie DVZ(Przepraszam jak coś pokręciłem). [Obrazek: 24b5h5x.png] Wygląda to tak. Kolorem żółtym chodzi mi o pola które chciałbym zmienić na pole tak sama ciemne jak na górze. Grzebałem w global.css zmieniając wszystkie kolory rgba na te o które mi chodzi.
Tutaj mój kod w global.css
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,1,0.6); }
#shoutbox .head { padding: 15px; }
#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,1,0.5); }
#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,1,0.6); font-family: Arial, sans-serif; font-size: 15px; 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,1,0.5); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,1,0.6); 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 rgba(0,0,1,0.6); }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,1,0.6); }
#shoutbox .entry.new { background-color: rgba(0,0,1,0.6); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,1,0.6); }
#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: 38px; max-width: 38px; border: solid 1px rgba(255,255,255,0.5); box-shadow: 0 0 2px rgba(0,0,0,0.6); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.6); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 200%; color: white; }
#shoutbox .info { font-size: 17px; color: black; 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,1,0.6); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }
/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head {    
padding: 10px;
background: #08447c url(images/twojszablonnaftp/nazwabelki*.png) top left repeat-x;
-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px, inset #3471ab 0px 0px 1px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px, inset #3471ab 0px 0px 1px;
box-shadow: rgba(0,0,0,0.3) 0px 1px 3px, inset #3471ab 0px 0px 1px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #1b5c98;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
font-style: normal;
color: #fff;
text-shadow: 1px 1px 10px #ecb875;
padding: 10px;
height: 24px;
}
#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 {
padding: 1px;
border: solid 1px #292929;
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 #262626;
background: #090909;
}
#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 {
display: table-cell;
margin: 0;
padding: 6px;
text-align: right;
white-space: nowrap;
}
#shoutbox .text { width: 100%; color: #555; }
#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; }
MRWynt3l napisał(a):background: #08447c url(images/twojszablonnaftp/nazwabelki*.png) top left repeat-x;

Zrozumiałem że mam zrobić idealnie pasującą belkę tą przeźroczystą. I wkleić ją do png stylu? Bo zamienienie starego kodu na ten nic nie zmienia... ;p

Dobra, działą :3 Dzięki wielkie



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

1 gości