Suche im Forum:
Suchen


Autor Nachricht
Beitrag08.06.2007 um 19:28 (UTC)    
Titel: schwarze schrift im content-button

Hallo an alle.

ich hab ien problem und zwar hab ich einen CSS-Code einegfügt aber in dem Content button ist die Schrift-Farbe weiß und ich möchte sie schwarz haben.




hier mein CSS-Code:




Code:
 <style type="text/css"> <!--td.edit_header_full{background-image:url(http://bbuaa.bb.ohost.de/keiname/header.jpg);background-repeat:no-repeat;}
object.objekt{position: absolute;left: 5px;top: 0px;}
td.edit_navi_headbg{background-image: url();width: 15%;}
td.nav_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold;}
td.nav{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 32px;}
td.nav:hover{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_green.jpg);height: 32px;}
td.nav a{color: #000000;text-decoration: none;font-size: 11px;}
td.nav a:hover{color: #000000;text-decoration: overline underline;font-size: 11px;}
td.nav a:visited{color: #000000;font-size: 11px;font-weight: bold;}
td.edit_below_nav{visibility: hidden;}

td.edit_rechts_cbg{background-image: url();width: 100%;}
td.edit_content_top{height: 33px;background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);font-size:14px;font-weight:bold;text-align: center;}
td.edit_content{padding-left: 40px;background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_content div{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content p{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content font{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content_bottom{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;}
td.edit_content_bottom2{background-image: url();height: 38px;}
td.sidebar_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_rechts_sbg{background-image: url();visibility: hidden;position: absolute;right: 0px;}
td.edit_rechts_bottom{background-image: url();width: 15%;}
td.edit_rb_footer{background-image: url();}
--> </style> <style type="text/css"> <!--
body {background-image:url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
body{background-attachment: fixed;}
--> </style>



kann mir einer helfen???

MFG

keiname
Beitrag08.06.2007 um 19:32 (UTC)    
Titel:

Das sollte funktionieren (hoffentlich... Smile )

Zitat:

<style type="text/css"> <!--td.edit_header_full{background-image:url(http://bbuaa.bb.ohost.de/keiname/header.jpg);background-repeat:no-repeat;}
object.objekt{position: absolute;left: 5px;top: 0px;}
td.edit_navi_headbg{background-image: url();width: 15%;}
td.nav_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold; color: #000000;}
td.nav{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 32px;}
td.nav:hover{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_green.jpg);height: 32px;}
td.nav a{color: #000000;text-decoration: none;font-size: 11px;}
td.nav a:hover{color: #000000;text-decoration: overline underline;font-size: 11px;}
td.nav a:visited{color: #000000;font-size: 11px;font-weight: bold;}
td.edit_below_nav{visibility: hidden;}

td.edit_rechts_cbg{background-image: url();width: 100%;}
td.edit_content_top{height: 33px;background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);font-size:14px;font-weight:bold;text-align: center;}
td.edit_content{padding-left: 40px;background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_content div{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content p{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content font{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content_bottom{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;}
td.edit_content_bottom2{background-image: url();height: 38px;}
td.sidebar_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center; color: #000000;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_rechts_sbg{background-image: url();visibility: hidden;position: absolute;right: 0px;}
td.edit_rechts_bottom{background-image: url();width: 15%;}
td.edit_rb_footer{background-image: url();}
--> </style> <style type="text/css"> <!--
body {background-image:url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
body{background-attachment: fixed;}
--> </style>
Beitrag08.06.2007 um 19:33 (UTC)    
Titel:

Zitat:
<style type="text/css"> <!--td.edit_header_full{background-image:url(http://bbuaa.bb.ohost.de/keiname/header.jpg);background-repeat:no-repeat;}
object.objekt{position: absolute;left: 5px;top: 0px;}
td.edit_navi_headbg{background-image: url();width: 15%;}
td.nav_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold;}
td.nav{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 32px;}
td.nav:hover{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_green.jpg);height: 32px;}
td.nav a{color: #000000;text-decoration: none;font-size: 11px;}
td.nav a:hover{color: #000000;text-decoration: overline underline;font-size: 11px;}
td.nav a:visited{color: #000000;font-size: 11px;font-weight: bold;}
td.edit_below_nav{visibility: hidden;}

td.edit_rechts_cbg{background-image: url();width: 100%;}
td.edit_content_top{height: 33px;background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);font-size:14px;font-weight:bold;text-align: center;}
td.edit_content_top a{color:#000000;}
td.edit_content{padding-left: 40px;background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_content div{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content p{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content font{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content_bottom{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;}
td.edit_content_bottom2{background-image: url();height: 38px;}
td.sidebar_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_rechts_sbg{background-image: url();visibility: hidden;position: absolute;right: 0px;}
td.edit_rechts_bottom{background-image: url();width: 15%;}
td.edit_rb_footer{background-image: url();}
--> </style> <style type="text/css"> <!--
body {background-image:url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
body{background-attachment: fixed;}
--> </style>


Hab etwas eingebaut und gleich angepasst Wink
______________
LG André

GMMTS.de
Beitrag08.06.2007 um 19:51 (UTC)    
Titel:

Also der Titel Links und Rechts hat geklappt. fehlt nur noch der in der mitte. der ist leider immer noch weiß.


MFG

keiname
Beitrag08.06.2007 um 19:55 (UTC)    
Titel:

dafür musst du glaub ich noch
Zitat:

td.headline2 {color: #000000;}


hinzufügen...
also:
Zitat:

<style type="text/css"> <!--td.edit_header_full{background-image:url(http://bbuaa.bb.ohost.de/keiname/header.jpg);background-repeat:no-repeat;}
object.objekt{position: absolute;left: 5px;top: 0px;}
td.edit_navi_headbg{background-image: url();width: 15%;}
td.nav_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold; color: #000000;}
td.nav{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 32px;}
td.nav:hover{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_green.jpg);height: 32px;}
td.nav a{color: #000000;text-decoration: none;font-size: 11px;}
td.nav a:hover{color: #000000;text-decoration: overline underline;font-size: 11px;}
td.nav a:visited{color: #000000;font-size: 11px;font-weight: bold;}
td.edit_below_nav{visibility: hidden;}

td.headline2 {color: #000000;}
td.edit_rechts_cbg{background-image: url();width: 100%;}
td.edit_content_top{height: 33px;background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);font-size:14px;font-weight:bold;text-align: center;}
td.edit_content{padding-left: 40px;background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_content div{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content p{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content font{color: #000000;font-size: 12px;font-weight: bold;}
td.edit_content_bottom{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;}
td.edit_content_bottom2{background-image: url();height: 38px;}
td.sidebar_heading{background-image: url(http://bbuaa.bb.ohost.de/keiname/neon_blue.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center; color: #000000;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
td.edit_rechts_sbg{background-image: url();visibility: hidden;position: absolute;right: 0px;}
td.edit_rechts_bottom{background-image: url();width: 15%;}
td.edit_rb_footer{background-image: url();}
--> </style> <style type="text/css"> <!--
body {background-image:url(http://bbuaa.bb.ohost.de/keiname/blue.jpg);}
body{background-attachment: fixed;}
--> </style>
Beitrag08.06.2007 um 20:33 (UTC)    
Titel:

subba... jetzt hats geklappt.


Danke für eure Hilfe.


Thread kann geschlossen werden.

---closed--
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de