Prefiksy w poddziałach - nie wyświetla się kolorystyka

Założony przez  NektarQ_.

Witam chciałbym mieć takie coś po nazwie działu. [Obrazek: jT0U6gQ.png] i to jest dokładnie ten kod.
<span class="colored" style="background: #006600;">ON</span>
Ale jak go dodam to w ogóle inny jest. Od razu mówię, że nie dodawałem tam żadnych prefiksów czy coś, bo nie za bardzo umiem, jak do działu dodać. Czekam i proszę o pomoc!!!
Snake_ napisał 14.05.2014, 19:13:
1. Poprawiam tytuł na prawidłowy;
2. Przenoszę do odpowiedniego działu;
3. Gdzie jest wzór wątku? Nie jest on Kolego by go kasować, lecz uzupełniać. Pamiętaj o tym.
4. Koniecznie zapoznaj się z:[Obrazek: modnotice_howto.png]
Klase do global css
Na poprzedniej stronie napisalem jak

Wysłane z mojego LG-P700 przy użyciu Tapatalka
Dzięki ziomuś, zrobiłem nowy arkusz i śmiga!! Do zamknięcia. Suprykowi też dziekuje.
Twój aktualny global.css posiada aż 2736 linii. Usunąłem kilka błędów i ustabilizowałem kod.

Cały global.css podzielimy na dwa arkusze, bo aktualny jest za długi.

To wrzuć do global.css:

media all and (max-width1280px) {
    .
index_forums {
        
width:70%;
    }
    .
index_sidebar {
        
width:29%;
    }
}
::-
webkit-scrollbar {
    
width12px;
}
::-
webkit-scrollbar-track {
    
border-left1px solid #fff;
}
::-
webkit-scrollbar-thumb {
    
backgroundrgba(0000.85);
    -
webkit-box-shadowinset 0 0 6px rgba(0000.27);
}
::-
webkit-scrollbar-thumb:hover {
    
backgroundrgba(0000.93);
    -
webkit-box-shadowinset 0 0 6px rgba(0000.5);
}
::-
webkit-scrollbar-thumb:window-inactive {
    
backgroundrgba(0000.6);
}
@ -
webkit-keyframes headershine {
    
0% {
        
opacity0.4;
    }
    
50% {
        
opacity1;
    }
    
100% {
        
opacity0.4;
    }
}
textarea:focus {
    
outlinenone;
    
border1px solid rgb(313131);
    
background#0A0A0A;
    
box-shadowinset 0px 0px 15px black;
}
body {
    
backgroundurl(../../../images/neonglow/bg.jpgtop center no-repeat fixed;
    
color#333;
    
font-familyArialtahomaSans-Serif;
    
font-size13px;
    
text-aligncenter;
    
line-height1.4;
    
padding0px;
    
margin0px;
    
padding-bottom15px;
}
a:link {
    
color#FFFFFF;
    
text-decorationnone;
}
a:visited {
    
color#FFFFFF;
    
text-decorationnone;
}
a:hovera:active {
    
color#8BDDEC;
    
text-decorationnone;
}
.
logo {
    -
webkit-transition0.3s;
    
transition0.3s;
    -
o-transition0.3s;
    -
ms-transition0.3s;
    -
moz-transition0.3s;
    
displayinline-block;
    
z-index2;
    
top0px;
    
opacity1;
    
left0px;
}
.
logo:hover {
    
opacity:0.7;
    
left20px;
}
#container {
    
width85%;
    
color#FFF;
    
min-width:1000px;
    
max-width:1600px;
    
marginauto auto;
    
text-alignleft;
    
/* IE 5 fix */
}
#header {
    
backgroundurl(../../../images/neonglow/headerbg.png);
    
height35px;
    
border-right1px solid #161616;
    
border-left1px solid #161616;
    
box-shadow0px 3px 10px rgba(0000.21);
    
border-radius20px;
}
#header:hover .headershine {
    
opacity:1;
}
.
headershine, .footershine {
    
backgroundurl(../../../images/neonglow/shine2.png0px -1px;
    
z-index1;
    -
webkit-transition:0.3sbackground-position-x 0s;
    
transition:0.3sbackground-position-x 0s;
    -
o-transition:0.3sbackground-position-x 0s;
    -
ms-transition:0.3sbackground-position-x 0s;
    -
moz-transition:0.3sbackground-position-x 0s;
    
width100%;
    
height65px;
    
positionabsolute;
    -
webkit-animtion:headershine 2.3s infinite;
    
background-position0px -1px;
}
.
headercontent {
    
position:absolute;
    
z-index:2;
}
#content {
    /* FIX: Make internet explorer wrap correctly */
    
widthauto !important;
    
padding10px;
    
padding-top:0px;
    
backgroundurl(../../../images/neonglow/contentbg.png);
    
border-radius0 0 2px 2px;
    
positionrelative;
    
margin-bottom15px;
}
ul.menu {
    
color#ccc;
    
z-index2;
    
top23px;
    
right15px;
    
padding-top7px;
    
font-size12px;
}
ul.menu li:first-child a {
    
border-radius10px 0 0 0;
}
ul.menu li:last-child a {
    
border-radius0 0 10px 0;
    
margin-right: -4px;
}
ul.menu a .activemenulink {
    
color#9CE9D0;
    
text-decorationnone;
    
padding10px 15px;
    
text-shadow0px 0px 10px #24B89E;
    
backgroundurl(../../../images/neonglow/menuactivebg.png);
    
border-radius5px;
    
box-shadow0px 0px 1px rgba(2552552550.22), inset 0px 0px 10px black0px 1px 1px rgba(2552552550.24);
}
ul.menu a:linkul.menu a:visitedul.menu a {
    
color#CFCFCF;
    
-webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
text-decorationnone;
    
text-transformuppercase;
    
padding10px 10px;
    
margin0;
    
font-familydroid sanstahoma;
    
font-size13px;
}
ul.menu a:hoverul.menu a:active {
    
colorrgb(156233208);
    
text-decorationnone;
    
padding10px 10px;
    
text-shadow0px 0px 10px #24B89E;
}
/*///////////////// USER PANEL //////////////////*/
 #userpanel {
    
background#efefef;
    
color#000000;
    
font-size11px;
    
border1px solid #D4D4D4;
}
.
pms_unread, .pms_unread_no {
    
positionabsolute;
    
z-index99;
    
backgroundrgb(2046363);
    
font-familyarial;
    
font-size11px;
    
font-weightbold;
    
displayblock;
    
padding0px 4px;
    
border-radius2px;
    
top: -5px;
    
right: -3px;
    
colorwhite !important;
}
.
pms_unread_no {
    
display:none
}
#userpanel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}
#userpanel a:link, #userpanel a:visited {
    
display:inline-block;
    
height35px;
    
line-height35px;
    
background#fafafa;
    
margin-right: -3px;
    
border-right1px solid #ddd;
    
padding0px 10px;
}
#userpanel a:hover {
    
background-color#eee;
}
.
user_pm_link {
    
displayinline-block;
    
height19px;
    
positionrelative;
    
width29px;
    
backgroundurl(../../../images/neonglow/message_icon.png);
    
top2px;
    
margin-right3px;
    
left: -5px;
}
/*///////////////// USER PANEL //////////////////*/
 
