Odnośnik w buttonie

Założony przez  monciu95.

wersja skryptu MyBB:1.6.9
adres forum:SkillShoot.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):Znów ja :C Jak mogę zmienić adres w buttonie "Rejestracja", ponieważ przekierowywuje na złą stronę :c Próbowałem wszędzie szukać każdą linijkę kodu.

Proszę wejść na forum i samemu zobaczyć, że nie można się zarejestrować bo przekierowywuje na inną stronkę.
Witam,

Jak się nie mylę to wystarczy to zmienić w global.css


Wejdź w global.css i wyszukaj klasę #loginbox

I powinien znajdować się w tej klasie gdzieś taki wiersz:

<a href="http://cs-wojak.com/member.php?action=register" class="registerbutton" style="color: white">Rejestracja</a>

zmieniasz na

<a href="http://skillshoot.xaa.pl/member.php?action=register" class="registerbutton" style="color: white">Rejestracja</a>

i zapisz
Niestety nie udało mi się znaleźć tej linijki :(
Tu kod:
@import url(./fonts/lato.css);
/* Safari and Chrome */
@keyframes "useravatar" {
 
0% {
    -
webkit-transformrotate(0deg);
       -
moz-transformrotate(0deg);
       -
o-transformrotate(0deg);
       -
ms-transformrotate(0deg);
       
transformrotate(0deg);
 }
 
100% {
    -
webkit-transformrotate(-360deg);
       -
moz-transformrotate(-360deg);
       -
o-transformrotate(-360deg);
       -
ms-transformrotate(-360deg);
       
transformrotate(-360deg);
 }
}
@-
moz-keyframes useravatar {
 
0% {
   -
moz-transformrotate(0deg);
   
transformrotate(0deg);
 }
 
100% {
   -
moz-transformrotate(-360deg);
   
transformrotate(-360deg);
 }
}
@-
webkit-keyframes "useravatar" {
 
0% {
   -
webkit-transformrotate(0deg);
   
transformrotate(0deg);
 }
 
100% {
   -
webkit-transformrotate(-360deg);
   
transformrotate(-360deg);
 }

}
@-
ms-keyframes "useravatar" {
 
0% {
   -
ms-transformrotate(0deg);
   
transformrotate(0deg);
 }
 
100% {
   -
ms-transformrotate(-360deg);
   
transformrotate(-360deg);
 }
}




{
    
color#c83d18;
    
text-decorationnone;
}
a:hover 
color#222;
}
a.link {
    
colorrgb(707070);
    
text-decorationnone;
}
.
right {
    
floatright;
}
/* Starts here */
.collapsibleContainer
{
    
bordersolid 1px #9BB5C1;
}
.
users_browsing {padding4px 10px;
positionrelative;
margin-top3px;
margin-bottom3px;
backgroundrgb(235235235);
border1px solid rgb(194194194);
colorrgb(222222);
border-radius2px;
display:inline-block;
float:left;
}
.
collapsibleContainerTitle
{
    
cursor:pointer;
}
.
collapsibleContainerTitle div
{
    
padding-top:5px;
    
padding-left:10px;
    
background-color:#9BB5C1;
    
color:#607882;
}
.
hehe{
margin-left4px;
margin-bottom4px;
}

.
statround {
displayinline-block;
backgroundrgba(0,0,0,0.1);
color#222;
text-shadowrgba(255,255,255,0.60px 1px 0px;
padding3px 7px;
font-weightbold;
-
moz-border-radius3px;
-
webkit-border-radius3px;
border-radius3px;
margin-right3px;
-
webkit-box-shadowinset rgba(0,0,0,0.30px 1px 2pxrgba(255,255,255,10px 1px 0px;
-
moz-box-shadowinset rgba(0,0,0,0.30px 1px 2pxrgba(255,255,255,10px 1px 0px;
box-shadowinset rgba(0,0,0,0.30px 1px 2pxrgba(255,255,255,10px 1px 0px;
}


.
collapsibleContainerContent
{
    
padding10px;
}


/* ENDS HERE */
.left {
    
floatleft;
}

/* login box */
#mask {
    
positionabsolute;
    
z-index9000;
    
background-color#000;
    
displaynone;
}

#boxes .window {
    
positionabsolute;
    
width600px;
    
height220px;
    
displaynone;
    
z-index9999;
    
padding0px;
}

.
loginbox_content {
    
backgroundrgb(255255255);
    
height100%;
    
width100%;
}

.
loginbox_content label {
    
font-size13px;
    
font-weightbold;
    
color#666;
}

.
loginbox_head {
background#eee;
displayinline-block;
color#5a5a5a;
text-shadowrgba(255,255,255,0.80px 1px 0px;
font-size16px;
vertical-alignmiddle;
line-height37px;
border-bottom1px solid #d8d8d8;
width100%;
}

.
loginbox_head strong {
    
floatleft;
    
margin-left10px;
    
font-size16px;
    
font-size16px;
}

.
loginbox_head span {
    
floatright;
    
colorwhite;
    
margin-right10px;
}

.
loginbox_head span a {
    
font-size12px;
    
color#fff;
    
background#999;
    
width15px;
    
displayinline-block;
    
height17px;
    
line-height15px;
    
text-aligncenter;
    
border1px solid #777;

    
-webkit-border-radius4px;
    -
moz-border-radius4px;
    
font-weightbolder;
}

.
loginbox_head span a:hover {
    
colorwhite;
    
background#888;
}

#loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
    
    
border1px solid #bbb;
}

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    
border1px solid #ccc;
    
font-size13px;
    
margin0 0 50px;
    
background#F9F9F9;
    
padding5px;

    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
margin-top5px;
    
width260px;

    -
webkit-box-shadowinset 0px 2px 5px #f0f0f0;
    
-moz-box-shadowinset 0px 2px 5px #f0f0f0;
    
box-shadowinset 0px 2px 5px #f0f0f0;
}


.
loginbox_submit {
    
padding-left16px;

    
border-top1px solid #e4e4e4;
padding10px;
}

.
loginbox_submit_button {
    
floatright;
    
margin-top: -50px;
    
margin-right16px;
}

.
loginbox_submit_button input {
    
background#405268 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat34x/highlight_faint.png) repeat-x 0 0;
    
colorwhite;
    
padding10px 50px;
    
border1px solid #344457;
margin-bottom12px;
    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;

    -
webkit-box-shadowinset 0px 0px 2px #ccc;
    
-moz-box-shadowinset 0px 0px 2px #ccc;
    
box-shadowinset 0px 0px 2px #ccc;

    
-webkit-transition0.5s,box-shadow 0s;
    -
moz-transition0.5s,box-shadow 0s;
    -
o-transition0.5s,box-shadow 0s;
    -
ms-transition0.5s,box-shadow 0s;
    
transition0.5s,box-shadow 0s;
}

.
loginbox_submit_button input:hover {
    
background#546983; url(images/splat/highlight.png) repeat-x;
}

.
loginbox_submit_button input:active {
    -
webkit-box-shadowinset 1px 1px 9px #111 !important;
    
-moz-box-shadowinset 1px 1px 9px #111 !important;
    
box-shadowinset 1px 1px 9px #111 !important;
}

.
loginbox_username {
    
width250px;
floatleft;
margin-top10px;
padding10px 20px;
}

.
loginbox_password {
    
floatright;

    
width250px;


    
padding20px 40px 10px 0px;


}

#boxes #loginbox {
width600px;

positionfixed;
-
webkit-box-shadow0px 0px 20px #222;
-moz-box-shadow0px 0px 20px #222;
box-shadow0px 0px 20px #222;
backgroundurl(images/splat/trans.pngrepeat;
-
webkit-border-radius5px;
-
moz-border-radius5px;
border-radius5px;
top110px !important;
marginauto;
left25% !important;



}
/* basic reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    
border0;
    
font-familyinherit;
    
font-size100%;
    
font-styleinherit;
    
font-weightinherit;
    
margin0;
    
outline0;
    
padding0;
    
vertical-alignbaseline;
}

:
focus {
    
outline0;
}

.
threadlist_row {
background#1a1a1a url(/images/splat/trow.png) repeat-x top;
border-top1px solid #252525;
border-bottom1px solid #111111;
vertical-alignmiddle;
padding4px 0px 1px 0px;
color#898989;
line-height17px;
padding-left1px;
}

.
threadlist_row:hover {
    
background#393939;
}

strong {
             
text-color#87b8d7;
}

body {
    
background#273749 url(images/splat/header-bg2.png) repeat 50% 0;
    
color#5a5a5a;
    
    
fontnormal 11px tahoma,helvetica,arial,sans-serif;
positionrelative;
    
padding-bottom20px;
}

ol,ul {
    list-
stylenone;
}

table {
    
/* tables still need 'cellspacing="0"' in the markup */
border-collapseseparate;
    
border-spacing0;
}

caption,th,td {
    
font-weightnormal;
    
text-alignleft;
    
font-familytahoma;
    
font-size12px;
    
line-height1.5;
}

blockquote:before,blockquote:after,q:before,q:after {
    
content"";
}

blockquote,{
    
quotes"" "";
}

a img {
    
border0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    
displayblock;
}

/* Breadcrumb */
.nav_rightlinks {
    
color#757575 !important;
}

.
nav_rightlinks:hover {
    
color#222 !important;
}

#breadcrumb {
background#e0e0e0 url(images/splat/secondary_nav_bg.png) repeat-x 0 0;
border1px solid #d6d6d6;
text-shadow#fff 0px 1px 0px;
-moz-border-radius3px;
-
webkit-border-radius3px;
border-radius3px;
-
webkit-box-shadowrgba(0,0,0,0.050px 1px 2px;
-
moz-box-shadowrgba(0,0,0,0.050px 1px 2px;
box-shadowrgba(0,0,0,0.050px 1px 2px;
overflowhidden;
line-height37px;
max-height38px;
margin0px 10px;
}

#breadcrumb ol li {
    
floatleft;
    
displayinline-block;
    
margin0 3px;

    -
webkit-transitionall 0.5s;
    -
moz-transitionall 0.5s;
    -
o-transitionall 0.5s;
    -
ms-transitionall 0.5s;
    
transitionall 0.5s;
}

#breadcrumb ol li a {
    
color#757575;
font-size11px;
    
padding-left12px;
    
    
displayblock;
    
outlinenone;
    
text-decorationnone;
    
margin-left: -15px;
}

#breadcrumb ol li:first-child {
    
width30px;
    
margin-left15px;
}

#breadcrumb ol li a img {
    
displaynone;
}

#breadcrumb_list li:first-child:hover img {
    
-ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
}

