Jak ustawić aby tło się nie ruszało. (stało w miejscu)

Założony przez  Dejf.

wersja skryptu MyBB: Najnowsze (sorka, nie pamiętam)
adres forum: http://cs-dynamite.xaa.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Chce aby moje tło na stronce się nie powtarzało tylko żeby było w jednym miejscu, Chodzi o to aby te białe pole tam gdzie wszystko pisze się poruszało a tło stało w miejscu. Bo teraz jak mam to się rusza, a to bardzo brzydko wygląda.

PROSZĘ O SZYBKĄ ODPOWIEDŹ JAK TO ZROBIĆ. Wiem że coś w global.css ale kodu nie znam :P
Matslom napisał 17.02.2014, 20:29:
Nie wytłuszczaj całych postów
W global.css szukasz sekcji body. Następnie dodajesz do niej przed zamykającą klamerką:

background-repeatrepeat
background-attachmentfixed
Pomoc poza forum - odpłatnie.
Moge ci podać moje Global.css i mógłbyś to dla mnie zrobić ? Ponieważ ja nie umiem. Z góry dzięki.

I mam jeszcze jedno pytanie, jak zwiększyć rozmiar ikonek przy działach ? Ponieważ chcę zrobić dłuższe.

body {

background: #161616;

background: white url(http://pharmclips.com/wp-content/uploads/2014/01/battlefield-4-wallpaper-2560x14402560x1440-battlefield-4-fanart-wallpaper-t92trkcw.jpg) repeat;

color: white;

text-align: center;

line-height: 1.4;

margin-bottom: 0px;

font-family: Tahoma, Arial, Sans-Serif;

font-size: 10px;

background-repeat: repeat;

background-attachment: fixed;

}

a:link {
    color: #C83D18;
    text-decoration: none;
}

a:visited {
    color: #C83D18;
    text-decoration: none;
}

a:hover, a:active {
    color: #222222;
    text-decoration: none;
}

#content {
background: #FFFFFF;
line-height: 120%;
padding: 8px;
    color:  #5A5A5A;
    margin: auto auto;
    text-align: left; /* IE 5 fix */
}

#container {
    /* FIX: Make internet explorer wrap correctly */
margin: 0px auto;
max-width: 1600px;
min-width: 990px;
width: 90%;
}

#header {
padding:10px;
}

.logo {
width:248px;
height:82px;
}

.logo:hover {
opacity:0.5;
}

.menu {
background: url(images/Splat/primary_nav.jpg)  0px 0px #D7D7D7;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0px 0px;
min-height: 38px;
padding: 4px 4px 0px;
}

.menu ul {
float: left;
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}

.menu a {
border-radius: 3px;
color: #6F6F6F;
height: 35px;
line-height: 35px;
outline: medium none currentColor;
padding: 7px 11px;
text-shadow: #FFFFFF 0px 1px 0px;
}

.menu ul a:link {
color: #6F6F6F;
text-decoration: none;
}

.menu ul a:visited {
color: #6F6F6F;
text-decoration: none;
}
.menu ul a:hover, .menu ul a:active {
background: rgba(0, 0, 0, 0.102);
box-shadow: inset rgba(0, 0, 0, 0.298) 0px 1px 3px, rgba(255, 255, 255, 0.447) 0px 0px 0px 1px, rgba(255, 255, 255, 0.804) 0px 1px 0px;
color: #444444;
    text-decoration: none;
}

.menu li.current-item a {
background: url(images/Splat/primary_nav_active.jpg)  50% 0px #D75D2D;
box-shadow: inset rgba(0, 0, 0, 0.749) 0px 1px 3px, rgba(255, 255, 255, 0.447) 0px 0px 0px 1px, rgba(255, 255, 255, 0.804) 0px 1px 0px;
color: #FFFFFF;
border-radius: 3px;
height: 35px;
line-height: 35px;
outline: medium none currentColor;
padding: 7px 11px;
position: relative;
text-shadow: #892307 0px 1px 1px;
}

#user_navigation {
background: rgba(0, 0, 0, 0.400);
border-radius: 4px;
box-shadow: inset rgba(0, 0, 0, 0.400) 0px 1px 3px, rgba(255, 255, 255, 0.047) 0px 0px 0px 1px, rgba(255, 255, 255, 0.102) 0px 1px 0px;
color: #FFFFFF;
float: right;
font-size: 11px;
height: 36px;
line-height: 36px;
margin-top: 18px;
overflow: hidden;
}
#user_navigation a {
color: #FFFFFF;
}
.user_navigationLinks:hover {
background: rgba(0, 0, 0, 0.400);
}
.user_navigationLinks {
color: #FFFFFF;
float: left;
height: 36px;
line-height: 36px;
outline: medium none currentColor;
padding: 0px 13px;
}

.socialinks {
float:right;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #7D7D7D;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

.tborder {
margin: auto;
width: 100%;
}
.border {
width: 100%;
}

.thead {
background: url(images/Splat/maintitle.jpg) 0px 0px repeat-x #CF552A;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.298) 0px 0px 1px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
padding:12px;
text-shadow: #A52C0C 0px -1px 0px;
}

.thead .expcolimage {
     -webkit-transition: 0.3s;
         transition:0.3s;
     -o-transition:0.3s;
     -ms-transition:0.3s;
     -moz-transition:0.3s;
}
.thead:hover .expcolimage {
     opacity:1;
     cursor:pointer;
}

.thead:hover .expcolimage img {
opacity: 1;
}

.thead .expcolimage img {
opacity: 0;
transition: opacity 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0;
}

.thead a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.thead a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.trow1 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding:10px;
}

.trow2 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding: 10px;
}
.trow3 {
background: #FFFFFF;
border-bottom: 1px solid #E8E8E8;
padding: 15px;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
background:#F5F5F5;
}

.trow_sep {
background: #F1F1F1;
color: #929292;
font-size: 12px;
font-weight: 700;
padding:8px;
}

.tfoot {
padding:5px;
text-align:center;
}

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

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

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

.bottommenu {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F9F9F9;
border: 1px solid #EEEEEE;
height:32px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
border-radius: 0px 3px 0px 3px;
}

.bottommenu a {
display: inline-block;
margin-right: 0px;
padding: 10px 10px;
}

.bottommenu a:hover {
color:#222222;
}

.navigation {
background: url(images/Splat/secondary_nav_bg.png) 0px 0px repeat-x #E0E0E0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: #FFFFFF 0px 1px 0px;
}

.navigation a:link {
    text-decoration: none;
}

