Suche im Forum:
Suchen


Autor Nachricht
Beitrag25.03.2016 um 11:16 (UTC)    
Titel: CLEAN Navigation

Wie passe ich die Navigation so an das die weissen Flächen verschwinden und sie so breit ist wie die Homepage, ohne das weisse rechts und unten? Hier mein Code:

<style type="text/css">/* Generated with HpBk-Generatoren.de.tl */body{background-color:#120102;font-family:Arial;font-size:15;background-image:none;background-position:center;}#masthead #header-image{background-color:#0d0202;background-image:url(http://i124.photobucket.com/albums/p24/andy_crow1/Homepage-Titelbild-neu_zpsvvdhhan5.jpg);background-repeat:repeat;background-position:center;}#masthead #claim{display:none;}#masthead{background-color:#ebdd17;}#access{background-color:#faf0fa;background-image:none;background-repeat:no-repeat;background-position:center;}#access ul li a{background-color:#f5dc20;}#container{padding:10px 0 0 0;}#content{background-color:#fcf2f2;box-shadow:0px 0px 8px rgba(0,0,0,0.7);}#main{background-color:#f2edf2;}#main > h1{color:#010f04;}body.sidebar #sidebar{background-color:#0f0e0d;}div.box > h2{background-color:#0f0101;margin-bottom:0;margin-top:0;color:#ffffff;font-size:15px;padding:5px 0;text-align:center;overflow:hidden;box-shadow:none;}div.box > div{background-color:#080808;color:#ffffff;padding:0px;}div.box{border:1px solid #000;margin-bottom:0px;overflow:hidden;}div.box > h2{border-radius:0;}</style>
Beitrag26.03.2016 um 05:51 (UTC)    
Titel:

Deine Frage wäre bei - Fragen zum eigenem Design - hier im Forum
besser platziert gewesen Wink

Die Lösung:

Suche in deinem Code die Codezeile mit #access {
- das hat ein background-color: #faf0fa;
- ändere den Farbcode #faf0fa um in #f5dc20;
- und gebe #access { noch ein height:48px; dazu

Gruß Wolle
Beitrag26.03.2016 um 10:39 (UTC)    
Titel: Fast geschafft

Das einte hat geklappt, wo setze ich dies genau ein: noch ein height:48px;

Danke für die Hilfe!!
Beitrag26.03.2016 um 19:40 (UTC)    
Titel:

den CSS Code den Du oben gepostet hast,
habe ich mal etwas übersichtlicher gestaltet , Rot markiert findest Du
das eingefügte height: 48px;

Zitat:

<style type="text/css">
/* Generated with HpBk-Generatoren.de.tl */

body {
background-color: #120102;
font-family: Arial;
font-size:15;
background-image: none;
background-position: center;
}

#masthead #header-image {
background-color: #0d0202;
background-image: url(http://i124.photobucket.com/albums/p24/andy_crow1/Homepage-Titelbild-neu_zpsvvdhhan5.jpg);
background-repeat: repeat;
background-position: center;
}

#masthead #claim { display:none; }

#masthead { background-color: #ebdd17; }

#access {
height: 48px;
background-color: #faf0fa;
background-image: none;
background-repeat: no-repeat;
background-position:center;
}

#access ul li a { background-color: #f5dc20; }
#container { padding:10px 0 0 0; }

#content {
background-color: #fcf2f2;
box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
}

#main { background-color: #f2edf2; }

#main > h1 { color: #010f04; }

body.sidebar #sidebar { background-color: #0f0e0d; }

div.box > h2 {
background-color: #0f0101;
margin-bottom: 0px;
margin-top: 0px;
color: #ffffff;
font-size: 15px;
padding: 5px 0;
text-align: center;
overflow: hidden;
box-shadow: none;
}

div.box > div {
background-color: #080808;
color: #ffffff;
padding:0px;
}

div.box {
border: 1px solid #000;
margin-bottom: 0px;
overflow: hidden;
}

div.box > h2 { border-radius: 0; }
</style>


Gruß Wolle
Beitrag27.03.2016 um 07:41 (UTC)    
Titel: Tip Top

Super! danke dir viel mal!!
Beiträge der letzten Zeit anzeigen:   


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