Diese Anzeige ist nur für
Nicht-Mitglieder sichtbar!

Jetzt kostenlos registrieren

Weiße Schrift auf weißem Grund ...

Allgemeine Fragen zum Thema Webdesign oder sonstige Webmaster-Fragen können hier gestellt werden

Moderatoren: Basti, Ingo

Weiße Schrift auf weißem Grund ...

Beitragvon Ludwigjjj am 01.11.2011, 18:09

Hallo,
ich habe für unsere Hockeygemeinschaft ca. 2002 eine kleine Website mit Frontpage erstellt. Das Aktualisieren und Pflegen wollte dann jemand anderes übernehmen, sodass die Website vor einigen Jahren "umgezogen" wurde, seit dem aber leider auch "ruht".

1.)
Die eigentlichen Texte erscheinen nicht mehr (weiße Schrift auf weißem Grund ...), und zwar durchgängig. Ich weiß nicht seit wann das der Fall ist. habt Ihr eine Lösung für mich?
www.team-futura.de

2.)
Ich beschäftige mich seit einiger Zeit mit DRUPAL und setze damit unsere neue Website auf. Gibt es hier im Forum auch Drupal KnowHow?

Kurz zu mir:
Ich habe gute PC-Kenntnisse, bin aber kein "PC-Freak" und arbeite mich jetzt - hobbymäßig - erst wieder etwas ein ins Webdesign. Bin über Google auf Euch hier gestoßen.

Gruß, Ludwigjjj
Ludwigjjj
Mitglied
 
Beiträge: 1
Registriert: 01.11.2011, 17:48
Diese Anzeige ist nur für
Nicht-Mitglieder sichtbar!
 
Jetzt kostenlos registrieren

Re: Weiße Schrift auf weißem Grund ...

Beitragvon worf1155 am 01.11.2011, 18:28

Hallo,

also woran das liegt, kann ich auch nicht sagen. Ich arbeite mit Website X5, das ist große Klasse. Wenn Du gute Ergebnisse erzielen willst, ist das eine großartige Software. Auch Wordpress ist nicht schlecht. Für Drupal findest Du eine Menge Videos auf Youtube. Aus meiner Sicht sind diese CMS aber oft überdimensioniert.

ak
worf1155
Mitglied
 
Beiträge: 3
Registriert: 17.05.2011, 11:36

Re: Weiße Schrift auf weißem Grund ...

Beitragvon trixster am 01.11.2011, 19:07

Laut Firebug hat der Text vom Aussehen der Tabelle die die Eigenschaft "color: transparent" geerbt. Ich hab keine Ahnung wie man sowas in Frontpage ändert.
manuell gehts so:

  • Öffne die Datei blen1011.css
  • Suche die Stelle:
    Code: Alles auswählen
    TABLE {
        border-color: #000000;
        color: transparent;
    }
  • schreibe anstatt transparent zum Beispiel black, oder eine andere Farbe.

Gruß trixster
Benutzeravatar
trixster
Mitglied
 
Beiträge: 483
Registriert: 05.03.2009, 16:23

Re: Weiße Schrift auf weißem Grund ...

Beitragvon ThatMSG am 01.11.2011, 22:17

Alternativ kannst du im Template im eventuellen header.php oder so, <style type="text/css"> table {color: #000 !importatnt;}</style> einfügen. damit würdest du dann einfach alles überschreiben was vorher in der Tabelle transparent gesetzt wurde.
Webklex.com
Webdesign, Templating & more
Url: www.webklex.com
Blog: http://thatmsg.wordpress.com/
Twitter: @ThatMSG
Projekte: www.webklex.com/components/blog/
Benutzeravatar
ThatMSG
Mitglied
 
Beiträge: 209
Registriert: 08.10.2011, 20:01
Wohnort: Hamburg

Re: Weiße Schrift auf weißem Grund ...

Beitragvon HURTSEAS_MEDIEN am 02.11.2011, 04:30

mit durchsichtiger schrift wirst du dir noch lange schwer tun etwas zu lesen ;)

such in deinen CSS mal folgenden "fehler":

TABLE{
table-border-color-light:#999999;
table-border-color-dark:#000000;
border-color:#000000;
color:transparent; <- TRANSPARENTS SORGT FÜR TRANSPARENTE SCHRIFT!
}

verbessern zu:

TABLE{
table-border-color-light:#999999;
table-border-color-dark:#000000;
border-color:#000000;
color:black;
}


dick markiert wo du es in deinem CSS findest:

