Rozmazana czionka

Inne  Założony przez  czyzo.

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

Witam, po przejściu zauważyłem następujący problem, ponieważ w niektórych miejscach czcionka staje się rozmazana lub dostaje cień w czarnym kolorze stąd taki efekt:

Jak go rozwiązać?

Screeny:

[Obrazek: 64mdd4.jpg] [Obrazek: 2.jpg]
pokaż klasę .modnotice z Twojego css
To nie jest wina klasy modnotice, coś jest dodane do global.css. Pokaż cały kod CSS to zobaczymy co jest nie tak.
KLASA .MODNOTICE - klasa w global.css lub showthread.css odpowiedzialna za wyświetlanie noty moderatora z pluginu o tej samej nazwie. ewentualnie klasa .table
Jeżeli usuniesz to:
text-shadow: 0 -1px 0 #000;
z table z global.css, to nie będziesz miał "rozmazanych".
global.css

body {
    
background#1b1b1b url(images/portal2/background.gif) top center repeat-x;
    
color#000;
    
text-aligncenter;
    
line-height1.4;
    
margin0;
    
    
font-family'Segoe UI'ArialVerdanaSans-Serif;
    
font-size13px;
}

a:link {
    
color#9c9c9c;
    
text-decorationnone;
}

a:visited {
    
color#9c9c9c;
    
text-decorationnone;
}

a:hovera:active {
    
color#b9b9b9;
    
text-decorationnone;
}

#container {
    
background#0e0e0e;
    
width980px;
    
color#707070;
    
border1px solid #000000;
    
marginauto auto;
    
padding20px;
    
text-alignleft;
    -
moz-border-radius-bottomleft4px;
    -
moz-border-radius-bottomright4px;
    -
webkit-border-radius-buttomleft4px;
    -
webkit-border-radius-bottomright4px;
    -
border-radius-bottomright4px;
    -
border-radius-bottomleft4px;
    -
moz-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
webkit-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
box-shadowinset 0 0 1px rgba(2552552550.3);
    
margin-bottom20px;
    
border-radius0 0 4px 4px;
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    
widthauto !important;
}

.
menu ul {
    
color#000000;
    
font-weightbold;
    
text-alignright;
    
padding4px;
}

.
menu ul a:link {
    
color#000000;
    
text-decorationnone;
}

.
menu ul a:visited {
    
color#000000;
    
text-decorationnone;
}

.
menu ul a:hover, .menu ul a:active {
    
color#4874a3;
    
text-decorationnone;
}

#panel {
    
background#efefef;
    
color#000000;
    
font-size11px;
    
border1px solid #D4D4D4;
    
padding8px;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}

table {
    
color#807f7f;
    
text-shadow-1px 0 #000;
    
    
font-family'Segoe UI'ArialVerdanaSans-Serif;
    
font-size12px;
}

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

