Kolor czcionki na forum

Założony przez  DawidLS.

wersja skryptu MyBB:1.6.x
adres forum: http://mod-ls11.xaa.pl/
na czym polega problem (screen, opis, komunikaty):Jak zmienić ogólny kolor forum oryginalnie jest taki jakiś czerwony lub różowy a ja chce zmienić na biały
ACP-->Style-->global.css-->a:link zmieniasz na jaki chcesz jak na biały to #fff

to samo w a: visited też dajesz #fff

podświetla w a: hover i a: active na jakiś np. ciemniejszy.
Nie działa próbuje i nic a może jakoś global.css się nie zapisuje dlaczego? bo chciałem top 5 posterów to nie zapisało się

działa ale dopiero jak klikne na cś to po kliknięciu się robi kolor biały :(
Bo zmieniłeś tylko
a: visited
Powinieneś zmienić także
a:link
i
a: hover
oraz color: w body i ewentualnie jak masz ustawiony inny color w niektórych klasach.
a {
    color: #DE4545;
    text-decoration: none;
}

W global.css znajdź taką linię i pozostałe hover i visited dla linków (a:hover, a :visited)
Daniel Praźmo napisał 29.09.2012, 12:56:
Kod dajemy zawsze w tag code.
@import url(./fonts/lato.css);
/* Safari and Chrome */
@
keyframes "useravatar" {
0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
       -ms-transform: rotate(-360deg);
       transform: rotate(-360deg);
}


}

@
-moz-keyframes useravatar {
0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

@
-webkit-keyframes "useravatar" {
0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

@
-ms-keyframes "useravatar" {
0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

a {
    color: #DE4545;
    text-decoration: none;
}

a:hover {
color: #fff;
}

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

.right {
    float: right;
}

/* Starts here */
.collapsibleContainer {
    border: solid 1px #9BB5C1;
}

.users_browsing {
padding: 4px 10px;
position: relative;
top: -10px;
background: #191919;
border: 1px solid #393939;
color: #666;
border-radius: 2px;
display:inline-block;
float:left;
}

.collapsibleContainerTitle {
    cursor:pointer;
}

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

.statround {
     background: #393939 url(images/carbon/highlight.png) repeat-x;
     color: #ffffff;
     padding: 4px 10px;
     margin-left: 20px;
     border-radius: 4px;
}

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

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

.collapsibleContainerContent {
    padding: 10px;
}

/* ENDS HERE */
.left {
    float: left;
}

/* login box */
#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    height: 220px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

.loginbox_content {
    background: #191919;
    height: 100%;
    width: 100%;
}

.loginbox_content label {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.loginbox_head {
    background: #393939 url(images/carbon/row.png) repeat-x 0 0;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    border-bottom: 1px solid #DDD;
    width: 100%;
}

.loginbox_head strong {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    font-size: 16px;
}

.loginbox_head span {
    float: right;
    color: white;
    margin-right: 10px;
}

.loginbox_head span a {
    color: #fff;
    background: #999;
    width: 15px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #777;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bolder;
}

.loginbox_head span a:hover {
    color: white;
    background: #fff;
}

#loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
    background: #393939;
    border: 1px solid #bbb;
}

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    border: 1px solid #ccc;
    font-size: 13px;
    margin: 0 0 5px;
    background: #393939 url(images/carbon/highlight.png) repeat-x;
    padding: 5px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
    width: 260px;

    -webkit-box-shadow: inset 0px 2px 5px #f0f0f0;
    -moz-box-shadow: inset 0px 2px 5px #f0f0f0;
    box-shadow: inset 0px 2px 5px #f0f0f0;
}

.loginbox_submit {
    padding-left: 16px;
}

.loginbox_submit_button {
    float: right;
    margin-top: -20px;
    margin-right: 16px;
}

.loginbox_submit_button input {
    background: #777 url(images/carbon/highlight.png) repeat-x;
    color: white;
    padding: 10px 50px;
    border: 1px solid #555;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: inset 0px 0px 2px #ccc;
    -moz-box-shadow: inset 0px 0px 2px #ccc;
    box-shadow: inset 0px 0px 2px #ccc;

    -webkit-transition: 0.5s,box-shadow 0s;
    -moz-transition: 0.5s,box-shadow 0s;
    -o-transition: 0.5s,box-shadow 0s;
    -ms-transition: 0.5s,box-shadow 0s;
    transition: 0.5s,box-shadow 0s;
}

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

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

.loginbox_username {
    width: 250px;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
}

.loginbox_password {
    float: right;
    width: 250px;
    margin-top: 10px;
    padding: 10px 40px 10px 0px;
}

#boxes #loginbox {
    width: 600px;
    height: 180px;
    position: fixed;

    -webkit-box-shadow: 0px 0px 20px #222;
    -moz-box-shadow: 0px 0px 20px #222;
    box-shadow: 0px 0px 20px #222;
    background: url(images/carbon/trans.png) repeat;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 110px !important;
    margin: auto;
    left: 25% !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 {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

.threadlist_row {
    background: #191919;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.threadlist_row:hover {
    background: #393939;
}

strong {
    font-weight: bold;
             text-color: #fff;
}

body {
    background: #191919 url(images/carbon/background.jpg) repeat-x 50% 0;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    padding-bottom: 20px;
}

ol,ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    font-weight: normal;
    text-align: left;
    font-family: tahoma;
    font-size: 12px;
    line-height: 1.5;
}

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

blockquote,q {
    quotes: "" "";
}

a img {
    border: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

/* Breadcrumb */
.nav_rightlinks {
    color: #ffffff !important;
    margin-right: 10px;
}

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

#breadcrumb {
background: url(images/carbon/secondary_nav_bg.png) 0px 0px repeat-x #1D1D1D;
border-bottom: 1px solid #252525;
line-height: 37px;
overflow: hidden;

    margin: 0 auto;

    width: 100%;
}

#breadcrumb ol li {
    float: left;
    display: inline-block;
    margin: 0 3px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#breadcrumb ol li a {
    color: #757575;

    padding-left: 12px;
    background: url(images/carbon/secondary_nav.png) no-repeat 0 0;
    display: block;
    outline: none;
    text-decoration: none;
    margin-left: -15px;
}

#breadcrumb ol li:first-child {
    width: 30px;
    margin-left: 15px;
}

#breadcrumb ol li a img {
    display: none;
}

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

#breadcrumb_list li:first-child a {
    background: url(images/carbon/secondary_nav.png) right top !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    width: 35px;
    height: 37px;
}

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

#breadcrumb_list li:first-child a img {
    display: block;
    position: relative;
    max-width: 25px;
    right: 6px;
    top: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

#breadcrumb_list li:last-child span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
}

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

#breadcrumb_list li:last-child a {
    font-family: lato;
    font-weight: bold;
    color: #555;
    font-size: 12px;
    background: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

#breadcrumb li:active a {
    color: #ffffff;
    text-shadow: none;
    background-position: 0 -86px;
}

#breadcrumb ol li a span {
    background: url(images/carbon/secondary_nav.png) right top;
    display: block;
    padding-left: 4px;
    padding-right: 12px;
}

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

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

/* TipTip CSS -Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;

    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    box-shadow: 0 0 3px #555;
}

#tiptip_arrow,#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

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

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

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

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

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

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

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

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

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

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

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


}

.backtotop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 22px;
    right: 50%;
}

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

/* here we go */
a:visited {
    color: #fff;
    text-decoration: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#main_wrapper {
    font-family: tahoma;
    font-size: 13px;
    color: #555;
}

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

