Seite 1 von 1

AdInfinitum

Verfasst: 17.04.2005 10:24
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

Verfasst: 17.04.2005 10:34
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

Verfasst: 17.04.2005 10:38
von AP
verstehe - vielen DANK!

Verfasst: 17.04.2005 10:41
von mad-manne
wie du die css-Datei aktivierst ist dir klar, oder?

Gruss,
Manne.

Verfasst: 17.04.2005 10:49
von AP
danke nochmal :)