table {
    
color#FFF;
    
font-familyArialtahomaSans-Serif;
    
font-size13px;
}
.
tborder {
    
width100%;
    
marginauto auto;
    
border1px solid #0E0E0E;
    
border-top0;
    
border-radius3px;
}
.
tborder_2 {
    
border1px solid #0E0E0E;
    
margin-top10px;
}
.
thead {
    
color#ffffff;
    
padding0px 10px;
    
border1px solid #0F0F0F;
    
background#111 url(../../../images/neonglow/thead.png) 0px -3px;
    
border-radius3px;
    
height45px;
    
box-shadowinset 0px 0px 20px rgba(0000.6);
}
.
thead_2 {
    
color#ffffff;
    
padding0px 10px;
    
border1px solid #0F0F0F;
    
background#111 url(../../../images/neonglow/thead2.png) 0px 0px;
    
border-radius3px !important;
    
height44px;
    
line-height44px;
    
box-shadowinset 0px 0px 1px rgba(2552552550.23);
    
border-bottom1px solid #0E0E0E;
    
border:1px solid rgba(1515150.76);
    
border-bottom:1px solid rgba(1515150.76);
}
.
thead_2 .expcolimage img {
}
.
thead_2 .expcolimage {
    
margin-top8px;
    -
webkit-transition0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
margin-right4px;
}
.
thead_2:hover .expcolimage {
    
opacity:1;
    
cursor:pointer;
}
.
thead a:link {
    
color#ffffff;
    
text-decorationnone;
}
.
thead a:visited {
    
color#ffffff;
    
text-decorationnone;
}
.
thead a:hover, .thead a:active {
    
color#ffffff;
    
text-decorationunderline;
}
.
tcat a:link {
    
color#BBB;
    
font-size10px;
}
.
tcat a:visited {
    
color#D1D1D1;
}
.
tcat a:hover, .tcat a:active {
    
color#FFF;
}
.
tborder tr:hover .trow1, .tborder tr:hover .trow2 {
}
.
trow1, .userprofile_trow {
    
backgroundrgba(0000.3) -webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
border-top1px solid rgba(1601601600.06);
    
border-bottomnone;
    
padding10px;
    
vertical-alignmiddle;
    
background: -moz1-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* FF3.6+ */
    /* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(0000.350%, rgba(0000.5100%);
    
/* W3C */
    /* IE6-9 */
}
.
userprofile_trow {
    
backgroundrgba(0000.3) !important;
}
.
trow1, .trow2 {
    
border-top1px solid #2E2E2E;
    
border-bottom1px solid #0F0F0F;
    
border-top1px solid rgba(2552552550.05);
    
border-bottom1px solid rgba(0000.35);
    
padding10px;
    
vertical-alignmiddle;
    
backgroundrgba(0000.32);
    
background: -moz1-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* FF3.6+ */
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%, rgba(0000.35)), color-stop(100%, rgba(0000.5)));
    
/* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(0000.350%, rgba(0000.5100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(0000.350%, rgba(0000.5100%);
    
/* W3C */
    
filterprogid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000'endColorstr='#80000000'GradientType=0);
    
/* IE6-9 */
    
;
    
border-left0;
    
