Zmiana koloru czcionki

Błąd   Założony przez  misiasty125.

wersja skryptu MyBB: 1.6.6
adres forum:galaxymini.com.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Nie wiem czemu ale kolor czcionki zmienił sie tylko częściowo.

[Obrazek: 1234qda.jpg]

Tak jak widać na obrazku, jest to stary styl http://grafifor.pl/ Zapomniał bym zawartość global.css

body {
    background: #edeae0 url(images/RundStyle/bg/bg.gif) top left repeat-x;
    color: #000;
    text-align: center;
    line-height: 1.4;
    
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: underline;
}

#container {
    background: #fff url(images/RundStyle/bg/bg.gif) top left repeat-x;
    width: 920px;
    color: #000;
    text-align: left;
    margin: -8px auto;
    padding: 20px
}

#content {
    width: auto !important;
}

#panel {
    background: #fff;
    width: 380px;
    color: #373b40;
    float: right;
    margin: -110px -20px;
    height: 80px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    
    font-size: 11px;
}

.logowanie {
    margin: 10px;
}

a.zaloguj {
background: url(images/RundStyle/bg/zaloguj.png) no-repeat;
display:block;
height:80px;
overflow:hidden;
width:170px;
}

a.zaloguj:hover {
background-position: 0px -80px;
}

a.zarejestruj {
background: url(images/RundStyle/bg/zarejestruj.png) no-repeat;
display:block;
height:80px;
overflow:hidden;
width:170px;
}

a.zarejestruj:hover {
background-position: 0px -80px;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

#breadcrumb {
    background: #efefef url(/images/RundStyle/bg/trow_bg.gif) top repeat-x;
    width: 910px;
    color: #9b9b9b;
    font: 11px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px;
    border: solid 1px #cacaca;
    padding-left: 7px;
    -webkit--radius: 5px;
    -khtml-border-radiust: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 4px;
}

#breadcrumb a {
    background: url(images/RundStyle/separator.png) no-repeat right;
    color: #454545;
    height: 30px;
    display: block;
    padding-right: 10px;
    
    text-decoration: none;
}

.home {
    border: none;
    padding-top: 4px;
    margin-left: -6px
}

#breadcrumb a:hover {
    color:#35acc5;
}