.navigation a:visited {
    text-decoration: none;
}

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

.navigation .active {
background: url(images/mini/secondary_nav.png) 100% 0px no-repeat transparent;
margin-right: 1px;
padding: 12px;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
background: #FCFCFC;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 3px;
color: #9F9F9F;
padding: 6px;
text-shadow: #FFFFFF 0px 1px 0px;
}
input.textbox:focus {
background-color: #FEFEFE;
border: 1px solid #E6936A;
box-shadow: inset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color: #555555;
}

textarea {
background: #FCFCFC;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 3px;
color: #9F9F9F;
padding: 6px;
text-shadow: #FFFFFF 0px 1px 0px;
}
textarea:focus {
background-color: #FEFEFE;
border:1px solid  #E6936A;
box-shadow: inset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color: #555555;
}

select {
    background: #ffffff;
border:1px solid #838891;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #000;
}

.popup_menu {
    background: #ccc;
width:110px;
}

.popup_menu .popup_item {
    background: #fff;
padding: 6px 10px 6px 10px;
}
.popup_menu a {
text-align:center;
display:block;
}

.popup_menu .popup_item:hover {
    background: #F5F5F5;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.invalid_field {
background: #F3DDDD;
border: 1px solid #C98282;
color: #AD2930;
padding:6px;
}

.valid_field {
background: #F1F6EC;
border: 1px solid #CDDAC0;
color: #456D1D;
padding:6px;
}

.validation_error {
    background: url(images/Splat/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/Splat/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/Splat/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
margin-top:-0.6%;
}

img.aSplatachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #F0F0F0;
    color: #A4A4A4;
    height: 1px;
    border: 0px;
width:100%;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
padding:0px 0px 35px 0px;
}

.footer_links {
float:left;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote cite {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F2F2F2;
border-bottom: 0px none currentColor;
border-left: 1px solid #E3E3E3;
border-right: 1px solid #E3E3E3;
border-top: 1px solid #E3E3E3;
color: #535353;
font-size: 12px;
font-weight: 700;
margin-top: 5px;
overflow-x: auto;
padding: 8px 10px;
text-shadow: #FFFFFF 0px 1px 0px;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
background-color: #FCFCFC !important;
border: 1px solid #E3E3E3;
font-size: 11px;
line-height: 170%;
overflow: auto;
padding: 8px;
}

.codeblock .title {
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tcat {
background: url(images/mini/highlight.png) 0px 0px repeat-x #E3E3E3;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0px 10px;
text-shadow: rgba(255, 255, 255, 0.600) 0px 1px 0px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F3E3E6;
border: 1px solid #E599AA;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 12px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color: #80001C;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #F3E3E6;
border: 1px solid #E599AA;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 11px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color:#80001C;
}

div.error p {
    margin: 0;
}

div.error p em {
    padding-left: 24px;
    display: block;
    background: url(images/Splat/error.gif) no-repeat 0;
}

div.error ul {
    margin-left: 24px;
}

.online {
background: url(images/Splat/highlight.png) 0px -1px repeat-x #7BA60D;
border-radius: 3px;
color: #FFFFFF;
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 16px;
line-height: 16px;
padding: 0px 5px;
text-shadow: rgba(0, 0, 0, 0.196) 0px -1px 0px;
text-transform: uppercase;
vertical-align: middle;
cursor:default;
}

.offline {
background: url(images/Splat/highlight.png) 0px -1px repeat-x #B3B3B3;
border-radius: 3px;
color: #FFFFFF;
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 16px;
line-height: 16px;
padding: 0px 5px;
text-shadow: rgba(0, 0, 0, 0.196) 0px -1px 0px;
text-transform: uppercase;
vertical-align: middle;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.mini_pagination a {
background: #405268;
border-radius: 2px;
color: #FFFFFF;
padding: 2px 6px;
opacity:0.6;
font-size: 0.8em;
}
.mini_pagination a:hover {
background: #536983;
opacity:1;
}
.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}
.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    padding: 2px 6px;
    margin-bottom: 3px;
}

.pagination a {
background: url(images/Splat/highlight_strong.png) 0px 0px repeat-x #E5E5E5;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
color: #747474;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 4px 7px;
text-shadow: #FFFFFF 0px 1px 0px;
}

.pagination .pagination_current {
background: #405268;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.702) 0px 1px 3px, #FFFFFF 0px 1px 0px;
color: #FFFFFF;
cursor: default;
padding: 5px 8px;
}

.pagination a:hover {
background: #EFEFEF;
color: #747474;
    text-decoration: none;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/Splat/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    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: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
    white-space: nowrap;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}
.category_text {
font-size:10px;
font-weight:bold;
font-family:"Tahoma";
margin-left:1%;
color:#000000;
text-shadow:none;
}

.statround  {
background: rgba(0, 0, 0, 0.102);
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.298) 0px 1px 2px, #FFFFFF 0px 1px 0px;
color: #222222;
display: inline-block;
font-weight: 700;
margin-right: 3px;
padding: 3px 7px;
text-shadow: rgba(255, 255, 255, 0.600) 0px 1px 0px;
}
.statround a:link, .statround a:visited  {
color : #222222;
}
.statround a:hover, .statround a:active  {
color : #222222;
}     
.ips_table {
border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
border-top:1px solid #DCDCDC;
margin-top:0.5%;
}
#mask  {
position : absolute;
z-index : 9010;
background-color : #000000;
display : none;
top : 0;
left : 0;
}
.modalBox  {
background : rgba(0, 0, 0, 0.6);
position : fixed;
display : none;
z-index : 9015;
border-radius : 5px;
box-shadow : 0 10px 20px rgba(0, 0, 0, 0.506);
padding : 8px;
width:512px;
}
.modalBox .modalContent  {
background : #FFFFFF;
color : #5A5A5A;
}
#loginModal h3 {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
font-size: 16px;
color:#5A5A5A;
padding: 2px 10px 0px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
}
.Popup_close {
position: absolute;
right: 20px;
top: 20px;
}
.button {
background: url(images/Splat/highlight_faint.png) 0px 0px repeat-x #323232;
border-radius:2px;
border:1px solid #2B2B2B;
box-shadow: rgba(0, 0, 0, 0.431) 0px 1px 3px;
color: #FFFFFF;
text-shadow: #2B2B2B 0px -1px 0px;
padding: 4px 10px;
cursor:pointer;
}
.button:hover {
background-color: #434343;
color: #FFFFFF;
}
.tborder_belka {
width:100%;
    margin: auto auto;
    position: relative;
}    

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0px;
padding:0px;
}
ol, ul {
list-style: none outside none;
}
#main_menu  {
background: #FFFFFF;
border-radius: 0px 0px 6px 6px;
box-shadow: rgba(188, 188, 188, 0.600) 0px 2px 5px;
display: none;
margin-left: -3%;
margin-top: 2.6%;
overflow: hidden;
padding: 10px;
position: absolute;
text-align: center;
width: 100px;
z-index: 9999;
}
#main_menu a {
color:#C83D18;
line-height:25px;
}
#main_menu a:hover {
background:none;
color:#222222;
}