border-right0;
}
.
tborder tr:last-child .trow1, .tborder tr:last-child .trow1 {
    
border-bottom:0;
}
.
trow_shaded {
    
background#CE7C46;
}
.
trow_selected td .posttime {
    
border1px solid rgb(235232215);
    
background-color#837D5F;
    
color#fff;
    
box-shadowinset 0px 0px 6px rgb(545038);
}
.
forumdesc {
    
font-size:11px;
    
background#0C0C0C;
    
border-radius:3px;
    
padding5px 10px;
    
color#FFF;
    
opacity:0;
    -
webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
box-shadow1px 1px 1px #242424, inset 0px 0px 5px black;
    
margin-left10px;
}
.
thead_2:hover .forumdesc {
    
opacity:1;
}
.
thead_2 a:link {
    
color:#fff;
    
text-transformuppercase;
    
font-size11px;
    
font-weightbold;
}
.
trow_sep {
    
backgroundblack;
    
colorwhite;
    
font-size11px;
    
font-weightbold;
    
padding8px;
    
border-top1px solid #181818;
}
.
tfoot {
    
background:#0F1110 url(../../../images/neonglow/highlight_3.png) repeat-x top;
    
backgroundrgba(0000.56url(../../../images/neonglow/highlight_3.pngrepeat-x top;
    
color#BEBEBE;
    
vertical-alignmiddle;
    
padding10px;
    
border-bottom1px solid rgb(999);
}
.
tfoot a:link {
    
color#999;
    
text-decorationnone;
    
vertical-align:middle;
}
.
tfoot a:visited {
    
color#9B9B9B;
    
text-decorationnone;
}
.
tfoot a:hover, .tfoot a:active {
    
color#FFF;
    
text-decorationnone;
}
.
bottommenu {
    
background#efefef;
    
color#000000;
    
border1px solid #4874a3;
    
padding10px;
}
.
button:hover {
    
background-color#50B3AF;
    
cursorpointer;
    
border0;
    
box-shadow0px 0px 9px #184635;
}
.
button {
    
border0;
    
border-radius1px;
    
padding6px;
    
font-size11px;
    
color#2A2E2E;
    
border-radius3px;
    
text-shadow1px 1px 1px rgba(2552552550.32);
    -
webkit-transition0.3s;
    
transition0.3s;
    -
o-transition0.3s;
    -
ms-transition0.3s;
    -
moz-transition0.3s;
    
background#688583 url(../../../images/neonglow/highlight.png) repeat-x top;
}
.
navigation {
    
color#555;
    
font-size11px;
}
.
navigation a:link {
    
color#777;
    
text-decorationnone;
}
.
navigation a:visited {
    
color:#777;
    
text-decorationnone;
}
.
navigation a:hover, .navigation a:active {
    
color#333;
    
text-decorationnone;
}
.
navigation .active {
    
color#333;
    
font-size11px;
    
font-weightbold;
}
.
smalltext {
    
font-size11px;
    
color#ccc;
}
.
largetext {
    
font-size16px;
    
font-weightbold;
}
input.textbox:focusselect:focusselect:hover {
    
outlinenone;
    
box-shadowinset 0px 0px 10px #000;
    
border-radius4px;
}
input.textbox {
    
background#0B0C0C;
    
border1px solid #2E2E2E;
    
border-radius2px;
    
font-size11px;
    
outlinenone;
    
color#B1B1B1;
    
padding6px 4px;
    -
webkit-transition0.3s;
    
transition0.4s;
    -
ms-transition0.4s;
    -
o-transition0.4s;
    -
moz-transition0.4s;
    
border-top1px solid #292929;
    
box-shadowinset 0px 0px 8px rgba(0000.77);
}
textarea {
    
background#0B0C0C;
    
color#555;
    
padding2px;
    
font-familyArialtahomaSans-Serif;
    
line-height1.4;
    
font-size13px;
    
border-radius3px;
    
border1px solid #1F1F1F;
    
backgroundrgba(9990.67);
    
border1px solid rgba(6565650.34);
    -
webkit-transition0.3s;
    
transition0.4s;
    -
ms-transition0.4s;
    -
o-transition0.4s;
    -
moz-transition0.4s;
    
box-shadowinset 0px 0px 10px rgba(0000.21);
}
select {
    
background#0B0C0C;
    
border1px solid #313131;
    
padding5px;
    
border-radius2px;
    
font-size11px;
    
outlinenone;
    
color#FFF;
    
text-shadownone;
    
box-shadowinset 0px 0px 8px rgba(0000.77);
}
.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}
.
editor_control_bar .button {
    
box-shadownone;
    
border0;
    
background-colorrgb(108139156);
    
border-radius3px;
}
.
editor_control_bar {
    
backgroundrgb(101010);
    
colorwhite;
    
bottom0px;
    
left0px;
    
z-index15;
    
padding15px 4px !important;
    
text-aligncenter !important;
    
font-weightbold;
    
box-shadowinset 0px 0px 10px rgba(0000.66);
    
top3px;
    
positionrelative;
}
.
editor_control_bar a {
    
displayinline-block;
    
background#61B2DF;
    
colorwhite;
    
padding3px 10px;
    
border-radius3px;
    -
webkit-transition0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
font-weightbold;
}
.
editor_control_bar a:hover {
    
background-color#79A5B6;
}
.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}
.
autocomplete_selected {
    
background#adcee7;
    
color#000;
}
.
popup_menu {
    
margin-top:5px;
    
font-size:11px;
    
border1px solid #aaa;
    
background:white;
}
.
popup_menu .popup_item {
    
background#fff;
    
color#666;
    
padding:5px !important;
    
margin:-1px;
}
.
popup_menu .popup_item_container:first-child .popup_item {
    
border-bottom:1px solid #ccc
}
.
popup_menu .popup_item:hover {
    
background#eee;
    
color#333;
}
.
trow_reputation_positive {
    
background#B7C77A;
    
color#3A4B0E;
    
border-bottom:1px solid #fff;
}
.
trow_reputation_positive .smalltext {
    
color#283D1C;
}
.
trow_reputation_positive a {
    
color#1E250D;
    
font-weightbold;
}
.
trow_reputation_negative .smalltext {
    
color#270D0D;
}
.
trow_reputation_negative a {
    
color#250D0D;
    
font-weightbold;
}
.
trow_reputation_negative {
    
background#A52A2A;
    
border-bottom:1px solid #fff;
    
colorrgb(5666);
}
.
reputation_positive {
    
colorgreen;
}
.
reputation_neutral {
    
color#FFF;
}
.
reputation_negative {
    
colorred;
}
.
valid_field, .invalid_field {
    
border-radius2px;
    
font-size11px;
    
outlinenone;
    
color#B1B1B1;
    
padding6px 4px;
    -
webkit-transition0.3s;
    
transition0.4s;
    -
ms-transition0.4s;
    -
o-transition0.4s;
    -
moz-transition0.4s;
    
border-top1px solid #292929;
    
box-shadownone;
}
.
invalid_field {
    
border1px solid #F59999;
    
color#1B0000;
    
backgroundrgb(23012194);
}
.
valid_field {
    
border1px solid #BDF378;
    
background#9AD54F;
    
color#263C00;
}
.
validation_error {
    
backgroundurl(../../../images/invalid.gifno-repeat center left;
    
color#FF4747;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}
.
validation_success {
    
backgroundurl(../../../images/valid.gifno-repeat center left;
    
color#72B200;
    
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;
}
.
float_left {
    
floatleft;
}
.
float_right {
    
floatright;
}
ul.menu {
    list-
stylenone;
    
margin0;
    
margin-left200px;
    
margin-top: -30px;
}
.
menu li {
    
displayinline;
    
margin0;
    
margin-left25px;
    
floatleft;
}
.
menu img {
    
padding-right5px;
    
vertical-aligntop;
}
.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top: -5px;
    
displayinline-block;
    
height10px;
    
width20px;
    
margin-right10px;
}
img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}
hr {
    
background-color#000000;
    
color#000000;
    
height1px;
    
border0px;
}
#copyright {
    
font11px ArialtahomaSans-Serif;
    
margin0;
    
padding10px 0 0 0;
}
#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}
blockquote {
    
border1px solid #161616;
    
margin0;
    
background#030303 url(../../../images/neonglow/quoter.png) no-repeat 99% 42px;
    
padding8px;
    
font-size11px;
    
color#D5D5D5;
    
border-radius3px 3px 0 0;
    
min-height60px;
    
vertical-alignmiddle;
}
blockquote cite {
    
font-weightbold;
    
border-bottom1px solid #2E2E2E;
    
font-stylenormal;
    
displayblock;
    
margin: -8px;
    
padding10px;
    
margin-bottom8px;
    
background#2E2E2E url(../../../images/neonglow/highlight_faint.png) repeat-x top;
    
color#D8D8D8;
    
border-radius2px 2px 0 0;
    
text-shadow1px 1px 1px #050505;
}
blockquote cite span {
    
floatright;
    
font-weightnormal;
}
blockquote cite span.highlight {
    
floatnone;
    
font-weightbold;
    
padding-bottom0;
}
.
codeblock {
    
background#181818 url(../../../images/neonglow/highlight_3.png) repeat-x 0px -1px;
    
border1px solid #292929;
    
displayinline-block;
    
margin-top10px;
    
border-radius2px 2px 0 0;
    
min-width400px;
}
.
codeblock .body {
    
padding:5px;
    
background#050505;
}
.
codeblock .title {
    
backgroundurl(../../../images/neonglow/code2.png4px no-repeat;
    
border-bottom1px solid #333;
    
font-weightbold;
    
padding8px 10px;
    
padding-left:25px;
    
color:#666;
    
font-size:11px
}
.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}
.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}
.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}
form {
    
margin0;
    
padding0;
}
.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignleft;
}
.
popup_menu .popup_item {
    
displayblock;
    
padding3px;
    
text-decorationnone;
    
white-spacenowrap;
}
.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}
.
autocomplete {
    
text-alignleft;
}
.
subject_new {
    
font-weightbold;
}
.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}
.
pm_alert {
    
background#FFF6BF;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}
.
red_alert {
    
background#D8565B url(../../../images/neonglow/highlight.png) repeat-x top;
    
border0;
    
color#A5161A;
    
text-aligncenter;
    
padding10px 20px;
    
margin-bottom0px;
    
font-size11px;
    
positionrelative;
    
top15px;
    
border-radius2px;
}
.
high_warning {
    
color#CC0000;
}
.
moderate_warning {
    
color#F3611B;
}
.
low_warning {
    
color#AE5700;
    
positionrelative !important;
    
text-shadownone;
}
div.error {
    
padding5px 10px;
    
border1px solid #DB1B13;
    
background#FA6052 url(../../../images/neonglow/highlight.png) repeat-x top;
    
font-size12px;
    
border-radius5px;
    
box-shadowinset 0px 0px 2px #F5A996;
    
colorwhite;
}
div.error ul {
    
margin-top:0px;
    
color#5A0000;
    
text-shadow1px 1px 1px rgb(231159159);
}
div.error p {
    
margin0;
    
colorrgb(13600);
    
display:inline-block;
    
font-weightnormal;
}
div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
padding-top:10px;
    
text-indent:5px;
    
color#7E0000;
    
backgroundurl(../../../images/neonglow/icons/error.pngno-repeat 0;
    
text-shadow1px 1px 1px rgb(255150150);
    
min-height25px;
    
vertical-alignmiddle;
}
div.error.ul {
    
margin-left24px;
}
.
online {
    
colorwhite;
    
background#A2CE46;
    
padding1px 2px;
    
text-shadow1px 1px 1px #A5B492;
    
border-radius3px;
    
font-size11px;
}
.
offline {
    
colorwhite;
    
backgroundsilver;
    
padding2px 5px;
    
text-shadow1px 1px 1px #A5A5A5;
    
border-radius3px;
}
.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}
.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}
.
pagination .pages {
    
font-weightbold;
    
color#FFF;
    
margin-right5px;
}
.
pagination .pagination_current, .pagination a {
    
padding2px 6px;
    
margin-bottom3px;
}
.
pagination a {
    
colorrgb(231231231);
    
padding5px 7px;
    
border-radius2px;
    
margin-right2px;
    
backgroundrgb(161717url(../../../images/neonglow/highlight_3.pngrepeat-x 0px -1px;
    
box-shadowinset 0px 0px 5px rgb(131414);
}
.
pagination .pagination_current {
    
colorblack;
    
padding5px 7px;
    
border-radius2px;
    
margin-right2px;
    
text-shadow1px 1px 1px rgba(2552552550.2);
    
backgroundrgb(103153145url(../../../images/neonglow/highlight.pngrepeat-x top;
}
.
pagination a:hover {
    
background-color#0E0E0E;
    
text-decorationnone;
}
.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}
.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}
.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}
.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
}
.
forum_legend dd {
    
floatleft;
    
margin-right10px;
}
.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}
.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}
.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}
.
post_body {
    
padding5px;
    
min-height40px;
    
colorrgb(235235235);
    
font-familyarialtahoma;
    
font-size13px;
    
letter-spacing0px;
    
line-height1.4;
}
.
post_content {
    
padding5px 10px;
}
.
quick_jump {
    
backgroundurl(../../../images/neonglow/icons/arrow.pngno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px;
    
/* amount of padding needed for image to fully show */
    
vertical-alignmiddle;
    
bordernone;
}
.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}
.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}
.
_minus {
    
background-color#DA423E;
    
color#4D0100;
    
border0;
    
border-radius2px;
}
.
_plus {
    
background-color#98CE55;
    
color#3A6D12;
    
border0;
    
border-radius2px;
}
.
pagination_breadcrumb {
    
background-color#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
    
white-spacenowrap;
}
.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}
/* ================ PRIVATE MESSAGE PAGE ================== */
 
