Tło i wyśrodkowanie.

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

wersja skryptu MyBB: Najnowsza
adres forum: live4skill.xaa.pl
na czym polega problem (screen, opis, komunikaty): Po dodaniu ogłoszenia, wyśrodkowało mi się forum i tło zmieniło się na jakieś paski.
Jak przywrócić tło do koloru białego i normalne ułożenie tematów?
Dodam, że próbowałem zmienić bg.png na biały, lecz nic to nie daje.


[Obrazek: 95962724690311266600_thumb.jpg]
Snake_ napisał 17.04.2014, 18:13:
Przenoszę. [Obrazek: modnotice_howto.png]
Global.css → zamień na:
body {
    
background#222 url(images/bgg.png);    
    
line-height1.4;
    
margin0;
    
color#fff;
    
font-familyTahomaVerdanaArialSans-Serif;
    
font-size13px;
}

a:link {
    
color#555;
    
text-decorationnone;
}

a:visited {
    
color#444;
    
text-decorationnone;
}

a:hovera:active {
    
color#000;
    
text-decorationunderline;
}

#container {
    
background#fff url(images/thead_bg.gif) repeat-x;
    
text-alignleft;
    
line-height1.4;
    
margin0;    
    
color#000;
    
font-familyTahomaVerdanaArialSans-Serif;
    
font-size13px;
}

.
wrapper {
    
width85%;
    
min-width970px;
    
max-width1500px;
    
marginauto auto;
}

#logo {
    
background#386e21 url(../../../images/leaf/header.png) top left repeat-x;
    
border-bottom1px solid #234615;
}

#content {
    
background#fff;
    
widthauto !important;
    
padding20px 10px;
    
overflowhidden;
    
border-bottom1px solid #000;
}

#panel ul.menu {
    
margin0;
    
padding0;
    list-
stylenone;
}

#panel ul.menu li {
    
margin0 5px;
    
displayinline;
}

#panel ul.menu li a {
    
padding-left20px;
    
background-repeatno-repeat;
    
background-positionleft center;
}

#panel .upper ul.top_links {
    
floatright;
    
font-weightbold;
}

#panel .upper ul.top_links a.search {
    
background-imageurl(../../../images/leaf/icons/search.gif);
}

#panel .upper ul.top_links a.memberlist {
    
background-imageurl(../../../images/leaf/icons/memberlist.gif);
}

#panel .upper ul.top_links a.calendar {
    
background-imageurl(../../../images/leaf/icons/calendar.gif);
}

#panel .upper ul.top_links a.help {
    
background-imageurl(../../../images/leaf/icons/help.gif);
}

#panel .upper a.logout {
    
font-weightbold;
    
backgroundurl(../../../images/leaf/icons/logout.gifright no-repeat;
    
padding-right20px;
    
margin-left10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
    
backgroundurl(../../../images/leaf/icons/login.gifno-repeat;
    
padding-left20px;
    
margin-left10px;
    
font-weightbold;
}

#panel .upper a.register {
    
backgroundurl(../../../images/leaf/icons/logout.gifright no-repeat;
    
padding-right20px;
    
margin-left10px;
    
font-weightbold;
}

#panel .lower ul.panel_links {
    
floatleft;
}

#panel .lower ul.panel_links a.usercp {
    
background-imageurl(../../../images/leaf/icons/usercp.gif);
}

#panel .lower ul.panel_links a.modcp {
    
background-imageurl(../../../images/leaf/icons/modcp.gif);
}

#panel .lower ul.panel_links a.admincp {
    
background-imageurl(../../../images/leaf/icons/admincp.gif);
}

#panel .lower ul.user_links {
    
floatright;
}

#panel .lower ul.user_links li a {
    
padding0;
}

#panel .upper {
    
background#0f0f0f url(../../../images/leaf/tcat.png) repeat-x;
    
color#fff;
    
border-top1px solid #444;
    
border-bottom1px solid #000;
    
padding7px;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
    
color#fff;
}

#panel .lower {
    
background#efefef;
    
color#999;
    
border-top1px solid #fff;
    
border-bottom1px solid #ccc;
    
overflowhidden;
    
padding5px;
}

#panel .lower a:link,
#panel .lower a:visited {
    
color#666;
}

#panel .lower a:hover,
#panel .lower a:active {
    
color#333;
    
text-decorationnone;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin: -3px 0 0 5px;
}

#panel input {
    
margin: -3px 0;
}

#panel input.button {
    
padding0;
}