#breadcrumb_list li:first-child a {

backgroundurl(http://www.grajkownia.com/public/style_images/splat/secondary_nav.png) no-repeat 100% 0;

    
-webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
positionrelative;
    
width35px;
    
height37px;

}

#breadcrumb_list li:first-child a:hover {
    
background-position100% -43px !important;
}

#breadcrumb_list li:first-child a img {
    
displayblock;
    
positionrelative;
    
max-width25px;
    
left10px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    
filteralpha(opacity=50);
}

#breadcrumb_list li:first-child a div {
    
displaynone;
}

#breadcrumb_list li:last-child span {
    
-webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
backgroundnone;
}

#breadcrumb_list li:first-child span:hover {
    
background-position100% -43px !important;
}

#breadcrumb_list li:last-child a {
    
font-familylato;
    
font-weightbold;
    
color#555;
    
font-size12px;
    
backgroundnone;

    -
webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
}

#breadcrumb li:hover a {
    
background-position-43px;
    
color#222;
}

#breadcrumb li:active a {
    
color#222;
    
text-shadownone;
    
background-position-86px;
}

#breadcrumb ol li a span {
    
displayblock;
    
padding-left4px;
    
padding-right12px;
padding-right17px;
padding-left4px;
backgroundurl(images/splat/secondary_nav.pngno-repeat 1000;
}

#breadcrumb li:hover span {
    
background-position100% -43px;
}

#breadcrumb li:active span {
    
background-position100% -86px;
}

/* TipTip CSS -Version 1.2 */
#tiptip_holder {
    
displaynone;
    
positionabsolute;
    
top0;
    
left0;
    
z-index99999;
}

#tiptip_holder.tip_top {
    
padding-bottom5px;
}

#tiptip_holder.tip_bottom {
    
padding-top5px;
}

#tiptip_holder.tip_right {
    
padding-left5px;
}

#tiptip_holder.tip_left {
    
padding-right5px;
}

#tiptip_content {
    
font-size11px;
    
color#fff;
padding4px 8px;
    
border1px solid rgba(255,255,255,0.25);
    
background-colorrgb(25,25,25);
    
background-colorrgba(25,25,25,0.92);
    
background-image: -webkit-gradient(linear00%, 0100%, from(transparent), to(#000));
-webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
-
webkit-box-shadow0 0 3px #555;
    
-moz-box-shadow0 0 3px #555;
    
box-shadow0 0 3px #555;
}

#tiptip_arrow,#tiptip_arrow_inner {
    
positionabsolute;
    
border-colortransparent;
    
border-stylesolid;
    
border-width6px;
    
height0;
    
width0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    
border-top-color#fff;
    
border-top-colorrgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    
border-bottom-color#fff;
    
border-bottom-colorrgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    
border-right-color#fff;
    
border-right-colorrgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    
border-left-color#fff;
    
border-left-colorrgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    
margin-top: -7px;
    
margin-left: -6px;
    
border-top-colorrgb(25,25,25);
    
border-top-colorrgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    
margin-top: -5px;
    
margin-left: -6px;
    
border-bottom-colorrgb(25,25,25);
    
border-bottom-colorrgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    
margin-top: -6px;
    
margin-left: -5px;
    
border-right-colorrgb(25,25,25);
    
border-right-colorrgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    
margin-top: -6px;
    
margin-left: -7px;
    
border-left-colorrgb(25,25,25);
    
border-left-colorrgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
#tiptip_content {
    
padding4px 8px 5px 8px;
    
background-colorrgba(45,45,45,0.88);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    
border-bottom-colorrgba(45,45,45,0.88);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    
border-top-colorrgba(20,20,20,0.92);
}

}

.
backtotop {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    
filteralpha(opacity=40);
    
opacity0.4;
-
webkit-transitionall 0.4s;
    -
moz-transitionall 0.4s;
    -
o-transitionall 0.4s;
    -
ms-transitionall 0.4s;
    
transitionall 0.4s;
    
positionabsolute;
    
top22px;
    
right50%;
}

.
backtotop:hover {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

/* here we go */
a:visited {
    
color#c83d18;
    
text-decorationnone;
}

a:visited:hover {
    
color#222;
    
text-decorationnone;
}


.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

#main_wrapper {
    
font-familytahoma;
    
font-size11px;
    
color#555;
}
.
wrapper{
    
margin0 auto;
    
min-width960px;
    
max-width1300px;
    
width90%;
}

.
content{
    
background#fff;
    
}
#content {
    
margin0 auto;
              
    
line-height120%;
              
width97%;
              
max-width1500px;
    
min-width960px;
    
background#fff;
    
padding-top10px;
    
}
.
clearfix:after content".";displayblock;height0;clearboth;visibilityhiddenoverflowhidden;}
#header {
    
width97%;
    
max-width1500px;
    
min-width960px;
    
min-height80px;
    
color#DDD;
    
marginauto;
    
bordernone;

}

#footer {

vertical-alignmiddle;
margin0 auto;
line-height17px;
width97%;
max-width1500px;
min-width960px;
background#f9f9f9;

border-top1px solid #eee;
positionrelative;
border-radius0px 0px 4px 4px;
}
#header a{color:white;}
#header a:visited {
    
    
text-decorationnone;
}

#header a:hover {
    
color#fff;
    
text-decorationnone;
}


.
statround a {

color#222;
}


#branding:hover {
margin-left2px
}

#logo {
    
-webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
positionrelative;
    
top: -13px;
    
opacity1;
}

#logo:hover {
    
