Zmiana koloru tła i elementów graficznych

Założony przez  AvAsT7.

wersja skryptu MyBB: MzBB 1.9.3 PL
adres forum: forum.cs-namyslow.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jak zmienić tło oraz elementy graficzne szablonu. Tzw. Modyfikacja graficzna Stylu.
Chciałbym tło zamienić na ten kolor: czarny jak ten na tym forum eDivision.pl
A belki na niebieski carbon
Daniel Praźmo napisał 30.03.2013, 19:11:
[Obrazek: modnotice_howto.png]
Elementy graficzne masz w images/nazwa stylu/ wystarczy program graficzny ;)

Gimp
Photoshop <-Sam używam CS6
a tło ?
w global.css znajdź linijke #container i tam edytuj na jaki kolor chcesz ;)

Pierw radze zrobić kopie global.css :P
u mnie nie mam takiego polecenia
/* PIXELMONKEY Presents
Imperial for myb
version : 1
Author : t_virus
Web : http://pixelmonkey.co
##based on the MonkeyFramework for mybb system##
Description : The imperial theme is the first theme based on the Monkey Framework. This theme provides a simple, modern and elegant environment for your forum. This theme makes of CSS3 and jquery for some smooth effects.

You are NOT allowed to redistribute this theme in any way under andy circumstances
*/
@import url(./fonts/lato.css);
/* Safari and Chrome */
@keyframes "useravatar" {
 
0% {
    -
webkit-transformrotate(0deg);
       -
moz-transformrotate(0deg);
       -
o-transformrotate(0deg);
       -
ms-transformrotate(0deg);
       
transformrotate(0deg);
 }
 
100% {
    -
webkit-transformrotate(-360deg);
       -
moz-transformrotate(-360deg);
       -
o-transformrotate(-360deg);
       -
ms-transformrotate(-360deg);
       
transformrotate(-360deg);
 }

}

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

}

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

}

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

}

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

.
right {
    
floatright;
}
/* Starts here */
.collapsibleContainer
{
    
bordersolid 1px #9BB5C1;

}
.
users_browsing {padding4px 10px;
positionrelative;
top: -10px;
background#CBEBA7;
border1px solid #AEDB74;
color#666;
border-radius2px;
display:inline-block;
float:left;}
.
collapsibleContainerTitle
{
    
cursor:pointer;
}

.
collapsibleContainerTitle div
{
    
padding-top:5px;
    
padding-left:10px;
    
background-color:#9BB5C1;
    
color:#607882;
}

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

a:hover {
    
color#3d5755;
    
text-decorationnone;
}

a:active {
    
text-decorationnone;
    
colorblack;
}

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

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

.
loginbox_content {
    
background#f8f8f8;
    
height100%;
    
width100%;
}

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

.
loginbox_head {
    
background#EEE url(images/Luminos/highlight.png) repeat-x 0 0;
    
displayinline-block;
    
height35px;
    
vertical-alignmiddle;
    
line-height35px;
    
border-bottom1px solid #DDD;
    
width100%;
}

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

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

.
loginbox_head span a {
    
color#fff;
    
background#999;
    
width15px;
    
displayinline-block;
    
height16px;
    
line-height14px;
    
text-aligncenter;
    
border1px solid #777;

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

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

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

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    
border1px solid #ccc;
    
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;
    
-moz-box-shadowinset 0px 2px 5px #f0f0f0;
    
box-shadowinset 0px 2px 5px #f0f0f0;
}

.
loginbox_submit {
    
padding-left16px;
}

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

.
loginbox_submit_button input {
    
background#777 url(images/Luminos/highlight.png) repeat-x;
    
colorwhite;
    
padding10px 50px;
    
border1px solid #555;

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

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

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

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

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

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

.
loginbox_password {
    
floatright;
    
width250px;
    
margin-top10px;
    
padding10px 40px 10px 0px;
}

#boxes #loginbox {
    
width600px;
    
height180px;
    
positionfixed;

    -
webkit-box-shadow0px 0px 20px #222;
    
-moz-box-shadow0px 0px 20px #222;
    
box-shadow0px 0px 20px #222;
    
backgroundurl(images/Luminos/trans.pngrepeat;

    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
top110px !important;
    
marginauto;
    
left25% !important;
}

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

:
focus {
    
outline0;
}

.
threadlist_row {
    
backgroundwhite;

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

.
threadlist_row:hover {
    
background#f9f9f9;
}

strong {
    
font-weightbold;
}


































body {
    
line-height1;
    
font-familytahoma,arial;
    
background#fdfdfd url(images/Luminos/bg.png);
    
font-size11px;
}

ol,ul {
    list-
stylenone;
}

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

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

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

blockquote,{
    
quotes"" "";
}

a img {
    
border0;
}

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

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

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

#breadcrumb {
    
font-familylato,tahoma;
    
background#ddd url(images/Luminos/navbg.png) repeat-x 0 0;
    
displayblock;
    
height37px;
    
line-height37px;
    
width90%;
    
marginauto;
    
border1px solid #ccc;

    
-webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
positionrelative;
    
top: -7px;
    
font-size11px;
}

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

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

#breadcrumb ol li a {
    
color#757575;
    
text-shadow1px -1px 1px #eee;
    
padding-left12px;
    
backgroundurl(images/Luminos/navcrumbbg.pngno-repeat 0 0;
    
displayblock;
    
outlinenone;
    
text-decorationnone;
    
margin-left: -15px;
}

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

#breadcrumb ol li a img {
    
displaynone;
}

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