#footer ul.menu {
    
margin0;
    
padding0;
    list-
stylenone;
}

#footer ul.menu li {
    
margin0 5px;
    
displayinline;
}

#footer .upper {
    
background#0f0f0f url(../../../images/leaf/tcat.png) repeat-x;
    
padding6px;
    
overflowhidden;
    
    
font-size12px;
}

#footer a:link,
#footer a:visited {
    
color#aaa;
}

#footer a:hover,
#footer a:active {
    
color#fff;
    
text-decorationnone;
}

#footer .upper .language {
    
floatright;
    
margin: -2px;
}

#footer .upper .language select {
    
border-color#000;
}

#footer .upper ul.bottom_links {
    
floatleft;
    
margin3px 0 0 -5px;
}

#footer .lower {
    
background#386e21 url(../../../images/leaf/thead.png) top left repeat-x;
    
color#fff;
    
border-top1px solid #000;
    
border-bottom1px solid #234615;
    
overflowhidden;
    
padding6px;
    
    
font-size11px;
}

#footer .lower a:link,
#footer .lower a:visited {
    
color#fff;
    
font-weightbold;
}

#footer .lower a:hover,
#footer .lower a:active {
    
color#fff;
    
text-decorationunderline;
    
font-weightbold;
}

#footer .lower #current_time {
    
floatright;
}

fieldset {
    
border1px solid #ddd;
}

table {
    
color#000000;
    
font-size13px;
}

.
tborder {
    
background#fff;
    
width100%;
    
marginauto auto;
    
border1px solid #ccc;
    
padding1px;
}

.
thead {
    
background#386e21 url(../../../images/leaf/thead.png) top left repeat-x;
    
color#ffffff;
    
border-bottom1px solid #234615;
    
padding8px;
}

.
thead a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:hover, .thead a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
tcat {
    
background#0f0f0f url(../../../images/leaf/tcat.png) repeat-x;
    
color#fff;
    
border-top1px solid #444;
    
border-bottom1px solid #000;
    
padding6px;
    
    
font-size12px;
}

.
tcat a:link {
    
color#fff;
}

.
tcat a:visited {
    
color#fff;
}

.
tcat a:hover, .tcat a:active {
    
color#fff;
}

.
trow1 {
    
background#FFF;
    
border1px solid;
    
border-color#fff #ddd #ddd #fff;
}

.
trow2 {
    
background#FFF;
    
border1px solid;
    
border-color#FFF #ddd #FFFF #ddd;
}

.
trow_shaded {
    
background#ffdde0;
    
border1px solid;
    
border-color#fff #ffb8be #ffb8be #fff;
}

.
trow_selected td {
    
background#FFFBD9;
    
border-right-color#F7E86A;
    
border-bottom-color#F7E86A;
    
color#000;
}

.
trow_selected td a:link,
.
trow_selected td a:visited,
.
trow_selected td a:hover,
.
trow_selected td a:active {
    
color#000;
}

.
trow_sep {
    
background#ddd;
    
color#000;
    
border-bottom1px solid #c5c5c5;
    
padding6px;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#386e21 url(../../../images/leaf/thead.png) top left repeat-x;
    
color#ffffff;
    
border-top1px solid #fff;
    
padding6px;
}

.
tfoot a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
thead input.textbox,
.
thead select,
.
tfoot input.textbox,
.
tfoot select {
    
border1px solid #234615;
}

.
bottommenu {
    
background#efefef;
    
color#000000;
    
border1px solid #4874a3;
    
padding10px;
}

.
navigation {
    
color#000000;
    
font-size12px;
}

.
navigation a:link {
    
text-decorationnone;
}

.
navigation a:visited {
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
text-decorationnone;
}

.
navigation .active {
    
color#000000;
    
font-sizesmall;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

.
largetext {
    
font-size16px;
    
font-weightbold;
}

input.textbox {
    
background#ffffff;
    
color#000000;
    
border1px solid #ccc;
    
padding3px;
    
    
font-familyTahomaVerdanaArialSans-Serif;
}

textarea {
    
background#ffffff;
    
color#000000;
    
border1px solid #ccc;
    
padding2px;
    
line-height1.4;
    
    
font-familyTahomaVerdanaArialSans-Serif;
    
font-size13px;
}

select {
    
background#ffffff;
    
padding3px;
    
border1px solid #ccc;
    
    
font-familyTahomaVerdanaArialSans-Serif;
}

input.button {
    
padding2px;
    
cursorpointer;
    
font-familyTahomaVerdanaArialSans-Serif;
}

.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #ccc;
}