opacity0.7;
    
left20px;
}

#header_right {
    
floatright;
}

#user_panel {
    
padding5px;
    
text-alignright;
    
positionrelative;
    
right3px;
    
top20px;
}

#primary_nav {
    
font-size12px;
    
font-family"Trebuchet MS"ArialHelveticasans-serif;
    
text-transformuppercase;
    
font-weightbold;
    
max-height45px;
    
}

    
#primary_extra_menucontent,
#more_apps_menucontent, .submenu_container {
    
backgroundurl(images/splat/trans80.pngrepeatbackgroundrgba(20,20,20,0.9);
    
font-size12px;
    
border0;
    
min-width140px;
    -
webkit-box-shadownone;
    -
moz-box-shadownone;
    
box-shadownone;
    -
moz-border-radius0 0 4px 4px;
    -
webkit-border-bottom-right-radius4px;
    -
webkit-border-bottom-left-radius4px;
    
border-radius0 0 4px 4px;
}
#primary_extra_menucontent li,
    #more_apps_menucontent li, .submenu_container li {
        
padding0;
        
border0;
        
backgroundnone transparent;
        
floatnone !important;
        
min-width150px;
    }
    
#primary_extra_menucontent a,
    #more_apps_menucontent a, .submenu_container a { 
        
displayblock;
        
padding8px 10px;
        
color#fff;
    
}
    
#primary_extra_menucontent a:hover,
    #more_apps_menucontent li:hover a, .submenu_container li:hover a { background: url(images/splat/transw10.png) repeat; background: rgba(255,255,255,0.06); color: #fff; }
    
    #community_app_menu .submenu_container { width: 260px; }
    #community_app_menu .submenu_container li {width: 260px; }
    
    #primary_extra_menucontent li:last-child a,
    #more_apps_menucontent li:last-child a{
        
-moz-border-radius0 0 4px 4px;
        -
webkit-border-bottom-right-radius4px;
        -
webkit-border-bottom-left-radius4px;
        
border-radius0 0 4px 4px;
    }
.
clearboth {
    
clearboth;
}

.
floatleft {
    
floatleft;
}

.
floatright {
    
floatright;
}

.
left {
    
floatleft;
}

.
float_right {
    
floatright;
}

table {
    
color#898989;
    
font-familytahomaVerdanaArialsans-serif;
    
font-size13px;
}

.
tborder {
    
width99%;
    
marginauto auto;
    
positionrelative;
    
border-top1px solid #ccc;
    
border-left1px solid #ccc;
    
border-right1px solid #ccc;
border-bottom1px solid #ccc;
}



.
tborder5 {
    
width99%;
    
marginauto auto;
    
positionrelative;
    
border-left1px solid #ccc;
    
border-right1px solid #ccc;
}


.
tborder_indexstats {
    
width99%;
    
marginauto auto;
    
positionrelative;
    
border1px solid #bbb;
    
border-top0;
}

.
thead strong {
positionrelative;
top: -4px;
text-shadow#a52c0c 0px -1px 0px;
font-weight600;
}

.
thead {
background#cf552a url(images/splat/maintitle.png) repeat-x 0 0;
color#fff;
text-shadow#a52c0c 0px -1px 0px;
box-shadowinset rgba(255,255,255,0.30px 0px 1px;
padding12px;
font-size12px;
font-weight300;
-
moz-border-radius4px;
-
webkit-border-radius4px;
border-radius4px;
overflowhidden;
margin-bottom2px;
border1px solid #b43535;
}


#forumbit_thead {
left5px;
width97%;
positionrelative;
-
webkit-border-radius4px 4px 4px 4px;
    
border-radius4px 4px 4px 4px;
    
vertical-alignmiddle !important;
    
positionrelative;
    
overflow:auto;
}


#forumbit_thead strong {
    
floatleft;
    
top: -2px;
}

#forumbit_thead strong {
    
floatleft;
    
top: -2px;
}

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

    
font-familyarial;
    
font-weightbold;
}

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

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




.
trow1 {
padding12px 5px;
vertical-alignmiddle;
transition0.2s;
background#fdfdfd;
border-bottom1px solid rgb(218218218);
vertical-alignmiddle;
color#898989;
line-height17px;

}

.
trow2 {
padding12px 5px;
vertical-alignmiddle;
transition0.2s;
background#fdfdfd;
border-bottom1px solid rgb(218218218);
vertical-alignmiddle;
color#898989;
line-height17px;

}

.
trowboczny {
background#fff;
padding5px 5px;
vertical-alignmiddle;
transition0.2s;
font-size11px;
border-bottom1px solid rgb(218218218);
vertical-alignmiddle;
color#898989;
line-height18px;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
background#fff0d9;
    
border-top0;
    
color#444;
    
border-top0;
}

.
trow_sep {
    
backgroundrgb(236236236);
    
colorrgb(119119119);
    
font-size11px;
}


.
tfoot {

    
padding10px 10px 10px 10px;

    
border-bottomsolid 1px rgb(204204204);
}


