Poprawki związane z profilem użytkownika.

Założony przez  misiakool14.

wersja skryptu MyBB: 1.8
adres forum: goldcs.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

W jaki sposób mogę " przesunać " mój profil : http://scr.hu/7jtv/76wr0 tak aby wyglądał mniej więcej tak? To znaczy był przesunięty na samą górę oraz zwiększony avatar jest : http://scr.hu/7jtv/28s41
O rozmiarze avatara już coś Ci napisałem...

Zmiana pozycji:
Carbon.css .calosc_podglad → dodaj margin-top: -45px;
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Dziękuje o to mi chodziło :)
Dobra, masz jeszcze na avatar:
Carbon.css .avatar_podglad img→ zamień na:
.avatar_podglad img {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    width: 160px;
    height: 160px;
}
Carbon.css .tab_container→ zamień na:
.tab_container {
    border:1px solid #2d2d2d;
    overflow:hidden;
    clear:both;
    background:#1a1a1a;
    min-height:450px;
    width: 99%;
    margin-left: 4%;
    margin-top: -260px;
}
i Carbon.css ul.tabs→ zamień na:
ul.tabs {
    padding:0;
    margin: 35px 0 0 0;
    width: 14%;
    border-top:1px solid #2d2d2d;
    border-left:1px solid #2d2d2d;
}
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
@up coś się zepsuło :P http://scr.hu/7jtv/ydn5r
Nie widzę tych CSS`ów u Ciebie.
Zostały dodane tam gdzie napisał mi Snake_
CSS jest, poczytaj o poprawnym jego zapisie. Bo to co dałeś, to klasa w klasie. Nieprawidłowy format zapisu.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Snake_ a możesz mi zarzucić linka do tego? Bo nwm co w googlach wpisać nawet :P
A to może dlatego na tym Internet Explorer nie widzi ;p

http://how2html.pl/css-podstawy/

Radze całe przeczytać :)
@up całe przeczytałem ale i tak nwm co mam jeszcze z tymi klasami zrobić xd
Pokaż Carbon.css
.welcomeblock {
color:#fff;
      
background#1d410d url(images/carbon/maintitle.png) repeat-x 50% 0;    
text-shadow:rgba(0,0,0,0.4-1px 0;
height:36px
}

.
welcomeblock-wrapper {
width:90%;
margin:0 auto;
min-width:980px;
max-width:1300px
}

.
nawigacja_usera ul {
    
margin-top0;
    
margin-left: -40px;
    
text-aligncenter;
    
width100%;
}

.
nawigacja_usera ul li {
list-
style:none;
display:inline-block
}

.
nawigacja_usera ul li a {
color:#fff;
float:left;
padding:0 12px;
line-height:36px;
outline:none;
height:36px
}

.
nawigacja_usera ul li a:hover {
background:rgba(164,227,122,0.2)
}

.
menu_top {
float:right;
margin-top:33px
}

.
menu_top li {
list-
style:none;
display:inline-block;
margin:0 4px 0 0
}

.
menu_top li a {
color:#FCFCFC;
background#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png);
-webkit-border-radius:3px;
-
moz-border-radius:3px;
border-radius:3px;
-
webkit-box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
-
moz-box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-
moz-transition:all .3s;
-
webkit-transition:all .3s
}

.
menu_top li a:hover {
color:#fff;
background:url(images/carbon/trans10.pngrepeat;
background:rgba(0,0,0,0.3);
transition:all .3s;
-
moz-transition:all .3s;
-
webkit-transition:all .3s
}

.
nawigacja_usera ul li a img {
    
vertical-align:middle;
}

.
button_submit_gl {
background:#1a1a1a url(images/carbon/search_icon.png) no-repeat 50%;
z-index:1000;
padding:0;
border:0;
margin-left:238px;
margin-bottom:-27px;
position:relative;
width:26px;
height:26px;
-
moz-border-radius:0 3px 3px 0;
-
webkit-border-top-right-radius:3px;
-
webkit-border-bottom-right-radius:3px;
border-radius:0 3px 3px 0;
cursor:pointer
}

.
search_bg {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-
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 4px 4px 3px;
-
webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

.
zaawansowane_szukanie {
width:26px;
height:26px;
-
webkit-border-radius:3px;
-
moz-border-radius:3px;
border-radius:3px;
background:url(images/carbon/advanced_search.pngno-repeat 5050%;
text-indent:-3000em;
display:inline-block;
margin-left:3px;
float:right;
margin-top:-26px
}

.
zaawansowane_szukanie:hover {
background-color:rgba(0,0,0,0.3);
border-radius:2px;
-
moz-border-radius:2px;
-
webkit-border-radius:2px
}

.
search_bg:focus[type=text] {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-
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 4px 4px 3px;
-
webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

#rotator img {
-webkit-transition:all 1s ease-in-out;
-
moz-transition:all 1s ease-in-out;
-
o-transition:all 1s ease-in-out;
-
ms-transition:all 1s ease-in-out
}

#rotator img:hover {
-webkit-transform:rotate(360deg);
-
moz-transform:rotate(360deg);
-
o-transform:rotate(360deg);
-
ms-transform:rotate(360deg)
}

#slide img {
padding-left:0;
transition:all .3s ease-in-out;
-
moz-transition:all .3s ease-in-out;
-
webkit-transition:all .3s ease-in-out
}

#slide img:hover {
padding-left:20px;
transition:all .3s ease-in-out;
-
moz-transition:all .3s ease-in-out;
-
webkit-transition:all .3s ease-in-out
}

.
footer {
padding:8px;
position:relative;
border-top:1px solid #2a2a2a;
text-shadow:rgba(0,0,0,0.8-1px 0;
backgroundrgba(0,0,0,0.6)repeat-x 0 -1px;
height:36px
}

.
buttonTOP {
width:24px;
height:24px;
left:50%;
top:50%;
margin-left:-12px;
margin-top:-12px;
position:absolute;
display:inline-block;
background:#bdbdbd;
-webkit-box-shadow:inset rgba(0,0,0,0.70 1px 3px;
-
moz-box-shadow:inset rgba(0,0,0,0.70 1px 3px;
box-shadow:inset rgba(0,0,0,0.70 1px 3px;
-
moz-border-radius:16px;
-
webkit-border-radius:16px;
border-radius:16px;
opacity:.4;
outline:0;
line-height:20px
}

.
buttonTOP img {
margin-top:5px;
margin-left:6px
}

.
buttonTOP:hover {
background:#8a8a8a;
color:#fff;
opacity:1
}

.
info_footer ul {
float:right;
margin-top:0
}

.
info_footer ul li {
list-
style:none;
display:block
}

.
statround {
display:inline-block;
background:#3570FB url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff;
text-shadow:rgba(0,0,0,0.8-1px 0;
padding:3px 7px;
font-weight:700;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
margin-right:3px;
-
webkit-box-shadow:inset rgba(255,255,255,0.030 1px 0;
-
moz-box-shadow:inset rgba(255,255,255,0.030 1px 0;
box-shadow:inset rgba(255,255,255,0.030 1px 0
}

.
statround a:link,.statround a:visited {
color:#fff
}

.
statsindex {
margin-right:25px;
display:inline-block
}

.
statystyki_strony {
margin:20px 0 0;
padding:8px;
line-height:1.3;
text-align:left;
overflow:hidden;
border:1px solid #1A1A1A
}

.
statystyki_strony p {
color:#898989
}

.
statystyki_strony h4 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8-1px 0;
background:#0668FB url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
margin:-8px -8px 8px;
color:#fff
}

.
boarstatsmenu {
padding:3px;
float:right;
margin-top:0
}

.
boarstatsmenu a {
color:#fff
}

.
border_forum {
margin-top:4px;
border:1px solid #393939
}

.
thead_sidebox {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8-1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.
border_table {
border:1px solid #393939;
margin-top:3px
}

.
countForum {
font-size:11px;
color:#fff
}

.
navigation {
background:#06F url(http://gameshoot.pl/public/style_images/spark3/triangles.png) repeat-x 0 0;
border-bottom:1px solid #06F;
text-shadow:rgba(0,0,0,0.8-1px 0;
overflow:hidden;
line-height:37px
}

.
navigation a {
padding:11px 24px 11px 10px;
background:url(images/carbon/secondary_nav.pngno-repeat 1000;
outline:none;
text-decoration:none;
color:#bcbcbc
}

.
navigation a:hover {
background:url(images/carbon/secondary_nav.pngno-repeat 100%
}

.
navigation a:hover navigation span {
background:url(images/carbon/secondary_nav.pngno-repeat 1000
}

.
navigation a:hover {
color:#bcbcbc
}

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

.
navigation .active {
padding:11px 24px 11px 10px;
background:url(images/carbon/secondary_nav.pngno-repeat 1000;
color:#fff
}

.
navigation span {
background:url(images/carbon/secondary_nav.pngno-repeat 0 0
}

.
user-avatar-panel {
position:relative;
height:26px;
width:auto;
margin:4px -9px 0!important;
border:1px solid #111
}

.
menu-panel_form ul li {
width:50%;
float:left;
margin:-7px 0;
white-space:nowrap
}

.
menu-panel_form {
float:left;
margin-left:60px;
margin-top:-40px
}

.
user-avatar-panel_form {
left:-12px;
width:54px;
height:54px
}

#loginContainer {
position:relative;
font-size:12px
}

#loginButton {
display:inline-block;
position:relative;
z-index:30
}

#loginButton a {
padding:0 12px
}

#loginBox {
position:absolute;
top:36px;
display:none;
z-index:29
}

#loginButton.active {
background:#272727
}

#loginButton.active em {
position:absolute;
width:100%;
bottom:-1px
}

#loginForm {
background:#272727;
padding:10px;
-
moz-border-radius:0 0 6px 6px;
-
webkit-border-bottom-right-radius:6px;
-
webkit-border-bottom-left-radius:6px;
border-radius:0 0 6px 6px;
overflow:hidden;
width:340px
}

#loginForm a:hover {
background:none!important
}

.
forumDisplayInfo {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8-1px 0;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.
forumDisplayInfo h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.
Options_sortby li {
display:inline-block;
list-
style:none;
margin-top:0
}

.
Options_sortby li a {
text-align:center;
vertical-align:middle;
margin-bottom:2px;
margin-top:-17px;
margin-left:15px;
padding-bottom:6px;
font-size:11px;
opacity:.4;
transition:opacity .3s;
-
webkit-transition:opacity .3s;
-
moz-transition:opacity .3s
}

.
Options_sortby li a:hover {
opacity:1!important;
text-decoration:none;
transition:opacity .3s;
-
webkit-transition:opacity .3s;
-
moz-transition:opacity .3s
}

.
sort_by:hover > .Options_sortby li a {
opacity:.7;
transition:opacity .3s;
-
webkit-transition:opacity .3s;
-
moz-transition:opacity .3s
}

.
allThreadsCheck {
margin-top:-25px;
float:right;
margin-right:18px
}

.
countForumdisplay {
text-align:right;
float:right;
font-size:11px;
padding:10px
}

.
activeSORTBY {
background:rgba(0,0,0,0.3);
opacity:1;
color:#fff;
padding:4px 10px;
font-weight:700;
-
moz-border-radius:10px;
-
webkit-border-radius:10px!important;
border-radius:10px;
-
webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.160 1px 0px,rgba(255,255,255,0.050 0 0 1px;
-
moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.160 1px 0px,rgba(255,255,255,0.050 0 0 1px;
box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.160 1px 0px,rgba(255,255,255,0.050 0 0 1px
}

.
thead_usersbrowsing {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8-1px 0;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.
border_table_usersbrowsing {
border:1px solid #393939;
margin-top:3px
}

.
moderatedby_forumdisplay {
padding:14px;
font-size:13px
}

.
button_post {
background:#31485c url(images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadow:inset rgba(255,255,255,0.150 0 0 1px;
-
moz-box-shadow:inset rgba(255,255,255,0.150 0 0 1px;
box-shadow:inset rgba(255,255,255,0.150 0 0 1px;
color:#fff!important;
text-shadow:rgba(0,0,0,0.4-1px 0;
-
webkit-border-radius:2px;
-
moz-border-radius:2px;
border-radius:2px;
padding:5px 10px;
text-decoration:none;
margin-left:4px
}

.
button_post:hover {
background-position:50% -8px;
color:#fff
}

.
button_post img {
vertical-align:middle;
margin:-2px 5px 0 0
}

.
multipage_thread {
background:#252525 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff!important;
padding:2px 6px;
-
webkit-border-radius:2px;
-
moz-border-radius:2px;
border-radius:2px;
font-size:10px
}

.
multipage_thread:hover {
opacity:.69
}

.
post_date2 {
color:#777;
float:left;
font-size:11px;
font-weight:400
}

.
post_username {
float:left;
min-width:200px;
font-weight:700
}

.
post.classic h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8-1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
margin-top:0;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.
post_checkandid {
float:right;
position:relative;
top:-40px
}

.
post_checkandid a {
color:#777
}

.
info_o_temacie {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8-1px 0;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.
informacje_o_autorze {
margin-left:10px;
float:left;
margin-top:-18px;
line-height:0;
vertical-align:middle
}

.
info_o_temacie h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.
info_o_temacie-avatar img {
width:54px;
height:54px;
border-radius:2px;
-
moz-border-radius:2px;
-
webkit-border-radius:2px;
float:left
}

.
info_o_temacie-avatar img:hover {
opacity:.8
}

.
calosc_podglad {
    
padding-left150px;
    
margin-top: -45px;
}

ul.tabs {
    <
style>
    
ul.tabs {
    
padding:0;
    
margin35px 0 0 0;
    
width14%;
    
border-top:1px solid #2d2d2d;
    
border-left:1px solid #2d2d2d;
}

</
style>
    
width14%;
}

</
style>
}

width14%;
}


}

width150px;
}


}

ul.tabs li {
margin:0;
padding:0;
line-height:31px;
border-left:none;
margin-bottom:-1px;
overflow:hidden;
position:relative;
border-right:1px solid #2d2d2d;
background:#1e1e1e;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a {
text-decoration:none;
color:#8d8d8d;
display:block;
font-size:1.2em;
padding:0 20px;
outline:none;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a:hover {
background:#252525;
color:#c9c9c9
}

ul.tabs li.active {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-bottom:none;
border-right:none
}

ul.tabs li.active a {
color:#fff
}

ul.tabs li.active a:hover {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-right:none
}

.
tab_container {
    
background#1a1a1a;
    
<style>
    .
tab_container {
    
border:1px solid #2d2d2d;
    
overflow:hidden;
    
clear:both;
    
background:#1a1a1a;
    
min-height:450px;
    
width99%;
    
margin-left4%;
    
margin-top: -260px;
}

</
style>
    
width99%;
}

</
style>
}

width99%;
}


}

width100%;
}


}

.
tab_content {
padding:9px;
font-size:1.2em
}

.
podglad {
width:100%;
min-height:70px
}

.
podglad_nazwa {
padding-left:15px
}

.
podglad_nazwa_bel {
padding:16px 0
}

.
info_podglad {
background:#212121;
border:1px solid #393939;
padding:9px
}

.
avatar_podglad img {
    <
style>
    .
avatar_podglad img {
    
border-radius:3px;
    -
moz-border-radius:3px;
    -
webkit-border-radius:3px;
    
width160px;
    
height160px;
}

</
style>
    
width160px;
}

</
style>
}


}

width160px;
}


}


}


}

.
lewa_podglad {
margin-left:-150px
}

.
nick_usera {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin:0
}

.
info_o_userze ul {
list-
style:none;
float:left;
margin-left:-38px;
margin-top:5px
}

.
info_o_userze ul li {
line-height:20px;
font-size:11px
}

.
od_kiedy {
color:#646464;
margin-left:4px
}

.
tabela_podglad {
background:#1a1a1a;
border:1px solid #393939;
margin-bottom:10px;
padding:-10px 0
}

.
tabela_podglad h3 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8-1px 0;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
padding:8px;
margin-top:0;
font-size:100%;
color:#fff
}

.
podglad_wrapper {
padding-right:280px
}

.
prawa_content {
width:270px;
margin-right:-280px;
float:right
}

.
lewa_content {
width:100%;
float:left
}

.
row_title {
display:inline-block;
float:left;
width:120px;
font-weight:700;
text-align:right;
padding-right:10px
}

.
row_date {
display:inline-block;
word-wrap:break-word;
max-width:100%
}

.
staty_podglad li {
list-
style:none;
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-image:url(images/carbon/row_gradient.png);
background-repeat:repeat-x;
background-position:0 0;
padding:6px;
min-height:15px
}

.
staty_podglad {
margin-left:-39px;
margin-top:-13px;
margin-bottom:-0
}

.
tabela_srd {
padding:9px;
margin-top:-13px
}

.
userAvatar {
border-radius:4px;
-
moz-border-radius:4px;
-
webikt-border-radius:4px;
padding:2px
}

.
userAvatar:hover {
opacity:.8
}

.
info_top {
margin-left:9px;
margin-top:6px;
margin-bottom:5px;
width:100%;
float:left
}

.
post_block h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:#000 0 -1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.
post_block h3 a {
text-shadow:#000 0 -1px 0;
font-weight:400;
font-size:13px;
color:#bcbcbc
}

.
post_body_member {
padding:12px;
padding:12px;
margin-top:-13px
}

.
posted_info {
font-size:11px;
color:#898989;
padding:0 0 10px;
margin-top:0
}

.
przyjaciele {
display:inline
}

.
przyjaciele li {
width:58px;
text-align:center;
font-size:10px;
display:inline;
list-
style:none
}

.
otoczka {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2-1px 0;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
background-image:url(images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:-1px
}

.
otoczka_gray {
background-color:#515151
}

.
otoczka_red {
background-color:#c00
}

.
otoczka_green {
background-color:#7ba60d
}

.
avatar_podglad {
    
margin50px 25px -70px;
}

div#navigation {
min-width:800px;
width:88.6%;
margin:auto
}

.
usercp_content {
background:#212121;
padding:9px;
min-height:760px
}

.
user_content {
padding-left:150px
}

.
usercp_left {
width:140px;
margin-left:-150px;
float:left;
position:relative
}

.
usercp_right {
min-height:520px;
width:100%;
position:relative;
line-height:16px;
border:1px solid #2d2d2d;
background:#1a1a1a
}

.
usercp_left ul {
list-
style:none;
margin-left:-40px;
width:151px!important
}

.
usercp_left ul li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
border-left:1px solid #2d2d2d
}

.
usercp_left ul li a {
display:block;
padding:10px 8px;
outline:0;
color:#8d8d8d
}

.
usercp_left ul li a:hover {
background:#252525;
color:#c9c9c9
}

.
usercp_left .first_nav {
border-top:1px solid #2d2d2d
}

.
usercp_submitbg {
padding:15px 6px;
text-align:center;
background:#232323 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top:1px solid #373737;
margin:35px -9px -9px;
color:#bcbcbc;
font-size:11px
}

.
usercp_submitbg a {
font-weight:700;
color:#ad2930
}

.
usercp_notepad {
width:97%;
margin-left:-10px;
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3-1px 0;
-
webkit-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
-
moz-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
box-shadow:inset rgba(0,0,0,0.20 1px 4px
}

.
usercp_notepad:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.
user_content input[type=text] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3-1px 0;
-
webkit-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
-
moz-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
box-shadow:inset rgba(0,0,0,0.20 1px 4px
}

.
user_content textarea {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3-1px 0;
-
webkit-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
-
moz-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
box-shadow:inset rgba(0,0,0,0.20 1px 4px
}

.
user_content select {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3-1px 0;
-
webkit-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
-
moz-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
box-shadow:inset rgba(0,0,0,0.20 1px 4px
}

.
user_content select:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.
user_content textarea:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.
user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.
user_content input[type=password] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3-1px 0;
-
webkit-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
-
moz-box-shadow:inset rgba(0,0,0,0.20 1px 4px;
box-shadow:inset rgba(0,0,0,0.20 1px 4px
}

.
user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.
usercp_right h3 {
font-size:18px;
margin-bottom:10px;
padding-bottom:6px;
padding-top:3px;
margin-left:9px;
color:#fff;
font-weight:300
}

.
usercp_right hr {
background:#292929;
margin-left:-9px;
margin-right:-9px
}

.
usercp_title {
font:bold 13px Helvetica,Arial,sans-serif;
width:200px;
padding-left:10px;
line-height:18px;
float:left
}

.
usercp_data {
margin-left:225px
}

.
strzaleczka {
background-image:url(images/carbon/topic_mod_arrow.png);
background-repeat:no-repeat;
background-position:right center;
padding-right:35px
}

.
black_button {
background:#393939 url(images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#585858;
color:#fff;
text-shadow:rgba(0,0,0,0.4-1px 0;
-
moz-box-shadow:rgba(0,0,0,0.150 1px 3px;
-
webkit-box-shadow:rgba(0,0,0,0.150 1px 3px;
box-shadow:rgba(0,0,0,0.150 1px 3px;
border:0;
padding:4px 10px;
border-radius:2px;
-
moz-border-radius:2px;
-
webkit-border-radius:2px
}

.
black_button:hover {
background-color:#434343;
color:#fff
}

.
usercp_right .post_block h3 {
font-size:18px;
margin-bottom:0;
padding-top:3px;
margin-left:-5px;
color:#fff;
width:99%;
font-weight:300
}

.
button_login {
background:#5a7fa0 url(images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#3f3f3f;
color:#fff;
text-shadow:rgba(0,0,0,0.4-1px 0;
-
moz-box-shadow:rgba(0,0,0,0.150 1px 3px,inset rgba(255,255,255,0.10 0 0 1px;
-
webkit-box-shadow:rgba(0,0,0,0.150 1px 3px,inset rgba(255,255,255,0.10 0 0 1px;
box-shadow:rgba(0,0,0,0.150 1px 3px,inset rgba(255,255,255,0.10 0 0 1px;
-
moz-border-radius:2px;
-
webkit-border-radius:2px;
border-radius:2px
}

.
edit_by {
    
padding:8px 8px 8px 28px;
    
font-size:11px;
    
margin-top:15px;
    
line-height:18px;
    
text-align:left;    
    
background#3CB719 url(images/carbon/comment_edit.png) no-repeat 6px 6px;    
    
border1px solid #22CA50;
    
color:#000;    
    
text-shadow#363636 0 1px 0;
}

.
positionIP {
float:right
}

.
maintitle {
float:left;
margin-top:2px;
margin-bottom:2px
}

.
memberlist_content {
padding-left:60px;
background:#212121;
border:1px solid #393939
}

.
sortowanie {
width:0!important;
margin-top:27px;
border-top:1px solid #2d2d2d;
border-left:1px solid #2d2d2d;
list-style:none
}

.
sortowanie li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
text-align:center;
margin-left:-40px
}

.
sortowanie li a {
padding:5px 8px;
color:#8d8d8d;
display:block
}

.
sortowanie li a:hover {
background:#252525;
color:#c9c9c9
}

.
memberlist_left {
width:40px;
margin-left:-50px;
float:left
}

.
memberlist_right {
width:100%;
min-height:400px;
padding:9px;
margin-left:-18px
}

.
memberright_content {
border:1px solid #2d2d2d;
background:#1a1a1a;
padding:19px;
min-height:669px
}

.
activeLitera a {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff!important;
font-weight:700
}

.
activeLitera a:hover {
position:relative;
z-index:8000;
background:#1a1a1a!important;
color:#fff!important;
font-weight:700
}

.
users {
list-
style:none;
margin:-9px -9px 0 -49px
}

.
users li {
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-color:#1a1a1a;
padding:9px
}

.
users li img {
-
webkit-border-radius:2px;
-
moz-border-radius:2px;
border-radius:2px;
width:54px!important;
height:54px!important;
margin-bottom:21px
}

.
member_name {
font-size:18px;
margin-top:10px;
position:absolute;
margin-left:10px
}

.
user_info_list {
margin-left:65px;
margin-top:-35px;
margin-bottom:16px
}

.
member_title {
color:#898989;
margin-left:15px;
margin-top:-5px;
float:left;
width:150px;
max-width:150px
}

.
member_join {
color:#646464;
margin-top:-5px;
float:left;
width:200px;
min-width:200px
}

.
reputka_member {
float:left;
width:30px;
max-width:30px;
margin-top:-8px
}

.
member_posts {
font-size:11px;
color:#898989;
float:left;
margin-top:-5px
}

.
inf_bg {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2-1px 0;
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border-radius:3px;
background-image:url(images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:-1px;
background:gray
}

.
errorMemberlist {
margin-top:100px;
text-align:center
}

#registerdiv {
    
background#3ACF37;
    
width260px;
    
color#fff;
    
positionfixed;
    
bottom10px;
    
line-height16px;
    
right10px;
    
z-index30000;
    
opacity0.8;
    
heightauto;
    
text-shadowrgba(0,0,0,0.30px -1px 0px;
    
padding10px;
    
border1px solid #26629e;
    
box-shadowrgba(0,0,0,0.30px 1px 4pxinset #26629e 0px 1px 0px;
    
border-radius3px;    
    
text-decorationnone;
    
font-familyTahoma;
    
font-size11px;
    
font-weightnormal;
}

#registerdiv:hover {
    
opacity1;
}

#mask {
    
displaynone;
    
background-color#3e3e3e; 
    
positionfixedleft0top0
    
z-index10;
    
width100%; height100%;
    
opacity0.4;
    
z-index999;
}

.
btn_close {
    
positionabsolute;
right20px;
top20px;
}

.
login-content h3 {
    
border-bottom1px solid #2a2a2a;
text-shadowrgba(0,0,0,0.80px -1px 0px;
background#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding8px 10px 9px;
font-size16px;
font-weight300;
}

.
submit_login {
    
padding5px 10px;
text-aligncenter;
margin-top25px;
    
border-bottom1px solid #2a2a2a;
text-shadowrgba(0,0,0,0.80px -1px 0px;
background#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding8px 10px 9px;
font-size16px;
font-weight300;
}

.
login-content {
    
background#1a1a1a;
margin-top: -16px;
width500px;
}

.
login-content h3 {
    
border-bottom1px solid #2a2a2a;
text-shadowrgba(0,0,0,0.80px -1px 0px;
background#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding8px 10px 9px;
font-size16px;
font-weight300;
}

.
login-box-ul label {
floatleft;
width150px;
padding-right15px;
padding-top3px;
text-alignright;
line-height1.8;
font-weightbold;
}

.
login-box-ul li {
list-
stylenone;
  
min-width33px;
margin-left: -55px;
}

.
login-box-ul input[type=password] {
width225px;
padding6px;
border1px solid #383838;
background#292929;
color#b7b7b7;
text-shadowrgba(0,0,0,0.30px -1px 0px;
-
webkit-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
-
moz-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
box-shadowinset rgba(0,0,0,0.20px 1px 4px;
}

.
login-box-ul input[type=text] {
width225px;
padding6px;
border1px solid #383838;
background#292929;
color#b7b7b7;
text-shadowrgba(0,0,0,0.30px -1px 0px;
-
webkit-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
-
moz-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
box-shadowinset rgba(0,0,0,0.20px 1px 4px;
}

.
login-box-ul input:focus {
outline0px !important;
}

.
button_submit-login {
    
background#b15f11 url(images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadowinset rgba(255,255,255,0.150px 0px 0px 1px;
-
moz-box-shadowinset rgba(255,255,255,0.150px 0px 0px 1px;
box-shadowinset rgba(255,255,255,0.150px 0px 0px 1px;
color#fff;
text-shadowrgba(0,0,0,0.40px -1px 0px;
-
webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;
height26px;
line-height26px;
padding0 10px;
text-decorationnone;
border0!important;
}

.
button_submit-login:hover {
background#b15f11 url(images/carbon/maintitle.png) repeat-x top right;
}

.
floatCloseButton {
 
floatright;
}

.
buttons {
    
width16px;
    
height16px;
    
displayblock;
      
positionrelative;
      
margin-top: -50px;
    
cursorpointer;
      
z-index22;
}

.
clickedbuttons {
    
width16px;
    
height16px;
    
displayblock;
      
positionrelative;
      
margin-top: -50px;
      
z-index22;
    
cursorpointer;
}

.
post_date {
    
color#aaa;
}

.
avatarTopdef {
    
backgroundurl(images/carbon/default_avatar.png);
    
background-sizecontain;
    
background-repeatno-repeat;
    
positionrelative;
    
height26px;
    
width26px;
    
margin4px -9px 0 !important;
    
border1px solid #111;
}

.
avatarTop img {
    
positionrelative;
    
height26px;
    
width27px;
    
margin: -1px -2px 0 !important;
    
border1px solid #111;
}

.
avatarTopdef2 {
    
backgroundurl(images/carbon/default_avatar.png);
    
background-sizecontain;
    
background-repeatno-repeat;
    
positionrelative;
    
height56px;
    
width56px;
    
margin4px -9px 0 !important;
    
border1px solid #111;
}

.
avatarTop2 img {
    
positionrelative;
    
height56px;
    
width57px;
    
margin: -1px -2px 0 !important;
    
border1px solid #111;
}

.
avatardef2 {
    
backgroundurl(images/carbon/default_avatar.png);
    
background-sizecontain;
    
background-repeatno-repeat;
    
positionrelative;
    
height76px;
    
width76px;
    
margin4px -9px 0 !important;
    
border1px solid #111;
}

.
avatar2 img {
    
positionrelative;
    
height76px;
    
width77px;
    
margin: -1px -2px 0 !important;
    
border1px solid #111;
}

.
kroki_reje {
    
background#2a2a2a;
    
height55px;
    -
webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
}

.
kroki_reje li:first-child{
    -
webkit-border-top-left-radius3px;
    -
webkit-border-bottom-left-radius3px;
    -
moz-border-radius3px 0px 0px 3px;
    
border-radius3px 0px 0px 3px;
}

.
kroki_reje ul {
list-
stylenone;
}

.
kroki_reje ul li {
        
floatleft;
        
padding11px 33px 5px 18px;
        
color#c3c3c3;
        
background-imageurl(images/carbon/wizard_step.png);
        
background-repeatno-repeat;
        
background-position100% -56px;
        
positionrelative;
        
height39px;
        
text-shadowrgba(0,0,0,0.40px -1px 0px;
}

.
kroki_reje .kroki_reje_active {
        
background-position1000;
        
color#fff;
        
text-shadowrgba(0,0,0,0.40px -1px 0px;
}

.
kroki_desc {
 
font-size11px;
}

.
kroki_arrow {
 
displaynone;
}

.
kroki_tytul {
        
displayblock;
        
font-size14px;
        
padding-bottom4px;
}

.
kroki_reje_active .kroki_arrow {
        
displayblock;
        
positionabsolute;
        
left: -23px;
        
top0;
        
width23px;
        
height55px;
        
backgroundurl(images/carbon/wizard_step.pngno-repeat 0 -112px;
}

.
kroki_reje ul li:first-child .kroki_arrow {
 
displaynone !important;
}

.
skalowanie {
width700px;
margin0 auto;
}

.
reg_input {
padding6px;
border1px solid #383838;
background#292929;
color#b7b7b7;
text-shadowrgba(0,0,0,0.30px -1px 0px;
-
webkit-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
-
moz-box-shadowinset rgba(0,0,0,0.20px 1px 4px;
box-shadowinset rgba(0,0,0,0.20px 1px 4px;
width225px;
}

.
reg_input:focus {
outline0;
border1px solid rgb(787878);
backgroundrgb(535353);
}

.
skalowanie ul {
list-
stylenone;
}

.
skalowanie ul li {
margin-bottom15px;
  
floatleft;
}

.
skalowanie ul li label {
floatleft;
width185px;
padding-right15px;
padding-top3px;
  
margin-top8px;
text-alignright;
line-height1.8;
font-weightbold;
font-size12px;
line-height1.6;
}

.
skalowanie ul li p {
margin-left200px;
}

.
wymagane {
color#ab1f39;
font-weightbold;
}

.
skalowanie input {
width225px !important;
}

.
register_footer {
background#232323 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top1px solid #373737;
text-aligncenter;
margin0px -9px -9px -9px;
padding10px 0;
}

.
skalowanie input > {
width25px !important;
}

#menu li {
list-stylenone;
}

#menu {
padding1px 5%;line-height1.4float:right;
margin-top:33px
}

#menu [class^="icon-"] {
  
font-familyFontAwesome;
}

#menu ul {
visibilityhiddenpositionabsolutetop100%; left: -40px;
}

#menu li {
floatleftpadding-right1pxpositionrelative;
}

#menu li li {
floatnonepadding-top1pxwidth160px;
}

#menu li:hover ul {
visibilityvisible;
}

#menu a, #menu li:hover li a {
color:#FFFFFF;
background:#106EFC repeat;
background:#106EFC url(http://gameshoot.pl/public/style_images/spark3/triangles.png);
  
margin-right13px;
-
webkit-border-radius:3px;
  
-
moz-border-radius:3px;
border-radius:3px;
-
webkit-box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
-
moz-box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
box-shadow:inset rgba(0,0,0,0.80 1px 5px,rgba(255,255,255,0.020 0 0 1px,rgba(255,255,255,0.050 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-
moz-transition:all .3s;
-
webkit-transition:all .3s
}

#menu li:hover li a {
background:rgba(0001);
}

#menu li li a {
color:#fff;    width: 120px;margin: 0;padding: 1.2em 1.8em;    display:inline-block; background:rgba(0, 0, 0, 1);
}

#menu li:hover a, #menu li:hover li:hover a {
background:rgba(0001);
}

#menu li:hover li:hover a {
background:rgba(0000.5);
}

marquee {
    
white-spacepre-line !important;
}

.
title {
    
width100%;
    
float:  left;
    
border-bottom1px solid #393939; 
    
text-shadowrgba(0,0,0,0.8-1px 0;      
    
background#282828;  
    
font-size11px;  
    
font-weightbold;  
    
padding8px;  
    
margin: -8px -8px 8px;  
    
color#fff;
}

.
logo {
  
clearboth;
  
margin0 auto;
}


.
avatar_podglad img {
    
border-radius:3px;
    -
moz-border-radius:3px;
    -
webkit-border-radius:3px;
    
width160px;
    
height160px;
}


.
tab_container {
    
border:1px solid #2d2d2d;
    
overflow:hidden;
    
clear:both;
    
background:#1a1a1a;
    
min-height:450px;
    
width99%;
    
margin-left4%;
    
margin-top: -260px;
}

ul.tabs {
    
padding:0;
    
margin35px 0 0 0;
    
width14%;
    
border-top:1px solid #2d2d2d;
    
border-left:1px solid #2d2d2d;

.welcomeblock {
color:#fff;
      background: #1d410d url(images/carbon/maintitle.png) repeat-x 50% 0;    
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
height:36px
}

.welcomeblock-wrapper {
width:90%;
margin:0 auto;
min-width:980px;
max-width:1300px
}

.nawigacja_usera ul {
    margin-top: 0;
    margin-left: -40px;
    text-align: center;
    width: 100%;
}

.nawigacja_usera ul li {
list-style:none;
display:inline-block
}

.nawigacja_usera ul li a {
color:#fff;
float:left;
padding:0 12px;
line-height:36px;
outline:none;
height:36px
}

.nawigacja_usera ul li a:hover {
background:rgba(164,227,122,0.2)
}

.menu_top {
float:right;
margin-top:33px
}

.menu_top li {
list-style:none;
display:inline-block;
margin:0 4px 0 0
}

.menu_top li a {
color:#FCFCFC;
background: #06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png);
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
-moz-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s
}

.menu_top li a:hover {
color:#fff;
background:url(images/carbon/trans10.png) repeat;
background:rgba(0,0,0,0.3);
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s
}

.nawigacja_usera ul li a > img {
    vertical-align:middle;
}

.button_submit_gl {
background:#1a1a1a url(images/carbon/search_icon.png) no-repeat 50%;
z-index:1000;
padding:0;
border:0;
margin-left:238px;
margin-bottom:-27px;
position:relative;
width:26px;
height:26px;
-moz-border-radius:0 3px 3px 0;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
border-radius:0 3px 3px 0;
cursor:pointer
}

.search_bg {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-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 4px 4px 3px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

.zaawansowane_szukanie {
width:26px;
height:26px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background:url(images/carbon/advanced_search.png) no-repeat 50% 50%;
text-indent:-3000em;
display:inline-block;
margin-left:3px;
float:right;
margin-top:-26px
}

.zaawansowane_szukanie:hover {
background-color:rgba(0,0,0,0.3);
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}

.search_bg:focus[type=text] {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-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 4px 4px 3px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

#rotator img {
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out
}

#rotator img:hover {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg)
}

#slide img {
padding-left:0;
transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out
}

#slide img:hover {
padding-left:20px;
transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out
}

.footer {
padding:8px;
position:relative;
border-top:1px solid #2a2a2a;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background: rgba(0,0,0,0.6)repeat-x 0 -1px;
height:36px
}

.buttonTOP {
width:24px;
height:24px;
left:50%;
top:50%;
margin-left:-12px;
margin-top:-12px;
position:absolute;
display:inline-block;
background:#bdbdbd;
-webkit-box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
-moz-box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
opacity:.4;
outline:0;
line-height:20px
}

.buttonTOP img {
margin-top:5px;
margin-left:6px
}

.buttonTOP:hover {
background:#8a8a8a;
color:#fff;
opacity:1
}

.info_footer ul {
float:right;
margin-top:0
}

.info_footer ul li {
list-style:none;
display:block
}

.statround {
display:inline-block;
background:#3570FB url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
padding:3px 7px;
font-weight:700;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin-right:3px;
-webkit-box-shadow:inset rgba(255,255,255,0.03) 0 1px 0;
-moz-box-shadow:inset rgba(255,255,255,0.03) 0 1px 0;
box-shadow:inset rgba(255,255,255,0.03) 0 1px 0
}

.statround a:link,.statround a:visited {
color:#fff
}

.statsindex {
margin-right:25px;
display:inline-block
}

.statystyki_strony {
margin:20px 0 0;
padding:8px;
line-height:1.3;
text-align:left;
overflow:hidden;
border:1px solid #1A1A1A
}

.statystyki_strony p {
color:#898989
}

.statystyki_strony h4 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#0668FB url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
margin:-8px -8px 8px;
color:#fff
}

.boarstatsmenu {
padding:3px;
float:right;
margin-top:0
}

.boarstatsmenu a {
color:#fff
}

.border_forum {
margin-top:4px;
border:1px solid #393939
}

.thead_sidebox {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.border_table {
border:1px solid #393939;
margin-top:3px
}

.countForum {
font-size:11px;
color:#fff
}

.navigation {
background:#06F url(http://gameshoot.pl/public/style_images/spark3/triangles.png) repeat-x 0 0;
border-bottom:1px solid #06F;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
overflow:hidden;
line-height:37px
}

.navigation a {
padding:11px 24px 11px 10px;
background:url(images/carbon/secondary_nav.png) no-repeat 100% 0;
outline:none;
text-decoration:none;
color:#bcbcbc
}

.navigation a:hover {
background:url(images/carbon/secondary_nav.png) no-repeat 100%
}

.navigation a:hover > navigation span {
background:url(images/carbon/secondary_nav.png) no-repeat 100% 0
}

.navigation a:hover {
color:#bcbcbc
}

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

.navigation .active {
padding:11px 24px 11px 10px;
background:url(images/carbon/secondary_nav.png) no-repeat 100% 0;
color:#fff
}

.navigation span {
background:url(images/carbon/secondary_nav.png) no-repeat 0 0
}

.user-avatar-panel {
position:relative;
height:26px;
width:auto;
margin:4px -9px 0!important;
border:1px solid #111
}

.menu-panel_form ul li {
width:50%;
float:left;
margin:-7px 0;
white-space:nowrap
}

.menu-panel_form {
float:left;
margin-left:60px;
margin-top:-40px
}

.user-avatar-panel_form {
left:-12px;
width:54px;
height:54px
}

#loginContainer {
position:relative;
font-size:12px
}

#loginButton {
display:inline-block;
position:relative;
z-index:30
}

#loginButton a {
padding:0 12px
}

#loginBox {
position:absolute;
top:36px;
display:none;
z-index:29
}

#loginButton.active {
background:#272727
}

#loginButton.active em {
position:absolute;
width:100%;
bottom:-1px
}

#loginForm {
background:#272727;
padding:10px;
-moz-border-radius:0 0 6px 6px;
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
border-radius:0 0 6px 6px;
overflow:hidden;
width:340px
}

#loginForm a:hover {
background:none!important
}

.forumDisplayInfo {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.forumDisplayInfo h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.Options_sortby li {
display:inline-block;
list-style:none;
margin-top:0
}

.Options_sortby li a {
text-align:center;
vertical-align:middle;
margin-bottom:2px;
margin-top:-17px;
margin-left:15px;
padding-bottom:6px;
font-size:11px;
opacity:.4;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.Options_sortby li a:hover {
opacity:1!important;
text-decoration:none;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.sort_by:hover > .Options_sortby li a {
opacity:.7;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.allThreadsCheck {
margin-top:-25px;
float:right;
margin-right:18px
}

.countForumdisplay {
text-align:right;
float:right;
font-size:11px;
padding:10px
}

.activeSORTBY {
background:rgba(0,0,0,0.3);
opacity:1;
color:#fff;
padding:4px 10px;
font-weight:700;
-moz-border-radius:10px;
-webkit-border-radius:10px!important;
border-radius:10px;
-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px;
-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px;
box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px
}

.thead_usersbrowsing {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.border_table_usersbrowsing {
border:1px solid #393939;
margin-top:3px
}

.moderatedby_forumdisplay {
padding:14px;
font-size:13px
}

.button_post {
background:#31485c url(images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
-moz-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
color:#fff!important;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
padding:5px 10px;
text-decoration:none;
margin-left:4px
}

.button_post:hover {
background-position:50% -8px;
color:#fff
}

.button_post img {
vertical-align:middle;
margin:-2px 5px 0 0
}

.multipage_thread {
background:#252525 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff!important;
padding:2px 6px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
font-size:10px
}

.multipage_thread:hover {
opacity:.69
}

.post_date2 {
color:#777;
float:left;
font-size:11px;
font-weight:400
}

.post_username {
float:left;
min-width:200px;
font-weight:700
}

.post.classic h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
margin-top:0;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.post_checkandid {
float:right;
position:relative;
top:-40px
}

.post_checkandid a {
color:#777
}

.info_o_temacie {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.informacje_o_autorze {
margin-left:10px;
float:left;
margin-top:-18px;
line-height:0;
vertical-align:middle
}

.info_o_temacie h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.info_o_temacie-avatar img {
width:54px;
height:54px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
float:left
}

.info_o_temacie-avatar img:hover {
opacity:.8
}

.calosc_podglad {
    padding-left: 150px;
    margin-top: -45px;
}

ul.tabs {
    padding:0;
    margin: 35px 0 0 0;
    width: 14%;
    border-top:1px solid #2d2d2d;
    border-left:1px solid #2d2d2d;
}

ul.tabs li {
margin:0;
padding:0;
line-height:31px;
border-left:none;
margin-bottom:-1px;
overflow:hidden;
position:relative;
border-right:1px solid #2d2d2d;
background:#1e1e1e;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a {
text-decoration:none;
color:#8d8d8d;
display:block;
font-size:1.2em;
padding:0 20px;
outline:none;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a:hover {
background:#252525;
color:#c9c9c9
}

ul.tabs li.active {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-bottom:none;
border-right:none
}

ul.tabs li.active a {
color:#fff
}

ul.tabs li.active a:hover {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-right:none
}

.tab_container {
    background: #1a1a1a;
    border:1px solid #2d2d2d;
    overflow:hidden;
    clear:both;
    background:#1a1a1a;
    min-height:450px;
    width: 99%;
    margin-left: 4%;
    margin-top: -260px;
}

.tab_content {
padding:9px;
font-size:1.2em
}

.podglad {
width:100%;
min-height:70px
}

.podglad_nazwa {
padding-left:15px
}

.podglad_nazwa_bel {
padding:16px 0
}

.info_podglad {
background:#212121;
border:1px solid #393939;
padding:9px
}

.avatar_podglad img {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    width: 160px;
    height: 160px;
}

.lewa_podglad {
margin-left:-150px
}

.nick_usera {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin:0
}

.info_o_userze ul {
list-style:none;
float:left;
margin-left:-38px;
margin-top:5px
}

.info_o_userze ul li {
line-height:20px;
font-size:11px
}

.od_kiedy {
color:#646464;
margin-left:4px
}

.tabela_podglad {
background:#1a1a1a;
border:1px solid #393939;
margin-bottom:10px;
padding:-10px 0
}

.tabela_podglad h3 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#06F url(http://gamelife.pl/uploads/imgs/pre_1407798200__belka.png) repeat-x 0 -1px;
padding:8px;
margin-top:0;
font-size:100%;
color:#fff
}

.podglad_wrapper {
padding-right:280px
}

.prawa_content {
width:270px;
margin-right:-280px;
float:right
}

.lewa_content {
width:100%;
float:left
}

.row_title {
display:inline-block;
float:left;
width:120px;
font-weight:700;
text-align:right;
padding-right:10px
}

.row_date {
display:inline-block;
word-wrap:break-word;
max-width:100%
}

.staty_podglad li {
list-style:none;
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-image:url(images/carbon/row_gradient.png);
background-repeat:repeat-x;
background-position:0 0;
padding:6px;
min-height:15px
}

.staty_podglad {
margin-left:-39px;
margin-top:-13px;
margin-bottom:-0
}

.tabela_srd {
padding:9px;
margin-top:-13px
}

.userAvatar {
border-radius:4px;
-moz-border-radius:4px;
-webikt-border-radius:4px;
padding:2px
}

.userAvatar:hover {
opacity:.8
}

.info_top {
margin-left:9px;
margin-top:6px;
margin-bottom:5px;
width:100%;
float:left
}

.post_block h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:#000 0 -1px 0;
background:#282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.post_block h3 a {
text-shadow:#000 0 -1px 0;
font-weight:400;
font-size:13px;
color:#bcbcbc
}

.post_body_member {
padding:12px;
padding:12px;
margin-top:-13px
}

.posted_info {
font-size:11px;
color:#898989;
padding:0 0 10px;
margin-top:0
}

.przyjaciele {
display:inline
}

.przyjaciele li {
width:58px;
text-align:center;
font-size:10px;
display:inline;
list-style:none
}

.otoczka {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-image:url(images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:0 -1px
}

.otoczka_gray {
background-color:#515151
}

.otoczka_red {
background-color:#c00
}

.otoczka_green {
background-color:#7ba60d
}

.avatar_podglad {
    margin: 50px 25px -70px;
}

div#navigation {
min-width:800px;
width:88.6%;
margin:auto
}

.usercp_content {
background:#212121;
padding:9px;
min-height:760px
}

.user_content {
padding-left:150px
}

.usercp_left {
width:140px;
margin-left:-150px;
float:left;
position:relative
}

.usercp_right {
min-height:520px;
width:100%;
position:relative;
line-height:16px;
border:1px solid #2d2d2d;
background:#1a1a1a
}

.usercp_left ul {
list-style:none;
margin-left:-40px;
width:151px!important
}

.usercp_left ul li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
border-left:1px solid #2d2d2d
}

.usercp_left ul li a {
display:block;
padding:10px 8px;
outline:0;
color:#8d8d8d
}

.usercp_left ul li a:hover {
background:#252525;
color:#c9c9c9
}

.usercp_left .first_nav {
border-top:1px solid #2d2d2d
}

.usercp_submitbg {
padding:15px 6px;
text-align:center;
background:#232323 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top:1px solid #373737;
margin:35px -9px -9px;
color:#bcbcbc;
font-size:11px
}

.usercp_submitbg a {
font-weight:700;
color:#ad2930
}

.usercp_notepad {
width:97%;
margin-left:-10px;
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.usercp_notepad:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input[type=text] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content textarea {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content select {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content select:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content textarea:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input[type=password] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.usercp_right h3 {
font-size:18px;
margin-bottom:10px;
padding-bottom:6px;
padding-top:3px;
margin-left:9px;
color:#fff;
font-weight:300
}

.usercp_right hr {
background:#292929;
margin-left:-9px;
margin-right:-9px
}

.usercp_title {
font:bold 13px Helvetica,Arial,sans-serif;
width:200px;
padding-left:10px;
line-height:18px;
float:left
}

.usercp_data {
margin-left:225px
}

.strzaleczka {
background-image:url(images/carbon/topic_mod_arrow.png);
background-repeat:no-repeat;
background-position:right center;
padding-right:35px
}

.black_button {
background:#393939 url(images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#585858;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
border:0;
padding:4px 10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}

.black_button:hover {
background-color:#434343;
color:#fff
}

.usercp_right .post_block h3 {
font-size:18px;
margin-bottom:0;
padding-top:3px;
margin-left:-5px;
color:#fff;
width:99%;
font-weight:300
}

.button_login {
background:#5a7fa0 url(images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#3f3f3f;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px
}

.edit_by {
    padding:8px 8px 8px 28px;
    font-size:11px;
    margin-top:15px;
    line-height:18px;
    text-align:left;    
    background: #3CB719 url(images/carbon/comment_edit.png) no-repeat 6px 6px;    
    border: 1px solid #22CA50;
    color:#000;    
    text-shadow: #363636 0 1px 0;
}

.positionIP {
float:right
}

.maintitle {
float:left;
margin-top:2px;
margin-bottom:2px
}

.memberlist_content {
padding-left:60px;
background:#212121;
border:1px solid #393939
}

.sortowanie {
width:0!important;
margin-top:27px;
border-top:1px solid #2d2d2d;
border-left:1px solid #2d2d2d;
list-style:none
}

.sortowanie li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
text-align:center;
margin-left:-40px
}

.sortowanie li a {
padding:5px 8px;
color:#8d8d8d;
display:block
}

.sortowanie li a:hover {
background:#252525;
color:#c9c9c9
}

.memberlist_left {
width:40px;
margin-left:-50px;
float:left
}

.memberlist_right {
width:100%;
min-height:400px;
padding:9px;
margin-left:-18px
}

.memberright_content {
border:1px solid #2d2d2d;
background:#1a1a1a;
padding:19px;
min-height:669px
}

.activeLitera a {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff!important;
font-weight:700
}

.activeLitera a:hover {
position:relative;
z-index:8000;
background:#1a1a1a!important;
color:#fff!important;
font-weight:700
}

.users {
list-style:none;
margin:-9px -9px 0 -49px
}

.users li {
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-color:#1a1a1a;
padding:9px
}

.users li img {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
width:54px!important;
height:54px!important;
margin-bottom:21px
}

.member_name {
font-size:18px;
margin-top:10px;
position:absolute;
margin-left:10px
}

.user_info_list {
margin-left:65px;
margin-top:-35px;
margin-bottom:16px
}

.member_title {
color:#898989;
margin-left:15px;
margin-top:-5px;
float:left;
width:150px;
max-width:150px
}

.member_join {
color:#646464;
margin-top:-5px;
float:left;
width:200px;
min-width:200px
}

.reputka_member {
float:left;
width:30px;
max-width:30px;
margin-top:-8px
}

.member_posts {
font-size:11px;
color:#898989;
float:left;
margin-top:-5px
}

.inf_bg {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-image:url(images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:0 -1px;
background:gray
}

.errorMemberlist {
margin-top:100px;
text-align:center
}

#registerdiv {
    background: #3ACF37;
    width: 260px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    line-height: 16px;
    right: 10px;
    z-index: 30000;
    opacity: 0.8;
    height: auto;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
    padding: 10px;
    border: 1px solid #26629e;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #26629e 0px 1px 0px;
    border-radius: 3px;    
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

#registerdiv:hover {
    opacity: 1;
}

#mask {
    display: none;
    background-color: #3e3e3e;
    position: fixed; left: 0; top: 0;
    z-index: 10;
    width: 100%; height: 100%;
    opacity: 0.4;
    z-index: 999;
}

.btn_close {
    position: absolute;
right: 20px;
top: 20px;
}

.login-content h3 {
    border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}

.submit_login {
    padding: 5px 10px;
text-align: center;
margin-top: 25px;
    border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}

.login-content {
    background: #1a1a1a;
margin-top: -16px;
width: 500px;
}

.login-content h3 {
    border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}

.login-box-ul label {
float: left;
width: 150px;
padding-right: 15px;
padding-top: 3px;
text-align: right;
line-height: 1.8;
font-weight: bold;
}

.login-box-ul li {
list-style: none;
  min-width: 33px;
margin-left: -55px;
}

.login-box-ul input[type=password] {
width: 225px;
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
}

.login-box-ul input[type=text] {
width: 225px;
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
}

.login-box-ul input:focus {
outline: 0px !important;
}

.button_submit-login {
    background: #b15f11 url(images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
height: 26px;
line-height: 26px;
padding: 0 10px;
text-decoration: none;
border: 0!important;
}

.button_submit-login:hover {
background: #b15f11 url(images/carbon/maintitle.png) repeat-x top right;
}

.floatCloseButton {
float: right;
}

.buttons {
    width: 16px;
    height: 16px;
    display: block;
      position: relative;
      margin-top: -50px;
    cursor: pointer;
      z-index: 22;
}

.clickedbuttons {
    width: 16px;
    height: 16px;
    display: block;
      position: relative;
      margin-top: -50px;
      z-index: 22;
    cursor: pointer;
}

.post_date {
    color: #aaa;
}

.avatarTopdef {
    background: url(images/carbon/default_avatar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 26px;
    width: 26px;
    margin: 4px -9px 0 !important;
    border: 1px solid #111;
}

.avatarTop > img {
    position: relative;
    height: 26px;
    width: 27px;
    margin: -1px -2px 0 !important;
    border: 1px solid #111;
}

.avatarTopdef2 {
    background: url(images/carbon/default_avatar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 56px;
    width: 56px;
    margin: 4px -9px 0 !important;
    border: 1px solid #111;
}

.avatarTop2 > img {
    position: relative;
    height: 56px;
    width: 57px;
    margin: -1px -2px 0 !important;
    border: 1px solid #111;
}

.avatardef2 {
    background: url(images/carbon/default_avatar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 76px;
    width: 76px;
    margin: 4px -9px 0 !important;
    border: 1px solid #111;
}

.avatar2 > img {
    position: relative;
    height: 76px;
    width: 77px;
    margin: -1px -2px 0 !important;
    border: 1px solid #111;
}

.kroki_reje {
    background: #2a2a2a;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.kroki_reje li:first-child{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.kroki_reje ul {
list-style: none;
}

.kroki_reje ul li {
        float: left;
        padding: 11px 33px 5px 18px;
        color: #c3c3c3;
        background-image: url(images/carbon/wizard_step.png);
        background-repeat: no-repeat;
        background-position: 100% -56px;
        position: relative;
        height: 39px;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}

.kroki_reje .kroki_reje_active {
        background-position: 100% 0;
        color: #fff;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}

.kroki_desc {
font-size: 11px;
}

.kroki_arrow {
display: none;
}

.kroki_tytul {
        display: block;
        font-size: 14px;
        padding-bottom: 4px;
}

.kroki_reje_active .kroki_arrow {
        display: block;
        position: absolute;
        left: -23px;
        top: 0;
        width: 23px;
        height: 55px;
        background: url(images/carbon/wizard_step.png) no-repeat 0 -112px;
}

.kroki_reje ul li:first-child .kroki_arrow {
display: none !important;
}

.skalowanie {
width: 700px;
margin: 0 auto;
}

.reg_input {
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
width: 225px;
}

.reg_input:focus {
outline: 0;
border: 1px solid rgb(78, 78, 78);
background: rgb(53, 53, 53);
}

.skalowanie ul {
list-style: none;
}

.skalowanie ul li {
margin-bottom: 15px;
  float: left;
}

.skalowanie ul li label {
float: left;
width: 185px;
padding-right: 15px;
padding-top: 3px;
  margin-top: 8px;
text-align: right;
line-height: 1.8;
font-weight: bold;
font-size: 12px;
line-height: 1.6;
}

.skalowanie ul li p {
margin-left: 200px;
}

.wymagane {
color: #ab1f39;
font-weight: bold;
}

.skalowanie input {
width: 225px !important;
}

.register_footer {
background: #232323 url(images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top: 1px solid #373737;
text-align: center;
margin: 0px -9px -9px -9px;
padding: 10px 0;
}

.skalowanie input > {
width: 25px !important;
}

#menu li {
list-style: none;
}

#menu {
padding: 1px 5%;line-height: 1.4; float:right;
margin-top:33px
}

#menu [class^="icon-"] {
  font-family: FontAwesome;
}

#menu ul {
visibility: hidden; position: absolute; top: 100%; left: -40px;
}

#menu li {
float: left; padding-right: 1px; position: relative;
}

#menu li li {
float: none; padding-top: 1px; width: 160px;
}

#menu li:hover ul {
visibility: visible;
}

#menu a, #menu li:hover li a {
color:#FFFFFF;
background:#106EFC repeat;
background:#106EFC url(http://gameshoot.pl/public/style_images/spark3/triangles.png);
  margin-right: 13px;
-webkit-border-radius:3px;
  
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
-moz-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s
}

#menu li:hover li a {
background:rgba(0, 0, 0, 1);
}

#menu li li a {
color:#fff;    width: 120px;margin: 0;padding: 1.2em 1.8em;    display:inline-block; background:rgba(0, 0, 0, 1);
}

#menu li:hover a, #menu li:hover li:hover a {
background:rgba(0, 0, 0, 1);
}

#menu li:hover li:hover a {
background:rgba(0, 0, 0, 0.5);
}

marquee {
    white-space: pre-line !important;
}

.title {
    width: 100%;
    float:  left;
    border-bottom: 1px solid #393939;
    text-shadow: rgba(0,0,0,0.8) 0 -1px 0;      
    background: #282828;  
    font-size: 11px;  
    font-weight: bold;  
    padding: 8px;  
    margin: -8px -8px 8px;  
    color: #fff;
}

.logo {
  clear: both;
  margin: 0 auto;
}
@up jak wkleiłem to jeszcze gorzej ... :/



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

1 gości