.pm_mainbar {
    
background-color#111;
    
border1px solid #2C2C2C;
    
height40px;
    
border-radius3px;
    
displayinline-block;
    
box-shadowinset 0px 0px 10px rgba(0000.8);
    
background-color:rgba(0000.5);
}
.
pm_mainbar a:link, .pm_mainbar a:visited {
    
height40px;
    
line-height:40px;
    
display:block;
    
color#C4C4C4;
    
float:left;
    
padding:0px 10px;
    
font-size:11px;
    
border-right1px solid #353535;
    
border-leftnone;
    
text-shadownone;
}
.
pm_mainbar a:hover {
    
background-color:#050505;
    
background-color:rgba(0000.7);
}
.
pm_mainbar a:last-child {
    
border-right:0;
}
.
thead_2 a {
    
color:#fff;
}
.
tleft {
    
text-align:left;
}
.
tright {
    
text-align:right;
}
.
left {
    
float:left;
}
.
right {
    
float:right;
}
.
bigbutton {
    
displayinline-block;
    
padding9px 15px;
    
background#5A5A5A url(../../../images/neonglow/highlight.png) repeat-x top;
    
colorwhite !important;
    
margin-bottom12px;
    
font-weightbold;
    
border1px solid #000;
    
border-radius3px;
    
text-transformuppercase;
    
font-size12px;
    
text-shadow1px 1px 1px #2E2E2E;
    
margin-top: -4px;
    -
webkit-transition0.3s;
    
transition0.4s;
    -
ms-transition0.4s;
    -
o-transition0.4s;
    -
moz-transition0.4s;
}
.
bigbutton:hover {
    
background-color#468F7D;
    
border-color#043619;
    
box-shadow0px 0px 9px #155840;
}
.
ui-tabs {
    
positionrelative;
    
padding.2em;
    
zoom1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
 
.ui-tabs .ui-tabs-nav {
    
margin0;
    
padding.2em .2em 0;
}
.
ui-tabs .ui-tabs-nav li {
    list-
stylenone;
    
positionrelative;
    
top2px;
    
margin: -4px -5px 0 0;
    
border-bottom!important;
    
padding0;
    
white-spacenowrap;
    
font-weightbold;
    
right: -1px;
}
.
ui-tabs .ui-tabs-nav li a {
    
padding10px;
    
text-decorationnone;
    -
webkit-transition0.2s;
    
transition:0.3s;
    -
o-transition:0.2s;
    -
ms-transition:0.2s;
    -
moz-transition:0.2s;
}
.
ui-tabs .ui-tabs-nav li a:hover {
    
backgroundrgb(192020);
    
cursor:pointer !important;
}
.
ui-state-active a {
    
backgroundrgb(141414) !important;
    
colorrgb(238238238) !important;
    
margin-right: -3px !important;
}
.
ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    
margin-bottom0;
    
color#333;
}
.
ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    
cursortext;
}
.
ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    
cursorpointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
 
.ui-tabs .ui-tabs-panel {
    
displayblock;
    
border-width0;
    
padding1em 1.4em;
    
backgroundnone;
}
.
ui-tabs .ui-tabs-hide {
    
displaynone !important;
}
.
userprofile_table {
    
width:100%;
}
.
userprofile_table td {
    
vertical-aligntop;
    
color#9B9B9B;
    
font-size11px;
}
.
userprofile_table td strong {
    
colorrgb(236236236);
}
.
userprofile_tabcontent {
    
background#0E0F0F;
    
border1px solid #353535 !important;
    
border-left!important;
    
border-radius0px 10px 10px 0;
    
positionrelative;
}
.
userprofile_tabs {
    
vertical-aligntop;
    
positionrelative;
    
border-right1px solid #2C2C2C;
    
width200px;
}
.
userprofile_tabs ul li a {
    
padding10px;
    
height20px;
    
displayblock;
    
background#131414;
    
border1px solid #2E2E2E;
    
color#8A8A8A;
    
font-size11px;
    
vertical-alignmiddle;
    
line-height20px;
    
positionrelative;
    
border-right0;
    
right3px;
}
.
ui-state-active a {
    
border-right:!important;
    
padding20px 10px !important;
    
font-size15px !important;
}
.
userprofile_info {
    
padding10px;
    
background#0D0F0F;
    
border1px solid #2B2B2B;
    
backgroundrgba(000.6);
}
.
greenmessage {
    
backgroundrgb(213234164);
    
/* Old browsers */
    
background: -moz1-linear-gradient(toprgba(21323416410%, rgba(2052351391100%);
    
/* FF3.6+ */
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%, rgba(2132341641)), color-stop(100%, rgba(2052351391)));
    
/* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(21323416410%, rgba(2052351391100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(21323416410%, rgba(2052351391100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(21323416410%, rgba(2052351391100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(21323416410%, rgba(2052351391100%);
    
/* W3C */
    
filterprogid:DXImageTransform.Microsoft.gradient(startColorstr='#d5eaa4'endColorstr='#cdeb8b'GradientType=0);
    
/* IE6-9 */
    
;
    
font-size11px;
    
font-familytahoma;
    
color#557A26;
    
text-shadow1px 1px 1px rgba(2552552550.24);
    
padding15px 10px;
    
border0;
    
border-radius3px;
}
.
messagetitle {
    
font-size15px;
    
text-shadow1px 1px 1px rgba(2552552550.41);
}
.
redmessage {
    
backgroundrgb(255140130);
    
/* Old browsers */
    
background: -moz1-linear-gradient(toprgba(25514013010%, rgba(2421411231100%);
    
/* FF3.6+ */
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%, rgba(2551401301)), color-stop(100%, rgba(2421411231)));
    
/* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(25514013010%, rgba(2421411231100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(25514013010%, rgba(2421411231100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(25514013010%, rgba(2421411231100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(25514013010%, rgba(2421411231100%);
    
/* W3C */
    
filterprogid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c82'endColorstr='#f28d7b'GradientType=0);
    
/* IE6-9 */
    
font-size11px;
    
font-familytahoma;
    
color#961B1B;
    
text-shadow1px 1px 1px rgba(2552552550.24);
    
padding15px 10px;
    
border1px solid #D57070;
    
border-radius3px;
}
table tbody tr:last-child td {
}
.
tborder tr:first-child td {
}
.
tborder tr:first-child .tfoot {
    
border-top1px solid #050505;
}
.
footernav {
    
backgroundrgba(0000.56);
    
height40px;
    
border1px solid #333333;
    
border-radius0;
    
positionrelative;
    
margin0px -10px -10px -10px;
    
border-right0;
    
border-left0;
    
border-bottom1px solid #000;
}
#footer {
    
width100% !important;
    
height30px !important;
    
positionabsolute !important;
    
padding!important;
    
margin!important;
    
height50px !important;
    
bottom: -60px !important;
    