.
autocomplete {
    
background#fff;
    
colorblack;
    
border1px solid #ccc;
    
padding1px;
}

.
autocomplete_selected {
    
background#5aaf33;
    
color#fff;
}

.
popup_menu {
    
background#fff;
    
border1px solid #ccc;
}

.
popup_menu .popup_item {
    
background#efefef;
    
color#000;
}

.
popup_menu .popup_item:hover {
    
background#5aaf33;
    
color#fff;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
}

.
valid_field {
    
border1px solid #0c0;
}

.
validation_error {
    
backgroundurl(../../../images/invalid.gifno-repeat center left;
    
color#f30;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_success {
    
backgroundurl(../../../images/valid.gifno-repeat center left;
    
color#00b200;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_loading {
    
backgroundurl(../../../images/spinner.gifno-repeat center left;
    
color#555;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

/* Additional CSS (Master) */
img {
    
bordernone;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background#FFFBD9;
    
border-bottom1px solid #F7E86A;
    
color#000;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
}

img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}

hr {
    
background-color#000000;
    
color#000000;
    
height1px;
    
border0px;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top20px;
    
    
font-size11px;
}

blockquote {
    
border1px solid #ccc;
    
margin0;
    
background#fff;
    
padding4px;
}

blockquote cite {
    
font-weightbold;
    
border-bottom1px solid #ccc;
    
font-stylenormal;
    
displayblock;
    
margin4px 0;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

blockquote cite span.highlight {
    
floatnone;
    
font-weightbold;
    
padding-bottom0;
}

.
codeblock {
    
background#fff;
    
border1px solid #ccc;
    
padding4px;
}

.
codeblock .title {
    
border-bottom1px solid #ccc;
    
font-weightbold;
    
margin4px 0;
}

.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}

form {
    
margin0;
    
padding0;
}

.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
padding4px;
    
white-spacenowrap;
    
    
text-decorationnone;
}

.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}

.
pm_alert {
    
background#FFF6BF;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
red_alert {
    
background#FBE3E4;
    
border1px solid #A5161A;
    
color#A5161A;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

div.error p {
    
margin0;
    
color#000;
    
font-weightnormal;
}

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
color#C00;
    
backgroundurl(../../../images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}

.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}

.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
padding3px 6px;
    
margin-bottom3px;
}

.
pagination a {
    
background#f5f5f5;
    
border1px solid #ccc;
}

.
pagination .pagination_current {
    
backgroundnone;
    
color#000;
    
bordernone;
    
    
font-weightbold;
}

.
pagination a:hover {
    
background#5aaf33;
    
color#fff;
    
border-color#386e21;
    
    
text-decorationnone;
}

.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}

.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}

.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}

.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
}

.
forum_legend dd {
    
floatleft;
    
margin-right10px;
    
margin-top7px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
post_body {
    
padding5px;
}

.
post_buttons {
    
background#f5f5f5;
    
padding3px 3px 0 3px;
    
border-bottom1px solid #ddd;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(../../../images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px/* amount of padding needed for image to fully show */
    
vertical-alignmiddle;
    
bordernone;
}

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}

.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border:1px solid #980201;
}

.
_plus {
    
background-color:#E8FCDC;
    
color#008800;
    
border:1px solid #008800;
}

.
pagination_breadcrumb {
    
background-color#efefef;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}

form #message {
    
width500px;
}

.
tablehead {
    
padding5px 10px;
    
bordersolid 1px #026CB1;
    
border-radius5px 5px 0 0;
    
font16px Arialsans-serif;
}
    
#shoutbox_data {
 
font13px Arialsans-serif;
}

#shoutbox {
 
margin-bottom5px;
}

#shoutbox .panel {
 
padding2px;
}

#shoutbox .panel-blocked {
 
margin1px 0padding5pxbackground#FCEFEF; font-size: 11px; color: #543A3A;
}

#shoutbox .panel-away {
 
margin1px 0padding5px;  background#EDEDED; font-size: 11px; color: #7A7A7A;
}

#shoutbox .panel-away button {
 
margin-right5pxpadding5pxfont-familyTahomasans-serifcolor#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##0000ff;
}

#shoutbox .panel-minposts {
 
margin1px 0padding5pxbackground#FFFED8; font-size: 11px; color: #727250;
}

img#dvz_sb_loading {
 
positionrelativetop3pxleft5px;
}

input#shout_text {
 