.
tfoot1 {
background#eee;
vertical-alignmiddle;
padding8px 0px 10px 10px;
line-height17px;
width100%;
height15px;
border-bottom1px solid #ccc;
text-shadowrgba(255,255,255,0.80px 1px 0px;
}

.
tfoot a:link {
    
color#777;
    
text-decorationnone;
-
webkit-transition1s;
    -
moz-transition1s;
    -
o-transition1s;
    -
ms-transition1s;
    
transition1s;
}

.
tfoot a:visited {
    
color#777;
    
text-decorationnone;
-
webkit-transition1s;
    -
moz-transition1s;
    -
o-transition1s;
    -
ms-transition1s;
    
transition1s;
}

.
tfoot a:hover,.tfoot a:active {
    
text-decorationnone;
    
color#222;
-webkit-transition1s;
    -
moz-transition1s;
    -
o-transition1s;
    -
ms-transition1s;
    
transition1s;
}

.
bottommenu {
    
color#666;
    
floatleft;
    
text-alignright;
    
font-size12px;
    
margin-left15px;
    
font-size11px;
}

.
navigation {
    
clearboth;
    
background#E0E0E0 url(images/candy/secondary_nav_bg.png) repeat-x 0 0;
    
overflowhidden;
    
line-height37px;
    
height37px;
    
border-bottom1px solid #ccc;
-webkit-box-shadowinset 0px 0px 2px white;
    -
moz-box-shadowinset 0px 0px 2px white;
    
box-shadowinset 0px 0px 2px white;
    
margin: -20px;
    
margin-bottom10px;
}

.
smalltext {
    
font-size11px;
    
color#777;
}

.
thead .smalltext {
    
colorwhite

}

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

input.textbox {
    
    
    
border1px solid #ccc;
    
padding5px;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;
    
outlinenone;

    -
webkit-transition0.5s,padding 0.2s;
    -
moz-transition0.5s,padding 0.2s;
    -
o-transition0.5s,padding 0.2s;
    -
ms-transition0.5s,padding 0.2s;
    
transition0.5s,padding 0.2s;

    -
webkit-box-shadowinset 0px 2px 5px -2px #ddd;
    
-moz-box-shadowinset 0px 2px 5px -2px #ddd;
    
box-shadowinset 0px 2px 5px -2px #ddd;
}

input.textbox:hover {
    
    
border1px solid #B9B9B9;
}

input.textbox:focus {
    
background#222222;
    
border1px solid #A9c5c9;
    
color#777;
}



textarea {
    
outlinenone;
    
background#fff;
    
color#555;
    
border1px dotted #A5C0C7;
    
padding2px;
    
font-familyVerdanaArialSans-Serif;
    
line-height1.4;
    
font-size13px;

}
select {
    
background#f8f8f8;
    
border1px solid #a8cccf;
    
padding4px;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;
    
outlinenone;
    
color#666;

    
-webkit-transitionbackground 1s,border 1s;
    -
moz-transitionbackground 1s,border 1s;
    -
o-transitionbackground 1s,border 1s;
    -
ms-transitionbackground 1s,border 1s;
    
transitionbackground 1s,border 1s;
    
border1px solid #ddd;
    
font-size11px;
}

select:hover {
    
background#f8f8f8;
    
border1px solid #ccc;
}

select:focus {
    
background#Fff;
    
border1px solid #ccc;
}

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

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

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

.
popup_menu {
    
background#eee;
    
bordernone;
    
margin-top4px;
    
border1px solid #bbb;

    
-webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
positionrelative;

    -
webkit-box-shadow0px 2px 3px #bbb;
    
-moz-box-shadow0px 2px 3px #bbb;
    
box-shadow0px 2px 3px #bbb;
    
margin-left: -35px;
}

.
popup_menu .popup_item {
    
background#eee;
    
color#888;


    
-webkit-transitionbackground 0.5s,color 1s;
    -
moz-transitionbackground 0.5s,color 1s;
    -
o-transitionbackground 0.5s,color 1s;
    -
ms-transitionbackground 0.5s,color 1s;
    
transitionbackground 0.5s,color 1s;
}

.
popup_menu .popup_item:hover {
    
background#c5dbe0;
    
color#555;
}

.
trow_reputation_positive {
    
background#2b2b2b;
    
border-radius5px;
}

.
trow_reputation_negative {
    
background#ffcccc;
    
border-radius5px;
}

.
reputation_positive {
    
background#768d3d;
    
border-radius5px;
    
padding-left10px;
    
padding-right10px;
    
padding-top2px;
    
padding-bottom2px;
    
color#FFFFFF;

}

.
reputation_neutral {
    
background#505050;
    
border-radius5px;
    
padding-left10px;
    
padding-right10px;
    
padding-top3px;
    
padding-bottom3px;
    
color#FFFFFF;
}

.
reputation_negative {
    
background#972800;
    
border-radius5px;
    
padding-left10px;
    
padding-right10px;
    
padding-top3px;
    
padding-bottom3px;
    
color#FFFFFF;
}
invalid_field {
width90%;
}

.
invalid_field {
    
color#f30;
    
backgroundwhite;
    
border1px solid #ff7878;
    
padding5px;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;
    
outlinenone;

    -
webkit-transition0.5s,padding 0.2s;
    -
moz-transition0.5s,padding 0.2s;
    -
o-transition0.5s,padding 0.2s;
    -
ms-transition0.5s,padding 0.2s;
    
transition0.5s,padding 0.2s;

    -
webkit-box-shadow1px 1px 3px #eee;
    
-moz-box-shadow1px 1px 3px #eee;
    
box-shadow1px 1px 3px #eee;
}


.
valid_field {
    
background#fff;
    
color#00B200;
    
border1px solid yellowgreen;
    
padding5px;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;
    
outlinenone;

    -
webkit-transition0.5s,padding 0.2s;
    -
moz-transition0.5s,padding 0.2s;
    -
o-transition0.5s,padding 0.2s;
    -
ms-transition0.5s,padding 0.2s;
    
transition0.5s,padding 0.2s;

    -
webkit-box-shadow1px 1px 3px #eee;
    
-moz-box-shadow1px 1px 3px #eee;
    
box-shadow1px 1px 3px #eee;
}

.
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-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
left {
    
floatleft;
}

.
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-top3px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
filteralpha(opacity=0);
    
opacity0;

    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
positionrelative;
    
positionabsolute;
    
right: -5px;
    
top: -8px;
}

.
expcolimage:hover {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

.
postbit_buttons {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    
filteralpha(opacity=60);
    
opacity0.6;
    
line-height16px;
}

.
thead:hover .expcolimage {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

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

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

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

blockquote {
margin-bottom5px;
border-top1px solid rgb(219219219);
padding8px;
border1px solid rgb(204204204);
overflowauto;
font-size11px;
line-height170%;
backgroundrgb(252252252);


}
blockquote cite {
font-size12px;

font-weightbold;
displayblock;
border-bottom1px solid rgb(192191191);
padding-bottom10px;

}

blockquote cite span {
floatright;
font-weightnormal;
margin-right40px;
}

blockquote cite span.highlight {
    
background#e5eaf0;
    
floatnone;
    
padding-bottom0;
    
    
font-weightbold;
}
.
codeblock {
padding8px;
border1px solid rgb(211211211);
overflowauto;
font-size11px;
line-height170%;
backgroundrgb(203217219);
}

.
codeblock .title {
    
font-weightbold;
    
color#888;
    
font-size11px;
    
displaynone;
}

.
codeblock code {

}

.
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 .popup_item_container {
    
border!important;
}

.
popup_menu .popup_item {
    
displayblock;
    
padding3px 10px;
    
text-decorationnone;
    
white-spacenowrap;
    
border0;
    
outline0;
    
displayblock;
    
width60px;
    
margin0px;
}

.
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 {
padding20px;
border1px solid #FFD324;
background#FFF6BF url(images/splat/warning_red.png) no-repeat right -130px;
font-size11px;
border-radius2px;
}

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

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
displayblock;
    
color#C00;
    
margin-bottom5px;
    
font-size13px;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
colorwhite;
    
backgroundyellowgreen;
    
displayinline-block;
    
padding2px 6px;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;

}

.
offline {
    
colorwhite;
    
background#BBB;
    
displayinline-block;
    
padding2px 6px;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;

}

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

    -
webkit-transition1s;
    -
moz-transition1s;
    -
o-transition1s;
    -
ms-transition1s;
    
transition1s;
}

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

.
pagination .pages {
    
font-weightbold;
}

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

.
pagination a {
background#e5e5e5 url(http://www.grajkownia.com/public/style_images/splat/highlight_strong.png) repeat-x 0 0;
padding4px;
padding-left6px;
padding-right6px;
color#747474;
text-shadow#fff 0px 1px 0px;
-webkit-border-radius4px;
-
moz-border-radius4px;
border-radius4px;
border1px solid #d6d6d6;
}