#breadcrumb_list li:first-child a {
    
backgroundurl(images/Luminos/navcrumbbg.pngright top !important;

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

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

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

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

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

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

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

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

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

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

#breadcrumb ol li a span {
    
backgroundurl(images/Luminos/navcrumbbg.pngright top;
    
displayblock;
    
padding-left4px;
    
padding-right12px;
}

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

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

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

#tiptip_holder.tip_top {
    
padding-bottom5px;
}

#tiptip_holder.tip_bottom {
    
padding-top5px;
}

#tiptip_holder.tip_right {
    
padding-left5px;
}

#tiptip_holder.tip_left {
    
padding-right5px;
}

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

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

    -
webkit-box-shadow0 0 3px #555;
    
-moz-box-shadow0 0 3px #555;
    
box-shadow0 0 3px #555;
}

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

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

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

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

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

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

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

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

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

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

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

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

}

.
backtotop {
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    
filteralpha(opacity=40);
    
opacity0.4;

    -
webkit-transitionall 0.4s;
    -
moz-transitionall 0.4s;
    -
o-transitionall 0.4s;
    -
ms-transitionall 0.4s;
    
transitionall 0.4s;
    
positionabsolute;
    
top22px;
    
right50%;
}

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

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

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

#main_wrapper {
    
font-familytahoma;
    
font-size13px;
    
color#555;
}




























#content2 {
 
padding-left8px;
 
padding-right8px;
}



#content {
    
width90%;
    
min-width960px;
    
max-width1200px;
    
marginauto;
    
min-width960px;
    
line-height1.3;
    
background#fff;
    
border-right1px solid #dddddd;
    
border-left1px solid #dddddd;
    
border-bottom1px solid #dddddd;
}

#header {
    
width90%;
    
min-width960px;
    
min-height90px;
    
color#DDD;
    
marginauto;
    
border1px solid #444;

    
-webkit-border-radius0 0 8px 8px;
    -
moz-border-radius0 0 8px 8px;
    
border-radius0 0 8px 8px;
    
backgroundurl(images/Luminos/head_bg.png);

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


#header a{color:white;}
#header a:visited {
    
color#ddd;
    
text-decorationnone;
}

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

#branding {
    
floatleft;
}

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

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

#header_right {
    
floatright;
}

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

#primary_nav {
    
displayblock;
    
background#444;
    
min-height35px;
    
border1px solid #333;
    
positionrelative;
    
right0px;

    -
webkit-box-shadowinset 1px 0px 6px #333;
    
-moz-box-shadowinset 1px 0px 6px #333;
    
box-shadowinset 1px 0px 6px #333;
    
top17px;

    -
webkit-border-radius5px 0px 6px 0px;
    -
moz-border-radius5px 0px 6px 0px;
    
border-radius5px 0px 6px 0px;
    
text-transformuppercase;
    
font-size10px;
    
font-familylato,trebuchet MS,arial;
}

.
primary_menu {
    
background#aaa;
}

#primary_nav ul li {
    
displayinline-block;
    
padding10px 0px;
    
floatleft;
}

#primary_nav a {
    
displayblock;
    
outlinenone;
    
padding0px 10px;
    
height37px;
    
line-height35px;
    
positionrelative;
    
top: -10px;

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

#primary_nav a:visited {
    
color#ccc;
}

#primary_nav a:link {
    
color#ccc;
}

#primary_nav a:hover {
    
color#fff;
}

#primary_nav a:hover {
    
background#333;
}

.
clearboth {
    
clearboth;
}

.
floatleft {
    
floatleft;
}

.
floatright {
    
floatright;
}

.
left {
    
floatleft;
}

.
float_right {
    
floatright;
}

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

























.
tborder {
    
width100%;
    
marginauto auto;
    
positionrelative;
    
border1px solid #DDD;
    
-webkit-border-radius4px 4px 0 0;
    -
moz-border-radius4px 4px 0 0;
    
border-radius4px 4px 0 0;
    
border-top0;
}

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

.
thead strong {
    
positionrelative;
    
top: -4px;
}












.
thead {
    
color#ffffff;
    
background#444 url(./images/Luminos/thead4.png) right;
    
border1px solid #638c13;
    
text-shadow0px -1px 1px #425f08;

    
-webkit-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    -
moz-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    
box-shadowinset rgba(255,255,255,0.20px 1px 0px;

    
color#fff;
    
padding10px;


    
border-radius4px;
    
overflowhidden;

    -
webkit-border-imageinitial;
    -
moz-border-imageinitial;
    
border-imageinitial;
    
font-familytahoma;
    
font-size14px;

}

#forumbit_thead {
    
border-left0;
    
border-right0;


    
border-radius4px;
    
border-top0;
    
vertical-alignmiddle !important;
    
border1px solid #638c13;
    
positionrelative;
    
overflow:auto;
}

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

.
thead a:link {
    
text-decorationnone;
    
color#fff;
    
text-shadow1px 1px 1px #555;
    
font-familyarial;
    
font-weightbold;
}

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

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

