Tutorials: Jimdo-Navigation anpassen (CSS)

...in Bearbeitung


/* Navigation
========================================*/

div #navigation {
margin-top: 5px;
margin-left: -50px;
position:relative;
width:200px;
}

#navigation a:hover {
color: #AB4821;
font-weight: bold;
}

#navigation a.current  {
color: #AB4821;
}

#mainNav1 {
min-height:150px;
background-color:#fff;
}

#mainNav1 a {
border-bottom: 1px solid #ccc;
margin: 0 10px;
}

.level_1 span {font-weight: bold;}


/*---Spiegelstriche in der Sub-Navigation---*/
#mainNav2 a {margin: 0 10px;
padding-left: 15px;
background: url(http://u.jimdo.com/www32/o/s69854fd484825586/img/i4f312e42fc8b48c1/1368441827/std/image.jpg) 0 10px no-repeat transparent;
}

/*--- border unter Nav-Eintrag "Links" entfernen ---*/
#cc-nav-view-955754364 a {
border: 0;
}

/*--- Navlinks mit Sublinks fett darstellen ---*/
#cc-nav-view-1031390864 a,
#cc-nav-view-1031393764 a,
#cc-nav-view-1040544064 a,
#cc-nav-view-969652764 a {
font-weight: bold;
}