.sideblock {
border: 1px solid #D8D8D8;
width:100%;
}
.sbar {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
color:#727272;
}
.postbit {
background: url(images/Splat/maintitle.jpg) 0px -6px repeat-x #D86A35;
border: 1px solid #C03F18;
border-radius: 2px;
box-shadow: inset #F3AB60 0px 1px 0px;
color: #FFFFFF;
height: 24px;
line-height: 24px;
margin-left: 4px;
padding: 5px 9px;
text-decoration: none;
text-shadow: #C03F18 0px -1px 0px;
}
.postbit img {
margin: -3px 2px 0px -3px;
position: relative;
vertical-align: middle;
}
.submit {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #E4E4E4;
border-top: 1px solid #CCCCCC;
padding: 15px 6px;
text-align: center;
}
.OK_login {
background: url(images/Splat/highlight_faint.png) 0px 0px repeat-x #323232;
border:1px solid #2B2B2B;
box-shadow: rgba(0, 0, 0, 0.431) 0px 1px 3px;
color: #FFFFFF;
text-shadow: #2B2B2B 0px -1px 0px;
padding: 4px 10px;
cursor:pointer;
}
.OK_login:hover {
background-color: #434343;
color: #FFFFFF;
}
.lp {
font-size: 12px;
line-height: 1.6;
color:#5A5A5A;
margin-bottom: 10px;
}
.bar_login {
background: url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
border-top: 1px solid #D8D8D8;
color:#727272;
font-size:11px;
font-weight:bold;
}
.border {
border: 1px solid #CCCCCC;
}
.margin_login {
padding: 9px 19px;
}

.searchform  {
width : 340px;
float : right;
height : 34px;
position : relative;
margin-right : 1%;
top : 7px;
float : right;
}
.searchbox  {
background: #FFFFFF;
border-radius: 3px 4px 4px 3px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.251);
display: block;
height: 26px;
line-height: 25px;
min-width: 230px;
padding: 0px 26px 0px 4px;
position: relative;
float:right;
border:0px none;
}
.searchbox:focus  {
outline : none;
}
.searchsub  {
background : url(images/Splat/search_icon.png)  50% 50% no-repeat #4F6682;
border: 0px none;
border-radius: 0px 3px 3px 0px;
bottom: 0px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196);
display: block;
height: 26px;
padding: 0px;
position: absolute;
right: 0px;
text-indent: -3000em;
top: 0px;
width: 26px;
cursor:pointer;
}
.searchsub:hover {
background-color: #617997;
}
.adv_search  {
background : url(images/Splat/advanced_search.png) 50% 50% no-repeat transparent;
border-radius: 3px;
display: inline-block;
height: 26px;
margin-left: 3px;
text-indent: -3000em;
width: 26px;
border:0px none;
float:right;
cursor:pointer;
margin: 6px 4px 0px 0px;
}
.adv_search:hover {
background-color: rgba(0, 0, 0, 0.102);
}
#backtotop {
background: #BDBDBD;
border-radius: 16px;
box-shadow: inset rgba(0, 0, 0, 0.702) 0px 1px 3px;
display: inline-block;
height: 24px;
line-height: 20px;
margin-top: -12px;
opacity: 0.4;
position: absolute;
text-align: center;
top: 50%;
width: 24px;
padding:0px;
}
#backtotop:hover {
background: #8A8A8A;
color: #FFFFFF;
opacity: 1;
}
img {
vertical-align: middle;
}
#backtotop img {
margin-top:20%;
}
#rss_feed {
margin-top:-1px;
}
#infbox_link {
background : url(images/Splat/icon_inbox.png) 0px 0px no-repeat;
height: 20px;
width: 20px;
}
#infbox_link {
margin-top:7px;
}
.ipsbox {
background: #F2F2F2;
padding:10px;
width:100%;
border: 1px solid #CCCCCC;
}
.header_tcat {
background : url(images/Splat/highlight.png)  0px 0px repeat-x #EEEEEE;
color: #727272;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
font-size: 11px;
font-weight: 700;
padding: 8px 6px;
border:1px solid #E2E2E2;
}
.calendar_row {
background: #FFFFFF;
border-bottom: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1;
font-size: 0.9em;
height: 95px;
padding: 5px;
vertical-align: top;
width: 14%;
}
#breadcrumb  {
background : url(images/Splat/secondary_nav_bg.png) 0px 0px repeat-x #E0E0E0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: #FFFFFF 0px 1px 0px;
}
#breadcrumb li  {
list-style-type : none;
float : left;
margin : 0;
}
#breadcrumb a  {
background : url(images/Splat/secondary_nav.png)   100% 0px no-repeat transparent;
color: #757575;
font-size: 11px;
padding: 10px;
position: relative;
text-decoration: none;
}
#breadcrumb a:hover  {
background-position: 100% -43px;
color : #222222;
}
.message.unspecific {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #F3F3F3;
border: 1px solid #D4D4D4;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 11px;
line-height: 1.6;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
color: #515151;
}
ol, ul, li {
list-style: none outside none;
}