.
tcat {
    
background#ddd url(images/Luminos/highlight.png) repeat-x 0 0;
    
color#888;
    
font-size12px;
    
padding8px 5px;
    
padding-left13px;
    
text-shadow1px 1px 1px white;
    
border-bottom1px solid #bbb;
    
border-top1px solid #bbb;
}

.
tcat a:link {
    
color#777;
}

.
tcat a:visited {
    
color#777;
}

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

.
trow1 {
    
background#f9f9f9;
    
color#444;
    
border-bottom1px dotted #e4e0e0;
    
padding12px 5px;
    
vertical-alignmiddle;

    -
webkit-transition0.2s;
    -
moz-transition0.2s;
    -
o-transition0.2s;
    -
ms-transition0.2s;
    
transition0.2s;

    
background-image: -webkit-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -moz-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -o-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -ms-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-imagelinear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
}

.
trow2 {
    -
webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
background#f9f9f9;
    
color#444;
    
border-bottom1px dotted #e4e0e0;
    
padding12px 5px;
    
vertical-alignmiddle;

    
background-image: -webkit-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -moz-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -o-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -ms-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-imagelinear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
}

.
trow_shaded {
    
background#ffdde0;
}

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

.
trow_sep {
    
background#e5e5e5;
    
color#000;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
color#444;
    
background#f9f9f9;
    
padding5px;
    
border-top1px solid #eee;
}

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

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

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

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