.
pagination .pagination_current {
background#405268 repeat-x 0 0;
padding5px;
padding-left7px;
padding-right7px;
color#fff;
-webkit-transitionall 0.4s;
-
moz-transitionall 0.4s;
-
o-transitionall 0.4s;
-
ms-transitionall 0.4s;
transitionall 0.4s;
-
webkit-border-radius4px;
-
moz-border-radius4px;
border-radius4px;
box-shadowinset rgba(0,0,0,0.70px 1px 3pxrgba(255,255,255,10px 1px 0px;
}

.
pagination a:hover {
background#efefef url(http://www.grajkownia.com/public/style_images/splat/highlight_strong.png) repeat-x 0 0;
padding4px;
padding-left6px;
padding-right6px;
color#747474;
text-shadow#fff 0px 1px 0px;
-webkit-border-radius4px;
-
moz-border-radius4px;
border-radius4px;
border1px solid #d6d6d6;
}

.
thread_legend,.thread_legend d li d {
    
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-top10px;
}

.
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 {
    
padding-left27px;
}

.
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-size16px;
    
font-weightbold;
    
padding5px 7px 5px 7px;
}

.
_neutral {
    
background-color#FAFAFA;
    
color#999999;
    
border1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border1px solid #980201;
}

.
_plus {
    
background-color#E8FCDC;
    
color#008800;
    
border1px solid #008800;
}
.
button {
text-decorationnone;
border-width1px;
border0;
padding5px 11px;
cursorpointer;
-
webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;
background#e5e5e5;
border1px solid #d6d6d6;

}


.
button:active {

    -
webkit-transition0s;
    -
moz-transition0s;
    -
o-transition0s;
    -
ms-transition0s;
    
transition0s;
    -
webkit-transformscale(1.1);
}
.
newreplybutton {
    
background#191919 url(images/splat/highlight.png) repeat-x 0 0;
    
text-decorationnone;
    
border-width1px;
    
padding6px 20px;
    
cursorpointer;
    
colorwhite !important;

    -
webkit-box-shadow1px 1px 1px #ccc,inset 0px 0px 2px #aaa;
    
-moz-box-shadow1px 1px 1px #ccc,inset 0px 0px 2px #aaa;
    
box-shadow1px 1px 1px #ccc,inset 0px 0px 2px #aaa;

    
-webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;

    -
webkit-transition0.3s,top 0.1s;
    -
moz-transition0.3s,top 0.1s;
    -
o-transition0.3s,top 0.1s;
    -
ms-transition0.3s,top 0.1s;
    
transition0.3s,top 0.1s;
    
border1px solid #222;

    
-webkit-animationslide 1s;
    -
moz-animationslide 1s;
    -
ms-animationslide 1s;
    
animationslide 1s;
    
font-familylato;

    
text-transformuppercase;
    
font-size15px;
    
displayblock;
}
.
newreplybutton:hover {
    
colorwhite;
    
border1px solid green;

    -
webkit-box-shadowinset 0px 0px 2px #eee,1px 1px 1px #ccc;
    
-moz-box-shadowinset 0px 0px 2px #eee,1px 1px 1px #ccc;
    
box-shadowinset 0px 0px 2px #eee,1px 1px 6px #ccc;
    
background#393939 url(images/splat/highlight.png) repeat-x 0 0;}
.newreplybutton:active {
    
positionrelative;
    
top5px;}
.
newreplybutton a:link {
    
color#fff;
    
text-decorationnone;
}
.
newreplybutton a:hover {
    
color#eee;
    
text-decorationnone;
}

.
newreplybutton a:visited {
    
color#fff;
    
text-decorationnone;
}

.
newreplybutton_closed {
    
background-color#da8225;
    
color#999;
    
background#da8225 url(./images/splathighlight.png) repeat-x 0 0;
    
text-decorationnone;
    
border-width1px;
    
padding7px 40px;

    -
webkit-box-shadowrgba(0,0,0,0.150px 1px 3px;
    -
moz-box-shadowrgba(0,0,0,0.150px 1px 3px;
    
box-shadowrgba(0,0,0,0.150px 1px 3px;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;

    -
webkit-transition0.5s;
    -
moz-transition0.5s;
    -
o-transition0.5s;
    -
ms-transition0.5s;
    
transition0.5s;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    
filteralpha(opacity=60);
    
opacity0.6;
    
border1px solid #ccc;

    
-webkit-animationslide 1s;
    -
moz-animationslide 1s;
    -
ms-animationslide 1s;
    
animationslide 1s;
    
font-familylato;
    
font-size16px;
}
.
relative {position:relative;displayblock;height1px;}
.
newreplybutton_closed a:link {
    
color#eee;
    
text-decorationnone;
}

.
newreplybutton_closed a:hover {
    
color#fff;
    
text-decorationnone;
}

.
newreplybutton_closed a:visited {
    
color#eee;
    
text-decorationnone;
}

.
notice {
    
background#FFD9B0 url(images/splat/highlight.png) repeat-x 0 0;
    
padding10px;
    
margin-top10px;
    
margin-bottom10px;
    
border1px solid #FFCB94;
    
border1px solid #FFC58A;
    
color#B85600;


    
-webkit-box-shadowinset 1px 1px 1px #eee;
    
-moz-box-shadowinset 1px 1px 1px #eee;
    
box-shadowinset 1px 1px 1px #eee;
}

.
notice strong {
    
font-size13px;
}

.
welcomeblock_guest {
    
positionrelative;
    
top2px;
}

#loginbutton {
color#fff;
}



#usercp_button {
    
positionrelative;
    ;
}

.
registerbutton {

color#fff;
fontnormal 11px tahoma,helvetica,arial,sans-serif;
}

.
userpanel_logout {
color#222222;
 
margin-right10px;

}





.
panelbottomhr {
    
margin-top16px;

    -
webkit-box-shadow0px 0px 2px white;
    -
moz-box-shadow0px 0px 2px white;
    
box-shadow0px 0px 2px white;
}

/* dropdowns:  general */
#loginbutton_menu:before {
    
width0px;
    
height0px;
    
border-left15px solid transparent/* left arrow slant */
border-right15px solid transparent/* right arrow slant */
border-bottom15px solid #D4D4D4; /* bottom, add background color here */
font-size0px;
    
line-height0px;
    
content"";
    
displaynone;
    
positionabsolute;
    
top: -15px;
    
right20px;
}

#loginbutton_menu input[type=text],#loginbutton_menu input[type=password] {
    
displayblock;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
border1px solid #bbb;
    
font-size13px;
    
margin0 0 5px;
    
background#f9f9f9;
    
padding5px;
    
width203px;

    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
margin-top5px;
}

#loginbutton_menu input:focus {
    
-webkit-box-shadow0px 0px 5px #ccc;
    
-moz-box-shadow0px 0px 5px #ccc;
    
box-shadow0px 0px 5px #ccc;
}

#loginbutton_menu input:hover {
    
background#191919;
}

#signin_submit {
    
background#777;
    
border1px solid #555;
    
colorwhite;

    -
webkit-border-radius2px;
    -
moz-border-radius2px;
    
border-radius2px;
    
padding4px 30px;

    -
webkit-box-shadowinset 1px 1px 1px #999;
    
-moz-box-shadowinset 1px 1px 1px #999;
    
box-shadowinset 1px 1px 1px #999;
    
cursorpointer;
}

#signin_submit:hover {
    
background#555 !important;

    
-webkit-box-shadowinset 1px 1px 1px #888;
    
-moz-box-shadowinset 1px 1px 1px #888;
    
box-shadowinset 1px 1px 1px #888;
}

#signin_submit:active {
    
background#555;
}

#loginbutton_menu p {
    
margin0;
}

#loginbutton_menu a {
    
color#666;
}

#loginbutton_menu label {
    
font-weightnormal;
}

#loginbutton_menu p.remember {
    
padding10px 0;
}

#loginbutton_menu p.forgot,#loginbutton_menu p.complete {
    
clearboth;
    
margin5px 0;
}

#loginbutton_menu a:hover {
    
color#27B;
}


#usercp_menu a {
    
color#860000 !important;
    
displayblock;
    
padding0px;
}

#usercp_menu a:hover {    
color#222 !important;
    
background#fff !important;

}

#loginbutton_submit {
    
-webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
background#39d url(images/bg-btn-blue.png) repeat-x scroll 0 0;
    
border1px solid #39D;
    
color#fff;

    
padding4px 10px 5px;
    
font-size11px;
    
margin0 5px 0 0;
    
font-weightbold;
}

#loginbutton_submit::-moz-focus-inner {
    
padding0;
    
border0;
}

#loginbutton_submit:hover,#loginbutton_submit:focus {
    
background-position-5px;
    
cursorpointer;
}

a.loginbutton {
    
text-decorationnone;
    
color#ddd;
}

a.loginbutton:hover {

    
colorwhite;
}

a.loginbutton:active {

    
colorwhite;
}

a.loginbutton {
    
positionrelative;
    
clearboth;
}

#usercp_button .loginbutton_menu_open span {
    
width66px;
}

.
loginbutton_menu_open span {

    
}

#loginbutton_menu {
    
background#393939;
    
positionabsolute !important;
    
width210px;
    
z-index100;
    
border1px transparent;
    
text-alignleft;
    
padding15px;
    
top: -2px;
    
displaynone;
    
right35px;
    
margin-top30px;
    
margin-right0px;
    
color#777;
    
font-size11px;

    -
webkit-border-radius5px 5px 10px 10px;
    -
moz-border-radius5px 5px 10px 10px;
    
border-radius5px 5px 10px 10px;


    -
webkit-box-shadow5px 4px 25px #111;
    
-moz-box-shadow5px 4px 25px #111;
    
box-shadow5px 4px 25px #111;
}

#loginbutton_menu a:link {
    
color#666;
}

#loginbutton_menu a:hover {
    
color#0298b3;
}

#message_popup {
    
background#eee;
    
positionabsolute !important;
    
width250px;
    
z-index100;
    
border1px transparent;
    
text-alignleft;
    
padding15px;
    
top: -5px;
    
displaynone;
    
right114px;
    
margin-top30px;
    
margin-right0px;
    
color#777;
    
font-size11px;

    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
border6px solid #fff;


    
-webkit-box-shadow5px 4px 25px #111;
    