.content {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

#content {
    margin: 0 auto;
              margin-top: 30px;
    line-height: 120%;
              width: 91%;
background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

.clearfix:after {
content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow: hidden;
}

#header {
    width: 90%;
    min-width: 960px;
    min-height: 90px;
    color: #DDD;
    margin: auto;
    border: none;
}

#footer {
    vertical-align: middle;
    margin: 0 auto;
    line-height: 17px;
             width: 90%;
background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
             margin-top: 30px;
             position: relative;
}

#header a {
color:white;
}

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

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

#branding {
    float: left;
}

#logo {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: -13px;
    opacity: 1;
}

#logo:hover {
    opacity: 0.7;
    left: 20px;
}

#header_right {
    float: right;
}

#user_panel {
    padding: 5px;
    text-align: right;
    position: relative;
    right: 3px;
    top: 20px;
}

#primary_nav {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 36px;
}

#community_app_menu > li {
margin: 0px 4px 0 0;
}

#community_app_menu > li > a {
        color: #9a9a9a;
        background: url(images/carbon/trans10.png) repeat;
        background: rgba(0,0,0,0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        display: block;
        outline: none;
        padding: 0px 15px;
        line-height: 34px;
        height: 34px;
}

#community_app_menu > li > a:hover,
    #community_app_menu > li > a.menu_active {
        background: url(images/carbon/trans30.png) repeat;
        background: rgba(0,0,0,0.3);
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        color: #fff;
}

#community_app_menu > li.active a {
        background: url(images/carbon/trans50.png) repeat;
        background: rgba(0,0,0,0.5);
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        color: #fff;
        position: relative;
}

#primary_extra_menucontent,
#more_apps_menucontent, .submenu_container {
    background: url(images/carbon/trans80.png) repeat; background: rgba(20,20,20,0.9);
    font-size: 12px;
    border: 0;
    min-width: 140px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
}

#primary_extra_menucontent li,
    #more_apps_menucontent li, .submenu_container li {
        padding: 0;
        border: 0;
        background: none transparent;
        float: none !important;
        min-width: 150px;
}

#primary_extra_menucontent a,
    #more_apps_menucontent a, .submenu_container a {

        display: block;
        padding: 8px 10px;
        color: #fff;
}

#primary_extra_menucontent a:hover,
    #more_apps_menucontent li:hover a, .submenu_container li:hover a {
background: url(images/carbon/transw10.png) repeat; background: rgba(255,255,255,0.06); color: #fff;
}

#community_app_menu .submenu_container {
width: 260px;
}

#community_app_menu .submenu_container li {
width: 260px;
}

#primary_extra_menucontent li:last-child a,
    #more_apps_menucontent li:last-child a {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-radius: 0 0 4px 4px;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.left {
    float: left;
}

.float_right {
    float: right;
}

table {
    color: #ffffff;
    font-family: tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

.tborder {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #393939;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
}

.tborder_indexstats {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #bbb;
    border-top: 0;
}

.thead strong {
    position: relative;
    top: -4px;
}

.thead {
    background: #671C1C url(images/carbon/thead4.png) repeat-x ;
    color: #fff;

    padding: 14px;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    overflow: hidden;
    margin-bottom: 4px;
}

#belka {
    background: #671C1C url(images/carbon/thead4.png) repeat-x ;
    color: #fff;

    padding: 14px;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    overflow: hidden;
    margin-bottom: 4px;
}

#forumbit_thead {
    border-left: 0;
    border-right: 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
    vertical-align: middle !important;
    border: 1px solid #555;
    position: relative;
    overflow:auto;
}

#forumbit_thead strong {
    float: left;
    top: -2px;
}

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

    font-family: arial;
    font-weight: bold;
}

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

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

.tcat {
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    color: #888;
    font-size: 12px;
    padding: 8px 5px;
    padding-left: 13px;
}

.tcat a:link {
    color: #fff;
}

.tcat a:visited {
    color: #fff;
}

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

.tcatright {
    background: #191919;
}

.trow1 {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    padding: 12px 5px;
    vertical-align: middle;

    transition: 0.2s;
}

.trow2 {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    padding: 12px 5px;
    vertical-align: middle;

    transition: 0.2s;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #fff0d9;
    border-top: 0;
    color: #444;
    border-top: 0;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
}

.tfoot1 {
    background: #282828 url(images/carbon/high.png) repeat-x;
    border: 1px solid #393939;
    border-top: 1px solid #393939;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
              width: 80%;
}

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

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

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

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:hover,.tfoot a:active {
    text-decoration: none;
    color: #fff;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.bottommenu {
    color: #666;
    float: left;
    text-align: right;
    font-size: 12px;
    margin-left: 15px;
    font-size: 11px;
}

.navigation {
    clear: both;
    background: #E0E0E0 url(images/candy/secondary_nav_bg.png) repeat-x 0 0;
    overflow: hidden;
    line-height: 37px;
    height: 37px;
    border-bottom: 1px solid #ccc;


    -webkit-box-shadow: inset 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 2px white;
    box-shadow: inset 0px 0px 2px white;
    margin: -20px;
    margin-bottom: 10px;
}

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

.thead .smalltext {
    color: #fff;
}

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

input.textbox {
    background: #F9f9f9;
    color: #999;
    border: 1px solid #ccc;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: inset 0px 2px 5px -2px #ddd;
    -moz-box-shadow: inset 0px 2px 5px -2px #ddd;
    box-shadow: inset 0px 2px 5px -2px #ddd;
}

input.textbox:hover {
    background: #F7F7F7;
    border: 1px solid #B9B9B9;
}

input.textbox:focus {
    background: #fff;
    border: 1px solid #A9c5c9;
    color: #777;
}

textarea:hover {
    background: #fff;
}

textarea:focus {
    background: #fff;

    -webkit-box-shadow: 0px 0px 10px #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    border: 1px dotted #93b1b8;
}