.
tfoot a:hover,.tfoot a:active {
    
text-decorationnone;
    
color#222;

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

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

.
navigation {
    
clearboth;
    
background#E0E0E0 url(images/candy/secondary_nav_bg.png) repeat-x 0 0;
    
overflowhidden;
    
line-height37px;
    
height37px;
    
border-bottom1px solid #ccc;
    
text-shadow1px 1px 1px white;

    -
webkit-box-shadowinset 0px 0px 2px white;
    -
moz-box-shadowinset 0px 0px 2px white;
    
box-shadowinset 0px 0px 2px white;
    
margin: -20px;
    
margin-bottom10px;
}

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

.
thead .smalltext {
    
color#fff;
    
text-shadow1px 1px 1px #333;
}

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

input.textbox {
    
background#F9f9f9;
    
color#999;
    
border1px solid #ccc;
    
padding5px;

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

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

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

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

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

textarea:hover {
    
background#fcfcfc;
}

textarea:focus {
    
background#fff;

    
-webkit-box-shadow0px 0px 10px #eee;
    
-moz-box-shadow0px 0px 10px #eee;
    
box-shadow0px 0px 10px #eee;
    
border1px dotted #93b1b8;
}

textarea {
    -
webkit-transition0.8s;
    -
moz-transition0.8s;
    -
o-transition0.8s;
    -
ms-transition0.8s;
    
transition0.8s;
    
outlinenone;
    
background#f9fbfc;
    
color#555;
    
border1px dotted #A5C0C7;
    
padding2px;
    
font-familyVerdanaArialSans-Serif;
    
line-height1.4;
    
font-size13px;
    
text-shadow1px 1px 1px white;
}

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

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

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

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

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

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

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

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

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

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

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

.
popup_menu .popup_item {
    
background#eee;
    
color#888;
    
text-shadow1px 1px 1px #fff;

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

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

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
background#768d3d;
    
border-radius5px;
    
padding-left10px;
    
padding-right10px;
    
padding-top3px;
    
padding-bottom3px;
    
color#FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
left {
    
floatleft;
}

.
right {
    
floatright;
}

.
menu ul {
    list-
stylenone;
    
margin0;
}

.
menu li {
    
displayinline;
    
padding-left5px;
}

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

#panel .links {
    
margin0;
    
floatright;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
filteralpha(opacity=0);
    
opacity0;

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

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

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

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

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

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

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

blockquote {
    
margin0;
    
backgroundwhite;
    
padding4px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    
filteralpha(opacity=70);
    
opacity0.7;
    
font-size12px;
    
border-bottom1px solid #DDD;
    
border-right1px solid #DDD;
    
border-left1px solid #DDD;
    
line-height1.8;
    
color#888;
}

blockquote cite {
    
font-weightbold;
    
border-top1px solid #DDD;
    
font-stylenormal;
    
displayblock;
    
margin: -4px;
    
background#ECECEC url(images/Luminos/highlight.png) repeat-x 0 0;
    
padding5px 5px;
    
border-bottom1px solid #DDD;
    
margin-bottom5px;
    
color#555;
    
font-size15px;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

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

.
codeblock {
    
background#fafafa;
    
width50%;

    -
webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
border1px solid #eee;
    
color#888;
    
padding10px;
}

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

.
codeblock code {
    
overflowauto;
    
heightauto;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size11px;
    
background#fafafa url(images/Luminos/code.png) right top no-repeat;

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

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

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

form {
    
margin0;
    
padding0;
}

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

.
popup_menu .popup_item .popup_item_container {
    
border!important;
}

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

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

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

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

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

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

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
padding20px;
border1px solid #FFD324;
background#FFF6BF url(images/Luminos/warning_red.png) no-repeat right -130px;
font-size11px;
border-radius2px;
}

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

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

div.error.ul {
    
margin-left24px;
}

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

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
text-shadowrgba(0000.20px -1px 0px;
}

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

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
text-shadowrgba(0000.20px -1px 0px;
}

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

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

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

.
pagination .pages {
    
font-weightbold;
}

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

.
pagination a {
    
background#DDD url(images/Luminos/highlight.png) repeat-x 0 0;
    
padding4px;
    
padding-left6px;
    
padding-right6px;

    -
webkit-transitionall 0.4s;
    -
moz-transitionall 0.4s;
    -
o-transitionall 0.4s;
    -
ms-transitionall 0.4s;
    
transitionall 0.4s;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
border1px solid #CCC;
}

.
pagination .pagination_current {
    
background#bbc7c6 url(images/Luminos/highlight.png) repeat-x 0 0;
    
padding4px;
    
padding-left6px;
    
padding-right6px;

    -
webkit-transitionall 0.4s;
    -
moz-transitionall 0.4s;
    -
o-transitionall 0.4s;
    -
ms-transitionall 0.4s;
    
transitionall 0.4s;

    -
webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
border1px solid #99b8b8;
}

.
pagination a:hover {
    
text-decorationnone;
    
background#CCC url(images/Luminos/highlight.png) repeat-x 0 0;

    
-webkit-transition0.4s;
    -
moz-transition0.4s;
    -
o-transition0.4s;
    -
ms-transition0.4s;
    
transition0.4s;
    
border1px solid #BBB;
}

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

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

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

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

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

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

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

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

.
post_body {
    
padding-left27px;
}

.
post_content {
    
padding5px 10px;
}

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

.
repbox {
    
font-size16px;
    
font-weightbold;
    
padding5px 7px 5px 7px;
}

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

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

.
_plus {
    
background-color#E8FCDC;
    
color#008800;
    
border1px solid #008800;
}

.
button {
    
background#475F66 url(images/Luminos/highlight.png) repeat-x 0 0;
    
colorwhite;
    
text-decorationnone;
    
border-width1px;
    
border0;
    
padding5px 11px;
    
cursorpointer;
    
color#fff;

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

    -
webkit-transition0.2s;
    -
moz-transition0.2s;
    -
o-transition0.2s;
    -
ms-transition0.2s;
    
transition0.2s;
    
border1px solid #555;
    
text-shadow0px -1px 0px rgba0000.3);
    
font-familytahoma;

}

.
button:hover {
    
background#a2bfcf url(images/Luminos/highlight.png) repeat-x 0 0;
    
color#000;
    
text-shadow1px 1px 1px #ccc;
    
border1px solid #6b9aa8;
}

.
button:active {

    -
webkit-transition0s;
    -
moz-transition0s;
    -
o-transition0s;
    -
ms-transition0s;
    
transition0s;
    

    -
webkit-transformscale(1.1);

}

.
newreplybutton {
    
background#555 url(images/Luminos/highlight.png) repeat-x 0 0;
    
text-decorationnone;
    
border-width1px;
    
padding6px 20px;
    
cursorpointer;
    
colorwhite !important;

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

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

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

    
-webkit-animationslide 1s;
    -
moz-animationslide 1s;
    -
ms-animationslide 1s;
    
animationslide 1s;
    
font-familylato;
    
text-shadow0px -1px 0px rgba0000.3);
    
text-transformuppercase;
    
font-size15px;
    
displayblock;
}

.
newreplybutton:hover {
    
colorwhite;
    
border1px solid green;

    -
webkit-box-shadowinset 0px 0px 2px #eee,1px 1px 1px #ccc;
    
-moz-box-shadowinset 0px 0px 2px #eee,1px 1px 1px #ccc;
    
box-shadowinset 0px 0px 2px #eee,1px 1px 6px #ccc;
    
backgroundyellowGreen url(images/Luminos/highlight.pngrepeat-x 0 0;
}

.
newreplybutton:active {
    
positionrelative;
    
top5px;
}

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

.
newreplybutton a:hover {
    
color#eee;
    
text-decorationnone;
}

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

.
newreplybutton_closed {
    
background-color#6F6F6F;
    
color#999;
    
background#ddd url(./images/Luminos/highlight.png) repeat-x 0 0;
    
text-decorationnone;
    
border-width1px;
    
padding7px 40px;

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

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

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

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

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

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

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

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

.
notice strong {
    
font-size13px;
}

.
welcomeblock_guest {
    
positionrelative;
    
top2px;
}

#loginbutton {
    
positionrelative;
}

#loginbutton {
    
colorwhite !important;
}

#usercp_button {
    
positionrelative;
    
right35px;
}

.
registerbutton {
    
background#9BCC4B url(images/Luminos/highlight.png) repeat-x 0 0;
    
border1px solid #7BA336;
    
padding2px 10px;
    
colorwhite !important;
    
text-shadow0px 1px 1px #888;

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

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

    
-webkit-transition.4s;
    -
moz-transition.4s;
    -
o-transition.4s;
    -
ms-transition.4s;
    
transition.4s;
    
border1px solid #555;
}

.
userpanel_logout {
    
background#333 url(images/Luminos/highlight.png) repeat-x 0 0;
    
padding2px 10px;
    
colorwhite !important;
    
text-shadow0px 1px 1px #888;

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

    -
webkit-box-shadowinset 0px 0px 2px #666;
    
-moz-box-shadowinset 0px 0px 2px #666;
    
box-shadowinset 0px 0px 2px #666;
    
border1px solid #444;

    
-webkit-transition0.3s !important;
    -
moz-transition0.3s !important;
    -
o-transition0.3s !important;
    -
ms-transition0.3s !important;
    
transition0.3s !important;
}

.
userpanel_logout:hover {
    
background#0E1B26;
    
border1px solid #000;
}

.
registerbutton:hover {
    
border1px solid #0d7e82;
    
background#5ababd url(images/Luminos/highlight.png) repeat-x 0 0;
    
border1px solid #555;
}

.
panelbottomhr {
    
margin-top16px;

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

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

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

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

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

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

#loginbutton_menu input:hover {
    
background#fff;
}

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

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

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

#signin_submit:hover {
    
background#555 !important;

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

#signin_submit:active {
    
background#555;
}