-moz-box-shadow5px 4px 25px #111;
    
box-shadow5px 4px 25px #111;
}

#usercp_menu {
    
background#fff;
    
positionabsolute !important;
    
margin-right32px;
    
z-index100;
    
border1px transparent;
    
text-alignleft;
    
padding15px;
    
    
displaynone;
    
margin-top35px;

    
margin-left: -32px;
    
    
color#777;
    
font-size11px;
    -
webkit-border-radius5px;
    
border-radius5px;
    
border1px solid #393939;
}

.
threadpost {
    
background#393939;
    
width85%;
    
floatleft;
    
displayblock;
    
border1px solid #E3E3E3;
    
margin-top10px;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;

    -
webkit-transitionall 0.2s;
    -
moz-transitionall 0.2s;
    -
o-transitionall 0.2s;
    -
ms-transitionall 0.2s;
    
transitionall 0.2s;
    
margin-bottom10px;
    
padding-top10px;
}

.
threadpost:before {
    
backgroundurl(images/splat/post_arrow.pngno-repeat;
    
width50px;
    
positionabsolute;
    
height50px;
    
content"";
    
top15px;
    
left: -40px;
}

.
threadpost:hover {
    
border1px solid #ccc;
}

.
threadpost:hover .post_options {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

.
forgot span {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;

    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
positionrelative;
    
top4px;
    
background#444;
    
colorwhite;
    
text-shadownone;
    
padding4px;

    -
webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
displaynone;
    
font-size10px;
    
positionabsolute;
    
height10px;
    
top141px;
    
left125px;
    
width210px;
}

.
forgot:hover span {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
    
displayblock;
}

.
forgot a {
    
color#888;
    
font-size11px;
    
margin-right: -22px;
}

.
f_img {
    
positionrelative;
    
left: -11px;
}

.
forumdesc {
    
font-familytahoma,arial;
    
color#777;
    
font-size11px;
    
margin-top2px;
}

.
forumtitle {
    
font-weightbold;
}

.
postcountgrid {
    
color#393939;
    
font-size11px;
    
font-familytahoma;
    
line-height1.3;
    
text-alignright;
}

td.row {
    

    
padding10px 0px 10px 10px;


background#fdfdfd;

border-bottom1px solid rgb(218218218);
vertical-alignmiddle;


color#898989;
line-height17px;




}

.
forumbit_posttime {
    
color#A4A4A4;

}



#forumbit_thead:hover  {
    
-ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}


.
tcat:hover .expcolimage {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

.
tcat .expander {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
filteralpha(opacity=0);
    
opacity0;

    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
}

.
tcat:hover .expander {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

#index_forums {
    
floatleft;
    
width100%;
    
margin-right10px;


}

#index_sidebar {
    
floatleft;
    
width21%;
}

.
postbit_button {
    
padding-left22px;
}

.
postbit_buttons a:link {
    
color#666;
    
font-weightbold;
    
font-size11px;
}

.
postbit_buttons a:visited {
    
color#666;
}

.
postbit_buttons a:hover {
    
colorblack;
}

.
index_sidebar_box {
    
width100%;
    
border1px solid #bbb;
    
border-top0;
}

.
mybb_credits {
    
margin-right10px;
text-alignright;
line-height22px;
floatright;
fontnormal 11px tahoma,helvetica,arial,sans-serif;
}

.
footer_siteinfo {
    
floatright;
    
positionrelative;
    
top: -25px;
}

.
theme_credits {
    
margin15px;
    
font-size14px;
}

.
site_copyright {
    
positionrelative;
    
top10px;
}

.
usercp_button_arrow {
    
displayinline-block;
    
height4px;
    
width9px;
    
backgroundurl(images/splat/header_dropdown.png)no-repeat;
    
margin-left5px;
    
margin-bottom1px;
}

.
loginbutton_menu_open .usercp_button_arrow {
    
positionrelative;
    
background-positionright;
}

.
usercpmenu_leftblock {
    
width45%;
    
margin-top5px;
    
border-right1px dotted #aaa;
    
padding-right3%;
border-top1px dotted #aaa;
}

.
usercpmenu_rightblock {
    
width45%;
    
margin-top5px;
    
padding-left3%;
border-top1px dotted #aaa;
}


.
message_icon {
    
backgroundurl(images/splat/message3.pngno-repeat;
    
displayblock;
    
height28px;
    
positionabsolute;
    
width35px;
    
    
top15px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    
filteralpha(opacity=70);
    
opacity0.7;

    -
webkit-transition0.2s;
    -
moz-transition0.2s;
    -
o-transition0.2s;
    -
ms-transition0.2s;
    
transition0.2s;
    
background-position1px 4px;
}

.
message_icon:hover {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

.
message_pane {
    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
}

#priv {
positionabsolute;
margin-top5px;
margin-left100px;

}


.
pms_unread {
}



.
contactbutton img {
    
positionrelative;
    
top4px;
    
margin-right5px;
}

.
contactbutton a {
    
floatleft;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    
filteralpha(opacity=90);
    
opacity0.9;

    
transition0.5s;
    
background#191919 url(images/splat/highlight.png) repeat-x 0 0;
    
border1px solid #444;
    
margin0px 2px 3px;
    
padding1px 7px;
    
vertical-alignmiddle;
    
colorwhite;

    
padding-bottom4px;
}

.
contactbutton a:hover {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
    
background#393939 url(images/splat/highlight.png) repeat-x 0 0;
}


.
footerlinks {
    
floatleft;
    
text-alignleft;
}

.
threadlist_postviewcount {
    
color#666;
    
font-size11px;
    
text-alignright;
}

.
threadlist_postviewcount a {
    
color#666;
}

.
threadlist_row .star_rating {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    
filteralpha(opacity=50);
    
opacity0.5;

    -
webkit-transition0.5s;
    -
moz-transition0.5s;
    -
o-transition0.5s;
    -
ms-transition0.5s;
    
transition0.5s;
    
floatright;
}

.
threadlist_row .threadlist_multipage {
    
filteralpha(opacity=50);
    
opacity0.5;
    
text-alignleft;
    
margin-left20px;
font-weightnormal;
}

.
threadlist_row:hover .threadlist_multipage {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    
filteralpha(opacity=100);
    
opacity1;
}

.
threadlist_multipage a {
background#222222 url(images/splat/highlight.png) repeat-x 0 0;
padding2px;
padding-left4px;
padding-right4px;
-
webkit-transitionall 0.4s;
background#405268;
color#fff;
font-weightnormal;
padding2px 5px;
-
webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;
font-size9px;
}



.
threadlist_multipage a:hover {
background#536983;
color#fff;
}


.
phpcodeblock span {
    
color#74B9C2 !important;
}

input.textbox {box-shadow:none;}
td[align="center"]{text-align:center;}
td[align="left"]{text-align:left !important;}
td[align="right"]{text-align:right !important;}
img[src="images/splat/on.gif"],img[src="images/splat/off.gif"],img[src="images/splat/offlock.gif"]{positionrelative;
left: -15px;}
        
    
#container {
    
width99%;
    
marginauto auto;
    
padding-top0;
    
padding-bottom0;
    
text-alignleft;
    
font-style'Trebuchet MS'Helveticasans-serif;
}

.
trow3 {
background#fdfdfd;
border-bottom1px solid #ccc;
vertical-alignmiddle;
padding4px 0px 1px 0px;
padding10px;
color#898989;
line-height17px;
padding-left1px;
}




.
trow4 {


background#fdfdfd;

border-bottom1px solid rgb(218218218);
vertical-alignmiddle;
padding4px 0px 1px 0px;
padding6px;
color#898989;
line-height17px;
padding-left1px;
fontnormal 11px tahomahelveticaarialsans-serif;
}






.
tboczny {
background#eee;
background-repeatrepeat-x;
font-family'Trebuchet MS'Helveticasans-serif;
border-bottom1px solid #d8d8d8;
font-size12px;
padding6px;
color#727272;
text-shadowrgba(255,255,255,0.80px 1px 0px;
}        

.
tposty1 {
    
background#282828 url(images/splat/tposty.png) repeat-x 0 0;
    
color#aaa;
    
font-size12px;
    
padding8px 5px;
    
padding-left13px;
    
border-bottom1px solid #393939; 
    
border-left1px solid #393939; 
    
vertical-alignmiddle;
    
border-right0;
    
border-top0;

}

.
tposty2 {
    
background#282828 url(images/splat/tposty.png) repeat-x 0 0;
    
color#aaa;
    
font-size12px;
    
padding8px 5px;
    
padding-left13px;
    
border-bottom1px solid #393939; 
    
border-right1px solid #393939; 
    
vertical-alignmiddle;

    
border-top0;

}

.
posty_postauthorinfo {
    
width155px;
    
background#161616;
    
border-left1px solid #393939;
    
text-aligncenter;
    
padding10px 2px;
    
border-right1px solid #393939;
    
z-index99;
    
font-size11px;
}

.
posty_postauthorinfo2 {
    
background#1a1a1a;
    
color#bcbcbc;
    
text-alignleft;
    
padding10px 2px;
    
border-right1px solid #393939;
    
z-index99;
    
font-size11px;
    
padding-left30px;
}

.
tbuttony {
    
background#282828 url(images/splat/tposty.png) repeat-x 0 0;
    
color#aaa;
    
font-size12px;
    
padding8px 5px;
    
padding-left13px;
    
border-bottom1px solid #393939; 

    
vertical-alignmiddle;
    
border-right0;
    
border-top0;

}

.
nick {
    
margin-top6px;
    
floatleft;
    
margin-left18px;
font-size13px;
}



.
posty {
background#505050 url(http://cs-fifka.pl/public/style_images/splat_blue/highlight_faint.png) repeat-x 0 0;
color#fff;
margin-top5px;
padding0px 4px;
displayinline-block;
-
moz-border-radius3px;
-
webkit-border-radius3px;
border-radius3px;
text-shadowrgba(0,0,0,0.30px -1px 0px;
floatright;
fontbold 11px tahomahelveticaarialsans-serif;
margin-right5px;
}




.
reply{
background#405268 url(http://grajkownia.com/public/style_images/splat/highlight_faint.png) repeat-x 0 0;
border1px solid #344457;
border-width:1px 1px 0 1px;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
-
moz-box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
color:#fff;
text-shadow-1px 0 rgba(0,0,0,0.4);
font:300 12px/1.3 HelveticaArialsans-serif;
line-height:30px;
height:30px;
padding:0 10px;
text-align:center;
min-width:125px;
display:inline-block;
cursor:pointer;
}

.
reply:hover {
    
background-color#546983;
color#fff;
}

.
closed_button{
background:#812200 url(images/splat/topic_button_closed.png) repeat-x top;
border:1px solid #212121;
border-width:1px 1px 0 1px;
border-color:#812200;
-moz-box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
color:#fff;
text-shadow:-1px 0 #191919;
font:300 12px/1.3 HelveticaArialsans-serif;
line-height:30px;
height:30px;
padding:0 10px;
text-align:center;
min-width:125px;
display:inline-block;
cursor:pointer;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
}
    

*/
#search {
    
color#556b85;
    
font-size0.85em;
    
margin10px 10px auto auto;    
    
positionrelative;
    
right0px;
    
floatright;
displayblock;
}
#search .submit_input {
    
background#4f6682 url(images/splat/search_icon.png) no-repeat 50%;
        
text-indent: -3000em;
        
width26px;
        
height26px;
        
border0;
    
padding0;
    
floatleft;
-
webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
box-shadow:0px 2px 4px rgba(0,0,0,0.2);
border-radius0 3px 3px 0;
}

#search .submit_input:hover {
background-color#617997;

#search input#main_search {
    
padding-top3px;
        
padding-left3px;
    
border0;
    
width165px;
    
background-color#fff;
color#ACA899;
}
#search_wrap {
background#fff;
floatleft;
height24px;
width253px;
padding1px 5px 0 0;
border0;
-
moz-border-radius:3px 4px 4px 3px;
-
webkit-border-top-left-radius:3px;
-
webkit-border-top-right-radius:4px;
-
webkit-border-bottom-right-radius:4px;
-
webkit-border-bottom-left-radius:3px;
border-radius:3px 0px 0px 3px;
-
webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
box-shadow:0px 2px 4px rgba(0,0,0,0.2);
}
#adv_search {
    
