Suche im Forum:
Suchen


Autor Nachricht
Beitrag22.01.2012 um 12:53 (UTC)    
Titel: Design Problem

Hallo webme ich habe neues design und da das in der navigationd er button weiß ist möchte ich ihn gerne Ändern in schwarz

<style type="text/css">
<!--

/* Werbung mittig */
table[height="102"] {margin: auto;}

/* Design mittig */
table.edit_main_table {
width: 945px;
margin: auto; }

/* Hintergrund hinter Design */
body {
background-color: #000000;
background-image: url();
background-repeat: repeat-x;
background-attachment: fixed;}

td.edit_main_tr { height: 50%!important; }

/* Headerfeld 942 x 104 */
td.edit_header_full {
background-image: url(http://img.webme.com/pic/l/leopardgecko-info/xboxheader.jpg);
background-repeat: no-repeat;
border: 1px solid #c9c9c9; }

td.edit_navi_headbg {
height: 50%!important;
background-image: url(); }

td.edit_navi_headbg table {
margin-top: 10px;
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9; }

/* Titel über Navi 183 x 30 */
td.nav_heading {
color: #FFFFFF;
height:30px;
background-image: url();
background-color: #121212;
border-bottom: 1px solid #c9c9c9; }

/* Navi-Button 183 x 33 */
td.nav {
background-color: #FFFFFF;
background-image: url(http://img.webme.com/pic/l/leopardgecko-info/xb.jpg);
border-bottom: 1px solid #c9c9c9;}

/* Navi-Links */
td.nav a{
display: block;
line-height: 33px;
font-size: 15px;
font-family: arial;
color: #000000;
text-decoration: none; }

/* HOVER Button 183 x 33 */
td.nav:hover {
background-color: #454545;
background-image: url(http://img.webme.com/pic/l/leopardgecko-info/xb.jpg);}

/* HOVER Textlink */
td.nav a:hover {
color: #000000;}

td.edit_below_nav img{display:none;}
td.edit_below_nav {background-image: url();}

td.edit_rechts_cbg {
height: 50%!important;
background-image: url(); }

table.edit_rechts_tabelle {
margin-left: 10px;
margin-top: 10px ;
margin-right: 10px;
background-color: #FFFFFF;
border: 1px solid #c9c9c9; }

td.edit_content {
padding: 5px!important;
background-image: url(); }

/* Schriftgroesse + Schriftart + Textfarbe */
div, td, span {
color: #000000;
font-size: 12px;
font-family: arial, verdana; }

/* Linkgroesse + Schriftart + Linkfarben */
div a, td a {
color: #000080;
font-size: 12px;
font-family: arial, verdana;
text-decoration: underline; }

/* Linkfarben HOVER */
div a:hover, td a:hover {
color: #800000;
font-size: 12px;
font-family: arial, verdana;
text-decoration: underline; }

/* Titelfeld über Seiteninhalt 568 x 30 */
td.edit_content_top {
height:30px;
background-image: url();
background-color: #121212;
border-bottom: 1px solid #c9c9c9; }

/* Titeltext über Seiteninhalt */
td.headline2 {
color: #FFFFFF;
font-size: 12px;
font-family: araial; }

td.edit_content_left_spacer , td.edit_content_right_spacer {
background-image: url(); }

td.edit_content_bottom {
background-image: url(); }

/* Counter unter Seiteninhalt */
td.edit_content_bottom2_counter{
padding: 5px;
text-align: center;
color: #FFFFFF!important;
background-color: #121212;
border: 1px solid #c9c9c9; }

td.edit_content_bottom2{
background-image: url(); }

/* erste rechte Box */
table#sidebar_heading_1 {
margin-top: 10px;
border: 1px solid #c9c9c9;
background-color: #FFFFFF; }

/* 2. rechte Box */
table#sidebar_heading_2 {
margin-top: 10px;
border: 1px solid #c9c9c9; }

/* 3. rechte Box */
table#sidebar_heading_3 {
margin-top: 10px;
border: 1px solid #c9c9c9; }

/* 4. rechte Box */
table#sidebar_heading_4 {
margin-top: 10px;
border: 1px solid #c9c9c9; }

/* 5. rechte Box */
table#sidebar_heading_5 {
margin-top: 10px;
border: 1px solid #c9c9c9; }

/* Titelfeld über Box 168 x 30 */
td.sidebar_heading {
height: 30px;
color: #FFFFFF;
background-image: url();
background-color: #121212;
border-bottom: 1px solid #c9c9c9;}

td.shouty, .shouty2, .shouty3, .shouty4, .shouty5 {
background-image: url(); }

td.edit_rb_footer {display:none;}

td.edit_rechts_bottom{
background-image: url();}

td.edit_rechts_sbg {display:none;}
-->
</style>

<style type="text/css">
<!--
td.edit_headline{visibility: hidden; width: 0px ;}
-->
</style>
Beitrag22.01.2012 um 14:31 (UTC)    
Titel:

Du musst nur den Hintergrund dieser Grafik schwarz machen:
http://img.webme.com/pic/l/leopardgecko-info/xb.jpg

Edit: Das sieht dann so aus:
http://www.loaditup.de/files/681191_89f39skka3.jpg
Am besten lädst du die Grafik in deinem Account noch mal hoch.

Im Code folgendes anpassen:
Zitat:
/* Navi-Button 183 x 33 */
td.nav {
background-color: #FFFFFF;
background-image: url(http://img.webme.com/pic/l/leopardgecko-info/xb.jpg);
border-bottom: 1px solid #c9c9c9;}

(...)

/* HOVER Button 183 x 33 */
td.nav:hover {
background-color: #454545;
background-image: url(http://img.webme.com/pic/l/leopardgecko-info/xb.jpg);}


Gruß,

TransInt
______________
Kein Support per PN - Im Forum hilft es allen!

Life is what happens while you are busy making other plans.
- John Lennon


Zuletzt bearbeitet von transint am 22.01.2012, 15:38, insgesamt 2-mal bearbeitet
Beitrag22.01.2012 um 16:11 (UTC)    
Titel:

Wie jetzt
Beitrag22.01.2012 um 18:56 (UTC)    
Titel:

Hallo,

scheinbar hast du es hinbekommen?
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beitrag22.01.2012 um 18:57 (UTC)    
Titel:

Ja ich hab ihm geholfen Wink
Beitrag22.01.2012 um 19:31 (UTC)    
Titel:

Dann danke an dich.

- CLOSED -
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beiträge der letzten Zeit anzeigen:   


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