margin-right2pxpadding5px 6px 6px 6pxwidth90%; background#FFF; border: 1px solid #898989; border-radius: 2px; font-family: Tahoma, sans-serif; font-size: 12px; color: #000;
}

input#shout_button {
 
padding5pxfont-familyTahomasans-serifcolor#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#330033;
}

#shoutbox .trow2 {
 
background-color#330033;
}

.
sbentry {
 
padding0;
}

#shoutbox .userdata {
 
margin0padding6pxfloatleft;  text-alignright;
}

#shoutbox .text {
 
margin0padding6pxcolor#333333;
}

#shoutbox .insUser {
 
cursorpointercolor#AAAAAA;
}

#shoutbox .info {
 
floatrightmargin-top5pxmargin-right5pxfont-size11pxcolor#888888;
}

#shoutbox .info .date {
 
margin-right5px;
}

#shoutbox .info .ip {
 
margin-right5pxcolor#CECECE;
}

#shoutbox .mod {
 
padding2px 5pxbackground#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 {
 
floatleftdisplayinline-blockmargin-top: -1pxmargin-right5pxmax-height16pxmax-width16pxbordersolid 1px #FFF; box-shadow: 0 0 2px #E0E0E0;
}

color#FFF;
}

.
tablehead .right {
 
floatrightmargin0padding-top1pxfont-size:  13px;
}

.
tablehead a {
 
color#FFF !important; text-decoration: none;
}

#shoutbox_data {
 
font13px Arialsans-serif;
}

#shoutbox {
 
margin-bottom5px;
}

#shoutbox .panel {
 
padding2px;
}

#shoutbox .panel-blocked {
 
margin1px 0padding5pxbackground#FCEFEF; font-size: 11px; color: #543A3A;
}

#shoutbox .panel-away {
 
margin1px 0padding5px;  background#EDEDED; font-size: 11px; color: #7A7A7A;
}

#shoutbox .panel-away button {
 
margin-right5pxpadding5pxfont-familyTahomasans-serifcolor#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#FFF;
}

#shoutbox .panel-minposts {
 
margin1px 0padding5pxbackground#FFFED8; font-size: 11px; color: #727250;
}

img#dvz_sb_loading {
 
positionrelativetop3pxleft5px;
}

input#shout_text {
 
margin-right2pxpadding5px 6px 6px 6pxwidth90%; background#FFF; border: 1px solid #898989; border-radius: 2px; font-family: Tahoma, sans-serif; font-size: 12px; color: #000;
}

input#shout_button {
 
padding5pxfont-familyTahomasans-serifcolor#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#FFF;
}

#shoutbox .trow2 {
 
background-color#FAFAFA;
}

.
sbentry {
 
padding0;
}

#shoutbox .userdata {
 
margin0padding6pxfloatleft;  text-alignright;
}

#shoutbox .text {
 
margin0padding6pxcolor#333333;
}

#shoutbox .insUser {
 
cursorpointercolor#AAAAAA;
}

#shoutbox .info {
 
floatrightmargin-top5pxmargin-right5pxfont-size11pxcolor#888888;
}

#shoutbox .info .date {
 
margin-right5px;
}

#shoutbox .info .ip {
 
margin-right5pxcolor#CECECE;
}

#shoutbox .mod {
 
padding2px 5pxbackground#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 {
 
floatleftdisplayinline-blockmargin-top: -1pxmargin-right5pxmax-height16pxmax-width16pxbordersolid 1px #FFF; box-shadow: 0 0 2px #E0E0E0;
}

color#FFF;
}

.
tablehead .right {
 
floatrightmargin0padding-top1pxfont-size:  13px;
}

.
tablehead a {
 
color#FFF !important; text-decoration: none;
}

#shoutbox_data {
 
font13px Arialsans-serif;
}

#shoutbox {
 
margin-bottom5px;
}

#shoutbox .panel {
 
padding2px;
}

#shoutbox .panel-blocked {
 
margin1px 0padding5pxbackground#FCEFEF; font-size: 11px; color: #543A3A;
}

#shoutbox .panel-away {
 
margin1px 0padding5px;  background#EDEDED; font-size: 11px; color: #7A7A7A;
}

#shoutbox .panel-away button {
 
margin-right5pxpadding5pxfont-familyTahomasans-serifcolor#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#FFF;
}

#shoutbox .panel-minposts {
 
margin1px 0padding5pxbackground#FFFED8; font-size: 11px; color: #727250;
}

img#dvz_sb_loading {
 
