AdInfinitum

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
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.
Antworten
AP
Mitglied
Beiträge: 3
Registriert: 17.04.2005 10:07

AdInfinitum

Beitrag von AP »

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
Benutzeravatar
mad-manne
Ehemaliges Teammitglied
Beiträge: 5403
Registriert: 18.03.2005 10:00
Wohnort: Marl im Ruhrgebiet

Beitrag von mad-manne »

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!

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"); 
Gruss,
Manne
Try not. Do or do not. There is no try. (YODA)
Supportanfragen via E-Mail oder PN werden ignoriert
AP
Mitglied
Beiträge: 3
Registriert: 17.04.2005 10:07

Beitrag von AP »

verstehe - vielen DANK!
Benutzeravatar
mad-manne
Ehemaliges Teammitglied
Beiträge: 5403
Registriert: 18.03.2005 10:00
Wohnort: Marl im Ruhrgebiet

Beitrag von mad-manne »

wie du die css-Datei aktivierst ist dir klar, oder?

Gruss,
Manne.
Try not. Do or do not. There is no try. (YODA)
Supportanfragen via E-Mail oder PN werden ignoriert
AP
Mitglied
Beiträge: 3
Registriert: 17.04.2005 10:07

Beitrag von AP »

danke nochmal :)
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“