textarea {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    outline: none;
    background: #f9fbfc;
    color: #555;
    border: 1px dotted #A5C0C7;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

select {
    background: #f8f8f8;
    border: 1px solid #a8cccf;
    padding: 4px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    color: #666;

    -webkit-transition: background 1s,border 1s;
    -moz-transition: background 1s,border 1s;
    -o-transition: background 1s,border 1s;
    -ms-transition: background 1s,border 1s;
    transition: background 1s,border 1s;
    border: 1px solid #ddd;
    font-size: 11px;
}

select:hover {
    background: #f8f8f8;
    border: 1px solid #ccc;
}

select:focus {
    background: #Fff;
    border: 1px solid #ccc;
}

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

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

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

.popup_menu {
    background: #eee;
    border: none;
    margin-top: 4px;
    border: 1px solid #bbb;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;

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

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


    -webkit-transition: background 0.5s,color 1s;
    -moz-transition: background 0.5s,color 1s;
    -o-transition: background 0.5s,color 1s;
    -ms-transition: background 0.5s,color 1s;
    transition: background 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 {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    color: #f30;
    background: white;
    border: 1px solid #ff7878;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: 1px 1px 3px #eee;
    -moz-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}

.valid_field {
    background: #fff;
    color: #00B200;
    border: 1px solid yellowgreen;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: 1px 1px 3px #eee;
    -moz-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}

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

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

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

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

.clear {
    clear: both;
}

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

.hiddenrow {
    display: none;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

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

.expcolimage {
    float: right;
    margin-top: -5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)​";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    right: -2px;
    top: 4px;
}

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

.postbit_buttons {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    line-height: 16px;
}

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

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

hr {
    background-color: #555;
    color: #555;
    height: 1px;
    border: 0px;
}

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

blockquote {
    margin: 0;
    background: white;
    padding: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    line-height: 1.8;
    color: #888;
}

blockquote cite {
    font-weight: bold;
    border-top: 1px solid #DDD;
    font-style: normal;
    display: block;
    margin: -4px;
    background: #ECECEC url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 5px 5px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    color: #555;
    font-size: 15px;
}

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

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

.codeblock {
    background: #fafafa;
    width: 50%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #888;
    padding: 10px;
}

.codeblock .title {
    font-weight: bold;
    color: #888;
    font-size: 11px;
    display: none;
}

.codeblock code {
    overflow: auto;
    height: auto;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 11px;
    background: #fafafa url(images/carbon/code.png) right top no-repeat;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

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

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

form {
    margin: 0;
    padding: 0;
}

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

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

.popup_menu .popup_item {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    outline: 0;
    display: block;
    width: 60px;
    margin: 0px;
}

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

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

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

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

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
padding: 20px;
border: 1px solid #FFD324;
background: #FFF6BF url(images/carbon/warning_red.png) no-repeat right -130px;
font-size: 11px;
border-radius: 2px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    display: block;
    color: #C00;
    margin-bottom: 5px;
    font-size: 13px;
}

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

.online {
    color: white;
    background: yellowgreen;
    display: inline-block;
    padding: 2px 6px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offline {
    color: white;
    background: #BBB;
    display: inline-block;
    padding: 2px 6px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot .pagination,.tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

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

.pagination a {
    background: #DDD url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.pagination .pagination_current {
    background: #bbc7c6 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #99b8b8;
}

.pagination a:hover {
    text-decoration: none;
    background: #fff url(images/carbon/highlight.png) repeat-x 0 0;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #BBB;
}

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

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

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

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

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

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

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

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

.post_body {
    padding-left: 27px;
}

.post_content {
    padding: 5px 10px;
}

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

.repbox {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
}

._neutral {
    background-color: #FAFAFA;
    color: #999999;
    border: 1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border: 1px solid #980201;
}

._plus {
    background-color: #E8FCDC;
    color: #008800;
    border: 1px solid #008800;
}

.button {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    color: white;
    text-decoration: none;
    border-width: 1px;
    border: 0;
    padding: 5px 11px;
    cursor: pointer;
    color: #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #555;

    font-family: tahoma;
}

.button:hover {
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    color: #000;

    border: 1px solid #6b9aa8;
}

.button:active {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    

    -webkit-transform: scale(1.1);
}

.newreplybutton {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    text-decoration: none;
    border-width: 1px;
    padding: 6px 20px;
    cursor: pointer;
    color: white !important;

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

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.3s,top 0.1s;
    -moz-transition: 0.3s,top 0.1s;
    -o-transition: 0.3s,top 0.1s;
    -ms-transition: 0.3s,top 0.1s;
    transition: 0.3s,top 0.1s;
    border: 1px solid #222;

    -webkit-animation: slide 1s;
    -moz-animation: slide 1s;
    -ms-animation: slide 1s;
    animation: slide 1s;
    font-family: lato;

    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

.newreplybutton:hover {
    color: white;
    border: 1px solid green;

    -webkit-box-shadow: inset 0px 0px 2px #eee,1px 1px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 2px #eee,1px 1px 1px #ccc;
    box-shadow: inset 0px 0px 2px #eee,1px 1px 6px #ccc;
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
}

.newreplybutton:active {
    position: relative;
    top: 5px;
}

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

.newreplybutton a:hover {
    color: #fff;
    text-decoration: none;
}

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

.newreplybutton_closed {
    background-color: #da8225;
    color: #999;
    background: #da8225 url(./images/carbonhighlight.png) repeat-x 0 0;
    text-decoration: none;
    border-width: 1px;
    padding: 7px 40px;

    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    border: 1px solid #ccc;

    -webkit-animation: slide 1s;
    -moz-animation: slide 1s;
    -ms-animation: slide 1s;
    animation: slide 1s;
    font-family: lato;
    font-size: 16px;
}

.relative {
position:relative;display: block;height: 1px;
}

.newreplybutton_closed a:link {
    color: #fff;
    text-decoration: none;
}

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

.newreplybutton_closed a:visited {
    color: #fff;
    text-decoration: none;
}

.notice {
    background: #FFD9B0 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFCB94;
    border: 1px solid #FFC58A;
    color: #B85600;


    -webkit-box-shadow: inset 1px 1px 1px #eee;
    -moz-box-shadow: inset 1px 1px 1px #eee;
    box-shadow: inset 1px 1px 1px #eee;
}

.notice strong {
    font-size: 13px;
}

.welcomeblock_guest {
    position: relative;
    top: 2px;
}

#loginbutton {
    position: relative;
}

#loginbutton {
    color: white !important;
}

#usercp_button {
    position: relative;
    left: 200px;
}

.registerbutton {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #7BA336;
    padding: 2px 20px;
    color: white !important;
    border: 1px solid #555;
}

.userpanel_logout {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 2px 30px;
    color: white !important;
              left: 100px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 0px 2px #666;
    -moz-box-shadow: inset 0px 0px 2px #666;
    box-shadow: inset 0px 0px 2px #666;
    border: 1px solid #444;

    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}

.userpanel_logout:hover {
    background: #393939 url(images/carbon/highlight.png) repeat-x;
    border: 1px solid #000;
}

.registerbutton:hover {
    border: 1px solid #0d7e82;
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #555;
}

.panelbottomhr {
    margin-top: 16px;

    -webkit-box-shadow: 0px 0px 2px white;
    -moz-box-shadow: 0px 0px 2px white;
    box-shadow: 0px 0px 2px white;
}

/* dropdowns:  general */
#loginbutton_menu:before {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent; /* left arrow slant */
border-right: 15px solid transparent; /* right arrow slant */
border-bottom: 15px solid #D4D4D4; /* bottom, add background color here */
font-size: 0px;
    line-height: 0px;
    content: "";
    display: none;
    position: absolute;
    top: -15px;
    right: 20px;
}

#loginbutton_menu input[type=text],#loginbutton_menu input[type=password] {
    display: block;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 5px;
    background: #f9f9f9;
    padding: 5px;
    width: 203px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
}

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

#loginbutton_menu input:hover {
    background: #191919;
}

#signin_submit {
    background: #777;
    border: 1px solid #555;
    color: white;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 30px;

    -webkit-box-shadow: inset 1px 1px 1px #999;
    -moz-box-shadow: inset 1px 1px 1px #999;
    box-shadow: inset 1px 1px 1px #999;
    cursor: pointer;
}

#signin_submit:hover {
    background: #555 !important;

    -webkit-box-shadow: inset 1px 1px 1px #888;
    -moz-box-shadow: inset 1px 1px 1px #888;
    box-shadow: inset 1px 1px 1px #888;
}

#signin_submit:active {
    background: #555;
}

#loginbutton_menu p {
    margin: 0;
}

#loginbutton_menu a {
    color: #666;
}

#loginbutton_menu label {
    font-weight: normal;
}

#loginbutton_menu p.remember {
    padding: 10px 0;
}

#loginbutton_menu p.forgot,#loginbutton_menu p.complete {
    clear: both;
    margin: 5px 0;
}

#loginbutton_menu a:hover {
    color: #fff;
}

#usercp_menu a {
    color: #fff !important;
    display: block;
    padding: 5px;
}

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

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

    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