#loginbutton_menu p {
    
margin0;
}

#loginbutton_menu a {
    
color#666;
}

#loginbutton_menu label {
    
font-weightnormal;
}

#loginbutton_menu p.remember {
    
padding10px 0;
}

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

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

#usercp_menu a {
    
color#666 !important;
    
displayblock;
    
padding5px;
}

#usercp_menu a:hover {
    
color#27B !important;
    
background#fff;
}

#loginbutton_submit {
    
-webkit-border-radius4px;
    -
moz-border-radius4px;
    
border-radius4px;
    
background#39d url(images/bg-btn-blue.png) repeat-x scroll 0 0;
    
border1px solid #39D;
    
color#fff;
    
text-shadow-1px 0 #39d;
    
padding4px 10px 5px;
    
font-size11px;
    
margin0 5px 0 0;
    
font-weightbold;
}

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

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

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

a.loginbutton:hover {
    
text-shadow1px 1px 5px #CCC;
    
colorwhite;
}

a.loginbutton:active {
    
text-shadow1px 1px 5px #CCC;
    
colorwhite;
}

a.loginbutton {
    
positionrelative;
    
margin0px 10px;
    
clearboth;
}

#usercp_button .loginbutton_menu_open span {
    
width66px;
}

.
loginbutton_menu_open span {
    
height20px;
    
background#fff;
    
z-index999;
    -
webkit-border-radius5px 5px 0 0;
    -
moz-border-radius5px 5px 0 0;
    
border-radius5px 5px 0 0;
    
padding-right5px;
    
padding-bottom4px;
    
top1px;
    
color#555;
    
padding-left20px;
    
positionrelative;
    
padding-top3px;
    
left4px;
}

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

    -
webkit-border-radius5px 5px 10px 10px;
    -
moz-border-radius5px 5px 10px 10px;
    
border-radius5px 5px 10px 10px;
    
text-shadow0px 1px 1px white;

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

#loginbutton_menu a:link {
    
color#666;
}

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

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

    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
border6px solid #fff;
    
text-shadow0px 1px 1px white;

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

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

    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
border6px solid #fff;
    
text-shadow0px 1px 1px white;

    -
webkit-box-shadow0px 10px 25px -5px #111;
    
-moz-box-shadow0px 10px 25px -5px #111;
    
box-shadow0px 10px 25px -5px #111;
}

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

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

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

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

.
threadpost:hover {
    
border1px solid #ccc;
}

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

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

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

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

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

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

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

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

.
forumtitle {
    
font-weightbold;
}

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

