W tym problem że nie zrobiłeś tego.
Twój global.css
blockquote {background: #1b1b1b;border-left: 3px solid #e79100;padding: 10px;border-radius: 4px;}
blockquote cite {font-weight: bold;border-bottom: 1px solid #2f2f2f;font-style: normal;display: block;padding-bottom: 3px;margin: 0 0 10px 0;}
blockquote cite span {float: right;font-weight: normal;font-size: 12px;color: #666;}
blockquote cite span.highlight {float: none;font-weight: bold;padding-bottom: 0;}
/* DVZ Shoutbox */
#shoutbox {background: #121212; padding: 6px; border-radius: 4px; }
#shoutbox .head { position: relative; height: 38px; line-height: 38px; padding: 0 4px 0 4px; color: #fff; font-family: 'Exo 2', sans-serif; text-transform: uppercase; font-size: 15px;
border-radius: 3px; }
#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 { }
#shoutbox input.text {background: #222; margin: 0; padding: 10px 8px; width: 100%; font-size: 12px; color: #fff; width: 100%; box-sizing: border-box; margin: 0px;border: none; }
#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 { 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 { width: 30px; height: 30px; margin: 0 auto; vertical-align: middle;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: #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; }
.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 100%;
float: left;
}
.favimg {
border-radius: 50px;
}
.main-aside .trow1 img, .main-aside .trow2 img {
width: 30px !important;
height: 30px;
border-radius: 30px;
border: solid 2px #333;
margin-right: 5px;
background: #333;
}
.signature img {max-width:600px; max-height:150px; overflow:hidden;}
.signature {border-top: 1px solid #aaaaaa; width:100%; margin-top:1em; padding-top:0.2em; max-height:400px; overflow:hidden;}
Spróbuj tak:
blockquote {background: #1b1b1b;border-left: 3px solid #e79100;padding: 10px;border-radius: 4px;}
blockquote cite {font-weight: bold;border-bottom: 1px solid #2f2f2f;font-style: normal;display: block;padding-bottom: 3px;margin: 0 0 10px 0;}
blockquote cite span {float: right;font-weight: normal;font-size: 12px;color: #666;}
blockquote cite span.highlight {float: none;font-weight: bold;padding-bottom: 0;}
/* DVZ Shoutbox */
#shoutbox {background: #121212; padding: 6px; border-radius: 4px; }
#shoutbox .head { position: relative; height: 38px; line-height: 38px; padding: 0 4px 0 4px; color: #fff; font-family: 'Exo 2', sans-serif; text-transform: uppercase; font-size: 15px;
border-radius: 3px; }
#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 { }
#shoutbox input.text {background: #222; margin: 0; padding: 10px 8px; width: 100%; font-size: 12px; color: #fff; width: 100%; box-sizing: border-box; margin: 0px;border: none; }
#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 { 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 { border-radius: 50%; margin: 0 auto; vertical-align: middle; max-height: 20px;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: #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; }
.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 100%;
float: left;
}
.favimg {
border-radius: 50px;
}
.main-aside .trow1 img, .main-aside .trow2 img {
width: 30px !important;
height: 30px;
border-radius: 30px;
border: solid 2px #333;
margin-right: 5px;
background: #333;
}
.signature img {max-width:600px; max-height:150px; overflow:hidden;}
.signature {border-top: 1px solid #aaaaaa; width:100%; margin-top:1em; padding-top:0.2em; max-height:400px; overflow:hidden;}