#loginbutton_submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#loginbutton_submit:hover,#loginbutton_submit:focus {
    background-position: 0 -5px;
    cursor: pointer;
}

a.loginbutton {
    text-decoration: none;
    color: #ddd;
}

a.loginbutton:hover {
    color: white;
}

a.loginbutton:active {
    color: white;
}

a.loginbutton {
    position: relative;
    margin: 0px 10px;
    clear: both;
}

#usercp_button .loginbutton_menu_open span {
    width: 66px;
}

.loginbutton_menu_open span {
    height: 20px;
    background: #191919;
    z-index: 999;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding-right: 5px;
    padding-bottom: 4px;
    top: 1px;
    color: #555;
    padding-left: 20px;
    position: relative;
    padding-top: 3px;
    left: 4px;
}

#loginbutton_menu {
    background: #393939;
    position: absolute !important;
    width: 210px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -2px;
    display: none;
    right: 35px;
    margin-top: 30px;
    margin-right: 0px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;


    -webkit-box-shadow: 5px 4px 25px #111;
    -moz-box-shadow: 5px 4px 25px #111;
    box-shadow: 5px 4px 25px #111;
}

#loginbutton_menu a:link {
    color: #fff;
}

#loginbutton_menu a:hover {
    color: #fff;
}

#message_popup {
    background: #eee;
    position: absolute !important;
    width: 250px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -5px;
    display: none;
    right: 114px;
    margin-top: 30px;
    margin-right: 0px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 6px solid #fff;


    -webkit-box-shadow: 5px 4px 25px #111;
    -moz-box-shadow: 5px 4px 25px #111;
    box-shadow: 5px 4px 25px #111;
}

#usercp_menu {
    background: #191919;
    position: absolute !important;
    width: 250px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -5px;
    display: none;
    left: 128px;
    margin-top: 30px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 6px solid #fff;


    -webkit-box-shadow: 0px 10px 25px -5px #111;
    -moz-box-shadow: 0px 10px 25px -5px #111;
    box-shadow: 0px 10px 25px -5px #111;
}

.threadpost {
    background: #393939;
    width: 85%;
    float: left;
    display: block;
    border: 1px solid #E3E3E3;
    margin-top: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
    padding-top: 10px;
}

.threadpost:before {
    background: url(images/carbon/post_arrow.png) no-repeat;
    width: 50px;
    position: absolute;
    height: 50px;
    content: "";
    top: 15px;
    left: -40px;
}

.threadpost:hover {
    border: 1px solid #ccc;
}

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

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

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: 4px;
    background: #444;
    color: white;
    text-shadow: none;
    padding: 4px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    font-size: 10px;
    position: absolute;
    height: 10px;
    top: 141px;
    left: 125px;
    width: 210px;
}

.forgot:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
}

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

.f_img {
    position: relative;
    left: -11px;
}

.forumdesc {
    font-family: tahoma,arial;
    color: #777;
    font-size: 11px;
    margin-top: 2px;
}

.forumtitle {
    font-weight: bold;
}

.postcountgrid {
    color: #393939;
    font-size: 11px;
    font-family: tahoma;
    line-height: 1.3;
    text-align: right;
}

td.row {
     background: #1a1a1a url(images/carbon/row.png) repeat-x;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
              border-top: 1px solid #444;
}

.forumbit_posttime {
    color: #A4A4A4;
}

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

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

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

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

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

#index_forums {
    float: left;
    width: 100%;
    margin-right: 10px;
}

#index_sidebar {
    float: left;
    width: 21%;
}

.postbit_button {
    padding-left: 22px;
}

.postbit_buttons a:link {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.postbit_buttons a:visited {
    color: #fff;
}

.postbit_buttons a:hover {
    color: white;
}

.index_sidebar_box {
    width: 100%;
    border: 1px solid #bbb;
    border-top: 0;
}

.mybb_credits {
    margin-right: 10px;
}

.footer_siteinfo {
    float: right;
    position: relative;
    top: -25px;
}

.theme_credits {
    margin: 15px;
    font-size: 14px;
}

.site_copyright {
    position: relative;
    top: 10px;
}

.usercp_button_arrow {
    display: inline-block;
    height: 4px;
    width: 9px;
    background: url(images/carbon/header_dropdown.png)no-repeat;
    margin-left: 5px;
    margin-bottom: 1px;
}

.loginbutton_menu_open .usercp_button_arrow {
    position: relative;
    background-position: right;
}

.usercpmenu_leftblock {
    width: 45%;
    margin-top: 5px;
    border-right: 1px dotted #aaa;
    padding-right: 3%;
}

.usercpmenu_rightblock {
    width: 45%;
    margin-top: 5px;
    padding-left: 3%;
}

.message_icon {
    background: url(images/carbon/message3.png) no-repeat;
    display: block;
    height: 28px;
    position: absolute;
    width: 35px;
    left: 300px;
    top: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background-position: 1px 4px;
}

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

.message_pane {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

#priv {
position: absolute;
margin-top: 5px;
margin-left: 100px;
}

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

.pms_unread {
    background: #272E38;
    padding: 0 5px;
    position: absolute;
    top: 4px;
    height: 15px;
    left: 320px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

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

.contactbutton img {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.contactbutton a {
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;

    transition: 0.5s;
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #444;
    margin: 0px 2px 3px;
    padding: 1px 7px;
    vertical-align: middle;
    color: white;

    padding-bottom: 4px;
}

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

.footerlinks {
    float: left;
    text-align: left;
}

.threadlist_postviewcount {
    color: #666;
    font-size: 11px;
    text-align: right;
}

.threadlist_postviewcount a {
    color: #666;
}

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

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    float: right;
}

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

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    margin-left: 20px;
}

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

.threadlist_multipage a {
    background: #DDD url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 1px 4px;
    color: #888;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #CCC;
    font-weight: bold;
    font-size: 10px;
}

.threadlist_multipage a:hover {
    background: #CCC url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #BBB;
    color: #fff;
}

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

.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/carbon/on.gif"],img[src="images/carbon/off.gif"],img[src="images/carbon/
offlock.gif"] {
position: relative;
left: -15px;
}

.closed_button {

background:#812200 url(images/carbon/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:0 -1px 0 #191919;
font:300 12px/1.3 Helvetica, Arial, sans-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/carbon/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:0 -1px 0 #191919;
font:300 12px/1.3 Helvetica, Arial, sans-serif;
line-height:30px;
height:30px;
padding:0 10px;
text-align:center;
min-width:125px;
display:inline-block;
cursor:pointer;
}

.avatar {
    margin-left: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
}

.nick {
    margin-top: 6px;
    float: left;
    margin-left: 8px;
}

.posty {
    background: #2e2e2e;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    float: right;
    font-weight: bold;
}

Patrz wszystko zmienione. A dało by się tak żeby sidebox poszedł w dół równo z początkiem działów, a myshoutbox poszerzyć na całą szerokość forum? Nad działami i sideboxem ?
Daniel Praźmo napisał 29.09.2012, 18:53:
[Obrazek: modnotice_howto.png]
1 wątek = 1 problem
Patrzę i nie jest zmienione...
Dałoby się, ale jeden wątek jeden poblem
aha takich ludzi jak ty to na świecie jest mało którzy są tacy zapaleni do pomocy :) Dziękuję a dał byś cały przerobiony global.css (Byś przerobił mój ten wyżej)? Proszę dopiero zacząłem przygodę z MyBB
@import url(./fonts/lato.css);
/* Safari and Chrome */
@
keyframes "useravatar" {
0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
       -ms-transform: rotate(-360deg);
       transform: rotate(-360deg);
}


}