.
forumbit_row {
    
1px solid #434343;
     
background#f9f9f9;
    
border-bottom1px dotted #dedede;
    
vertical-alignmiddle;
    
padding10px 0px 10px 0px;

    
background-image: -webkit-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -moz-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -o-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-image: -ms-linear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
background-imagelinear-gradient(toprgba(23923222100%, rgba(2392322210.1100%);
    
text-shadow1px 1px 1px white;
    
line-height17px;
}

.
forumbit_posttime {
    
color#A4A4A4;
    
text-shadow1px 1px 1px white;
}

.
forumheaddesc {
    
floatleft;
    
background#fff;
    
displayinline-block;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
filteralpha(opacity=0);
    
opacity0;
    
positionrelative;
    
top: -4px;
    
margin-left10px;
    
padding3px;
    
left10px;

    -
webkit-border-radius0px 3px 3px 0px;
    -
moz-border-radius0px 3px 3px 0px;
    
border-radius0px 3px 3px 0px;

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

    -
webkit-box-shadow1px 0px 4px #444;
    
-moz-box-shadow1px 0px 4px #444;
    
box-shadow1px 0px 4px #444;
    
color#555 !important;
    
text-shadownone !important;
    
font-weightbold;
    
font-size10px;
    
height12px;
}

.
forumheaddescie {
    
floatleft;
    
background#fff;
    
displayinline-block;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
filteralpha(opacity=0);
    
opacity0;
    
positionrelative;
    
top: -4px;
    
margin-left10px;
    
padding3px;
    
left10px;

    -
webkit-border-radius0px 3px 3px 0px;
    -
moz-border-radius0px 3px 3px 0px;
    
border-radius0px 3px 3px 0px;

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

    -
webkit-box-shadow1px 0px 4px #444;
    
-moz-box-shadow1px 0px 4px #444;
    
box-shadow1px 0px 4px #444;
    
color#555 !important;
    
text-shadownone !important;
    
font-weightbold;
    
font-size10px;
    
height12px;
}

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

.
forumheaddesc:before {
    
positionabsolute;
    
left: -7px;
    
width0;
    
height0;
    
top2px;
    
content"";
    
displayblock;
    
border-top7px solid transparent;
    
border-bottom7px solid transparent;
    
border-right7px solid white;
}

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

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

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

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

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

#index_sidebar {
    
floatleft;
    
width21%;
}

.
postbit_button {
    
padding-left22px;
}

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

.
postbit_buttons a:visited {
    
color#666;
}

.
postbit_buttons a:hover {
    
colorblack;
}

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

.
mybb_credits {
    
margin-right10px;
}

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

.
theme_credits {
    
margin15px;
    
font-size14px;
}

.
site_copyright {
    
positionrelative;
    
top10px;
}

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

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

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

.
usercpmenu_rightblock {
    
width45%;
    
margin-top5px;
    
padding-left3%;
}

.
usercpmenu_clock {
    
padding-left60px;
    
backgroundurl(images/Luminos/clock1.pngno-repeat left;
    
height50px;
    
positionrelative;
    
left: -12px;
}

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

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

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

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

.
message_pane:hover .pms_unread {
    
background#d64d4d;
}

.
pms_unread {
    
background#272E38;
    
padding0 5px;
    
positionabsolute;
    
top: -4px;
    
height15px;
    
right78px;

    -
webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    -
ms-filter"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    
filteralpha(opacity=90);
    
opacity0.9;

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

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

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

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

    -
webkit-transition0.5s;
    -
moz-transition0.5s;
    -
o-transition0.5s;
    -
ms-transition0.5s;
    
transition0.5s;
    
background#ABC0C4 url(images/Luminos/highlight.png) repeat-x 0 0;
    
border1px solid #8CB1B8;
    
margin0px 2px 3px;
    
padding1px 7px;
    
vertical-alignmiddle;

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

    -
webkit-box-shadowinset 0px 0px 2px #ddd;
    
-moz-box-shadowinset 0px 0px 2px #ddd;
    
box-shadowinset 0px 0px 2px #ddd;
    
colorwhite;
    
text-shadow0px -1px 1px #888;
    
padding-bottom4px;
}

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

.
designed_by a {
    
font-weightbold;
    
font-size14px;
    
font-familytahoma;
}

.
pixel {
    
color#7fc0c9;
}

.
monkey {
    
margin-left2px;
    
color#ffb547;
}

.
footerlinks {
    
floatleft;
    
text-alignleft;
}

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

.
threadlist_postviewcount a {
    
color#666;
}

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

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

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

    -
webkit-transition0.5s;
    -
moz-transition0.5s;
    -
o-transition0.5s;
    -
ms-transition0.5s;
    
transition0.5s;
    
text-alignleft;
    
margin-left20px;
}

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

.
threadlist_multipage a {
    
background#DDD url(images/Luminos/highlight.png) repeat-x 0 0;
    
padding1px 4px;
    
color#888;

    
-webkit-border-radius3px;
    -
moz-border-radius3px;
    
border-radius3px;
    
text-shadow0px 1px white;
    
border1px solid #CCC;
    
font-weightbold;
    
font-size10px;
}

.
threadlist_multipage a:hover {
    
background#CCC url(images/Luminos/highlight.png) repeat-x 0 0;
    
border1px solid #BBB;
    
color#777;
}

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

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

input.textbox {box-shadow:none;}
td[align="center"]{text-align:center;}
td[align="left"]{text-align:left !important;}
td[align="right"]{text-align:right !important;}
img[src="images/Luminos/on.gif"],img[src="images/Luminos/off.gif"],img[src="images/Luminos/offlock.gif"]{positionrelative;
left: -15px;}
        



.
headertlo {
    
background#95d913 url(images/Luminos/header.png) repeat-x;
    
width100%;
    
height:211px;
    
position:relative;
    
font:   12px arialhelveticasans-serif;
    
color:#000;
    
padding:0;
    
margin:0;

}


.
headerglowny {
    
width90%;
    
min-width960px;
    
max-width1200px;
    
height:98px;
    
position:relative;
    
font:   12px arialhelveticasans-serif;
    
color:#000;
    
padding:0;
    
margin:0;
    
text-align:left;
    
marginauto auto;
}

#headerlewo {
    
position:absolute;
    
left0px;
    
height98px;
    
width400px;
}

#headerprawo {
    
position:absolute;
    
right0px;
    
height98px;
    
width400px;
}

    


/* głowne menu */ 

#menu_main{
 
position:relative;
 
marginauto auto;
 
text-align:center;
    
width90%;
    
min-width960px;
    
max-width1200px;
 
height:40px;
 
top0px;
}


.
przycisk1{
 
background#557c0a url(images/Luminos/menuhov.png)  repeat-x top;
 
width:60px;
 
height:15px;
 
position:relative;
 
top:4px;
 
floatleft;
 
margin-left8px;
 
padding8px;
 
border-radius4px;
    
border-bottom1px solid #83ae2f; 
    
text-shadow0px -1px 1px #425f08;

 
}