ul.postbit_topicbuttons, postbit_topicbuttons li {
background : url(images/Splat/highlight_faint.png) 0px 0px repeat-x #405268;
border: 1px solid #344457;
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.345);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
height: 30px;
min-width: 125px;
padding: 0px 10px;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.400);
line-height:30px;
}
.postbit_topicbuttons:hover {
background: #546983;
color: #FFFFFF;
}
ul.postbit_topicbuttons_closed, .postbit_topicbuttons_closed li {
background : url(images/Splat/highlight_faint.png) 0px 0px repeat-x #8B1515;
border:1px solid #790F0F;
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.345);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
height: 30px;
min-width: 125px;
padding: 0px 10px;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.400);
line-height:30px;
cursor:default;
}
.make_read a {
color: #777777;
font-weight: 400;
min-width: 0px;
padding-bottom: 1px;
padding-top: 1px;
padding: 0px 10px;
cursor: pointer;
display: inline-block;
margin: 0px 0px 10px 10px;
line-height:30px;
font-size:12px;
font-family:"Helvetica", "Arial", sans-serif;
}
.logincol {
float: left;
padding: 15px 10px;
line-height: 1.6;
}
.login_row {
overflow: hidden;
border-bottom: 1px solid #E8E8E8;
}
.submit_go {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #E4E4E4;
border-top: 1px solid #CCCCCC;
padding: 5px 10px;
}
.username, .password {
font-size: 1.15em;
}
.editedby {
background : url(images/Splat/comment_edit.png) 6px 10px no-repeat #FFEBC8;
border: 1px solid #ECC272;
color: #AC6328;
font-size: 11px;
line-height: 18px;
margin-top: 15px;
padding: 8px 8px 8px 28px;
text-shadow: #FFFAF1 0px 1px 0px;
}
.Forum_messages {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #F9D79B;
border: 1px solid #EBB962;
box-shadow: #FDE5BB 0px 1px 4px;
color: #B85F1D;
line-height: 140%;
margin-bottom: 10px;
padding: 10px;
text-shadow: rgba(255, 255, 255, 0.553) 0px 1px 0px;
}
.Message_title {
text-align:center;
display:block;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
leSplater-spacing:2px;
}
.box {
background: #F2F2F2;
}
.box_content {
background:#FDFDFD;
border: 1px solid #DCDCDC;
}
.box, .box_content {
padding:9px;
}
.error_title {
color: #323232;
font-weight: 300;
font-size: 26px;
line-height:1.4;
font-family: "Helvetica", "Arial", sans-serif;
}
.logincol .pass_links {
float:right;
}
.logincol .pass_links a:hover {
text-decoration: underline;
}
.pagination_options {
line-height: 22px;
padding: 5px 0px;
float:left;
}
#backgroundPopup  {
}
#toPopup  {
background: rgba(0, 0, 0, 0.600);
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.506) 0px 10px 20px;
color: #8A8787;
display: none;
font-size: 11px;
left: 290px;
margin: 0px;
padding: 8px;
position: absolute;
text-align: left;
top: 75px;
z-index: 2000;
}
div.loader  {
background : url(images/Splat/ajax_loading.gif) 50% no-repeat;
background-color : #000000;
border-radius : 0 0 5px 5px;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.196);
color : #FFFFFF;
left : 46%;
opacity : 0.60000002384185791015625;
padding : 10px;
position : absolute;
display : none;
margin : 0;
width : 7%;
z-index : 10000;
}
div.close  {
background : url(images/Splat/close_popup.png) no-repeat;
cursor : pointer;
float : right;
height : 13px;
position : relative;
width : 13px;
}
span.ecs_tooltip  {
background : none 0 0 repeat scroll #000000;
border-radius : 2px 2px 2px 2px;
color : #FFFFFF;
display : none;
font-size : 11px;
height : 16px;
opacity : 0.699999988079071044921875;
padding : 4px 3px 2px 5px;
top : -30px;
right: -9%;
position : absolute;
text-align : center;
width : 93px;
}
span.arrow  {
border-left : 5px solid transparent;
border-right : 5px solid transparent;
border-top : 7px solid #000000;
display : block;
height : 1px;
left : 40px;
position : relative;
top : 3px;
width : 1px;
}
.popup_popupInner  {
padding:5px;
}
.pad {
background:#FFFFFF;
padding:10px;
}
.topleft {
background : url(images/Splat/topleft.png) no-repeat;
height: 16px;
position: absolute;
margin-top: 8px;
width: 31px;
}
    
.statistics_head {
background : url(images/Splat/highlight.png) 0px 0px repeat-x #EEEEEE;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.804) 0px 1px 0px;
}    
.statistics {
border: 1px solid #D8D8D8;
line-height: 1.3;
margin: 20px 0px 0px;
overflow: hidden;
padding: 8px;
}
.users_browsing {
background:#FFFFFF;
}

.loginorregister_now {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.251) 0px, rgba(255, 255, 255, 0) 100%) #CF3737;
border: 1px solid #771B1B;
border-radius: 4px;
bottom: 10px;
box-shadow: rgba(0, 0, 0, 0.298) 0px 1px 4px, inset #F66C6C 0px 1px 0px;
color: #FFFFFF;
font-size: 11px;
height: 52px;
line-height: 16px;
opacity: 0.5;
padding: 10px;
position: fixed;
right: 10px;
text-align: left;
text-shadow: rgba(0, 0, 0, 0.400) 0px -1px 0px;
width: 370px;
z-index: 30000;
}

.loginorregister_now:hover {
opacity:1;
}

.loginorregister_now a:hover {
text-decoration: underline;
}

#wczytywanie {
background: none repeat scroll 0 0 #000000;
border-radius: 0 0 5px 5px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
left: 46%;
opacity: 0.6;
padding: 5px 0 8px;
position: fixed;
text-align: center;
top: 0;
width: 8%;
z-index: 10000;
}
.usg_repair img {
display: block;
margin: 0px auto;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 50%;
float: left;
}

.warn_info

{

font-size:9px;

color:red;

}
Matslom napisał 17.02.2014, 20:28:
Jeden problem = jeden wątek [Obrazek: modnotice_howto.png]
[Obrazek: modnotice_search.png]
Proszę:

body {
background#161616;
backgroundwhite url(http://pharmclips.com/wp-content/uploads/2014/01/battlefield-4-wallpaper-2560x14402560x1440-battlefield-4-fanart-wallpaper-t92trkcw.jpg);
colorwhite;
text-aligncenter;
line-height1.4;
margin-bottom0px;
font-familyTahomaArialSans-Serif;
font-size10px;
background-repeatrepeat
background-attachmentfixed
}

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

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

a:hovera:active {
    
color#222222;
    
text-decorationnone;
}

#content {
background#FFFFFF;
line-height120%;
padding8px;
    
color:  #5A5A5A;
    
marginauto auto;
    
text-alignleft/* IE 5 fix */
}

#container {
    /* FIX: Make internet explorer wrap correctly */
margin0px auto;
max-width1600px;
min-width990px;
width90%;
}

#header {
padding:10px;
}

.
logo {
width:248px;
height:82px;
}

.
logo:hover {
opacity:0.5;
}

.
menu 
backgroundurl(images/Splat/primary_nav.jpg)  0px 0px #D7D7D7;
border-bottom1px solid #C4C4C4;
border-radius4px 4px 0px 0px;
min-height38px;
padding4px 4px 0px;
}