@
-moz-keyframes useravatar {
0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

@
-webkit-keyframes "useravatar" {
0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

@
-ms-keyframes "useravatar" {
0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}

100% {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
}


}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
color: #fff;
}

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

.right {
    float: right;
}

/* Starts here */
.collapsibleContainer {
    border: solid 1px #9BB5C1;
}

.users_browsing {
padding: 4px 10px;
position: relative;
top: -10px;
background: #191919;
border: 1px solid #393939;
color: #666;
border-radius: 2px;
display:inline-block;
float:left;
}

.collapsibleContainerTitle {
    cursor:pointer;
}

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

.statround {
     background: #393939 url(images/carbon/highlight.png) repeat-x;
     color: #ffffff;
     padding: 4px 10px;
     margin-left: 20px;
     border-radius: 4px;
}

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

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

.collapsibleContainerContent {
    padding: 10px;
}

/* ENDS HERE */
.left {
    float: left;
}

/* login box */
#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    height: 220px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

.loginbox_content {
    background: #191919;
    height: 100%;
    width: 100%;
}

.loginbox_content label {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.loginbox_head {
    background: #393939 url(images/carbon/row.png) repeat-x 0 0;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    border-bottom: 1px solid #DDD;
    width: 100%;
}

.loginbox_head strong {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    font-size: 16px;
}

.loginbox_head span {
    float: right;
    color: white;
    margin-right: 10px;
}

.loginbox_head span a {
    color: #fff;
    background: #999;
    width: 15px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #777;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bolder;
}

.loginbox_head span a:hover {
    color: white;
    background: #fff;
}

#loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
    background: #393939;
    border: 1px solid #bbb;
}

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    border: 1px solid #ccc;
    font-size: 13px;
    margin: 0 0 5px;
    background: #393939 url(images/carbon/highlight.png) repeat-x;
    padding: 5px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
    width: 260px;

    -webkit-box-shadow: inset 0px 2px 5px #f0f0f0;
    -moz-box-shadow: inset 0px 2px 5px #f0f0f0;
    box-shadow: inset 0px 2px 5px #f0f0f0;
}

.loginbox_submit {
    padding-left: 16px;
}

.loginbox_submit_button {
    float: right;
    margin-top: -20px;
    margin-right: 16px;
}

.loginbox_submit_button input {
    background: #777 url(images/carbon/highlight.png) repeat-x;
    color: white;
    padding: 10px 50px;
    border: 1px solid #555;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: inset 0px 0px 2px #ccc;
    -moz-box-shadow: inset 0px 0px 2px #ccc;
    box-shadow: inset 0px 0px 2px #ccc;

    -webkit-transition: 0.5s,box-shadow 0s;
    -moz-transition: 0.5s,box-shadow 0s;
    -o-transition: 0.5s,box-shadow 0s;
    -ms-transition: 0.5s,box-shadow 0s;
    transition: 0.5s,box-shadow 0s;
}

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

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

.loginbox_username {
    width: 250px;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
}

.loginbox_password {
    float: right;
    width: 250px;
    margin-top: 10px;
    padding: 10px 40px 10px 0px;
}

#boxes #loginbox {
    width: 600px;
    height: 180px;
    position: fixed;

    -webkit-box-shadow: 0px 0px 20px #222;
    -moz-box-shadow: 0px 0px 20px #222;
    box-shadow: 0px 0px 20px #222;
    background: url(images/carbon/trans.png) repeat;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 110px !important;
    margin: auto;
    left: 25% !important;
}

/* basic reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h​4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,bi​g,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small​,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fi​eldset,form,label,legend,table,caption,tbody,tfoot​,thead,tr,th,td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

.threadlist_row {
    background: #191919;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.threadlist_row:hover {
    background: #393939;
}

strong {
    font-weight: bold;
             text-color: #fff;
}

body {
    background: #191919 url(images/carbon/background.jpg) repeat-x 50% 0;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    padding-bottom: 20px;
}

ol,ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    font-weight: normal;
    text-align: left;
    font-family: tahoma;
    font-size: 12px;
    line-height: 1.5;
}

blockquote:before,blockquote:after,q:before,q:afte​r {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

a img {
    border: 0;
}

article,aside,details,figcaption,figure,footer,hea​der,hgroup,menu,nav,section {
    display: block;
}

/* Breadcrumb */
.nav_rightlinks {
    color: #ffffff !important;
    margin-right: 10px;
}

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

#breadcrumb {
background: url(images/carbon/secondary_nav_bg.png) 0px 0px repeat-x #1D1D1D;
border-bottom: 1px solid #252525;
line-height: 37px;
overflow: hidden;

    margin: 0 auto;

    width: 100%;
}

#breadcrumb ol li {
    float: left;
    display: inline-block;
    margin: 0 3px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#breadcrumb ol li a {
    color: #757575;

    padding-left: 12px;
    background: url(images/carbon/secondary_nav.png) no-repeat 0 0;
    display: block;
    outline: none;
    text-decoration: none;
    margin-left: -15px;
}

#breadcrumb ol li:first-child {
    width: 30px;
    margin-left: 15px;
}

#breadcrumb ol li a img {
    display: none;
}

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

#breadcrumb_list li:first-child a {
    background: url(images/carbon/secondary_nav.png) right top !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    width: 35px;
    height: 37px;
}

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

#breadcrumb_list li:first-child a img {
    display: block;
    position: relative;
    max-width: 25px;
    right: 6px;
    top: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50​)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

#breadcrumb_list li:last-child span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
}

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

#breadcrumb_list li:last-child a {
    font-family: lato;
    font-weight: bold;
    color: #555;
    font-size: 12px;
    background: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

#breadcrumb li:active a {
    color: #ffffff;
    text-shadow: none;
    background-position: 0 -86px;
}

#breadcrumb ol li a span {
    background: url(images/carbon/secondary_nav.png) right top;
    display: block;
    padding-left: 4px;
    padding-right: 12px;
}

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

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

/* TipTip CSS -Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;

    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    box-shadow: 0 0 3px #555;
}

#tiptip_arrow,#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

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

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

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

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

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

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

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

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

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

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

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


}

.backtotop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40​)";
    filter: alpha(opacity=40);
    opacity: 0.4;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 22px;
    right: 50%;
}

.backtotop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* here we go */
a:visited {
    color: #fff;
    text-decoration: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#main_wrapper {
    font-family: tahoma;
    font-size: 13px;
    color: #555;
}

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

.content {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

#content {
    margin: 0 auto;
              margin-top: 30px;
    line-height: 120%;
              width: 91%;
background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
}

.clearfix:after {
content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow: hidden;
}

#header {
    width: 90%;
    min-width: 960px;
    min-height: 90px;
    color: #DDD;
    margin: auto;
    border: none;
}

#footer {
    vertical-align: middle;
    margin: 0 auto;
    line-height: 17px;
             width: 90%;
background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
             margin-top: 30px;
             position: relative;
}

#header a {
color:white;
}

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

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

#branding {
    float: left;
}

#logo {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: -13px;
    opacity: 1;
}

#logo:hover {
    opacity: 0.7;
    left: 20px;
}

#header_right {
    float: right;
}

#user_panel {
    padding: 5px;
    text-align: right;
    position: relative;
    right: 3px;
    top: 20px;
}

#primary_nav {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 36px;
}