.
przycisk1:hover{
 
background#557c0a url(images/Luminos/menuhov.png)  repeat-x top;
 
width:60px;
 
height:15px;
 
position:relative;
 
top:4px;
 
floatleft;
 
margin-left8px;
 
border-radius4px;
 }


.
przycisk2{
 
width84px;
 
height:15px;
 
position:relative;
 
top:4px;
 
floatleft;
 
margin-left7px;
 
padding8px;
 
border-radius4px;

 }

.
przycisk2:hover{
 
background#557c0a url(images/Luminos/menuhov.png)  repeat-x top;
 
width:84px;
 
height:15px;
 
position:relative;
 
top:4px;
 
floatleft;
 
margin-left7px;
 
border-radius4px;
    
border-bottom1px solid #83ae2f; 
    
text-shadow0px -1px 1px #425f08;
 
}    


.
przycisk3 {
 
background#557c0a url(images/Luminos/menubok.png)  repeat-x top;
 
width150px;
 
height:20px;
 
position:relative;
 
top:4px;
 
floatright;
 
margin-right7px;
 
padding8px;
 
border-radius4px 4px 0 0;

 }

.
przycisk4 {
 
background#557c0a url(images/Luminos/menubok.png)  repeat-x top;
 
width50px;
 
height:20px;
 
position:relative;
 
top:4px;
 
floatright;
 
margin-right7px;

 
border-radius4px 4px 0 0;

 }



.
obramowanie{
    
border5px solid #e2ead8;
}

.
przerwa{
    
border1px solid #fff;
}

.
tborder_belka {
    
width100%;
    
marginauto auto;
    
positionrelative;


    
border-radius4px;
    
border-top0;
}

.
tborder_kat {
    
width100%;
    
marginauto auto;
    
positionrelative;
    
border1px solid #cedabe;

}

























#menu_navi{
 
position:relative;
 
marginauto auto;
 
text-align:center;
    
width90%;
    
min-width960px;
    
max-width1200px;
 
height:72px;
 
top0px;
}

.
facb2{
 
background#557c0a url(images/Luminos/fb1.png)  repeat-x top;
 
width:109px;
 
height:27px;
 
position:relative;
 
top:22px;
 
floatleft;
 
margin-left7px;


 }

.
facb2:hover{
 
background#557c0a url(images/Luminos/fb2.png)  repeat-x top;
 
width:109px;
 
height:27px;
 
position:relative;
 
top:22px;
 
floatleft;
 
margin-left7px;

 }


.
thead_boczny {
    
color#ffffff;
    
background#000000 url(./images/Luminos/thead_boczny.png) right;
    
border1px solid #000000;
    
text-shadow0px -1px 1px #425f08;

    
-webkit-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    -
moz-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    
box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    
color#fff;
    
padding10px;


    
border-radius4px;
    
overflowhidden;

    -
webkit-border-imageinitial;
    -
moz-border-imageinitial;
    
border-imageinitial;
    
font-familytahoma;
    
font-size11px;
}


.
statround {
     
background#e2e2e2;
     
color#4a4a4a;
     
padding4px 10px;
     
margin-left20px;
     
border-radius4px;
    
border-top1px dotted #9f9f9f;
    
border-bottom1px dotted #ffffff;
 
}

 .
statround a:link
 .
statround a:visited {
     
color#4a4a4a;
 
}

 .
statround a:hover,
 .
statround a:active {
     
color#4a4a4a;
 
}



*/
#search {
    
color#6d6d6d;
    
font-size0.85em;
    
margin10px 10px auto auto;    
    
positionrelative;
    
right0px;
    
floatright;
displayblock;

}
#search .submit_input {
    
backgroundurl(images/Luminos/search_icon.pngno-repeat;
    
text-indent: -3000em;
        
width26px;
        
height26px;
        
border0;
    
padding0;
    
floatleft;
-
webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
box-shadow:0px 2px 4px rgba(0,0,0,0.2);
    
border-bottom1px solid #8fac57;
}
#search input#main_search {
    
padding-top3px;
        
padding-left3px;
    
border0;
    
width165px;
    
background#02131b url(./images/Luminos/tloszukajka.png);
color#6d6d6d;
}
#search_wrap {
    
background#02131b url(./images/Luminos/tloszukajka.png);
floatleft;
height24px;
width233px;
padding1px 5px 0 0;
border0;
-
moz-border-radius:3px 4px 4px 3px;
-
webkit-border-top-left-radius:3px;
-
webkit-border-top-right-radius:4px;
-
webkit-border-bottom-right-radius:4px;
-
webkit-border-bottom-left-radius:3px;
border-radius:3px 0px 0px 3px;
-
webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
-
moz-box-shadow:0px 2px 4px rgba(0,0,0,0.2);
box-shadow:0px 2px 4px rgba(0,0,0,0.2);
    
border-bottom1px solid #8fac57;
}
#adv_search {
    
width25px;
    
height20px;
    
margin3px;
    
backgroundurl(images/Luminos/advanced_search.pngno-repeat 50%;
    
text-indent: -3000em;
    
floatleft;
    
displayinline-block;
    -
webkit-transitionall 0.5s ease-in-out;
    -
moz-transitionall 0.5s ease-in-out;
    -
o-transitionall 0.5s ease-in-out;
    
transitionall 0.5s ease-in-out;
}
    