.mstheme{
nav-banner-image:url(blebanna.gif);
separator-image:url(blesepa.gif);
list-image-1:url(blebul1a.gif);
list-image-2:url(blebul2a.gif);
list-image-3:url(blebul3a.gif);
navbutton-horiz-pushed:url(blenavhs.gif);
navbutton-horiz-normal:url(blenavha.gif);
navbutton-horiz-hovered:url(blenavhh.gif);
navbutton-vert-pushed:url(blenavvs.gif);
navbutton-vert-normal:url(blenavva.gif);
navbutton-vert-hovered:url(blenavvh.gif);
navbutton-home-normal:url(blehomea.gif);
navbutton-home-hovered:url(blehomeh.gif);
navbutton-up-normal:url(bleupa.gif);
navbutton-up-hovered:url(bleuph.gif);
navbutton-prev-normal:url(blebacka.gif);
navbutton-prev-hovered:url(blebackh.gif);
navbutton-next-normal:url(blenexta.gif);
navbutton-next-hovered:url(blenexth.gif);
}
UL{
list-style-image:url(blebul1a.gif);
}
UL UL{
list-style-image:url(blebul2a.gif);
}
UL UL UL{
list-style-image:url(blebul3a.gif);
}
.mstheme-bannertxt{
font-family:"Trebuchet MS",Arial,Helvetica;
font-size:5;
color:#FFCC00;
}
.mstheme-horiz-navtxt{
font-family:"trebuchet ms",arial,helvetica;
font-size:2;
color:#000000;
}
.mstheme-vert-navtxt{
font-family:"trebuchet ms",arial,helvetica;
font-size:2;
color:#000000;
}
.mstheme-navtxthome{
font-family:"trebuchet ms",arial,helvetica;
font-size:1;
color:#FFCC00;
}
.mstheme-navtxtup{
font-family:"trebuchet ms",arial,helvetica;
font-size:1;
color:#FFCC00;
}
.mstheme-navtxtprev{
font-family:"trebuchet ms",arial,helvetica;
font-size:1;
color:#FFCC00;
}
.mstheme-navtxtnext{
font-family:"trebuchet ms",arial,helvetica;
font-size:1;
color:#FFCC00;
}
a:link{
color:#993300;
}
a:visited{
color:#0000FF;
}
a:active{
color:#FF9900;
}
body{
color:#000000;
background-color:#CCCCCC;
}
h1{
color:#000000;
}
h2,marquee{
color:#000000;
}
h3{
color:#000000;
}
h4{
color:#000000;
}
h5{
color:#000000;
}
h6{
color:#000000;
}
LABEL,.MSTHEME-LABEL{
color:#000000;
}
FIELDSET{
border-color:#330099;
color:#000000;
}
LEGEND{
color:#000000;
}
SELECT{
border-color:#999999;
color:#000000;
}
TABLE{
table-border-color-light:#999999;
table-border-color-dark:#000000;
border-color:#000000;
color:transparent;
}