width25px;
    
height20px;
    
margin3px;
    
backgroundurl(images/splat/advanced_search.pngno-repeat 50%;
    
text-indent: -3000em;
    
floatleft;
    
displayinline-block;
    -
webkit-transitionall 0.5s ease-in-out;
    -
moz-transitionall 0.5s ease-in-out;
    -
o-transitionall 0.5s ease-in-out;
    
transitionall 0.5s ease-in-out;
}
    

}    
.
przycisk_thead {
    
background-color#244156;
    
-moz-box-shadow:inset 0 0 10px #1f384a;
    
-webkit-box-shadow:inset 0 0 10px #1f384a;
    
box-shadow:inset 0 0 10px #1f384a;
    
-moz-border-radius7px;
    -
webkit-border-radius7px;
    
font-size10px;
    
colorwhite;
    
padding4px;
    
border-radius6px;
font-weightbold;
}


.
obramowanieavka {
    
border1px solid #FF6600;
    
width100px;
    
height100px;
    
marginauto auto;
}

.
tlonaposty {

    
color#a4a4a4;
padding3px;

    
marginauto auto;
    
border-radius2px;
font-size11px;


}






.
ver_sub {
margin0;
padding0;
list-
stylenone;
}
.
ver_sub li {
width50%;
floatleft;
}    

.
tborder2{
width99%;
margin-top: -5px;
margin-bottom: -2px;
}    

