Weiß ich

) war auch mehr eine frustbemerkung
Also ...
Grundsätzlich möchte ich eine bestehende Internetseite im CMS abbilden und die bestehende css-datei übernehmen.
die sieht folgendermaßen aus:
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #2D3048;
word-spacing: normal;
}
.tabelle {
border: thin none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
font-style: normal;
}
.überschrift { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #2D3048; text-transform: none}
.fett { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #2D3048}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; color: #575C8A; text-transform: none}
.kursiv { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; color: #000000}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #CC6633;
text-transform: none;
}
.hinweistext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-variant: normal; color: #000099}
.programmmodi { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; font-variant: normal; color: #000066}
.achtung { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #FF0000; text-decoration: blink}
.blocktext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #613018; text-align: justify; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.fehler { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #2D3048; text-align: justify; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; background-color: #CEF}
.statustext {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #666666;
letter-spacing: 1px;
word-spacing: normal;
}
.greatletter { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-variant: normal; color: #333333}
.Menuepunkte { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000066}
.menuetext {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; color: #333333
}
.kalendertext {
font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #333333
}
.greentable {
border: 1px solid #003300;
}
.blocktexttable {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #003300;
text-align: justify;
border: 1px solid #666633;
position: relative;
}
.textframe {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
height: auto;
border: 1px none #CC6633;
margin: 10px;
padding: 10px;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-align: justify;
width: 1px;
}
.blocktext2 {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #2D3048; text-align: justify; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
}
.newstext {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #2D3048; text-align: justify; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
}
.datumstext {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #666666;
}
.tabelle{
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
color: #333333;
font-style: normal;
margin: 4px;
padding: 4px;
height: 1px;
width: 1px;
border: 1px none #000000;
}
Diesen Code per Copy -> Paste direkt unter style, styleeditor in das vorhandene style format.css reinkopiert
Alles legt contenido unter cms/css/format.css ab.
Dann habe ich in meinem Layout einen Container folgendermaßen formatiert: <span class="blocktext">CMS_CONTAINER[4]</span>
Im Headerbereich steht <link href=css/format.css" rel="stylesheet" type="text/css">
Artikel erstellt, aufgerufen und der Text wird als normaler text angezeigt.
Die Links sollten normalerweise ebenfalls formatiert sein ... ist auch nicht der Fall ...
Ich weiß einfach nicht weiter
Hast Du noch eine Idee ?
Gruss
Andreas