#community_app_menu > li {
margin: 0px 4px 0 0;
}

#community_app_menu > li > a {
        color: #9a9a9a;
        background: url(images/carbon/trans10.png) repeat;
        background: rgba(0,0,0,0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.02) 0px 0px 0px 1px, rgba(255,255,255,0.05) 0px 1px 0px;
        display: block;
        outline: none;
        padding: 0px 15px;
        line-height: 34px;
        height: 34px;
}

#community_app_menu > li > a:hover,
    #community_app_menu > li > a.menu_active {
        background: url(images/carbon/trans30.png) repeat;
        background: rgba(0,0,0,0.3);
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        color: #fff;
}

#community_app_menu > li.active a {
        background: url(images/carbon/trans50.png) repeat;
        background: rgba(0,0,0,0.5);
        -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px, rgba(255,255,255,0.03) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
        color: #fff;
        position: relative;
}

#primary_extra_menucontent,
#more_apps_menucontent, .submenu_container {
    background: url(images/carbon/trans80.png) repeat; background: rgba(20,20,20,0.9);
    font-size: 12px;
    border: 0;
    min-width: 140px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
}

#primary_extra_menucontent li,
    #more_apps_menucontent li, .submenu_container li {
        padding: 0;
        border: 0;
        background: none transparent;
        float: none !important;
        min-width: 150px;
}

#primary_extra_menucontent a,
    #more_apps_menucontent a, .submenu_container a {

        display: block;
        padding: 8px 10px;
        color: #fff;
}

#primary_extra_menucontent a:hover,
    #more_apps_menucontent li:hover a, .submenu_container li:hover a {
background: url(images/carbon/transw10.png) repeat; background: rgba(255,255,255,0.06); color: #fff;
}

#community_app_menu .submenu_container {
width: 260px;
}

#community_app_menu .submenu_container li {
width: 260px;
}

#primary_extra_menucontent li:last-child a,
    #more_apps_menucontent li:last-child a {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-radius: 0 0 4px 4px;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.left {
    float: left;
}

.float_right {
    float: right;
}

table {
    color: #ffffff;
    font-family: tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

.tborder {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #393939;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
}

.tborder_indexstats {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #bbb;
    border-top: 0;
}

.thead strong {
    position: relative;
    top: -4px;
}

.thead {
    background: #671C1C url(images/carbon/thead4.png) repeat-x ;
    color: #fff;

    padding: 14px;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    overflow: hidden;
    margin-bottom: 4px;
}

#belka {
    background: #671C1C url(images/carbon/thead4.png) repeat-x ;
    color: #fff;

    padding: 14px;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
    overflow: hidden;
    margin-bottom: 4px;
}

#forumbit_thead {
    border-left: 0;
    border-right: 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
    vertical-align: middle !important;
    border: 1px solid #555;
    position: relative;
    overflow:auto;
}

#forumbit_thead strong {
    float: left;
    top: -2px;
}

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

    font-family: arial;
    font-weight: bold;
}

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

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

.tcat {
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    color: #888;
    font-size: 12px;
    padding: 8px 5px;
    padding-left: 13px;
}

.tcat a:link {
    color: #fff;
}

.tcat a:visited {
    color: #fff;
}

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

.tcatright {
    background: #191919;
}

.trow1 {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    padding: 12px 5px;
    vertical-align: middle;

    transition: 0.2s;
}

.trow2 {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    padding: 12px 5px;
    vertical-align: middle;

    transition: 0.2s;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #fff0d9;
    border-top: 0;
    color: #444;
    border-top: 0;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #191919;
    border: 1px solid #2b2b2b;
    border-top: 1px solid #313131;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
}

.tfoot1 {
    background: #282828 url(images/carbon/high.png) repeat-x;
    border: 1px solid #393939;
    border-top: 1px solid #393939;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 12px;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
              width: 80%;
}

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

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

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

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:hover,.tfoot a:active {
    text-decoration: none;
    color: #fff;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.bottommenu {
    color: #666;
    float: left;
    text-align: right;
    font-size: 12px;
    margin-left: 15px;
    font-size: 11px;
}

.navigation {
    clear: both;
    background: #E0E0E0 url(images/candy/secondary_nav_bg.png) repeat-x 0 0;
    overflow: hidden;
    line-height: 37px;
    height: 37px;
    border-bottom: 1px solid #ccc;


    -webkit-box-shadow: inset 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 2px white;
    box-shadow: inset 0px 0px 2px white;
    margin: -20px;
    margin-bottom: 10px;
}

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

.thead .smalltext {
    color: #fff;
}

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

input.textbox {
    background: #F9f9f9;
    color: #999;
    border: 1px solid #ccc;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: inset 0px 2px 5px -2px #ddd;
    -moz-box-shadow: inset 0px 2px 5px -2px #ddd;
    box-shadow: inset 0px 2px 5px -2px #ddd;
}

input.textbox:hover {
    background: #F7F7F7;
    border: 1px solid #B9B9B9;
}

input.textbox:focus {
    background: #fff;
    border: 1px solid #A9c5c9;
    color: #777;
}

textarea:hover {
    background: #fff;
}

textarea:focus {
    background: #fff;

    -webkit-box-shadow: 0px 0px 10px #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    border: 1px dotted #93b1b8;
}