.
menu ul {
floatleft;
font-family"Trebuchet MS""Arial""Helvetica"sans-serif;
font-size12px;
font-weight700;
text-transformuppercase;
}

.
menu a {
border-radius3px;
color#6F6F6F;
height35px;
line-height35px;
outlinemedium none currentColor;
padding7px 11px;
text-shadow#FFFFFF 0px 1px 0px;
}

.
menu ul a:link {
color#6F6F6F;
text-decorationnone;
}

.
menu ul a:visited {
color#6F6F6F;
text-decorationnone;
}
.
menu ul a:hover, .menu ul a:active {
backgroundrgba(0000.102);
box-shadowinset rgba(0000.2980px 1px 3pxrgba(2552552550.4470px 0px 0px 1pxrgba(2552552550.8040px 1px 0px;
color#444444;
    
text-decorationnone;
}

.
menu li.current-item a {
backgroundurl(images/Splat/primary_nav_active.jpg)  500px #D75D2D;
box-shadowinset rgba(0000.7490px 1px 3pxrgba(2552552550.4470px 0px 0px 1pxrgba(2552552550.8040px 1px 0px;
color#FFFFFF;
border-radius3px;
height35px;
line-height35px;
outlinemedium none currentColor;
padding7px 11px;
positionrelative;
text-shadow#892307 0px 1px 1px;
}

#user_navigation {
backgroundrgba(0000.400);
border-radius4px;
box-shadowinset rgba(0000.4000px 1px 3pxrgba(2552552550.0470px 0px 0px 1pxrgba(2552552550.1020px 1px 0px;
color#FFFFFF;
floatright;
font-size11px;
height36px;
line-height36px;
margin-top18px;
overflowhidden;
}
#user_navigation a {
color#FFFFFF;
}
.
user_navigationLinks:hover {
backgroundrgba(0000.400);
}
.
user_navigationLinks {
color#FFFFFF;
floatleft;
height36px;
line-height36px;
outlinemedium none currentColor;
padding0px 13px;
}

.
socialinks {
float:right;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}

table {
    
color#7D7D7D;
    
font-familyVerdanaArialSans-Serif;
    
font-size11px;
}

.
tborder {
marginauto;
width100%;
}
.
border {
width100%;
}

.
thead {
backgroundurl(images/Splat/maintitle.jpg0px 0px repeat-#CF552A;
border1px solid #B43535;
border-radius4px;
box-shadowinset rgba(2552552550.2980px 0px 1px;
color#FFFFFF;
font-size12px;
font-weightbold;
margin-bottom5px;
padding:12px;
text-shadow#A52C0C 0px -1px 0px;
}

.
thead .expcolimage {
     -
webkit-transition0.3s;
         
transition:0.3s;
     -
o-transition:0.3s;
     -
ms-transition:0.3s;
     -
moz-transition:0.3s;
}
.
thead:hover .expcolimage {
     
opacity:1;
     
cursor:pointer;
}

.
thead:hover .expcolimage img 
opacity1;
}

.
thead .expcolimage img {
opacity0;
transitionopacity 0.25s cubic-bezier(0.4200.5810;
}

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

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

.
thead a:hover, .thead a:active {
    
color#FFFFFF;
    
text-decorationnone;
}

.
trow1 {
background#FFFFFF;
border-bottom1px solid #E8E8E8;
padding:10px;
}

.
trow2 {
background#FFFFFF;
border-bottom1px solid #E8E8E8;
padding10px;
}
.
trow3 {
background#FFFFFF;
border-bottom1px solid #E8E8E8;
padding15px;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
background:#F5F5F5;
}

.
trow_sep {
background#F1F1F1;
color#929292;
font-size12px;
font-weight700;
padding:8px;
}

.
tfoot {
padding:5px;
text-align:center;
}

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

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

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

.
bottommenu {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#F9F9F9;
border1px solid #EEEEEE;
height:32px;
positionrelative;
text-shadowrgba(2552552550.8040px 1px 0px;
border-radius0px 3px 0px 3px;
}

.
bottommenu a {
displayinline-block;
margin-right0px;
padding10px 10px;
}

.
bottommenu a:hover {
color:#222222;
}

.
navigation {
backgroundurl(images/Splat/secondary_nav_bg.png0px 0px repeat-#E0E0E0;
border1px solid #D6D6D6;
border-radius3px;
box-shadowrgba(0000.0470px 1px 2px;
line-height37px;
margin-bottom15px;
overflowhidden;
text-shadow#FFFFFF 0px 1px 0px;
}

.
navigation a:link {
    
text-decorationnone;
}

.
navigation a:visited {
    
text-decorationnone;
}

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

.
navigation .active {
backgroundurl(images/mini/secondary_nav.png1000px no-repeat transparent;
margin-right1px;
padding12px;
}

.
smalltext {
    
font-size11px;
}

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

input.textbox {
background#FCFCFC;
border1px solid #D4D4D4;
box-shadowinset rgba(0000.1020px 1px 3px;
color#9F9F9F;
padding6px;
text-shadow#FFFFFF 0px 1px 0px;
}
input.textbox:focus {
background-color#FEFEFE;
border1px solid #E6936A;
box-shadowinset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color#555555;
}

textarea {
background#FCFCFC;
border1px solid #D4D4D4;
box-shadowinset rgba(0000.1020px 1px 3px;
color#9F9F9F;
padding6px;
text-shadow#FFFFFF 0px 1px 0px;
}
textarea:focus {
background-color#FEFEFE;
border:1px solid  #E6936A;
box-shadowinset 0px 0px 4px #F6C8B2, #FBDFD2 0px 0px 3px;
color#555555;
}

select {
    
background#ffffff;
border:1px solid #838891;
}

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

.
editor_control_bar {
    
background#fff;
    
border1px solid #0f5c8e;
}

.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}

.
autocomplete_selected {
    
background#adcee7;
    
color#000;
}

.
popup_menu {
    
background#ccc;
width:110px;
}

.
popup_menu .popup_item {
    
background#fff;
padding6px 10px 6px 10px;
}
.
popup_menu a {
text-align:center;
display:block;
}

.
popup_menu .popup_item:hover {
    
background#F5F5F5;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
invalid_field {
background#F3DDDD;
border1px solid #C98282;
color#AD2930;
padding:6px;
}

.
valid_field {
background#F1F6EC;
border1px solid #CDDAC0;
color#456D1D;
padding:6px;
}

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

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

.
validation_loading {
    
backgroundurl(images/Splat/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-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
menu ul {
    list-
stylenone;
    
margin0;
}

.
menu li {
    
displayinline;
    
padding-left5px;
}

.
menu img {
    
padding-right5px;
    
vertical-aligntop;
}

#panel .links {
    
margin0;
    
floatright;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
margin-top:-0.6%;
}

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

hr {
    
background-color#F0F0F0;
    
color#A4A4A4;
    
height1px;
    
border0px;
width:100%;
}

#copyright {
    
font11px VerdanaArialSans-Serif;
    
margin0;
padding:0px 0px 35px 0px;
}

.
footer_links {
float:left;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}

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

blockquote cite {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#F2F2F2;
border-bottom0px none currentColor;
border-left1px solid #E3E3E3;
border-right1px solid #E3E3E3;
border-top1px solid #E3E3E3;
color#535353;
font-size12px;
font-weight700;
margin-top5px;
overflow-xauto;
padding8px 10px;
text-shadow#FFFFFF 0px 1px 0px;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

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

.
codeblock {
background-color#FCFCFC !important;
border1px solid #E3E3E3;
font-size11px;
line-height170%;
overflowauto;
padding8px;
}

.
codeblock .title {
    
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;
    
padding3px;
    
text-decorationnone;
    
white-spacenowrap;
}

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

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

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

.
tcat {
backgroundurl(images/mini/highlight.png0px 0px repeat-#E3E3E3;
border-bottom1px solid #D2D2D2;
border-top1px solid #D2D2D2;
font-size13px;
font-weight400;
height36px;
line-height36px;
padding0px 10px;
text-shadowrgba(2552552550.6000px 1px 0px;
}

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

.
red_alert {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#F3E3E6;
border1px solid #E599AA;
box-shadowrgba(0000.1020px 1px 3px;
font-size12px;
line-height1.6;
padding10px;
text-shadowrgba(2552552550.5530px 1px 0px;
color#80001C;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#F3E3E6;
border1px solid #E599AA;
box-shadowrgba(0000.1020px 1px 3px;
font-size11px;
line-height1.6;
padding10px;
text-shadowrgba(2552552550.5530px 1px 0px;
color:#80001C;
}

div.error p {
    
margin0;
}

div.error p em {
    
padding-left24px;
    
displayblock;
    
backgroundurl(images/Splat/error.gifno-repeat 0;
}

div.error ul {
    
margin-left24px;
}

.
online {
backgroundurl(images/Splat/highlight.png0px -1px repeat-#7BA60D;
border-radius3px;
color#FFFFFF;
displayinline-block;
font-size9px;
font-weight700;
height16px;
line-height16px;
padding0px 5px;
text-shadowrgba(0000.1960px -1px 0px;
text-transformuppercase;
vertical-alignmiddle;
cursor:default;
}

.
offline {
backgroundurl(images/Splat/highlight.png0px -1px repeat-#B3B3B3;
border-radius3px;
color#FFFFFF;
displayinline-block;
font-size9px;
font-weight700;
height16px;
line-height16px;
padding0px 5px;
text-shadowrgba(0000.1960px -1px 0px;
text-transformuppercase;
vertical-alignmiddle;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}
.
mini_pagination a {
background#405268;
border-radius2px;
color#FFFFFF;
padding2px 6px;
opacity:0.6;
font-size0.8em;
}
.
mini_pagination a:hover {
background#536983;
opacity:1;
}
.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}
.
pagination .pages {
    
font-weightbold;
}

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

.
pagination a {
backgroundurl(images/Splat/highlight_strong.png0px 0px repeat-#E5E5E5;
border1px solid #D6D6D6;
border-radius3px;
box-shadowrgba(0000.0470px 1px 2px;
color#747474;
displayinline-block;
font-size11px;
font-weight400;
padding4px 7px;
text-shadow#FFFFFF 0px 1px 0px;
}

.
pagination .pagination_current {
background#405268;
border-radius3px;
box-shadowinset rgba(0000.7020px 1px 3px#FFFFFF 0px 1px 0px;
color#FFFFFF;
cursor: default;
padding5px 8px;
}

.
pagination a:hover {
background#EFEFEF;
color#747474;
    
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;
}

.
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_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/Splat/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#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
    
white-spacenowrap;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}
.
category_text {
font-size:10px;
font-weight:bold;
font-family:"Tahoma";
margin-left:1%;
color:#000000;
text-shadow:none;
}

.
statround  
backgroundrgba(0000.102);
border-radius3px;
box-shadowinset rgba(0000.2980px 1px 2px#FFFFFF 0px 1px 0px;
color#222222;
displayinline-block;
font-weight700;
margin-right3px;
padding3px 7px;
text-shadowrgba(2552552550.6000px 1px 0px;

.
statround a:link, .statround a:visited  
color #222222;

.
statround a:hover, .statround a:active  
color #222222;
}     
.
ips_table {
border-left:1px solid #DCDCDC;
border-right:1px solid #DCDCDC;
border-top:1px solid #DCDCDC;
margin-top:0.5%;
}
#mask  { 
position absolute
z-index 9010
background-color #000000; 
display none
top 0
left 0

.
modalBox  
background rgba(0000.6); 
position fixed
display none
z-index 9015
border-radius 5px
box-shadow 0 10px 20px rgba(0000.506); 
padding 8px
width:512px;

.
modalBox .modalContent  
background #FFFFFF; 
color #5A5A5A; 

#loginModal h3 {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#EEEEEE;
border-bottom1px solid #D8D8D8;
font-size16px;
color:#5A5A5A;
padding2px 10px 0px;
text-shadowrgba(2552552550.8040px 1px 0px;
}
.
Popup_close {
positionabsolute;
right20px;
top20px;
}
.
button {
backgroundurl(images/Splat/highlight_faint.png0px 0px repeat-#323232;
border-radius:2px;
border:1px solid #2B2B2B;
box-shadowrgba(0000.4310px 1px 3px;
color#FFFFFF;
text-shadow#2B2B2B 0px -1px 0px;
padding4px 10px;
cursor:pointer;
}
.
button:hover {
background-color#434343;
color#FFFFFF;
}
.
tborder_belka {
width:100%;
    
marginauto auto;
    
positionrelative;
}    

bodydivdldtddulollih1h2h3h4h5h6preformfieldsetinputtextareapblockquotethtd {
margin:0px;
padding:0px;
}
olul {
list-
stylenone outside none;
}
#main_menu  { 
background#FFFFFF;
border-radius0px 0px 6px 6px;
box-shadowrgba(1881881880.6000px 2px 5px;
displaynone;
margin-left: -3%;
margin-top2.6%;
overflowhidden;
padding10px;
positionabsolute;
text-aligncenter;
width100px;
z-index9999;

#main_menu a {
color:#C83D18;
line-height:25px;
}
#main_menu a:hover {
background:none;
color:#222222;
}

.
sideblock {
border1px solid #D8D8D8;
width:100%;
}
.
sbar {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#EEEEEE;
border-bottom1px solid #D8D8D8;
padding8px;
text-shadowrgba(2552552550.8040px 1px 0px;
color:#727272;
}
.
postbit {
backgroundurl(images/Splat/maintitle.jpg0px -6px repeat-#D86A35;
border1px solid #C03F18;
border-radius2px;
box-shadowinset #F3AB60 0px 1px 0px;
color#FFFFFF;
height24px;
line-height24px;
margin-left4px;
padding5px 9px;
text-decorationnone;
text-shadow#C03F18 0px -1px 0px;
}
.
postbit img {
margin: -3px 2px 0px -3px;
positionrelative;
vertical-alignmiddle;
}
.
submit {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#E4E4E4;
border-top1px solid #CCCCCC;
padding15px 6px;
text-aligncenter;
}
.
OK_login {
backgroundurl(images/Splat/highlight_faint.png0px 0px repeat-#323232;
border:1px solid #2B2B2B;
box-shadowrgba(0000.4310px 1px 3px;
color#FFFFFF;
text-shadow#2B2B2B 0px -1px 0px;
padding4px 10px;
cursor:pointer;
}
.
OK_login:hover {
background-color#434343;
color#FFFFFF;
}
.
lp {
font-size12px;
line-height1.6;
color:#5A5A5A;
margin-bottom10px;
}
.
bar_login {
backgroundurl(images/Splat/highlight.png0px 0px repeat-#EEEEEE;
border-bottom1px solid #D8D8D8;
padding8px;
text-shadowrgba(2552552550.8040px 1px 0px;
border-top1px solid #D8D8D8;
color:#727272;
font-size:11px;
font-weight:bold;
}
.
border {
border1px solid #CCCCCC;
}
.
margin_login {
padding9px 19px;
}

.
searchform  
width 340px
float right
height 34px
position relative
margin-right 1%; 
top 7px
float right

.
searchbox  
background#FFFFFF;
border-radius3px 4px 4px 3px;
box-shadow0px 1px 2px rgba(0000.251);
displayblock;
height26px;
line-height25px;
min-width230px;
padding0px 26px 0px 4px;
positionrelative;
float:right;
border:0px none;

.
searchbox:focus  
outline none

.
searchsub  
background url(images/Splat/search_icon.png)  5050no-repeat #4F6682;
border0px none;
border-radius0px 3px 3px 0px;
bottom0px;
box-shadowinset 0px 1px 0px rgba(2552552550.196);
displayblock;
height26px;
padding0px;
positionabsolute;
right0px;
text-indent: -3000em;
top0px;
width26px;
cursor:pointer;

.
searchsub:hover {
background-color#617997;
}
.
adv_search  
background url(images/Splat/advanced_search.png5050no-repeat transparent;
border-radius3px;
displayinline-block;
height26px;
margin-left3px;
text-indent: -3000em;
width26px;
border:0px none;
float:right;
cursor:pointer;
margin6px 4px 0px 0px;

.
adv_search:hover {
background-colorrgba(0000.102);
}
#backtotop {
background#BDBDBD;
border-radius16px;
box-shadowinset rgba(0000.7020px 1px 3px;
displayinline-block;
height24px;
line-height20px;
margin-top: -12px;
opacity0.4;
positionabsolute;
text-aligncenter;
top50%;
width24px;
padding:0px;
}
#backtotop:hover {
background#8A8A8A;
color#FFFFFF;
opacity1;
}
img {
vertical-alignmiddle;
}
#backtotop img {
margin-top:20%;
}
#rss_feed {
margin-top:-1px;
}
#infbox_link {
background url(images/Splat/icon_inbox.png0px 0px no-repeat;
height20px;
width20px;
}
#infbox_link {
margin-top:7px;
}
.
ipsbox {
background#F2F2F2;
padding:10px;
width:100%;
border1px solid #CCCCCC;
}
.
header_tcat {
background url(images/Splat/highlight.png)  0px 0px repeat-#EEEEEE;
color#727272;
text-shadowrgba(2552552550.8040px 1px 0px;
font-size11px;
font-weight700;
padding8px 6px;
border:1px solid #E2E2E2;
}
.
calendar_row {
background#FFFFFF;
border-bottom1px solid #E1E1E1;
border-left1px solid #E1E1E1;
font-size0.9em;
height95px;
padding5px;
vertical-aligntop;
width14%;
}
#breadcrumb  { 
background url(images/Splat/secondary_nav_bg.png0px 0px repeat-#E0E0E0;
border1px solid #D6D6D6;
border-radius3px;
box-shadowrgba(0000.0470px 1px 2px;
line-height37px;
margin-bottom15px;
overflowhidden;
text-shadow#FFFFFF 0px 1px 0px;

#breadcrumb li  { 
list-style-type none
float left
margin 0

#breadcrumb a  { 
background url(images/Splat/secondary_nav.png)   1000px no-repeat transparent;
color#757575;
font-size11px;
padding10px;
positionrelative;
text-decorationnone;

#breadcrumb a:hover  { 
background-position100% -43px;
color #222222; 

.
message.unspecific 
background url(images/Splat/highlight.png0px 0px repeat-#F3F3F3;
border1px solid #D4D4D4;
box-shadowrgba(0000.1020px 1px 3px;
font-size11px;
line-height1.6;
padding10px;
text-shadowrgba(2552552550.5530px 1px 0px;
color#515151;
}
olulli {
list-
stylenone outside none;
}

ul.postbit_topicbuttonspostbit_topicbuttons li {
background url(images/Splat/highlight_faint.png0px 0px repeat-#405268;
border1px solid #344457;
border-radius3px;
box-shadow0px 1px 3px rgba(0000.345);
color#FFFFFF;
cursorpointer;
displayinline-block;
font-size:12px;
font-family:"Helvetica""Arial"sans-serif;
height30px;
min-width125px;
padding0px 10px;
text-aligncenter;
text-shadow0px -1px 0px rgba(0000.400);
line-height:30px;
}
.
postbit_topicbuttons:hover {
background#546983;
color#FFFFFF;
}
ul.postbit_topicbuttons_closed, .postbit_topicbuttons_closed li {
background url(images/Splat/highlight_faint.png0px 0px repeat-#8B1515;
border:1px solid #790F0F;
border-radius3px;
box-shadow0px 1px 3px rgba(0000.345);
color#FFFFFF;
cursorpointer;
displayinline-block;
font-size:12px;
font-family:"Helvetica""Arial"sans-serif;
height30px;
min-width125px;
padding0px 10px;
text-aligncenter;
text-shadow0px -1px 0px rgba(0000.400);
line-height:30px;
cursor:default;
}
.
make_read a {
color#777777;
font-weight400;
min-width0px;
padding-bottom1px;
padding-top1px;
padding0px 10px;
cursorpointer;
displayinline-block;
margin0px 0px 10px 10px;
line-height:30px;
font-size:12px;
font-family:"Helvetica""Arial"sans-serif;
}
.
logincol {
floatleft;
padding15px 10px;
line-height1.6;
}
.
login_row {
overflowhidden;
border-bottom1px solid #E8E8E8;
}
.
submit_go {
background url(images/Splat/highlight.png0px 0px repeat-#E4E4E4;
border-top1px solid #CCCCCC;
padding5px 10px;
}
.
username, .password {
font-size1.15em;
}
.
editedby {
background url(images/Splat/comment_edit.png6px 10px no-repeat #FFEBC8;
border1px solid #ECC272;
color#AC6328;
font-size11px;
line-height18px;
margin-top15px;
padding8px 8px 8px 28px;
text-shadow#FFFAF1 0px 1px 0px;
}
.
Forum_messages {
background url(images/Splat/highlight.png0px 0px repeat-#F9D79B;
border1px solid #EBB962;
box-shadow#FDE5BB 0px 1px 4px;
color#B85F1D;
line-height140%;
margin-bottom10px;
padding10px;
text-shadowrgba(2552552550.5530px 1px 0px;
}
.
Message_title {
text-align:center;
display:block;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
leSplater-spacing:2px;
}
.
box {
background#F2F2F2;
}
.
box_content {
background:#FDFDFD;
border1px solid #DCDCDC;
}
.
box, .box_content {
padding:9px;
}
.
error_title {
color#323232;
font-weight300;
font-size26px;
line-height:1.4;
font-family"Helvetica""Arial"sans-serif;
}
.
logincol .pass_links {
float:right;
}
.
logincol .pass_links a:hover {
text-decorationunderline;
}
.
pagination_options {
line-height22px;
padding5px 0px;
float:left;
}
#backgroundPopup  { 

#toPopup  { 
backgroundrgba(0000.600);
border-radius5px;
box-shadowrgba(0000.5060px 10px 20px;
color#8A8787;
displaynone;
font-size11px;
left290px;
margin0px;
padding8px;
positionabsolute;
text-alignleft;
top75px;
z-index2000;

div.loader  
background url(images/Splat/ajax_loading.gif50no-repeat
background-color #000000; 
border-radius 0 0 5px 5px
box-shadow 0 3px 5px rgba(0000.196); 
color #FFFFFF; 
left 46%; 
opacity 0.60000002384185791015625
padding 10px
position absolute
display none
margin 0
width 7%; 
z-index 10000

div.close  
background url(images/Splat/close_popup.pngno-repeat
cursor pointer
float right
height 13px
position relative
width 13px

span.ecs_tooltip  
background none 0 0 repeat scroll #000000; 
border-radius 2px 2px 2px 2px
color #FFFFFF; 
display none
font-size 11px
height 16px
opacity 0.699999988079071044921875
padding 4px 3px 2px 5px
top : -30px
right: -9%;
position absolute
text-align center
width 93px

span.arrow  
border-left 5px solid transparent
border-right 5px solid transparent
border-top 7px solid #000000; 
display block
height 1px
left 40px
position relative
top 3px
width 1px

.
popup_popupInner  
padding:5px;

.
pad {
background:#FFFFFF;
padding:10px;
}
.
topleft {
background url(images/Splat/topleft.pngno-repeat;
height16px;
positionabsolute;
margin-top8px;
width31px;
}
    
.
statistics_head {
background url(images/Splat/highlight.png0px 0px repeat-#EEEEEE;
border-bottom1px solid #D8D8D8;
border-top1px solid #D8D8D8;
font-size11px;
font-weight700;
margin: -8px -8px 8px;
padding8px;
text-shadowrgba(2552552550.8040px 1px 0px;
}    
.
statistics {
border1px solid #D8D8D8;
line-height1.3;
margin20px 0px 0px;
overflowhidden;
padding8px;
}
.
users_browsing {
background:#FFFFFF;
}

.
loginorregister_now {
backgroundlinear-gradient(to bottomrgba(2552552550.2510pxrgba(2552552550100%) #CF3737;
border1px solid #771B1B;
border-radius4px;
bottom10px;
box-shadowrgba(0000.2980px 1px 4pxinset #F66C6C 0px 1px 0px;
color#FFFFFF;
font-size11px;
height52px;
line-height16px;
opacity0.5;
padding10px;
positionfixed;
right10px;
text-alignleft;
text-shadowrgba(0000.4000px -1px 0px;
width370px;
z-index30000;
}

.
loginorregister_now:hover {
opacity:1;
}

.
loginorregister_now a:hover {
text-decorationunderline;
}

#wczytywanie { 
backgroundnone repeat scroll 0 0 #000000; 
border-radius0 0 5px 5px
box-shadow0 3px 5px rgba(0000.2); 
color#FFFFFF; 
left46%; 
opacity0.6
padding5px 0 8px
positionfixed
text-aligncenter
top0
width8%; 
z-index10000
}

.
usg_repair img {
displayblock;
margin0px auto;
}

.
ver_sub {
margin0;
padding0;
list-
stylenone;
}

.
ver_sub li {
width50%;
floatleft;
}

.
warn_info {
font-size:9px;
color:red;

Pomoc poza forum - odpłatnie.
Poza tym widzę, że Ci jakieś spacje wcześniej wskoczyły. Dodawałeś to za pomocą Firefoxa?
Jeżeli tak to najpierw podany kod przez Ecosse wklej do Notepad ++, a następnie skopiuj z Notepada i wklej do szablonu.
Ecosse sprawdz forum, cos się popsuło... Po wrzuceniu twojego kodu, nie wiem co jest nie tak. POMOCY
Eh, teraz twój global.css wyglada tak: http://cs-dynamite.xaa.pl/cache/themes/t...global.css
Przeczytaj mój wcześniejszy post i się do niego zastosuj, albo przy wklejaniu kodu na forum skorzystaj z innej przeglądarki (np. Chrome).



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

1 gości