left0px !important;
}
ul.footermenu {
    
margin0;
    
padding0;
    list-
style-typenone;
    
floatleft;
    
positionrelative;
    
left10px;
    
font-weightnormal;
}
ul.footermenu li {
    
floatleft;
    
font-size11px;
    
padding0px;
    
margin0;
}
ul.footermenu li a {
    
height40px;
    
line-height40px;
    
displayinline-block;
    
margin0;
    
padding0px 10px;
    
border-left1px solid #222;
}
ul.footermenu li:last-child {
    
border-right:0;
}
ul.footermenu li a:hover {
}
.
fmtitle {
    
floatleft;
    
font-size14px;
    
font-weightbold;
    
colorwhite;
    
text-shadow1px 1px 1px rgb(000);
    
margin-top10px;
    
margin-left10px;
}
.
mybblink {
}
.
toplink {
    
z-index3;
    
backgroundurl(../../../images/neonglow/top.png);
    
width41px;
    
height41px;
    
top0px;
    
left39%;
    
displayinline-block;
    
opacity0.7;
    -
webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
positionrelative;
}
.
toplink:hover {
    
opacity:1;
}
.
pixelmonkeylink {
    
positionabsolute;
    
top13px;
    
right10px;
    
text-transformuppercase;
    
font-weightbold;
    
font-size11px;
}
.
postcountgrid {
    
text-alignright;
    
font-weightbolder;
    
font-size12px;
}
.
lastpostgrid, .lastpostgrid div {
    
text-alignleft !important;
    
width15%;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    -
webkit-transition0.3s;
}
.
posttime {
    
color#000000;
    
text-shadow0px 1px 0px rgba(2552552550.1);
}
.
orangeprefix, .redprefix, .blueprefix, .greenprefix {
    
colorblack !important;
    
text-shadownone !important;
    
height18px !important;
    
line-height18px !important;
    
padding0px 4px !important;
    
border-radius:2px !important;
    
top9px !important;
    
positionrelative !important;
    
margin-right5px !important;
    
floatleft !important;
    
font-size11px !important;
}
.
greenprefix {
    
background#A7CC4A !important;
}
.
redprefix {
    
background#CC544A !important;
}
.
orangeprefix {
    
background#EB8F2B !important;
}
.
blueprefix {
    
background#54A4E2 !important;
}
.
indexspacefix {
    
margin-top: -18px;
}
.
nav_rightlinks {
    
margin-right10px;
    
color#818181 !important;
    
font-weightbold;
    
font-size11px !important;
    
font-familyarial;
}
.
tborder_2 tr:hover td {
    -
webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
}
.
author {
    
color:#999
}
.
userbrowsing a {
    
color:white;
    
font-weight:bold;
}
.
userbrowsing {
    
displayinline-block;
    
background#ADCE48;
    
margin-bottom10px;
    
color#fff !important;
    
padding1px 5px;
    
border1px solid #87BD42;
    
border-radius2px;
    
font-size11px;
}
.
userpanel {
    
positionabsolute;
    
z-index3;
    
right0px;
    
top26px;
    
displaynone;
}
.
user_logout_link {
    
displayinline-block;
    
background#383838 url(../../../images/neonglow/highlight.png) repeat-x 0px -1px;
    
padding4px 8px;
    
colorwhite !important;
    
font-familyarialtahoma;
    
font-size11px;
    
border1px solid #333;
    
border-radius2px;
    
box-shadowinset 0px 0px 1px rgba(2552552550.31);
    
margin-right10px;
    
positionrelative;
    
top: -3px;
}
.
user_logout_link:hover {
    
background-color#1D1D1D;
}
.
user_panel_link {
    
displayinline-block;
    
background#313131;
    
padding4px 8px;
    
colorwhite !important;
    
font-familyarialtahoma;
    
font-size11px;
    
border-radius2px 2px 3px 3px;
    
margin-right10px;
    
positionrelative;
    
top: -3px;
    
backgroundrgba(1212120.65);
    
border1px solid rgba(0000.41);
    
box-shadowinset 0px 0px 10px rgba(0000.59);
    
border-bottom1px solid rgba(2552552550.51);
}
.
user_panel_link:hover {
    
background-color#1a1a1a;
}
.
pms_unread_no {
    
background#646464 !important;
}
.
user_panel_box {
    
display:none;
    
positionabsolute;
    
background#FFF;
    
top18px;
    
width240px;
    
height79px;
    
border-radius0 8px 8px 8px;
    
box-shadow0px 3px 10px #333;
    
z-index5;
    
border6px solid white;
    
padding10px;
    
left0px;
}
.
user_panel_link {
    
cursor:pointer;
}
.
user_panel_wrapper {
    
position:relative;
}
.
user_panel_link_active {
    
backgroundwhite;
    
border1px solid white;
    
color#555 !important;
    
border-radius3px 3px 0 0;
    
z-index8;
    
box-shadownone;
}
.
user_panel_link_active:hover {
    
background-color:white;
}
.
dropdown_icon {
    
background:url(../../../images/neonglow/dropdown_arrow.png);
    
height5px;
    
width8px;
    
displayinline-block;
}
.
dropdown_icon_active {
    
background:url(../../../images/neonglow/dropdown_arrow.png);
    
background-position-x9px;
    
background-position-y0px;
}
.
usercpmenu_leftblock {
    
width40%;
    
padding-right10px;
}
.
usercpmenu_rightblock {
    
width49%;
    
border-left1px solid #ccc;
    
padding-left10px;
}
.
usercpmenu_leftblock a, .usercpmenu_rightblock a {
    
displayblock;
    
padding2px 5px;
    
color#555;
    
font-size11px;
    -
webkit-transition:0.2s;
    
transition:0.2s;
    -
o-transition:0.2s;
    -
ms-transition:0.2s;
    -
moz-transition:0.2s;
}
.
usercpmenu_leftblock a:hover, .usercpmenu_rightblock a:hover {
    
text-indent:10px;


A teraz utwórz arkusz global2.css i tam wrzuć to:

.thead .button {
    
box-shadow:none;
    
background-color#ccc;
    
color#3D4D52;
}
.
thead input.textbox {
    
border1px solid #242424;
}
.
loginlink {
    
colorwhite !important;
    
font-size12px;
    
margin-right5px;
}
.
registerlink {
    
displayinline-block;
    
background#A5CA44 url(../../../images/neonglow/highlight.png) repeat-x 0px -1px;
    
padding4px 8px;
    
colorwhite !important;
    
font-familyarialtahoma;
    
font-size12px;
    
border1px solid #6B8545;
    
border-radius3px;
    
box-shadowinset 0px 0px 1px rgba(2552552550.31);
    -
webkit-transition:0.3s;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    
margin-right10px;
    
positionrelative;
    
text-shadow1px 1px 1px #94A077;
}
.
registerlink:hover {
    
background-color#73BEDB;
    
border1px solid #26748D;
}
.
statusinfo a {
    
color:#6C772F;
    
font-weight:bold;
}
.
statusinfo {
    
background#D9E697;
    
border1px solid #B8C77B;
    
padding2px;
    
font-size11px;
    
border-radius3px;
    
margin-left4px;
    
color#6C772F;
}
.49 {
    
width:49%;
}
.
userprofile_table .tcat {
    
border-top1px solid #464646 !important;
}
.
userprofile_table .tborder {
    
border-radius:0px;
    
border1px solid #1F1F1F;
    
border-top0;
}
.
userprofile_table .thead {
    
background#272727 url(../../../images/neonglow/highlight_3.png) repeat-x 0px -1px;
    
color#FFF;
    
font-size11px;
    
padding10px;
    
border-radius0px;
    
height15px;
    
line-height15px;
    
bordernone;
    
border-bottom1px solid #3A3A3A !important;
    
border-right!important;
    
border-left!important;
    
box-shadownone;
    
border-top1px solid #505050;
}
/* TipTip CSS -Version 1.2 */
 #tiptip_holder {
    
display:none;
    
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;
    
text-shadow0 0 2px rgb(545454);
    
padding4px 8px;
    -
webkit-border-radius3px;
    
border-radius3px;
    
background#666;
    
backgroundrgba(0000.58);
    
background: -moz1-linear-gradient(toprgba(0000.850%, rgba(0000.9100%);
    
/* FF3.6+ */
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%, rgba(0000.85)), color-stop(100%, rgba(0000.9)));
    
/* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(0000.850%, rgba(0000.9100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(0000.850%, rgba(0000.9100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(0000.850%, rgba(0000.9100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(0000.850%, rgba(0000.9100%);
    
/* W3C */
    
filterprogid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000'endColorstr='#e6000000'GradientType=0);
    
/* IE6-9 */
}
#tiptip_arrow, #tiptip_arrow_inner {
    