.
tborder5{

margin-top: -5px;
margin-bottom: -19px;
}    
.
hotfolder:before, .hotlockfolder:before, .dot_hotfolder:before, .dot_hotlockfolder:before, .newhotfolder:before, .newhotlockfolder:before, .dot_newhotfolder:before, .dot_newhotlockfolder:before {
    
color#fff;
 
content:"GORĄCY";
    
background:#ED7710;
background-repeatrepeat-x;
background-position-1px;
displayinline-block;

line-height16px;
padding0 5px;
text-transformuppercase;
text-shadowrgba(0000.20px -1px 0px;
-
moz-border-radius3px;
-
webkit-border-radius3px;
border-radius3px;
font-weightbold;
font-size9px;
}

.
belka1 {
    
background#87b8d7  url(images/splat/celpic.png) repeat-x;
    
color#fff; 

    
padding4px;
    
font-size10px;

    
font-weightbold;
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    
border-radius4px;
    -
webkit-box-shadowinset rgba(2089966,0.150px 0px 0px 1px;
    -
moz-box-shadowinset rgba(2089966,0.150px 0px 0px 1px;
    
box-shadowinset rgba(2089966,0.150px 0px 0px 1px;
    
overflowhidden;
    
margin-bottom4px;
}

.
hide {
   
displayblock;
   
margin5px;
   
padding10px;
   
border2px solid #A80014;
   
border-leftnone;
   
border-rightnone;
   
background#FFC2C9;
}



.
row5 {
background#1a1a1a url(/images/splat/trow.png) repeat-x top;
border-top1px solid #252525;
border-bottom1px solid #111111;
vertical-alignmiddle;
padding10px 0px 10px 0px;
color#898989;
line-height17px;
padding-left5px;    
}
ul.bbc {
list-
styledisc outside;
margin12px 0 12px 40px;
color#222;
fontnormal 11px tahomahelveticaarialsans-serif;
}

.
ipsBox, .ipsPadul.ipsBoxul.ipsPadtd.ipsPad {
padding9px;
color#222;
fontnormal 11px tahomahelveticaarialsans-serif;

}

.
ipsBox_container {
    
}

.
ipsBox 

border1px solid #dcdcdc;
background#fff;
color#222
;
 }

.
ipsBox, .ipsPad padding9px; }
.
ipsPad_double padding9px 19px;
background#f2f2f2;




/* 19px because it's still only 1px border to account for */

.lol123 {
weight90%
margin12px 0 12px 40px;
color#fff;

}


.
alfa img {

filteralpha(opacity=15);
-
moz-opacity0.6;
-
khtml-opacity0.6;
opacity0.6;
}
:
hover.alfa img {

filteralpha(opacity=40);
-
moz-opacity50;
-
khtml-opacity50;
opacity100;
}

.
trow111 {
    
    
border-bottom1px dashed #131313;
padding5px 5px;
}
.
post_linia {
colordd900d;
border-bottom1px dashed #646464;
marginauto;
width95%;
height20px;
}
.
posty_lewo {


padding-right2px;
width60px;
floatleft;
text-alignright;
font-weightbold;

}
.
tborder12 {
    
marginauto auto;
positionrelative;
border1px solid rgb(182182182);
background#fdfdfd;
width:99%;
}
.
posty_prawo {
floatleft;
text-alignleft;
max-width96px;
padding0 0 0 3px;
displayblock;
}
.
top5 {


border-bottom1px solid rgb(223223223);
vertical-alignmiddle;

line-height17px;
padding-left1px;
margin-right: -30px;
height22px;

}
.
attachment {
background#212121;
padding6px;
margin-top3px;
border1px solid #3b3b3b;
}
.
noticeui111 backgroundurl(noticebg.pngrepeat-x scroll 0px 0px transparentcolorrgb(255255255); width75%; font-weightnormalpadding13px 15px 0pxmargin-bottom2.5emborder-radius6px 6px 6px 6pxbox-shadow1px 1px 2px rgba(0000.4); positionrelativeleft34px; }
.
noticeui111 p margin-bottom1.5em; }
.
noticeui111 p:last-child margin-bottom0px; }
.
noticeui111 h5 font-size14pxfont-weightboldmargin-bottom0.65em; }
.
noticeui111 span backgroundurl(noticetabs.pngno-repeat scroll 1000px transparentwidth33pxheight40pxpositionabsoluteleft: -34pxtop9px; }
.
noticeui111-warn background-colorrgb(255234151); colorrgb(121970); border1px solid rgb(2251810); height70%; }
.
noticeui111-warn span background-position100% -800px; }
.
noticeui111-error background-colorrgb(239206201); colorrgb(1475440); border1px solid rgb(1746347); height70%; }
.
noticeui111-error span background-position100% -400px; }
.
noticeui111-info background-colorrgb(198216240); colorrgb(4087151); border1px solid rgb(67129205); height70%; }
.
noticeui111-info span background-position100% -1100px; }
.
noticeui111-success background-colorrgb(238244212); colorrgb(8910838); border1px solid rgb(14317361); height70%; }
.
noticeui111-success span background-position1000px; }
.
przepelnienie {
overflowhidden
max-width200px; }
.
status_on_off {
positionabsolute;
z-index0;
margin-left: -8px;
margin-top: -12px;
}
.
repstyle_tlo {
       
background:#768d3d;
    
border-radius6px;
    
padding6px;
color#fff;
}
.
repstyle_up a,
.
repstyle_up  {
    
color#fff;
    
font-size11px;
    
font-weightbold;
    
text-decorationnone;
}
.
repstyle_down a,
.
repsty


.user_reputation {
floatright;
background#768d3d;
padding-left5px;
padding-right5px;
border-radius5px;
color#FFF;
font-weightbold;
font-size11px;

Pokaz szablon header

ACP - Style i szablony - Twoje szablony - Nagłówek - header
Prosz. Header dla Ciebie :)
<div id="main_wrapper">
<
div id="boxes">
<
div id="loginbox" class="window login_menu">
        <
div class="loginbox_content">
            <
div class="loginbox_head"><strong>Logowanie</strong><span><a href="#" class="close pmpopup" title="Zamknij okno.">X</a></span></div>
            <
form autocomplete="off" method="post" id="signin" action="member.php">
            <
input name="action" type="hidden" value="do_login">
            <
input name="url" type="hidden" value="{$mybb->settings['bburl']}">
            <
input name="quick_login" type="hidden" value="1">
            <
div class="loginbox_username">
                <
label for="username">Nick</label><br />
                <
input id="quick_login_username" name="quick_username" value="" title="username" tabindex="4" type="text">
            </
div>
            
            <
div class="loginbox_password">
                <
label for="password">Hasło</label> <span class="forgot right"> <class="pmpopup" title="Reset hasła przez mail" href="{$mybb->settings['bburl']}/member.php?action=lostpw" id="resend_password_link">Przypomnieć hasło?</a></span><br />
                <
input id="quick_login_password" name="quick_password" value="" title="password" tabindex="5" type="password">
            </
div><br class="clearboth">
            <
div class="loginbox_submit">
        <
input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked"><label for="quick_login_remember"Zapamiętaj mnie</label></div><div class="loginbox_submit_button">
      <
class="forgot-username"> </p>
<
input id="signin_submit_remember" name="submit" type="submit" value="Zaloguj">
    </
form>
        </
div>
    
    </
div></div>
    <
div id="mask">
  </
div></div>
        <
a name="top" id="top"></a>




</
div>


</
div>

</
div>
</
div>

        <
div id="header">

                
                <
a href="http://skillshoot.xaa.pl/" title="Idź do strony głównej" rel="home" accesskey="1"><img src="/images/splat/logo.png" alt="Logo"></a>

{
$welcomeblock}
    
<
div id="primary_nav" class="clearfix">
                <
ul class="menu12" id="menu">
                   
<
li class="active"><a href="/index.php"><img src="/images/splat/home.png" height="14px" width="14px">&nbsp;&nbsp;Forum</a></li>

<
li><a href="/memberlist.php"><img src="/images/splat/alt_user.png" height="14px" width="14px">&nbsp;&nbsp;Użytkownicy</a></li>
   
<
li><a href="sklep"><img src="/images/splat/credit.png" height="14px" width="14px">&nbsp;&nbsp;Sklep</a></li>

<
li><a href="/ban"><img src="/images/splat/locked_replies.png" height="14px" width="14px">&nbsp;&nbsp;bany</a></li>
 


</
ul>

<
div id="search" class="right" style="margin-top: 5px;">
          <
form action="search.php" method="post" id="search-box">
             <
span id="search_wrap">
            <
input type="text" class="text_input" id="main_search" name="keywords" onfocus="this.value = '';" value="Wyszukiwanie..." size="30" tabindex="6">
            <
input type="hidden" name="action" value="do_search">
             <
input type="hidden" name="forums" value="all">
            <
input type="hidden" name="postthread" value="1">
            </
span>
            <
div id="forum_search"> .</div>
            <
input type="submit" class="submit_input clickable" value="Search">
<
a href="{$mybb->settings['bburl']}/search.php" id='adv_search'>Zaawansowane</a>
            </
form>
            </
div>


</
div>


</
div>

</
div>
            <
div id="content">
<
navigation><br /><br class="clearboth">

<
div id="container"
(25.11.2013, 19:32)awil napisał(a):
<a href="http://cs-wojak.com/member.php?action=register" class="registerbutton" style="color: white">Rejestracja</a>

zmieniasz na

<a href="http://skillshoot.xaa.pl/member.php?action=register" class="registerbutton" style="color: white">Rejestracja</a>

jak już to bezpieczniej zapisać to w sposób
<a href="member.php?action=register" class="registerbutton" style="color: white">Rejestracja</a

lub ze zmienną {$mybb->settings['bburl']}

// edit + w global.css nie zmienisz linku... :D
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Sory, to jednak nie ten, header_welcomeblock_guest pokaz ten szablon, sory, ale nie kazdy koduje tak samo i mi sie zdawalo ze to w header, sory za pomylke, pokaż header_welcomeblock_guest

/Snake, juz wiem, ale myslalem, bo spojrzałem w konsole i coś z klasą #loginbox wiec tak mi sie skojarzyło ;d
Znalazłem link w header_welcomeblock_guest i zmieniłem tak więc dziękuję za pomoc i temat do zamknięcia :)



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

1 gości