positionrelativetop3pxleft5px;
}

input#shout_text {
 
margin-right2pxpadding5px 6px 6px 6pxwidth90%; background#FFF; border: 1px solid #898989; border-radius: 2px; font-family: Tahoma, sans-serif; font-size: 12px; color: #000;
}

input#shout_button {
 
padding5pxfont-familyTahomasans-serifcolor#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#FFF;
}

#shoutbox .trow2 {
 
background-color#FAFAFA;
}

.
sbentry {
 
padding0;
}

#shoutbox .userdata {
 
margin0padding6pxfloatleft;  text-alignright;
}

#shoutbox .text {
 
margin0padding6pxcolor#333333;
}

#shoutbox .insUser {
 
cursorpointercolor#AAAAAA;
}

#shoutbox .info {
 
floatrightmargin-top5pxmargin-right5pxfont-size11pxcolor#888888;
}

#shoutbox .info .date {
 
margin-right5px;
}

#shoutbox .info .ip {
 
margin-right5pxcolor#CECECE;
}

#shoutbox .mod {
 
padding2px 5pxbackground#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 {
 
floatleftdisplayinline-blockmargin-top: -1pxmargin-right5pxmax-height16pxmax-width16pxbordersolid 1px #FFF; box-shadow: 0 0 2px #E0E0E0;
}


}

.
tablehead .right {
 
floatrightmargin0padding-top1pxfont-size:  13px;
}

.
tablehead a {
 
color#FFF !important; text-decoration: none;
}

#shoutbox_data {
 
font13px Arialsans-serif;
}

#shoutbox {
 
margin-bottom5px;
}

#shoutbox .panel {
 
padding2px;
}

#shoutbox .panel-blocked {
 
margin1px 0padding5pxbackground#FCEFEF; font-size: 11px; color: #543A3A;
}

#shoutbox .panel-away {
 
margin1px 0padding5px;  background#EDEDED; font-size: 11px; color: #7A7A7A;
}

#shoutbox .panel-away button {
 
margin-right5pxpadding5pxfont-familyTahomasans-serifcolor#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#330033;
}

#shoutbox .panel-minposts {
 
margin1px 0padding5pxbackground#FFFED8; font-size: 11px; color: #727250;
}

img#dvz_sb_loading {
 
positionrelativetop3pxleft5px;
}

input#shout_text {
 
margin-right2pxpadding5px 6px 6px 6pxwidth90%; background#FFF; border: 1px solid #898989; border-radius: 2px; font-family: Tahoma, sans-serif; font-size: 12px; color: #000;
}

input#shout_button {
 
padding5pxfont-familyTahomasans-serifcolor#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#ddd;
}

#shoutbox .trow2 {
 
background-color#99cc99;
}

.
sbentry {
 
padding0;
}

#shoutbox .userdata {
 
margin0padding6pxfloatleft;  text-alignright;
}

#shoutbox .text {
 
margin0padding6pxcolor#333333;
}

#shoutbox .insUser {
 
cursorpointercolor#AAAAAA;
}

#shoutbox .info {
 
floatrightmargin-top5pxmargin-right5pxfont-size11pxcolor#888888;
}

#shoutbox .info .date {
 
margin-right5px;
}

#shoutbox .info .ip {
 
margin-right5pxcolor#CECECE;
}

#shoutbox .mod {
 
padding2px 5pxbackground#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 {
 
floatleftdisplayinline-blockmargin-top: -1pxmargin-right5pxmax-height16pxmax-width16pxbordersolid 1px #FFF; box-shadow: 0 0 2px #E0E0E0;

Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Zamieniłem, to samo.

Edit.
jak zamieniłem i zapisałem, to jakieś dziwne znaczki mi sie zapisały i mi forum wybuchło ;o
ale miałem zapasówkę i jest dobrze, powiedz, która linijka odpowiada za te wyśrodkowanie to zmienie.
Tło dziwnym cudem samo się naprawiło.
U mnie wyświetla się prawidłowo, kliknij parę razy CTRL + F5.

@Edit;

Tło naprawiłem, bo miałeś nieprawidłowo wpisaną ścieżkę, a wyśrodkowanie - w body text-align: center;/
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Wejdź teraz i zobacz, banner się przesunął, ale tematy już dobrze :o
O jaki banner Ci chodzi?
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Głowny obrazek na samej górze jest przesunięty do prawej, nie widać u Ciebie tego?

[Obrazek: 90885616744711517081.png]
Nie, wszystko jest dobrze.
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