CAPTION{
color:#000000;
}
TH{
color:#000000;
}
HR{
color:#330099;
}
TD{
border-color:#330099;
}
.mstheme{
navbutton-background-color:#CCCCCC;
top-bar-button:url(bleglob1.gif);
}
body{
font-family:"trebuchet ms",arial,helvetica;
background-image:url('blegtext.gif');
}
IL{
list-style-image:url('blebul2a.gif');
}
table.ms-toolbar{
background-image:url('toolgrad.gif');
border:1px solid #BBBBBB
}
.UserDottedLine{
margin-bottom:2px;
height:1px;
overflow:hidden;
background-color:transparent;
background-image:url('dot.gif');
background-repeat:repeat-x
}
.UserToolbar{
background-image:url('toolgrad.gif');
border:1px solid #BBBBBB;
background-repeat:repeat-x;
background-color:transparent
}
.mstheme-topbar-font{
font-family:"trebuchet ms",arial,helvetica;
color:#FFCC00;
}
h1{
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
font-style:normal;
}
h2{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
font-style:normal;
}
h3{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
font-style:normal;
}
h4{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
font-style:normal;
}
h5{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
font-style:normal;
}
h6{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
font-style:normal;
}
BUTTON{
border-style:solid;
border-width:1pt;
font-family:Arial,Helvetica,sArial,Helvetica,sans-serifans-serif;
font-style:normal;
}
label, .MSTHEME-LABEL{
font-family:"trebuchet ms",arial,helvetica;
font-style:normal;
}
TEXTAREA{
font-family:"trebuchet ms",arial,helvetica;
font-style:normal
}
FIELDSET{
border-style:solid;
border-width:1pt;
font-family:"trebuchet ms",arial,helvetica;
font-style:normal;
}
LEGEND{
font-family:"trebuchet ms",arial,helvetica;
font-style:normal;
}
SELECT{
border-style:solid;
font-family:"trebuchet ms",arial,helvetica;
font-style:normal
}
TABLE{
font-family:"trebuchet ms",arial,helvetica;
font-style:normal;
}
CAPTION{
font-family:"trebuchet ms",arial,helvetica;
font-style:normal;
}
TH{
font-family:"trebuchet ms",arial,helvetica;
font-style:bold;
}
MARQUEE{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-main{
border-color:#FFCC00;
}
.ms-bannerframe, .ms-GRHeaderBackground, .ms-storMeFree{
background-image:url('');
background-color:#000000;
background-repeat:repeat-x;
}
.ms-banner{
color:#FFCC00;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-banner a:link{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
font-weight:normal;
text-decoration:none;
}
.ms-banner a:visited{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
font-weight:normal;
text-decoration:none;
}
.ms-nav td{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#000000;
}
.ms-navframe{
border-color:#B9B9B9;
}
.ms-nav a{
text-decoration:none;
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#993300;
}
.ms-nav a:hover{
text-decoration:underline;
color:#FF9900;
}
.ms-nav a:visited{
color:#993300;
}
.ms-viewselect a:link{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
}
.ms-titlearea{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
}
.ms-pagetitle{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
}
.ms-pagetitle a{
text-decoration:underline;
color:#993300;
}
.ms-pagetitle a:hover{
text-decoration:underline;
color:#FF9900;
}
.ms-announcementtitle{
font-weight:bold;
}
.ms-formlabel{
font-family:verdana;
font-size:.7em;
font-weight:normal;
color:#330099;
}
.ms-formbody{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
}
.ms-formdescription{
font-family:"trebuchet ms",arial,helvetica;
color:#330099;
}
.ms-selected{
background-color:#0000FF;
color:#000000;
}
.ms-selected SPAN{
color:#0000FF;
}
.ms-filedialog TD{
height:16px;
}
.ms-descriptiontext{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-descriptiontext a{
color:#993300;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-separator{
color:#000000;
}
.ms-authoringcontrols{
background-color:#B9B9B9;
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
}
.ms-alternating{
background-color:#B9B9B9;
}
.ms-back{
vertical-align:top;
padding-left:4;
padding-right:4;
padding-top:2;
padding-bottom:4;
background-color:#B9B9B9;
}
.ms-sectionheader{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
}
.ms-sectionline{
background-color:#0000CC;
}
.ms-partline{
background-color:#0000CC;
}
.ms-propertysheet{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-propertysheet th{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
font-weight:bold;
}
.ms-propertysheet a{
text-decoration:none;
color:#993300;
}
.ms-propertysheet a:hover{
text-decoration:underline;
color:#FF9900;
}
.ms-propertysheet a:visited{
text-decoration:none;
color:#0000FF;
}
.ms-propertysheet a:visited:hover{
text-decoration:underline;
}
.ms-itemheader a{
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.ms-itemheader a:hover{
text-decoration:underline;
color:#000000;
}
.ms-itemheader a:visited{
text-decoration:none;
color:#000000;
}
.ms-itemheader a:visited:hover{
text-decoration:underline;
}
.ms-vh{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
}
.ms-vb{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
height:18px;
vertical-align:top;
}
.ms-homepagetitle{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
font-weight:bold;
text-decoration:none;
}
:hover.ms-homepagetitle{
text-decoration:underline;
color:#993300;
}
.ms-addnew{
font-weight:normal;
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
text-decoration:none;
}
.ms-cal{
border-collapse:collapse;
table-layout:fixed;
font-family:"trebuchet ms",arial,helvetica;
cursor:default;
}
.ms-caltop{
border-top:1px solid #0000CC;
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
vertical-align:top;
width:14%;
height:30px;
}
.ms-calhead{
border:none;
text-align:center;
background-color:#000000;
color:#CCCCCC;
font-family:"trebuchet ms",arial,helvetica;
padding:2px;
}
.ms-caldow{
border-top:1px solid #0000CC;
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
vertical-align:top;
text-align:center;
font-weight:bold;
color:#000000;
height:20px;
}
.ms-calmid{
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
height:20px;
}
.ms-calspacer{
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
height:4px;
}
.ms-calbot{
border-top:none;
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
border-bottom:1px solid #0000CC;
height:2px;
}
.ms-appt a{
color:#993300;
}
.ms-appt a:hover{
color:#FF9900;
}
.ms-appt{
border:2px solid #0000CC;
text-align:center;
vertical-align:middle;
height:18px;
overflow:hidden;
text-overflow:ellipsis;
background-color:#0000FF;
color:#000000;
}
.ms-caldowdown{
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
color:#000000;
text-align:center;
vertical-align:middle;
}
.ms-caldown{
color:#000000;
vertical-align:top;
}
.ms-datepickeriframe{
position:absolute;
display:none;
background:#FFFFFF;
}
.ms-datepicker{
font-family:Arial,Helvetica,sArial,Helvetica,sans-serifans-serif;
background-color:#CCCCCC;
color:#000000;
border:2px outset activeborder;
cursor:default
}
.ms-dpdow{
border:none;
vertical-align:top;
text-align:center;
font-weight:bold;
color:#000000;
border-bottom:1px solid #0000CC;
}
.ms-dpday{
border:none;
text-align:center;
cursor:hand;
}
.ms-dpselectedday{
border:none;
background-color:#B9B9B9;
text-align:center;
cursor:hand;
}
.ms-dpnonmonth{
color:#BBBBBB;
border:none;
text-align:center;
cursor:hand;
}
.ms-dphead{
border:none;
text-align:center;
font-weight:bold;
background-color:#858585;
color:#000000;
}
.ms-dpfoot{
text-align:center;
font-style:italic;
border-top:1px solid;
border-left:none;
border-bottom:none;
border-right:none;
height:24px;
}
IMG.ms-button{
cursor:hand;
}
.ms-toolbar, .ms-toolbar a:visited{
font-family:"trebuchet ms",arial,helvetica;
text-decoration:none;
color:#993300;
}
.ms-stylebody{
font-family:verdana;
font-size:8pt;
}
.ms-styleheader a:link, .ms-stylebody a:link{
color:#993300;
text-decoration:none;
}
.ms-styleheader a:visited, .ms-stylebody a:visited{
text-decoration:none
}
.ms-styleheader a:hover, .ms-stylebody a:hover{
color:#ff3300;
text-decoration:underline;
}
.ms-gridT1{
font-family:"trebuchet ms",arial,helvetica;
text-align:center;
color:#BBBBBB;
}
select{
font-family:"trebuchet ms",arial,helvetica;
}
hr{
color:#330099;
height:2px;
}
.ms-formdescription A{
color:#993300;
text-decoration:none;
}
.ms-formtable .ms-formbody{
line-height:1.3em;
}
.ms-radiotext{
cursor:default;
text-align:left;
font-family:verdana;
font-size:10pt;
height:19px;
}
.ms-gridtext{
cursor:default;
font-family:"trebuchet ms",arial,helvetica;
height:19px;
}
.ms-formbody{
font-family:"trebuchet ms",arial,helvetica;
vertical-align:top;
}
table.ms-form th{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
vertical-align:top;
}
table.ms-form td{
width:100%;
vertical-align:top;
}
.ms-formrecurrence{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
vertical-align:top;
}
.ms-long{
font-family:Arial,Helvetica,sArial,Helvetica,sans-serifans-serif;
width:386px;
}
.ms-banner a:link{
font-family:"trebuchet ms",arial,helvetica;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.ms-banner a:visited{
font-family:"trebuchet ms",arial,helvetica;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.ms-nav td, .ms-nav .ms-SPZoneLabel, .ms-input{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-nav th{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#000000;
}
.ms-navheader a, .ms-navheader a:link, .ms-navheader a:visited{
font-weight:bold;
}
.ms-navframe{
background:#B9B9B9;
}
.ms-navline{
border-bottom:1px solid #000000;
}
.ms-nav .ms-navwatermark{
color:#D2D2D2;
}
.ms-selectednav{
border:1px solid #000000;
background:#CCCCCC;
padding-top:1px;
padding-bottom:2px;
}
.ms-unselectednav{
border:1px solid #B9B9B9;
padding-top:1px;
padding-bottom:2px;
}
.ms-verticaldots{
border-right:1px solid #0000CC;
border-left:none;
}
.ms-nav a:link{
}
TD.ms-titleareaframe{
color:#000000;
border-color:#FFCC00;
}
TABLE.ms-titleareaframe{
border-left:0px;
}
Div.ms-titleareaframe{
border-top:4px solid #FFCC00;
}
.ms-searchform{
background-color: #FFCC00;
}
.ms-searchcorner{
background-color:#FFCC00;
background-image:none;
}
.ms-titlearealine{
background-color:#0000CC;
}
.ms-bodyareaframe{
border-color:#FFCC00;
}
.ms-pagetitle{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-pagetitle a{
text-decoration:none;
}
.ms-pagetitle a:hover{
text-decoration:underline;
}
.ms-pagecaption{
color:#FFFFFF;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-selectedtitle{
background-color:#B9B9B9;
border:1px solid #999999;
padding-top:1px;
padding-bottom:2px;
}
.ms-unselectedtitle{
margin:1px;
padding-top:1px;
padding-bottom:2px;
}
.ms-menuimagecell{
background-color:#B9B9B9;
cursor:hand;
}
.ms-filedialog td{
height:16px;
}
.ms-alerttext{
color:#DB6751;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-sectionheader a{
color:#000000;
text-decoration:none;
}
.ms-sectionheader a:hover{
color:#000000;
text-decoration:none;
}
.ms-sectionheader a:visited{
color:#000000;
text-decoration:none;
}
.ms-discussiontitle{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
font-weight:bold;
}
.ms-vh2{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
vertical-align:top;
}
.ms-vh-icon{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
vertical-align:top;
width:22px;
}
.ms-vh-icon-empty{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
vertical-align:top;
width:0px;
}
.ms-vh-left{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
}
.ms-vh-left-icon{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
width:22px;
}
.ms-vh-left-icon-empty{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
width:0px;
}
.ms-vh-right{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
}
.ms-vh-right-icon{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
width:22px;
}
.ms-vh-right-icon-empty{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
font-weight:normal;
width:0px;
}
.ms-vh a, .ms-vh a:visited, .ms-vh2 a, .ms-vh2 a:visited, .ms-vh-left a, .ms-vh-right a{
color:#993300;
text-decoration:none;
}
.ms-vh a:hover, .ms-vh2 a:hover{
text-decoration:underline;
}
.ms-vhImage{
font-family:"trebuchet ms",arial,helvetica;
color:#434343;
text-decoration:none;
font-weight:normal;
vertical-align:top;
width:18pt;
}
.ms-gb{
font-family:"trebuchet ms",arial,helvetica;
height:18px;
color:#000000;
background-color:#B9B9B9;
font-weight:bold;
}
.ms-styleheader{
font-family:verdana;
font-size:0.68em;
background-color:#B9B9B9;
}
.ms-vb, .ms-vb2, .ms-GRFont, .ms-vb-user{
font-family:"trebuchet ms",arial,helvetica;
vertical-align:top;
}
.ms-vb a, .ms-vb2 a, .ms-GRStatusText a, .ms-vb-user a{
color:#993300;
text-decoration:none;
}
.ms-vb a:hover, .ms-vb2 a:hover, .ms-vb-user a:hover{
color:#FF9900;
text-decoration:underline;
}
.ms-vb a:visited, .ms-vb2 a:visited, .ms-GRStatusText a:visited, .ms-vb-user a:visited{
color:#993300;
text-decoration:none;
}
.ms-vb a:visited:hover, .ms-vb2 a:visited:hover, .ms-vb-user a:visited:hover{
color:#FF9900;
text-decoration:underline;
}
.ms-vb2, .ms-vb-title, .ms-vb-icon, .ms-vb-user{
border-top:1px solid #FFCC00;
}
.ms-vb-icon{
vertical-align:top;
width:16px;
padding-top:2px;
padding-bottom:0px;
}
.ms-vb2{
padding-top:3px;
padding-bottom:0px;
}
.ms-addnew{
font-weight:normal;
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
text-decoration:none;
}
.ms-error{
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#db6751;
}
.ms-vcal{
border-collapse:separate;
table-layout:fixed;
font-family:"trebuchet ms",arial,helvetica;
cursor:default;
}
.ms-Dcal{
border-collapse:collapse;
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
table-layout:fixed;
font-family:"trebuchet ms",arial,helvetica;
cursor:default;
}
.ms-calDmidHour{
border-color:#0000CC;
height:20px;
}
.ms-calDmidHalfHour{
border-color:#0000CC;
height:20px;
}
.ms-calDmidQuarterHour{
border:0px none;
height:20px;
}
.ms-CalSpacer{
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
height:4px;
}
.ms-CalDSpacer{
border-left:1px solid #0000CC;
border-right:1px solid #0000CC;
height:4px;
}
.ms-CalVSpacer{
background-color:#0000CC;
width:0px;
}
.ms-CalAllDay{
text-align:center;
vertical-align:top;
width:10%;
height:12px;
}
.ms-firstCalHour{
vertical-align:top;
width:10%;
height:12px;
}
.ms-calHour{
border-top:1px solid #0000CC;
vertical-align:top;
width:10%;
height:12px;
}
.ms-calHalfHour{
border-top:1px solid #000000;
vertical-align:top;
height:12px;
}
.ms-calQuarterHour{
border-top:0px none;
vertical-align:top;
height:12px;
}
.ms-Dappt{
border:2px solid #0000CC;
text-align:center;
vertical-align:middle;
height:18px;
overflow:hidden;
background-color:#0000FF;
color:#000000;
}
.ms-Vappt{
border-top:1px solid #000000;
border-left:2px solid #000000;
border-bottom:3px solid #000000;
border-right:2px solid #000000;
text-align:center;
padding-left:3px;
padding-right:3px;
vertical-align:middle;
height:12px;
overflow:hidden;
text-overflow:ellipsis;
background-color:#D2D2D2;
color:#000000;
}
.ms-Vapptsingle a, .ms-Vappt a{
text-decoration:none;
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#993300;
overflow:hidden;
text-overflow:ellipsis;
}
.ms-Vappt a:link{
}
.ms-Vappt a:hover{
text-decoration:underline;
color:#000000;
}
.ms-Vevt{
padding:0px;
text-align:center;
vertical-align:top;
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
height:12px;
overflow:hidden;
text-overflow:ellipsis;
color:#000000;
}
.ms-Vevt a{
text-decoration:none;
font-family:"trebuchet ms",arial,helvetica;
font-weight:normal;
color:#000000;
}
.ms-Vevt a:link{
}
.ms-Vevt a:hover{
text-decoration:underline;
color:#000000;
}
.ms-Vevt a:visited{
color:#DFD664;
}
.ms-apptsingle{
border-left:1px solid #330099;
border-right:1px solid #330099;
height:18px;
vertical-align:middle;
overflow:hidden;
text-overflow:ellipsis;
color:#000000;
}
.ms-Dapptsingle{
border-left:1px solid #330099;
border-right:1px solid #330099;
height:18px;
vertical-align:middle;
overflow:hidden;
color:#000000;
}
.ms-Vapptsingle{
border:1px solid #330099;
text-align:center;
vertical-align:middle;
overflow:hidden;
text-overflow:ellipsis;
color:#000000;
background-color:#D2D2D2;
}
.ms-Vapptsingle a:link{
}
.ms-Vapptsingle a:hover{
text-decoration:underline;
}
.ms-Vapptsingle a:visited{
}
.ms-dpnextprev{
border:none;
text-align:center;
font-weight:bold;
background-color:#858585;
color:#000000;
cursor:hand;
}
.ms-discussionseparator{
color:#000000;
height:1px;
}
.ms-stylelabel{
font-family:verdana;
font-size:8pt;
color:#000000;
}
.ms-stylebox{
font-family:verdana;
border:1px solid #000000;
text-align:left
}
img.thumbnail{
border:3px solid #858585;
}
tr.ms-imglibselectedrow{
background-color:#B9B9B9;
}
table.ms-imglibtitletable{
border:0px solid #FFCC00;
}
.ms-imglibthumbnail{
background-color:#B9B9B9;
border:solid #858585 0px;
}
span.thumbnail{
padding:16 10;
position:relative;
width:5px;
}
span.userdata{
behavior:url(#default#userData);
display:none;
}
.ms-imglibmenuhead{
cursor:move;
}
.ms-imglibmenu{
background-color:#B9B9B9;
cursor:hand;
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
}
.ms-imglibmenutext{
cursor:move;
font-weight:bold;
color:#993300;
}
.ms-imglibmenuarea{
background-color:#B9B9B9;
}
img.ms-imglibpreviewarea{
border:solid #B9B9B9 3px;
margin-top:3px;
}
a.ms-imglibPreviewTitle{
overflow:hidden;
text-overflow:ellipsis;
width:130;
}
table.ms-imglibPreviewTable{
display:none;
}
.UserShadedRegion{
font-family:"trebuchet ms",arial,helvetica;
background-color:#B9B9B9;
}
.UserCaption{
font-family:"trebuchet ms",arial,helvetica;
background-color:#B9B9B9;
}
.UserConfiguration{
font-family:"trebuchet ms",arial,helvetica;
background-color:#B9B9B9;
}
.UserButton, .UserInput, .UserSelect{
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
}
.UserNotification{
font-family:"trebuchet ms",arial,helvetica;
padding:4px;
COLOR:#BBBBBB;
}
.UserToolBarTextArea{
padding-bottom:5px;
font-weight:normal;
font-family:"trebuchet ms",arial,helvetica;
}
.UserToolbarTextArea A:link{
COLOR:#993300;
TEXT-DECORATION:none;
}
.UserToolbarTextArea A:visited{
COLOR:#993300;
TEXT-DECORATION:none;
}
.UserToolbarTextArea A:hover{
COLOR:#FF9900;
TEXT-DECORATION:underline;
}
.UserToolbarDisabledLink{
COLOR:#000000;
font-family:"trebuchet ms",arial,helvetica;
padding:4px;
}
.UserToolbarImage{
border:medium none;
cursor:hand;
background-color:#BBBBBB;
text-align:center;
}
.UserToolBarImageArea{
padding-bottom:5px;
font-weight:normal;
font-family:"trebuchet ms",arial,helvetica;
}
.UserToolbarSelectedImage{
border-right:medium none;
border-top:medium none;
border-left:medium none;
border-bottom:#000000 1px solid;
font-weight:bold;
vertical-align:top;
text-align:center;
}
.UserGenericHeader{
font-weight:bold;
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.UserGeneric{
padding:8px 5px 7px 5px;
}
.UserGenericText{

}
.UserGenericBody{
padding:5px 0px 0px 17px;
}
.UserSectionTitle{
font-weight:bold;
width:100%;
margin-bottom:5px;
padding-bottom:2px;
border-bottom:solid 1px #858585;
color:#000000;
}
.UserSectionHead{
width:100%;
padding:0px 0px 3px 0px;
color:#000000;
}
.UserSectionFooter{
color: ;
border-top:1px solid #858585
}
.UserSectionBody{
width:100%;
padding:0px 0px 0px 7px;
}
.UserControlGroup{
padding-bottom:10px;
padding-top:2px;
}
.UserFooter{
width:100%;
padding:10px 7px 7px 7px;
}
.UserCommandArea{
padding-top:7px;
}
.UserCellSelected{
font-family:"trebuchet ms",arial,helvetica;
padding:1px 4px 2px 4px;
background-color:#CCCCCC;
border:solid 1px #000000;
color:#000000;
}
.UserCell{
font-family:"trebuchet ms",arial,helvetica;
padding:2px 5px 3px 5px;
color:#000000;
}
.UserGenericBulletItem{
padding-bottom:2px;
}
.ms-ToolPaneFrame{
padding:0px;
background-color:#B9B9B9;
}
.ms-ToolPaneBody{
padding-bottom:2px;
padding-top:2px;
}
.ms-ToolPaneHeader{
background-color:#858585;
border-style:none;
}
.ms-ToolPaneBorder{
border-right:#B9B9B9 1px solid;
border-top:solid none;
border-bottom:solid none;
border-left:#B9B9B9 1px solid;
}
.ms-ToolPaneClose{
background-color:#858585;
}
.ms-ToolPaneTitle{
color:#000000;
font-weight:bold;
font-family:"trebuchet ms",arial,helvetica;
padding-top:3px;
padding-bottom:3px;
background-color:#858585;
}
.ms-ToolPaneFooter{
background-color:#858585;
padding:5px;
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
}
.ms-ToolPaneError{
color:#db6751;
font-family:"trebuchet ms",arial,helvetica;
padding:2px;
}
.ms-ToolPaneInfo{
padding-right:5px;
padding-top:5px;
padding-bottom:0px;
padding-left:5px;
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
background-color:#B9B9B9;
}
.ms-ToolPartSpacing{
padding-top:8px;
}
.ms-TPBorder{
border:none;
}
.ms-TPHeader{
background-color:#000000;
}
.ms-TPTitle{
color:#FFFFFF;
font-weight:bold;
font-family:"trebuchet ms",arial,helvetica;
padding-top:2px;
padding-bottom:2px;
}
.ms-TPBody{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-TPBody a:link, .ms-TPBody a:visited, .ms-TPBody a:hover{
color:#993300;
text-decoration:none;
cursor:hand;
}
.ms-TPCommands{
}
.ms-TPInput{
color:#FFFFFF;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-CategoryTitle{
font-family:"trebuchet ms",arial,helvetica;
font-weight:bold;
text-decoration:none;
}
.ms-PropGridBuilderButton{
border:solid 1px #999999;
width:16px;
display:none;
background-color:#858585;
}
.ms-SPZone{
border:#330099 1px solid;
padding:5px;
}
.ms-SPZoneSelected{
border:#FF9900 1px solid;
padding:5px;
}
.ms-SPZoneIBar{
border:#FF9900 3px solid;
}
.ms-SPZoneLabel{
color:#330099;
font-family:"trebuchet ms",arial,helvetica;
padding:0;
}
.ms-SPError{
color:#DB6751;
font-family:"trebuchet ms",arial,helvetica;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
border-bottom:#B9B9B9 2px solid;
}
.ms-SPZoneCaption{
color:#330099;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-WPDesign{
background-color:#B9B9B9;
}
.ms-WPMenu{
background-color:#B9B9B9;
}
.ms-WPTitle{
font-weight:bold;
font-family:"trebuchet ms",arial,helvetica;
color:#000000;
padding-top:2px;
padding-bottom:2px;
}
.ms-WPTitle a:link, .ms-WPTitle a:visited{
color:#000000;
text-decoration:none;
cursor:hand;
}
.ms-WPTitle A:hover{
color:#000000;
text-decoration:underline;
cursor:hand;
}
.ms-WPSelected{
border:#0000FF 3px dashed;
}
.ms-WPBody{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-WPBody table, .ms-TPBody table{
}
.ms-WPBody a:link, .ms-WPBody a:visited{
color:#993300;
text-decoration:none;
}
.ms-WPBody A:hover{
color:#FF9900;
text-decoration:underline;
}
.ms-WPBody th, .ms-TPBody th{
font-weight:bold;
}
.ms-WPBody td{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-WPBody h1, .ms-TPBody h1{
font-weight:bold;
}
.ms-WPBody h2, .ms-TPBody h2{
font-weight:bold;
}
.ms-WPBody h3, .ms-TPBody h3{
font-weight:bold;
}
.ms-WPBody h4, .ms-TPBody h4{
font-weight:bold;
}
.ms-WPBody h5, .ms-TPBody h5{
font-weight:bold;
}
.ms-WPBody h6, .ms-TPBody h6{
font-weight:bold;
}
.ms-WPBorder{
border-right:#000000 1px solid;
border-left:#000000 1px solid;
border-top-style:none;
border-bottom:#000000 1px solid;
}
.ms-HoverCellActive{
border:#993300 1px solid;
background-color:#a7d3ff;
}
.ms-HoverCellActiveDark{
border:solid 1px #000000;
background-color:#B9B9B9;
}
.ms-SPLink{
font-family:"trebuchet ms",arial,helvetica;
color:#993300;
}
.ms-SPLink a:link, .ms-SPLink a:visited{
color:#993300;
text-decoration:none;
}
.ms-SPButton{
font-family:"trebuchet ms",arial,helvetica;
}
.ms-PartSpacingVertical, .ms-PartSpacingHorizontal{
padding-top:10px;
}
.ms-WPHeader{
background-color:#B9B9B9;
background-image:url('blank.gif');
background-repeat:repeat-x;
}
.ms-PageHeaderDate{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-PageHeaderGreeting{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-rtApplyBackground{
background-color:#330099;
border:0.02cm solid #999999;
}
.ms-rtRemoveBackground{
background-color:transparent;
border:0.02cm solid #CCCCCC;
}
.ms-rtToolbarDefaultStyle{
font:normal 8pt "trebuchet ms",arial,helvetica;
}
.ms-subsmanageheader{
background-color:#B9B9B9;
font-family:"trebuchet ms",arial,helvetica;
text-decoration:none;
font-weight:bold;
vertical-align:top;
}
.ms-subsmanagecell{
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
height:18px;
vertical-align:top;
}
.ms-ConnError{
color:#db6751;
}
.ms-storMeUsed{
background-color:#993300;
}
.ms-storMeFree{
background-color:#0000FF;
}
.ms-storMeEstimated{
background-color:#FF9900;
}
.ms-underline{
vertical-align:top;
border-bottom:1px solid #FFCC00;
padding-left:4;
padding-right:4;
padding-top:2;
padding-bottom:4;
}
.ms-underlineback{
vertical-align:top;
border-bottom:1px solid #FFCC00;
padding-left:4;
padding-right:4;
padding-top:2;
padding-bottom:4;
background-color:#B9B9B9;
}
.ms-smallheader{
font-weight:bold;
color:#000000;
font-family:"trebuchet ms",arial,helvetica;
}
.ms-smallsectionline{
padding-left:0;
padding-right:0;
padding-top:2;
padding-bottom:0;
border-bottom:1px solid #FFCC00;
}
.ms-tabselected{
font-family:"trebuchet ms",arial,helvetica;
background-color:#0000CC;
border-right:#0000CC 2px solid;
border-left:#0000CC 2px solid;
border-top:#0000CC 2px solid;
border-bottom:#0000CC 2px solid;
font-weight:bold;
padding-top:3px;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
color:#FFCC00;
}
.ms-tabinactive{
font-family:"trebuchet ms",arial,helvetica;
background-color:#B9B9B9;
border-right:#B9B9B9 2px solid;
border-left:#B9B9B9 2px solid;
border-top:#B9B9B9 2px solid;
border-bottom:#B9B9B9 2px solid;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
padding-left:10px;
color:#993300;
}
.ms-tabinactive a:link, .ms-tabinactive a:hover, .ms-tabinactive a:visited{
color:#993300;
text-decoration:none;
}
.ms-surveyVBarT{
font-size:7pt;
font-family:verdana;
text-align:center;
color:#BBBBBB;
}
.ms-surveyGVVBar{
width:9px;
background-color:#000000;
border-top-color:#000000;
border-top-style:solid;
border-top-width:0px;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:0px;
}
.ms-surveyGVVBarS{
width:20px;
}
.ms-uploadborder{
border:1px solid #000000;
}
.ms-uploadcontrol{
background-color:#0000FF;
}
.ms-highlight{
background-color:#000000;
}
.UserBackground{
background-color:#CCCCCC;
}
.ms-MWSSelectedInstance{
color:#000000;
text-decoration:none;
}
.ms-MWSInstantiated a:link, .ms-MWSInstantiated a:visited{
color:#993300;
text-decoration:none;
}
.ms-MWSInstantiated a:hover{
color:#FF9900;
text-decoration:underline;
}
.ms-MWSUninstantiated a:link, .ms-MWSUninstantiated a:visited{
color:#993300;
text-decoration:none;
}
.ms-MWSUninstantiated a:hover{
color:#993300;
text-decoration:underline;
}
.ms-ToolStrip{
color:#000000;
background-color:#B9B9B9;
border-left:#330099 1px solid;
border-right:#330099 1px solid;
border-top:#330099 1px solid;
border-bottom:#330099 1px solid;
}
HURTSEAS MEDIEN - Design und Internetprogrammierung
http://www.hurtseas-welt.de/
HURTSEAS_MEDIEN
Mitglied
 
Beiträge: 21
Registriert: 10.09.2011, 03:02

Re: Weiße Schrift auf weißem Grund ...

Beitragvon trixster am 02.11.2011, 19:05

Was für ein Post^^.
Benutzeravatar
trixster
Mitglied
 
Beiträge: 483
Registriert: 05.03.2009, 16:23

Re: Weiße Schrift auf weißem Grund ...

Beitragvon ThatMSG am 02.11.2011, 19:39

Fast schon spam... dafür gibs doch die [code] Funktion
Webklex.com
Webdesign, Templating & more
Url: www.webklex.com
Blog: http://thatmsg.wordpress.com/
Twitter: @ThatMSG
Projekte: www.webklex.com/components/blog/
Benutzeravatar
ThatMSG
Mitglied
 
Beiträge: 209
Registriert: 08.10.2011, 20:01
Wohnort: Hamburg


Zurück zu Webdesign

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 3 Gäste