.
thead {
    
backgroundurl(images/portal2/thead_bg.giftop left repeat-x;
    
color#1b1b1b;
    
text-shadow0 1px 0 rgba(2552552550.3);
    -
moz-border-radius4px 4px 0 0;
    -
webkit-border-radius4px 4px 0 0;
    
border-radius4px 4px 0 0;
    -
border-radius4px 4px 0 0;
    
padding8px;
    
font-family'Segoe UI'ArialVerdanaSans-Serif;
    
font-size16px;
}

.
thead a:link {
    
color#1b1b1b;
    
text-decorationnone;
}

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

.
thead a:hover, .thead a:active {
    
color#1b1b1b;
}

.
tcat {
    
background#1b1b1b url(images/portal2/toplinks.gif) top left repeat-x;
    
color#686868;
    
padding8px;
    
text-transformuppercase;
    
text-shadow-1px 0 #000;
    
padding-top: -3px;
    
border-top1px solid rgba(0000.4);
    
font-size12px;
}

.
tcat a:link {
    
color#b4b4b4;
}

.
tcat a:visited {
    
color#b4b4b4;
}

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

.
trow1 {
    
background#1b1b1b url(images/portal2/trow.gif) top left repeat-x;
    
border-top1px solid #000;
    
padding6px;
}

.
trow2 {
    
background#1b1b1b url(images/portal2/trow.gif) top left repeat-x;
    
border-top1px solid #000;
    
padding6px;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
backgroundrgba(2552552550.2);
}

.
trow_sep {
    
background#rgba(255, 255, 255, 0.4);
    
color#9c9c9c;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
backgroundurl(images/portal2/thead_bg.giftop left repeat-x;
    
color#1b1b1b;
    
text-shadow0 1px 0 rgba(2552552550.2);
}

.
tfoot a:link {
    
color#1b1b1b;
    
text-decorationnone;
}

.
tfoot a:visited {
    
color#1b1b1b;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#1b1b1b;
}

.
bottommenu {
    
background#efefef;
    
color#000000;
    
border1px solid #4874a3;
    
padding10px;
}

.
navigation {
    
background#1b1b1b url(images/portal2/toplinks.gif) top left repeat-x;
    
color#b9b9b9;
    
padding6px;
    
border1px solid #000;
    
-border-radius4px;
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    
border-radius4px;
    -
moz-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
webkit-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
box-shadowinset 0 0 1px rgba(2552552550.3);
    
text-shadow-1px 0 #000 !important;
    
    
font-size11px;
}

.
navigation a:link {
    
color#b9b9b9;
    
text-decorationnone;
}

.
navigation a:visited {
    
color#b9b9b9;
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
color#9c9c9c;
    
text-decorationnone;
}

.
navigation .active {
    
color#b9b9b9;
    
font-size11px;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

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

input.textbox {
    
background#222;
    
color#9c9c9c;
    
border1px solid #000;
    
padding1px;
}

textarea {
    
background#222;
    
color#9c9c9c;
    
border1px solid #000;
    
padding4px;
    
line-height1.4;
    
text-shadow-1px 0 #000;
    
    
font-family'Segoe UI'ArialVerdanaSans-Serif;
    
font-size12px;
}

select {
    
background#ffffff;
    
border1px solid #0f5c8e;
}

.
editor {
    
background#f1f1f1;
    
width220px;
    
border1px solid #ccc;
    
text-shadownone !important;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #0f5c8e;
    
text-shadownone !important;
}

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

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

.
popup_menu {
    
background#ccc;
    
border1px 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 {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
}

.
valid_field {
    
border1px solid #0c0;
}

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

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

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

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

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

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

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
menu ul {
    list-
stylenone;
    
margin0;
}

.
menu li {
    
displayinline;
    
padding-left5px;
}

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

#panel .links {
    
margin0;
    
floatright;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
}

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

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

#copyright {
    
font11px VerdanaArialSans-Serif;
    
margin0;
    
padding10px 0 0 0;
}

#debug {
    
floatright;
    
text-alignright;
    
margin0 auto;
    
displaynone;
}

blockquote {
    
backgroundrgba(0000.4);
    
border1px solid rgba(0000.6);
    
margin0;
    
padding4px;
    -
moz-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
webkit-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
box-shadowinset 0 0 1px rgba(2552552550.3);
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    -
border-radius4px;
}

blockquote cite {
    
displayblock;
    
margin0;
    
text-transformuppercase;
    
border-bottom1px solid rgba(2552552550.1);
    
padding3px 0;
    
margin-bottom3px;
    
font-stylenormal;
    
font-weightbold;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

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

.
codeblock {
    
backgroundrgba(0000.4);
    
border1px solid rgba(0000.6);
    
padding4px;
    
padding4px;
    -
moz-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
webkit-box-shadowinset 0 0 1px rgba(2552552550.3);
    -
box-shadowinset 0 0 1px rgba(2552552550.3);
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    -
border-radius4px;
}

.
codeblock .title {
    
border-bottom1px solid rgba(2552552550.1);
    
margin3px 0;
    
text-transformuppercase;
    
font-weightbold;
}

.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

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

form {
    
margin0;
    
padding0;
}

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

.
popup_menu .popup_item {
    
displayblock;
    
padding3px;
    
text-decorationnone;
    
white-spacenowrap;
}

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

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

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

.
pm_alert {
    
background#FFF6BF;
    
color#222;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding5px 20px;
    
text-shadow0 1px 0 rgba(2552552550.2);
    
text-transformuppercase;
    
font-size11px;
    
font-weightbold;
}

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

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

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

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
color#C00;
    
backgroundurl(images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

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

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

.
pagination .pages {
    
font-weightbold;
}

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

.
pagination a {
    
border1px solid #000;
}

.
pagination .pagination_current {
    
background#1b1b1b url(images/portal2/toplinks.gif) top left repeat-x;
    
color#686868;
    
border1px solid rgba(0000.5);
    
text-shadow-1px 0 #000;
    
font-weightbold;
}

.
pagination a:hover {
    
background#222;
    
text-decorationnone;
}

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

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

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

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

.
forum_legend dd {
    
floatleft;
    
margin-right10px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

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

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

.
post_body {
    
padding5px;
}

.
post_content {
    
padding5px 10px;
}

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

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
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;
}

.
pagination_breadcrumb {
    
background-color#000;
    
border1px solid #000;
    
outline1px solid #000;
    
padding5px;
    
margin-top5px;
    
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}

.
pm_alert a:link, .pm_alert a:visited, .pm_alert a:active {
    
color#2e2e2e;
}

.
pm_alert a:hover {
    
color#222;
}

.
ver_sub {
margin0;
padding0;
list-
stylenone;
}
.
ver_sub li {
width33%;
floatleft;



Ok, wywalenie shadera w Table pomogło wszędzie.
Dzięki wielkie - do zamknięcia.



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

1 gości