Allerdings wird er nicht angezeigt.
Hier mal ein paar ausschnitte:
aus der css datei:
Code: Alles auswählen
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #E5E5E5; background-image: url(images/bg.png);
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; background-image: url(images/bg.png); border: 1px #98AAB1 solid; }
Code: Alles auswählen
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}
/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; background-image: url(images/bg.png); border: 1px {T_TH_COLOR1} solid; }
Die datei wurde auch auf den Server geladen - und zwar in dieses Verzeichniss:
Code: Alles auswählen
http://tibursio.dommox.com/deadman/forum/templates/subSilver/images/bg.png
http://tibursio.dommox.com/deadman/forum/
Ich hoffe jemand kann mir helfen und das Problem wurde noch nicht gestellt / beantwortet, ich habe nämlich nix gefunden.
Viele Grüße - !!Coolman!!