#register_link {
    
background#0E1B26;
    
border1px solid #000;
color:#fff;
display:inline-block;
padding:3px 8px;
-
webkit-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
-
moz-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
text-shadow:0px 1px 2px rgba(0,0,0,0.3);
margin-bottom:3px;
}

.
userpanel_logout2 {

background:#0E1B26;
color:#fff;
display:inline-block;
padding:3px 8px;
    
border1px solid #000;
-webkit-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
-
moz-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
box-shadow:inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
text-shadow:0px 1px 2px rgba(0,0,0,0.3);
margin-bottom:3px;
}

.
userpanel_logout2:hover {
    
background#0E1B26;
    
border1px solid #000;
}


.
ogloszeniaziel {
    
background#ebfcdf;
    
padding10px;
    
border1px solid #a4cfa4;
    
text-shadowrgba(0,0,0,0.20px -1px 0px;
    
line-height1.6;
    
font-size12px;
    -
webkit-box-shadowrgba(0,0,0,0.10px 1px 3px;
    -
moz-box-shadowrgba(0,0,0,0.10px 1px 3px;
    
box-shadowrgba(0,0,0,0.10px 1px 3px;
    
color#3d3d3d;
    
marginauto auto;
    
border-radius1px;
    
padding-top5px;
    
padding-left10px;
    
padding-right10px;
    
padding-button5px;
}

.
belka_staty{
    
border1px solid #d8d8d8;
    
border-radius4px;
}

.
przerwa2 {
    
border5px solid #fff000;
}

#footer {

    
width90%;
    
min-width960px;
    
max-width1200px;
    
margin1px auto 30px;

    
min-height80px;
    
color#666;
    
text-shadow1px 1px 1px white;
    
font-size12px;

    -
webkit-box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
-moz-box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
positionrelative;
}

#stopkatlo {
    
background#ffffff;
    
width100%;
    
margin20px auto 30px;
    
border-top1px solid #dddddd;
    
min-height80px;
    
color#666;
    
text-shadow1px 1px 1px white;
    
font-size12px;

    -
webkit-box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
-moz-box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
box-shadow1px 1px 5px #e8e8e8,inset 0px 0px 2px white;
    
positionrelative;
}




.
closed_button
 
background:#812200 url(images/Luminos/topic_button_closed.png) repeat-x top; 
 
border:1px solid #212121; 
 
border-width:1px 1px 0 1px
 
border-color:#812200; 
 
-moz-box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2); 
 
-webkit-box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2); 
 
box-shadow:inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2); 
 
color:#fff; 
 
text-shadow:-1px 0 #191919; 
 
font:300 12px/1.3 HelveticaArialsans-serif
 
line-height:30px
 
height:30px
 
padding:0 10px
 
text-align:center
 
min-width:125px
 
display:inline-block
 
cursor:pointer
 -
moz-border-radius:3px
 -
webkit-border-radius:3px
 
border-radius:3px
 } 
 .
reply
 
background:#212121 url(images/Luminos/topic_button.png) repeat-x top; 
 
border:1px solid #212121; 
 
border-width:1px 1px 0 1px
 -
moz-border-radius:3px
 -
webkit-border-radius:3px
 
border-radius:3px
 -
moz-box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 
-webkit-box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 
box-shadow:inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 
color:#fff; 
 
text-shadow:-1px 0 #191919; 
 
font:300 12px/1.3 HelveticaArialsans-serif
 
line-heigh 
Jezeli sie nie myle to jest to body co masz i backround ustaw sobie na jaki chcesz kolor i bedzie dzialalo :-)

Jezeli sie nie myle to jest to body co masz i backround ustaw sobie na jaki chcesz kolor i bedzie dzialalo :-)
jaśniej ? możesz? chcę mieć jak na tym forze edivision.pl
A więc tak zaczynamy opiszę wam jak edytowac styl w MyBB ja zrobilem sam do sieci serwerow cs-master.pl strona próbna csstrzelaj.ugu.pl .ktora nie wypalila bo ktos dzien wczesniej zarejstrowal domene.:/
A więc jak jesteśmy w Panelu administracyjnym wchodzimy w style i szablony.Mamy tam:
-MyBB Master Style
-Default -to wybieramy Opcje -> Edytuj style
Ok teraz wybieramy o to opcje i edytuj styl
global.css
Teraz znajdzcie i poszukajcie napisu edytuj css tryb zaawansowany
body {
background: #000;
color: #FFF;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;

Macie tam kody takie i wszystko pokoleji zmieniacie.
Dokladnie ktora zecz ktora jest napisana na screenach podanych ponizej
tutaj
1.Screen



http://community.mybboard.net/attachment.php?aid=9871 2.Screen



http://community.mybboard.net/attachment.php?aid=9872 3.Screen



http://community.mybboard.net/attachment.php?aid=9873
2. Mozecie jeszcze wstawiac cos do stopki usuwac ruzne zeczy w Zakładce po lewej stronie
Szablony>Default Templates>wyświetl szablony.



masz to powinno pomóc tak myślę :P



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

1 gości