textarea {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    outline: none;
    background: #f9fbfc;
    color: #555;
    border: 1px dotted #A5C0C7;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

select {
    background: #f8f8f8;
    border: 1px solid #a8cccf;
    padding: 4px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    color: #666;

    -webkit-transition: background 1s,border 1s;
    -moz-transition: background 1s,border 1s;
    -o-transition: background 1s,border 1s;
    -ms-transition: background 1s,border 1s;
    transition: background 1s,border 1s;
    border: 1px solid #ddd;
    font-size: 11px;
}

select:hover {
    background: #f8f8f8;
    border: 1px solid #ccc;
}

select:focus {
    background: #Fff;
    border: 1px solid #ccc;
}

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

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

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

.popup_menu {
    background: #eee;
    border: none;
    margin-top: 4px;
    border: 1px solid #bbb;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;

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

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


    -webkit-transition: background 0.5s,color 1s;
    -moz-transition: background 0.5s,color 1s;
    -o-transition: background 0.5s,color 1s;
    -ms-transition: background 0.5s,color 1s;
    transition: background 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 {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    color: #f30;
    background: white;
    border: 1px solid #ff7878;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: 1px 1px 3px #eee;
    -moz-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}

.valid_field {
    background: #fff;
    color: #00B200;
    border: 1px solid yellowgreen;
    padding: 5px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: 0.5s,padding 0.2s;
    -moz-transition: 0.5s,padding 0.2s;
    -o-transition: 0.5s,padding 0.2s;
    -ms-transition: 0.5s,padding 0.2s;
    transition: 0.5s,padding 0.2s;

    -webkit-box-shadow: 1px 1px 3px #eee;
    -moz-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}

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

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

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

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

.clear {
    clear: both;
}

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

.hiddenrow {
    display: none;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

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

.expcolimage {
    float: right;
    margin-top: -5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)​​";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    right: -2px;
    top: 4px;
}

.expcolimage:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.postbit_buttons {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60​)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    line-height: 16px;
}

.thead:hover .expcolimage {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

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

hr {
    background-color: #555;
    color: #555;
    height: 1px;
    border: 0px;
}

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

blockquote {
    margin: 0;
    background: white;
    padding: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70​)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    line-height: 1.8;
    color: #888;
}

blockquote cite {
    font-weight: bold;
    border-top: 1px solid #DDD;
    font-style: normal;
    display: block;
    margin: -4px;
    background: #ECECEC url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 5px 5px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    color: #555;
    font-size: 15px;
}

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

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

.codeblock {
    background: #fafafa;
    width: 50%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #888;
    padding: 10px;
}

.codeblock .title {
    font-weight: bold;
    color: #888;
    font-size: 11px;
    display: none;
}

.codeblock code {
    overflow: auto;
    height: auto;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 11px;
    background: #fafafa url(images/carbon/code.png) right top no-repeat;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

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

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

form {
    margin: 0;
    padding: 0;
}

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

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

.popup_menu .popup_item {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    outline: 0;
    display: block;
    width: 60px;
    margin: 0px;
}

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

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

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

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

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
padding: 20px;
border: 1px solid #FFD324;
background: #FFF6BF url(images/carbon/warning_red.png) no-repeat right -130px;
font-size: 11px;
border-radius: 2px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    display: block;
    color: #C00;
    margin-bottom: 5px;
    font-size: 13px;
}

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

.online {
    color: white;
    background: yellowgreen;
    display: inline-block;
    padding: 2px 6px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offline {
    color: white;
    background: #BBB;
    display: inline-block;
    padding: 2px 6px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot .pagination,.tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

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

.pagination a {
    background: #DDD url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.pagination .pagination_current {
    background: #bbc7c6 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #99b8b8;
}

.pagination a:hover {
    text-decoration: none;
    background: #fff url(images/carbon/highlight.png) repeat-x 0 0;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #BBB;
}

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

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

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

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

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

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

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

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

.post_body {
    padding-left: 27px;
}

.post_content {
    padding: 5px 10px;
}

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

.repbox {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
}

._neutral {
    background-color: #FAFAFA;
    color: #999999;
    border: 1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border: 1px solid #980201;
}

._plus {
    background-color: #E8FCDC;
    color: #008800;
    border: 1px solid #008800;
}

.button {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    color: white;
    text-decoration: none;
    border-width: 1px;
    border: 0;
    padding: 5px 11px;
    cursor: pointer;
    color: #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #555;

    font-family: tahoma;
}

.button:hover {
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    color: #000;

    border: 1px solid #6b9aa8;
}

.button:active {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    

    -webkit-transform: scale(1.1);
}

.newreplybutton {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    text-decoration: none;
    border-width: 1px;
    padding: 6px 20px;
    cursor: pointer;
    color: white !important;

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

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.3s,top 0.1s;
    -moz-transition: 0.3s,top 0.1s;
    -o-transition: 0.3s,top 0.1s;
    -ms-transition: 0.3s,top 0.1s;
    transition: 0.3s,top 0.1s;
    border: 1px solid #222;

    -webkit-animation: slide 1s;
    -moz-animation: slide 1s;
    -ms-animation: slide 1s;
    animation: slide 1s;
    font-family: lato;

    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

.newreplybutton:hover {
    color: white;
    border: 1px solid green;

    -webkit-box-shadow: inset 0px 0px 2px #eee,1px 1px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 2px #eee,1px 1px 1px #ccc;
    box-shadow: inset 0px 0px 2px #eee,1px 1px 6px #ccc;
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
}

.newreplybutton:active {
    position: relative;
    top: 5px;
}

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

.newreplybutton a:hover {
    color: #fff;
    text-decoration: none;
}

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

.newreplybutton_closed {
    background-color: #da8225;
    color: #999;
    background: #da8225 url(./images/carbonhighlight.png) repeat-x 0 0;
    text-decoration: none;
    border-width: 1px;
    padding: 7px 40px;

    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60​)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    border: 1px solid #ccc;

    -webkit-animation: slide 1s;
    -moz-animation: slide 1s;
    -ms-animation: slide 1s;
    animation: slide 1s;
    font-family: lato;
    font-size: 16px;
}

.relative {
position:relative;display: block;height: 1px;
}

.newreplybutton_closed a:link {
    color: #fff;
    text-decoration: none;
}

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

.newreplybutton_closed a:visited {
    color: #fff;
    text-decoration: none;
}

.notice {
    background: #FFD9B0 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFCB94;
    border: 1px solid #FFC58A;
    color: #B85600;


    -webkit-box-shadow: inset 1px 1px 1px #eee;
    -moz-box-shadow: inset 1px 1px 1px #eee;
    box-shadow: inset 1px 1px 1px #eee;
}

.notice strong {
    font-size: 13px;
}

.welcomeblock_guest {
    position: relative;
    top: 2px;
}

#loginbutton {
    position: relative;
}

#loginbutton {
    color: white !important;
}

#usercp_button {
    position: relative;
    left: 200px;
}

.registerbutton {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #7BA336;
    padding: 2px 20px;
    color: white !important;
    border: 1px solid #555;
}

.userpanel_logout {
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 2px 30px;
    color: white !important;
              left: 100px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 0px 2px #666;
    -moz-box-shadow: inset 0px 0px 2px #666;
    box-shadow: inset 0px 0px 2px #666;
    border: 1px solid #444;

    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}

.userpanel_logout:hover {
    background: #393939 url(images/carbon/highlight.png) repeat-x;
    border: 1px solid #000;
}

.registerbutton:hover {
    border: 1px solid #0d7e82;
    background: #393939 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #555;
}

.panelbottomhr {
    margin-top: 16px;

    -webkit-box-shadow: 0px 0px 2px white;
    -moz-box-shadow: 0px 0px 2px white;
    box-shadow: 0px 0px 2px white;
}

/* dropdowns:  general */
#loginbutton_menu:before {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent; /* left arrow slant */
border-right: 15px solid transparent; /* right arrow slant */
border-bottom: 15px solid #D4D4D4; /* bottom, add background color here */
font-size: 0px;
    line-height: 0px;
    content: "";
    display: none;
    position: absolute;
    top: -15px;
    right: 20px;
}

#loginbutton_menu input[type=text],#loginbutton_menu input[type=password] {
    display: block;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 5px;
    background: #f9f9f9;
    padding: 5px;
    width: 203px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
}

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

#loginbutton_menu input:hover {
    background: #191919;
}

#signin_submit {
    background: #777;
    border: 1px solid #555;
    color: white;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 30px;

    -webkit-box-shadow: inset 1px 1px 1px #999;
    -moz-box-shadow: inset 1px 1px 1px #999;
    box-shadow: inset 1px 1px 1px #999;
    cursor: pointer;
}

#signin_submit:hover {
    background: #555 !important;

    -webkit-box-shadow: inset 1px 1px 1px #888;
    -moz-box-shadow: inset 1px 1px 1px #888;
    box-shadow: inset 1px 1px 1px #888;
}

#signin_submit:active {
    background: #555;
}

#loginbutton_menu p {
    margin: 0;
}

#loginbutton_menu a {
    color: #666;
}

#loginbutton_menu label {
    font-weight: normal;
}

#loginbutton_menu p.remember {
    padding: 10px 0;
}

#loginbutton_menu p.forgot,#loginbutton_menu p.complete {
    clear: both;
    margin: 5px 0;
}

#loginbutton_menu a:hover {
    color: #fff;
}

#usercp_menu a {
    color: #fff !important;
    display: block;
    padding: 5px;
}

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

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

    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

#loginbutton_submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#loginbutton_submit:hover,#loginbutton_submit:focu​s {
    background-position: 0 -5px;
    cursor: pointer;
}

a.loginbutton {
    text-decoration: none;
    color: #ddd;
}

