hab mir dieses Template heute installiert und wollte es als "Grundgerüst" für mein eigenes hernehmen.
So alles gut und recht, doch als ich eben die CSS File ansehen wollte - hab ich keine gefunden.
Laut phpBB Adminpanel heißt die CSS für den Style AdInfinitum.css
Habe aber leider keine auf der Festplatte/Online finden können - was is da los?!?
Gruß AP
AdInfinitum
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
- mad-manne
- Ehemaliges Teammitglied
- Beiträge: 5403
- Registriert: 18.03.2005 10:00
- Wohnort: Marl im Ruhrgebiet
ganz offensichtlich ist bei diesem Style keine separate css-Datei dabei.
Erstelle dir doch einfach aus den "Inline"-css-Definitionen aus der overall_header.tpl von adInfinitum die passende css-datei!
Gruss,
Manne
Erstelle dir doch einfach aus den "Inline"-css-Definitionen aus der overall_header.tpl von adInfinitum die passende css-datei!
Code: Alles auswählen
/*
The original Ad Infinitum v1.06 skin for phpBB version 2+
Created by Mike Lothar (c) 2004
http://www.mikelothar.com
Please don't remove this. :)
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR3};
scrollbar-highlight-color: {T_TR_COLOR1};
scrollbar-shadow-color: {T_TR_COLOR1};
scrollbar-3dlight-color: {T_TR_COLOR1};
scrollbar-arrow-color: {T_TR_COLOR1};
scrollbar-track-color: {T_BODY_BGCOLOR};
scrollbar-darkshadow-color: {T_TR_COLOR1};
}
... / ...
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; color: {T_FONTCOLOR1};}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/AdInfinitum/formIE.css");
Manne
Try not. Do or do not. There is no try. (YODA)
Supportanfragen via E-Mail oder PN werden ignoriert
Supportanfragen via E-Mail oder PN werden ignoriert