positionabsolute;
    
border-colortransparent;
    
border-stylesolid;
    
border-width5px;
    
height0;
    
width0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    
border-top-color#fff;
    
border-top-colorrgba(2552552550.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    
border-bottom-color#fff;
    
border-bottom-colorrgba(2552552550.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
    
border-right-color#fff;
    
border-right-colorrgba(2552552550.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
    
border-left-color#fff;
    
border-left-colorrgba(2552552550.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    
margin-top: -5px;
    
margin-left: -5px;
    
border-top-color#0E0E0E;
    
border-top-colorrgba(0000.9);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    
margin-top: -5px;
    
margin-left: -6px;
    
border-bottom-colorrgb(252525);
    
border-bottom-colorrgba(2525250.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    
margin-top: -6px;
    
margin-left: -5px;
    
border-right-colorrgb(252525);
    
border-right-colorrgba(2525250.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    
margin-top: -6px;
    
margin-left: -7px;
    
border-left-colorrgb(252525);
    
border-left-colorrgba(2525250.92);
}
.
boxyyy {
    
width:100%;
}
.
userprofile_statsbutton a {
    
colorwhite !important;
}
.
userprofile_statsbutton span {
    
z-index:2;
    
positionabsolute;
    
top1px;
    
width100%;
}
.
userprofile_statsbutton img {
    
positionabsolute;
    
z-index:1;
    
right20px;
    
top14px;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    -
webkit-transition0.3s;
}
.
userprofile_statsbutton:hover {
    
cursorpointer;
    
background-color#ACACAC;
    
border0;
}
.
userprofile_statsbutton:hover img {
    
right:40px;
}
.
userprofile_statsbutton {
    
displayinline-block;
    
backgroundurl(../../../images/neonglow/highlight.pngrepeat-x top;
    
width100%;
    
margin-bottom10px;
    
border-radius3px;
    
text-indent15%;
    
vertical-alignmiddle;
    
height60px;
    
line-height60px;
    
colorwhite !important;
    
positionrelative;
    
transition:0.3s;
    -
o-transition:0.3s;
    -
ms-transition:0.3s;
    -
moz-transition:0.3s;
    -
webkit-transition0.3s;
    
font-size11px;
    
font-weightbold;
    
text-shadow-1px 0 #AAA;
}
.
userprofile_reputation {
    
background-color#98C554;
    
border0;
}
.
userprofile_referrals {
    
background-color#9BC9DF;
    
border0;
}
.
userprofile_warninglevel {
    
background-color#EBA874;
    
border0;
}
.
horizontalpb .postbit_replevel {
    
margin-left2px;
}
.
horizontalpb .postbit_warninglevel {
    
margin-left2px;
}
.
post_content hr {
    
background-color:#888
}
.
wollink a {
    
line-height36px;
}
/* login box */
 #mask {
    
positionfixed;
    
top:0px;
    
left:0px;
    
z-index9000;
    
background:url(../../../images/neonglow/contentbg.png);
    
displaynone;
}
#boxes .window {
    
positionabsolute;
    
width600px;
    
height220px;
    
displaynone;
    
z-index9999;
    
padding10px;
}
.
loginbox_content {
    
background#141414;
    
height100%;
    
width100%;
}
.
loginbox_content label {
    
font-size13px;
    
font-weightbold;
    
color#FFF;
}
.
loginbox_head {
    
backgroundrgb(494949url(../../../images/neonglow/highlight_3.pngrepeat-x 0 0;
    
displayinline-block;
    
height35px;
    
vertical-alignmiddle;
    
line-height35px;
    
border-bottom1px solid #505050;
    
width100%;
    
color#000;
    
text-shadow0px 1px 0px white;
}
.
loginbox_head strong {
    
floatleft;
    
margin-left10px;
    
font-size14px;
    
colorrgb(240240240);
    
text-shadow0px 1px 0px black;
    
text-transformuppercase;
    
font-weightbold !important;
    
font-familyarial;
}
.
loginbox_head span {
    
floatright;
    
colorwhite;
    
margin-right10px;
}
.
loginbox_head span a {
    
color#fff;
    
backgroundrgb(262626);
    
width16px;
    
displayinline-block;
    
height16px;
    
line-height14px;
    
text-aligncenter;
    
border1px solid #414141;
    
-webkit-border-radius4px;
    
border-radius2px;
    
font-weightbolder;
    
positionrelative;
    
top8px;
    
outlinenone;
    
text-shadownone;
}
.
loginbox_head span a:hover {
    
colorwhite;
    
background#0C0C0C;
}
#loginbox input[type="text"]:focus, #loginbutton_menu input[type="password"]:focus, #quick_login_password:focus {
    
backgroundwhite;
    
border1px solid #FFF;
}
#loginbox input[type="text"], #loginbutton_menu input[type="password"], #quick_login_password {
    
border1px solid #000;
    
font-size13px;
    
margin0 0 5px;
    
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;
    
box-shadowinset 0px 2px 5px #f0f0f0;
    
outlinenone;
}
.
loginbox_submit {
    
padding-left16px;
    
positionrelative;
    
top72px;
    
left: -273px;
}
.
loginbox_submit input {
    
positionrelative;
}
.
loginbox_submit label {
    
positionabsolute;
    
margin-left5px;
    
top0px;
}
.
loginbox_submit_button {
    
floatright;
    
margin-top: -20px;
    
margin-right16px;
}
.
loginbox_submit_button input {
    
background#777 url(../../../images/neonglow/highlight.png) repeat-x;
    
colorwhite;
    
padding10px 50px;
    
border0;
    
cursor:pointer;
    -
webkit-border-radius2px;
    
border-radius2px;
    
box-shadowinset 0px 0px 1px #CCC;
    
-moz-transition0.5sbox-shadow 0s;
    -
o-transition0.5sbox-shadow 0s;
    -
ms-transition0.5sbox-shadow 0s;
    
transition0.5sbox-shadow 0s;
    
colorrgb(262626);
    
text-transformuppercase;
    
font-size11px;
    
letter-spacing0px;
    
font-weightbold;
    
text-shadow0px 1px 0px rgba(2552552550.25);
}
.
loginbox_submit_button input:hover {
    
background#555 url(../../../images/neonglow/highlight.png) repeat-x;
}
.
loginbox_submit_button input:active {
    -
webkit-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;
    
margin-top10px;
    
padding10px 40px 10px 0px;
}
#boxes #loginbox {
    
width600px;
    
height180px;
    
positionfixed;
    
backgroundurl(../../../images/neonglow/trans.pngrepeat;
    -
webkit-border-radius5px;
    -
moz1-border-radius5px;
    
border-radius5px;
    
top50% !important;
    
marginauto;
    
left50% !important;
    
margin-top:-200px !important;
    
margin-left:-300px !important;
}
.
forgot a {
    
font-size11px;
    
color#666;
    
top2px;
    
positionrelative;
    
right: -25px;
    
width120px;
    
displayinline-block;
}
#container #nav_community {
    
backgroundurl(../../../images/neonglow/menuactivebg.png);
    
border-radius5px;
    
box-shadow:0px 0px 1px rgba(2552552550.25), inset 0px 0px 10px black0px 1px 0px rgba(2552552550.28);
    
color#9CE9D0;
    
text-decorationnone;
    
text-shadow0px 0px 10px #24B89E;
    
padding10px 15px;
}
.
graymessage {
    ;
    
font-size11px;
    
font-familytahoma;
    
color#606160;
    
text-shadow1px 1px 1px rgba(2552552550.24);
    
padding15px 10px;
    
border1px solid #B9B9B9;
    
border-radius3px;
    
backgroundrgb(238238238);
    
/* Old browsers */
    
background: -moz1-linear-gradient(toprgba(23823823810%, rgba(2042042041100%);
    
/* FF3.6+ */
    
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%, rgba(2382382381)), color-stop(100%, rgba(2042042041)));
    
/* Chrome,Safari4+ */
    
background: -webkit-linear-gradient(toprgba(23823823810%, rgba(2042042041100%);
    
/* Chrome10+,Safari5.1+ */
    
background: -o-linear-gradient(toprgba(23823823810%, rgba(2042042041100%);
    
/* Opera 11.10+ */
    
background: -ms-linear-gradient(toprgba(23823823810%, rgba(2042042041100%);
    
/* IE10+ */
    
backgroundlinear-gradient(to bottomrgba(23823823810%, rgba(2042042041100%);
    
/* W3C */
    
filterprogid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee'endColorstr='#cccccc'GradientType=0);
    
/* IE6-9 */
    
;
}
.
subforumicon {
    
margin:0px !important;
}
.
forumdisplay_thread_multipage a, .forumdisplay_thread_multipagelast a {
    
color#272727;
    
padding3px 5px;
    
border-radius2px;
    
margin-right2px;
    
background#B3B3B3 url(../../../images/neonglow/highlight_3.png) repeat-x 0px -1px;
    
bordernone;
    
font-size10px;
}
.
forumdisplay_thread_multipage a:hover, .forumdisplay_thread_multipagelast a:hover {
    
background-colorrgb(240240240);
    
text-decorationnone;
}
.
warn_user_link {
    
top13px !important;
    
left: -1px;
}
.
forumdisplay_thread_multipagelast a {
    
background-color#84A5AF !important;
    
colorwhite;
    
text-shadownone;
    
bordernone;
}
.
forumdisplay_thread_multipagelast a:hover {
    
background-color#729099 !important;
}
.
bar2 {
    
margin-top15px;
    
margin-bottom: -8px;
    
padding-top5px;
    
padding-left10px;
}
.
searchbox img {
    
position:relative;
    
top:3px
}
.
searchbox input.textbox {
    
backgroundwhite url(../../../images/neonglow/searchbg.pngno-repeat 2px 4px;
    
width150px;
    
box-shadownone;
    
margin-top: -1px;
    -
webkit-transition0.4s;
    
transition0.4s;
    -
ms-transition0.4s;
    -
o-transition0.4s;
    -
moz-transition0.4s;
    
border1px solid dimGray;
    
padding6px;
    
border-radius3px;
    
color#555;
    
padding-left25px;
}
.
searchbox input.textbox:hover {
    
box-shadow:none
}
.
searchbox input.textbox:focus {
    
width:200px;
}
.
trow_selected td a {
    
color:#333 !important;
}
.
expcol_open {
    
display:none;
}
.
nospacings {
    
margin:0;
    
padding:0;
}
.
tfoot select, .tfoot input.textbox, .tcat select, .tcat input.textbox {
    
border1px solid #161616;
    
background#080908;
}
.
forumtitle_d2 {
    
positionrelative;
}
.
forumtitle_d2 a {
}
.
forumdesc_d2 {
    
font-size:11px;
    
color:#666;
}
.
breadcrumbs {
    
background:url(../../../images/neonglow/bread_bg.png);
    list-
style-typenone;
    
displayblock;
    
height37px;
    
line-height37px;
    
padding0;
    
margin0;
    
border1px solid #111;
    
border-bottom1px solid #2A3130;
    
border-radius3px 3px 0 0;
}
.
breadcrumbs li {
    
floatleft;
    
padding0;
    
margin0;
}
.
breadcrumbs li:first-child a {
    
backgroundnone;
    
padding-left9px;
}
.
breadcrumbs li:first-child a span {
    
padding-left14px;
}
.
breadcrumbs li a {
    
backgroundurl(../../../images/neonglow/bc.pngno-repeat 0 0;
    
colorwhite;
    
font-size11px;
    
font-familyarial;
    
padding-left12px;
    
margin-left: -9px;
    
displayblock;
    
outlinenone;
    
text-decorationnone;
    
background-position:0px 0px;
}
.
breadcrumbs li a span {
    
backgroundurl(../../../images/neonglow/bc.pngno-repeat 1000px;
    
displayblock;
    
padding-right17px;
    
padding-left4px;
    
background-position:1000px;
}
.
breadcrumbs li:hover {
}
.
breadcrumbs li a:hover {
    
background-position:0px -43px;
}
.
breadcrumbs li a:hover span {
    
background-position:100% -43px;
}
.
breadcrumbs li:active {
}
.
breadcrumbs li a:active {
    
background-position:0px -86px;
}
.
breadcrumbs li a:active span {
    
background-position:100% -86px;
}
.
bcfirst {
}
.
bchome img {
    
positionrelative;
    
top9px;
    
left: -1px;
}
.
bchome {
    
text-indent0px !important;
    
height37px;
    
background-position:100% -86px !important;
}
#posts table:first-child tr:first-child .tcat {
    
border-top:1px solid #111 !important;
}
.
tcat {
    
background#2B2B2B url(../../../images/neonglow/highlight_3.png) repeat-x 0px -1px;
    
color#C7C7C7;
    
font-size11px;
    
padding10px;
    
backgroundrgba(0000.6url(../../../images/neonglow/highlight_3.pngrepeat-x 0px -1px;
    
border-top1px solid rgb(565656);
    
background-color#2B2B2B;
    
background-colorrgba(0000.75);
    
border-bottom1px solid #333333;
}
#posts .tcat {
    
background-color#2B2B2B;
    
background-colorrgba(0000.77);
    
border-top1px solid #464646;
}
.
trow_selected td {
    
background-color#F5E7BB !important;
    
border-top1px solid black !important;
    
border-bottom1px solid #030303 !important;
    
border-bottom0;
    
color#333;
}
.
trow_selected td .smalltext {
    
color#222 !important;
}
.
post_signature {
    
border-top1px solid #222222;
    
margin0px -11px;
    
padding10px;
    
color:#aaa;
    
font-size:11px;
}
.
post_buttons {
    
padding8px !important;
    
border-top1px solid #222;
    
display:none;
}
table:hover .post_buttons {
    
display:table-cell;
}
.
p_classic_table .post_signature {
    
margin0px -15px;
    
padding10px 20px;
}
.
index_forums {
    
width79%;
    
padding-left2px;
}
.
index_sidebar {
    
width20%;
    
floatright;
    
padding-right2px;
}
.
sidebox_close {
    
backgroundurl(../../../images/neonglow/close_small.pngno-repeat;
    
border0;
    
width25px;
    
height20px;
    
outline:none;
    
margin-top5px;
    
cursorpointer;
}
.
sidebox_open {
    
backgroundurl(../../../images/neonglow/open_small.pngno-repeat !important;
    
border0;
    
outline:none;
    
width25px;
    
height20px;
    
margin-top6px;
    
cursorpointer;
}
.
sidebar_box_header {
    
background:url(../../../images/neonglow/highlight_3.pngrepeat-x 0px -1px;
    
background-color#161A1A;
    
background-colorrgba(3237370.57);
    
displayblock;
    
height33px;
    
cursor:move;
    
margin: -10px -10px 0px -10px !important;
    
line-height33px;
    
border-bottom1px solid #292929;
    
colorwhite;
    
text-indent9px;
    
padding0;
    
font-weightbold;
    
font-size11px;
    
text-shadow0px 1px 0px rgba(0000.99);
    
top0px !important;
    
positionrelative;
}
.
sidebar_box_header span {
    
displayblock;
    
height34px;
    
cursor: default;
}
.
sidebar_box_content {
    
margin-top5px !important;
    
border-top0;
    
font-size:11px;
    
color#AAA;
}
.
sortable {
    
margin-top:-10px !important;
}
.
sidebar_box {
    
padding10px !important;
    
background#101111;
    
backgroundrgba(0000.51);
    
border1px solid #303030;
    
positionrelative;
    
top10px !important;
    
margin0px !important;
}
.
pml1 {
    
colorrgb(143168162) !important;
}
.
pml2 {
    
color#78C5DD !important;
}
.
sortable li.ui-state-default {
    
padding-bottom10px !important;
    
displayblock;
    
margin0px !important;
}
.
sortable li:last-child {
    
margin-bottom:10px !important;
}
.
ui-sortable-placeholder {
    
padding10px !important;
    
background#101111;
    
border1px solid #303030;
    
positionrelative;
    
top5px !important;
    
bottom5px !important;
    
margin0px !important;
    
margin-bottom:10px !important;
    
visibility:visible !important;
    
height:50px !important;
}
.
ui-sortable-placeholder * {
    
visibilityhidden;
}
.
poweredby {
    
colorblack;
    
font-size12px;
    
font-weightbold;
}
.
copyright {
    
color#000;
    
font-weightbold;
    
font-size12px;
}
td .greenprefixtd .orangeprefixtd .blueprefixtd .redprefix {
    
margin-top: -9px;
    
padding0px 5px !important;
    
height16px !important;
    
font-size10px !important;
    
line-height16px !important;
}
.
sidebar_collapse {
    
displayblock;
    
width30px;
    
height23px;
    
backgroundnone;
    
positionrelative;
    
top5px;
    
right5px;
    
cursorpointer;
    
display:none;
}
.
sidebar_expand {
    
displayblock;
    
width30px;
    
height23px;
    
backgroundnone;
    
positionrelative;
    
top5px;
    
right5px;
    
cursorpointer;
    
display:none;
}
.
postcontent fieldset#posts fieldset {
    
border1px solid #202020;
    
margin-bottom10px;
    
backgroundrgba(0000.36);
}
.
sidebar_collapse {
    
displayblock;
    
width30px;
    
height23px;
    
backgroundurl(../../../images/neonglow/sidebar_collapse.png);
    
positionrelative;
    
top5px;
    
right5px;
    
cursorpointer;
    
display:none;
}
.
sidebar_expand {
    
displayblock;
    
width30px;
    
height23px;
    
backgroundurl(../../../images/neonglow/sidebar_expand.png);
    
positionrelative;
    
top5px;
    
right5px;
    
cursorpointer;
    
display:none;
}
.
postcontent fieldset#posts fieldset {
    
border1px solid #202020;
    
margin-bottom10px;
    
backgroundrgba(0000.36);
}
.
tablehead {
    
padding5px 10px;
    
background#606060 url(../../../images/neonglow/thead2.png) repeat-x;
    
bordersolid 0px #026CB1;
    
border-radius5px 5px 0 0;
    
font16px Arialsans-serif;
    
color#FFF;
}
.
tablehead .right {
    
floatright;
    
margin0;
    
padding-top1px;
    
font-size13px;
}
.
tablehead a {
    
color#FFF !important;
    
text-decorationnone;
}
#shoutbox_data {
    
font13px Arialsans-serif;
}
#shoutbox {
    
margin-bottom5px;
}
#shoutbox .panel {
    
padding2px;
}
#shoutbox .panel-blocked {
    
margin1px 0;
    
padding5px;
    
background#FCEFEF;
    
font-size11px;
    
color#543A3A;
}
#shoutbox .panel-away {
    
margin1px 0;
    
padding5px;
    
background#EDEDED;
    
font-size11px;
    
color#7A7A7A;
}
#shoutbox .panel-away button {
    
margin-right5px;
    
padding5px;
    
font-familyTahomasans-serif;
    
color#FFF;
    
font-size11px;
    
font-weightbold;
    
text-aligncenter;
    
text-shadow-1px 0 #297318;
    
border-radius5px;
    
background#962725;
    
bordernone;
    
border-radius3px;
}
#shoutbox .trow1 {
    
background-color#FFF;
}
#shoutbox .panel-minposts {
    
margin1px 0;
    
padding5px;
    
background#FFFED8;
    
font-size11px;
    
color#727250;
}
img#dvz_sb_loading {
    
positionrelative;
    
top3px;
    
left5px;
}
input#shout_text {
    
margin-right2px;
    
padding5px 6px 6px 6px;
    
width90%;
    
background#2f3e4b;
    
border1px solid #000;
    
border-radius2px;
    
font-familyTahomasans-serif;
    
font-size12px;
    
color#fff;
}
input#shout_button {
    
padding5px;
    
font-familyTahomasans-serif;
    
color#FFF;
    
font-size11px;
    
font-weightbold;
    
text-aligncenter;
    
text-shadow-1px 0 #297318;
    
border-radius5px;
    
background:#0099cc;
    
bordersolid 1px #006000;
    
border-radius3px;
}
#shoutbox .trow1 {
    
background-color#1a1717;
}
#shoutbox .trow2 {
    
background-color#1a1717;
}
.
sbentry {
    
padding0;
}
#shoutbox .userdata {
    
margin0;
    
padding6px;
    
floatleft;
    
text-alignright;
}
#shoutbox .text {
    
margin0;
    
padding6px;
    
color#fff;
}
#shoutbox .insUser {
    
