Hallo,
ich möchte die Unterkategorien anders darstellen als die Oberkategorie. Ich bin totaler Anfänger. Hab hin und herprobiert ... nun wollte hier mal fragen. Beispielsweise möchte ich die Oberkategorien in fettdruck haben, wie mache ich das? Es handelt sich bei diesem Code um den Original-Classic-Theme:
Code
#menu {
background: #f9f9f9;
border-right: 1px dotted #ccc;
position: relative;
width: 230px;
margin-top: -18px;
padding-top: 1px;
}
#menu ul {
color: #ccc;
font-weight: bold;
list-style-type: none;
margin-right: 25px;
}
#menu ul li {
text-transform: lowercase;
font: italic bold 100% "Lucida Sans Unicode";
color: #003868;
border-bottom: 1px dotted #ccc;
letter-spacing: 0.1em;
margin-top: 50px;
padding-bottom: 17px;
line-height: 30px;
padding-right: -20px;
}
#menu ul ul {
text-transform: none;
font-variant: normal;
font-weight: normal;
line-height: 100%;
list-style-type: none;
text-align: left;
margin-bottom: 30px;
}
#menu ul ul li {
text-transform: none;
border: 0;
font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode';
letter-spacing: 0;
margin-top: 0;
padding: 0;
line-height: 25px;
padding-left: 0px;
}
#menu ul ul li a {
text-transform: none;
color: #666666;
text-decoration: none;
}
#menu ul ul li a:hover {
border-bottom: 1px solid #809080;
}
#menu ul ul ul.children {
font-size: 142%;
}
Alles anzeigen
Ich danke im Voraus
Jack