Hallo zusammen,
Hilfe trifft es ganz gut, ich habe auch einen schlimmen Fehler gemacht und nun hat es meine ganzen css Regeln verhauen :((
ich habe das Menü im Design twentyten ändern wollen und plötzlich hat es meine ganzen Schriften und farbregeln verhauen. ich hab nur im Menü Access Bereich was geändert. Eventuell was gelöscht? ich weiß echt nicht was passiert ist.
Darin habe ich bearbeitet:
/* =Menu
-------------------------------------------------------------- */
#access {
background: #89898a;
display: block;
float: left;
margin: 0 auto;
width: 940px;
}
#access .menu-header,
div.menu {
font-size: 14px;
font-color: #010207;
margin-left: 12px;
width: 928px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
}
#access a {
color: #c8c8ca;
display: block;
line-height: 38px;
padding: 0 10px;
text-decoration: none;
}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 38px;
left: 0;
float: left;
width: 180px;
z-index: 99999;
}
#access ul ul li {
min-width: 180px;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #89898a;
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
}
a {text-decoration:none;}
#access li:hover > a,
#access ul ul :hover
> a {
background: #333;
color: #fff;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #fff;
.font {
font-family: Verdana, sans-serif;
}
/* =Content
-------------------------------------------------------------- */
und das ist meine Seite. normalerweise hat die Überschrift ne andere Schriftart und die h2 ist gelb und so...
könnt ihr mir sagen was ich falsch gemacht habe? die Formatierung in entry-title und h2 ist noch korrekt im Editor...
http://kreativgedacht.de/
Bitte helft mir!