cursorpointer;
    
color#AAAAAA;
}
#shoutbox .info {
    
floatright;
    
margin-top5px;
    
margin-right5px;
    
font-size11px;
    
color#505050;
}
#shoutbox .info .date {
    
margin-right5px;
}
#shoutbox .info .ip {
    
margin-right5px;
    
color#C0C0C0;
}
#shoutbox .mod {
    
padding2px 5px;
    
background#333333;
    
border-radius3px;
    
font-size10px;
    
font-weightbold;
    
color#FFF;
    
text-decorationnone;
}
#shoutbox .dvz_sb_del {
    
background-color#6B0100;
}
#shoutbox img.avatar {
    
floatleft;
    
displayinline-block;
    
margin-top: -1px;
    
margin-right5px;
    
max-height16px;
    
max-width16px;
    
bordersolid 1px #FFF;
    
box-shadow0 0 2px #E0E0E0;
}
.
logo {
    
displayblock;
    
width1000px;
    
margin0 auto;
}
.
colored {
    
displayinline-block;
    
height16px;
    
line-height16px;
    
padding0 5px;
    
font-size9px;
    
font-weightbold;
    
text-transformuppercase;
    
colorwhite;
    
text-shadowrgba(0000.20px -1px 0px;
    -
moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
    
background-imageurl(http://tut4you.pl/images/tut4you/lime/highlight.png);
    
background-repeatrepeat-x;
    
background-position-1px;


Teraz strona będzie działała poprawnie.
Pomoc poza forum - odpłatnie.
Dzięki, teraz nawet kilka fajnych rzeczy się włączyło. :D

A wie ktoś jeszcze jak przenieść dział wyżej np? Jak wpisuje tam jakąś liczbe np. 3 czy coś to przenosi gdzieś na dół albo wgl znika.



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

1 gości