table {
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

.tborder {
    width: 100%;
}

.thead {
    background: #000 url(images/RundStyle/bg/menu_bg.gif) repeat-x;
    color: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 37px;
        text-align: center;
}

.thead a:link {
    color: black;
    text-decoration: none;
}

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

.thead a:hover, .thead a:active {
    color: #fFF;
    text-decoration: underline;
}

.tcat {
    background: #34383c url(images/RundStyle/bg/tcat.gif) top repeat-x;
    color: #fff;
    padding: 5px;
    
    font-size: 12px;
}

.tcat a:link {
    color: black;
}

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

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

.trow1 {
    background: #f6f4ef;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #edebe6;
    border-bottom: 1px solid #edebe6;
}

.trow2 {
    background: #fbf9f1;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #f4f1e7;
    border-bottom: 1px solid #f4f1e7;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

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

.tfoot {
    background: #0097c8 url(images/RundStyle/bg/menu_bg.gif) left repeat-x;
    color: #ffffff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

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

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    background: #0097c8 url(images/RundStyle/bg/menu_bg.gif);
    color: #fff;
    padding: 10px;
    -webkit--radius: 10px;
    -khtml-border-radiust: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

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

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

.smalltext {
    font-size: 11px;
}

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

input.textbox {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    color: #000000;
    border: 1px solid #black;
    padding: 1px;
    -webkit--radius: 5px;
    -khtml-border-radiust: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    color: #000000;
    border: 1px solid #black;
    padding: 2px;
    line-height: 1.4;
    
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

select {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    border: 1px solid #35a7c8;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.editor_control_bar {
    background: #efefef;
    border: 1px solid #35a7c8;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

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

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    color: #f30;
    border: 1px solid #f30;
    -webkit--radius: 5px;
    -khtml-border-radiust: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.valid_field {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    border: 1px solid #0c0;
    -webkit--radius: 5px;
    -khtml-border-radiust: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#panel .links {
    color: black;
    margin: 0;
    float: left;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

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

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

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    padding: 10px;
    text-align: center;
}

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

blockquote {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    border: 1px solid #ccc;
    margin: 0;
    padding: 4px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

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

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

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    max-width: 740px;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.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 {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.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: #ffe687 url(images/RundStyle/bg/pm_alert_bg.gif) left top repeat-x;
    border: 1px solid #ffe687;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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 {
    background: #FFF6BF;
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    
    font-size: 12px;
}

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

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

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

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

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

.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 {
    border: 1px solid #81A2C4;
}

.pagination .pagination_current {
    background: #F5F5F5;
    border: 1px solid #81A2C4;
    font-weight: bold;
    color: #000;
}

.pagination a:hover {
    background: #F5F5F5;
    text-decoration: none;
}

.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;
}

.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: 5px;
}

.post_content {
    background: #efefef;
    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 {
    padding: 5px 7px 5px 7px;
    
    font-size: 16px;
    font-weight: bold;
}

._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;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.searchform {
    width: 340px;
    float: right;
    height: 34px;
    position: relative;
    top: -63px;
}

.searchbox {
    background: #f3f3f3 url(images/RundStyle/bg/imput_bg.gif) top left repeat-x;
    width: 390px;
    color: #000;
    float: right;
    margin: -56px -20px;
    height: 20px;
    border: solid 1px #35a7c8;
    padding: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.searchbox:focus {
outline:none;
}

.searchsub {
    background: url(images/RundStyle/bg/search_bg.gif);
    width: 100px;
    color: #fff;
    position: absolute;
    border: none;
    cursor: pointer;
    height: 30px;
    margin-top: -55px;
    margin-right: -21px;
    right: 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    font-size: 15px;
    font-weight: bold;
}

.statsmenu {
    background: #0097c8 url(images/RundStyle/bg/thead.gif) top left repeat-x;
    padding: 5px;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.statsmenu a {
    color: #f3f3f3;
    margin-right: 35px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.novastats {
    background: #efefef url(/images/RundStyle/bg/trow_bg.gif) top repeat-x;
    margin: 0px 0 20px 0;
    padding: 8px 20px;
}

.novastats .title {
     color:#000;
     font-weight:bold;
     font-family:Arial;
     font-size:14px;
}

.novastats hr {
    background: #c2c2c2;
    width: 100%;
}

.novastats .stats {
    color: #000;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

input.button {
    background: #34383c url(images/RundStyle/bg/tcat.gif) top repeat-x;
    color: #fff;
    padding: 2px;
    border: #34383c solid 1px;
    webkit--radius: 5px;
    -khtml-border-radiust: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.logo {
    margin-top: -13px;
    margin-left: -20px;
}

.modnotice {
    background: #ADCBE7;
    padding: 8px;
    margin: auto auto;
    border: 1px solid #0F5C8E;
    color: #000000;
    font-size: 12px;
}

#mainMenu {
    background: #0097c8 url(images/RundStyle/bg/menu_bg.gif) top repeat-x;
    width: 560px;
    height: 37px;
    position: relative;
    margin-left: -20px;
    margin-top: 6px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 15px;
}

#mainMenu a {
        padding-left:5px;    /* Spaces at the left of main menu items */
        padding-right:5px;    /* Spaces at the right of main menu items */
        font-weight:bold;
        /* Don't change these two options */
        position:absolute;
        bottom:-1px;    /* Change this value to -2px if you're not using a strict doctype */
}

#submenu {
    background: #33373b url(images/RundStyle/bg/tcat.gif) top repeat-x;
    width: 560px;
    margin-left: -20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 2px;
    
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 14px;
}

#submenu div {
        white-space:nowrap;    /* Don't change this option */
}

/*
    Style attributes of active menu item
    */
#mainMenu .activeMenuItem {
    background: #4a4f53;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 30px;
    
    text-decoration: none;
}

#mainMenu .activeMenuItem img {
        position:absolute;
        bottom:0px;
        right:0px;
}

/*
    Style attributes of inactive menu items
    */
#mainMenu .inactiveMenuItem {
    color: #fff;
    cursor: pointer;
    top: 8px;
}

#submenu a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    
    text-decoration: none;
    font-size: 0.9em;
}

#submenu a:hover {
    color: #35a7c8;
}

#facebook {

    width:265px;
    height:370px;
    position: fixed;
    top: 300px;
    left: -240px;
    overflow: hidden;
    z-index:999;
}

#facebook iframe {

    float: right;
}

#facebook img {

    float: right;
    cursor: pointer;
}

.zasady {
    background: #ffe687 url(images/RundStyle/bg/pm_alert_bg.gif) left top repeat-x;
    color: #ff0000;
    padding: 3px 7px;
    font-size: 12px;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}

.ver_sub li {
width: 50%;
float: left;
}

.opisy_dzialow {
    background: #edeae0;
    color: #000;
    float: right;
    padding: 2px 5px;
    -webkit--radius: 3px;
    -khtml-border-radiust: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto 5px;
    border: solid 1px #0caf00;
}
.thead a:link {
    color: black;
    text-decoration: none;
}

.thead a:visited {
    color: #fFF;
    text-decoration: none;
}
Obie klasy powinny mieć ten sam kolor.
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
Po edycji nadal jest to samo :/
U mnie wszystko w porządku. Problem nadal występuje?
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
Problem został zażegnany, osobiście jako autor stylu pomogłem temu użytkownikowi, a błędem jaki zrobił był brak krzyżyka (#) przed kodem koloru. ;)



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

1 gości