a.loginbutton:hover {
    color: white;
}

a.loginbutton:active {
    color: white;
}

a.loginbutton {
    position: relative;
    margin: 0px 10px;
    clear: both;
}

#usercp_button .loginbutton_menu_open span {
    width: 66px;
}

.loginbutton_menu_open span {
    height: 20px;
    background: #191919;
    z-index: 999;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding-right: 5px;
    padding-bottom: 4px;
    top: 1px;
    color: #555;
    padding-left: 20px;
    position: relative;
    padding-top: 3px;
    left: 4px;
}

#loginbutton_menu {
    background: #393939;
    position: absolute !important;
    width: 210px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -2px;
    display: none;
    right: 35px;
    margin-top: 30px;
    margin-right: 0px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;


    -webkit-box-shadow: 5px 4px 25px #111;
    -moz-box-shadow: 5px 4px 25px #111;
    box-shadow: 5px 4px 25px #111;
}

#loginbutton_menu a:link {
    color: #fff;
}

#loginbutton_menu a:hover {
    color: #fff;
}

#message_popup {
    background: #eee;
    position: absolute !important;
    width: 250px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -5px;
    display: none;
    right: 114px;
    margin-top: 30px;
    margin-right: 0px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 6px solid #fff;


    -webkit-box-shadow: 5px 4px 25px #111;
    -moz-box-shadow: 5px 4px 25px #111;
    box-shadow: 5px 4px 25px #111;
}

#usercp_menu {
    background: #191919;
    position: absolute !important;
    width: 250px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 15px;
    top: -5px;
    display: none;
    left: 128px;
    margin-top: 30px;
    color: #777;
    font-size: 11px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 6px solid #fff;


    -webkit-box-shadow: 0px 10px 25px -5px #111;
    -moz-box-shadow: 0px 10px 25px -5px #111;
    box-shadow: 0px 10px 25px -5px #111;
}

.threadpost {
    background: #393939;
    width: 85%;
    float: left;
    display: block;
    border: 1px solid #E3E3E3;
    margin-top: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
    padding-top: 10px;
}

.threadpost:before {
    background: url(images/carbon/post_arrow.png) no-repeat;
    width: 50px;
    position: absolute;
    height: 50px;
    content: "";
    top: 15px;
    left: -40px;
}

.threadpost:hover {
    border: 1px solid #ccc;
}

.threadpost:hover .post_options {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.forgot span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: 4px;
    background: #444;
    color: white;
    text-shadow: none;
    padding: 4px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    font-size: 10px;
    position: absolute;
    height: 10px;
    top: 141px;
    left: 125px;
    width: 210px;
}

.forgot:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
}

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

.f_img {
    position: relative;
    left: -11px;
}

.forumdesc {
    font-family: tahoma,arial;
    color: #777;
    font-size: 11px;
    margin-top: 2px;
}

.forumtitle {
    font-weight: bold;
}

.postcountgrid {
    color: #393939;
    font-size: 11px;
    font-family: tahoma;
    line-height: 1.3;
    text-align: right;
}

td.row {
     background: #1a1a1a url(images/carbon/row.png) repeat-x;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    line-height: 17px;
              border-top: 1px solid #444;
}

.forumbit_posttime {
    color: #A4A4A4;
}

#forumbit_thead:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.tcat:hover .expcolimage {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

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

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.tcat:hover .expander {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#index_forums {
    float: left;
    width: 100%;
    margin-right: 10px;
}

#index_sidebar {
    float: left;
    width: 21%;
}

.postbit_button {
    padding-left: 22px;
}

.postbit_buttons a:link {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.postbit_buttons a:visited {
    color: #fff;
}

.postbit_buttons a:hover {
    color: white;
}

.index_sidebar_box {
    width: 100%;
    border: 1px solid #bbb;
    border-top: 0;
}

.mybb_credits {
    margin-right: 10px;
}

.footer_siteinfo {
    float: right;
    position: relative;
    top: -25px;
}

.theme_credits {
    margin: 15px;
    font-size: 14px;
}

.site_copyright {
    position: relative;
    top: 10px;
}

.usercp_button_arrow {
    display: inline-block;
    height: 4px;
    width: 9px;
    background: url(images/carbon/header_dropdown.png)no-repeat;
    margin-left: 5px;
    margin-bottom: 1px;
}

.loginbutton_menu_open .usercp_button_arrow {
    position: relative;
    background-position: right;
}

.usercpmenu_leftblock {
    width: 45%;
    margin-top: 5px;
    border-right: 1px dotted #aaa;
    padding-right: 3%;
}

.usercpmenu_rightblock {
    width: 45%;
    margin-top: 5px;
    padding-left: 3%;
}

.message_icon {
    background: url(images/carbon/message3.png) no-repeat;
    display: block;
    height: 28px;
    position: absolute;
    width: 35px;
    left: 300px;
    top: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70​)";
    filter: alpha(opacity=70);
    opacity: 0.7;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background-position: 1px 4px;
}

.message_icon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.message_pane {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

#priv {
position: absolute;
margin-top: 5px;
margin-left: 100px;
}

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

.pms_unread {
    background: #272E38;
    padding: 0 5px;
    position: absolute;
    top: 4px;
    height: 15px;
    left: 320px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90​)";
    filter: alpha(opacity=90);
    opacity: 0.9;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.pms_unread:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: #d64d4d;
}

.contactbutton img {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.contactbutton a {
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90​)";
    filter: alpha(opacity=90);
    opacity: 0.9;

    transition: 0.5s;
    background: #191919 url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #444;
    margin: 0px 2px 3px;
    padding: 1px 7px;
    vertical-align: middle;
    color: white;

    padding-bottom: 4px;
}

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

.footerlinks {
    float: left;
    text-align: left;
}

.threadlist_postviewcount {
    color: #666;
    font-size: 11px;
    text-align: right;
}

.threadlist_postviewcount a {
    color: #666;
}

.threadlist_row .star_rating {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50​)";
    filter: alpha(opacity=50);
    opacity: 0.5;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    float: right;
}

.threadlist_row .threadlist_multipage {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50​)";
    filter: alpha(opacity=50);
    opacity: 0.5;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    margin-left: 20px;
}

.threadlist_row:hover .threadlist_multipage {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.threadlist_multipage a {
    background: #DDD url(images/carbon/highlight.png) repeat-x 0 0;
    padding: 1px 4px;
    color: #888;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #CCC;
    font-weight: bold;
    font-size: 10px;
}

.threadlist_multipage a:hover {
    background: #CCC url(images/carbon/highlight.png) repeat-x 0 0;
    border: 1px solid #BBB;
    color: #fff;
}

.threadlist_row:hover .star_rating {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10​0)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.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/carbon/on.gif"],img[src="images/carbon/off.gif"],img[src="images/carbon/
offlock.gif"] {
position: relative;
left: -15px;
}

.closed_button {

background:#812200 url(images/carbon/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:0 -1px 0 #191919;
font:300 12px/1.3 Helvetica, Arial, sans-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/carbon/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:0 -1px 0 #191919;
font:300 12px/1.3 Helvetica, Arial, sans-serif;
line-height:30px;
height:30px;
padding:0 10px;
text-align:center;
min-width:125px;
display:inline-block;
cursor:pointer;
}

.avatar {
    margin-left: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
}

.nick {
    margin-top: 6px;
    float: left;
    margin-left: 8px;
}

.posty {
    background: #2e2e2e;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    float: right;
    font-weight: bold;
}
nie pomogło

Sorka działa :)



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

1 gości