Ich habe in der 'editor.css' 4 Klassen drinn, die auch angezeigt werden (im Rollmenu). Nun habe ich eine Weitere hinzugefügt. Diese steht mir allerdings nicht zur Auswahl. Ich habe auch schon versucht die CSS erst auf dem Server zu löschen und dann erneut hochzuladen.
Code:
.titel{
margin: 0;
font-weight: bold;
font-family: 'Times New Roman', Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 22px;
color: #135cae;
font-style:italic;
padding-left: 0px;
margin-bottom: 10px;
text-align: left;
}
.subtitel{
margin: 0;
font-weight: normal;
font-family: 'Times New Roman', Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 20px;
color: #135cae;
font-style:italic;
padding-left: 0px;
margin-bottom: 10px;
text-align: left;
}
.subsubtitel {
padding: 0;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
vertical-align: bottom;
color: #135cae;
text-align: left;
width: 100%;
}
.quelle {
padding: 0;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: normal;
font-style:italic;
vertical-align: bottom;
color: #BEBEBE;
text-align: left;
width: 100%;
}
.codeblock {
font-size: 10px;
color: #999;
font-weight: bold;
}
Die Klasse 'quelle' kann ich nicht verwenden.
NACHTRAG:
Jetzt nach gut 10 Stunden ohne weiteres Zutun wird die Klasse erkannt. Wahrscheinlich irgendwo ein Cache Problem...
Lesezeichen