ich wollte grade die css meines templates (BreatheFX) aktivieren. dabei hab' ich festgestellt, dass die wohl schon aktiv ist, allerdings sind noch ein paar css-definitionen in den besagten dateien overall_header.tpl, simple_header.tpl und page_header.tpl vorhanden. wenn ich diese aber wie in der KB beschrieben, lösche, habe ich keine farbigen balken (rows) mehr.
hier mal die auszüge aus besagten dateien, die ich löschen soll, und die frage, ob man diese in die BreatheFX.css packen kann (und wie), um alles über die css laufen zu lassen:
overall_header.tpl hat geschrieben:<link rel="stylesheet" href="{T_TEMPLATE_PATH}/{T_HEAD_STYLESHEET}" type="text/css">
<style type="text/css">
<!--
th, td.th, td.spacerow { background-image: url({T_TEMPLATE_PATH}/images/bg_cat.gif); }
td.th2 { background-image: url({T_TEMPLATE_PATH}/images/bg_cat2.gif); }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.row4 { background-image: url({T_TEMPLATE_PATH}/images/bg_cat4.gif); }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("{T_TEMPLATE_PATH}/formIE.css");
-->
</style>
simple_header.tpl hat geschrieben:<link rel="stylesheet" href="{T_TEMPLATE_PATH}/{T_HEAD_STYLESHEET}" type="text/css">
<style type="text/css">
<!--
body {background-color: #212724 }
th, td.th, td.spacerow { background-image: url({T_TEMPLATE_PATH}/images/bg_cat.gif); }
td.th2 { background-image: url({T_TEMPLATE_PATH}/images/bg_cat2.gif); }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.row4 { background-image: url({T_TEMPLATE_PATH}/images/bg_cat4.gif); }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("{T_TEMPLATE_PATH}/formIE.css");
-->
</style>
danke!page_header.tpl hat geschrieben:<link rel="stylesheet" href="{T_TEMPLATE_PATH}/admin.css" type="text/css">
<style type="text/css">
<!--
font,th,td,p
{ font-family: Verdana, Arial, Helvetica, sans-serif; }
p, td
{ font-size: 11; color: #6f6f6f; }
h1,h2
{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px; font-weight: bold;
text-decoration: none; line-height: 120%;
color: #98A598; }
-->
</style>