Neuer Style, Problem mit neuen Farben

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.
Monchichi
Mitglied
Beiträge: 19
Registriert: 02.11.2003 09:43
Wohnort: Hessen
Kontaktdaten:

Neuer Style, Problem mit neuen Farben

Beitrag von Monchichi »

Hallo,
ich bin ganz neu hier und hab leider auch noch keine richtige Ahnung von PHP.

Habe mir das phpbb2 runtergeladen (subsilver) und mir dann dazu noch den Heluis Style geladen.

Nun hab ich folgendes Problem...würde gern dem Heluis Style meine alten Farben aus meinem schon bestehenden Forum verpassen. Leider ändern sich die Farben nur innerhalb des Adminbereiches, wenn ich aber die Forumansicht aufrufe hat sich dort garnichts geändert.

Was ist falsch gelaufen?? Kann ich im Heliusstyle überhaupt die Farben ändern??

Heike

wenn ich diesem Forum falsch sein sollte...dann sei bitte jemand so nett und verschiebe diesen Beitrag in das richtige und gib bescheid
Das Leben ist wie rudern gegen den Strom, hörst Du auf, fällst Du zurück.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

die farben änderst du am besten immer in der entsprechenden *css datei in deinem templates ordner. hilfreich ist dabei auch der artikel
http://phpbb.de/doku/kb/artikel.php?artikel=69
Monchichi
Mitglied
Beiträge: 19
Registriert: 02.11.2003 09:43
Wohnort: Hessen
Kontaktdaten:

Beitrag von Monchichi »

Hallo Leuchte,
vielen Dank erstmal...nu habsch noch ne kleine Frage.

Geht das denn auch bei Styles die von jemanden erstellt worden sind und zum runterladen sind(also nicht das vorgefertigte subSilver Style, welches beim runterladen dabei war)...das Helius Style würde ich nämlich gern verwenden wollen.

Klingt jetzt vielleicht ein wenig daneben aber ich weiß noch net genau wie ich des am besten formuliere. Ich hoffe das das jetzt halbwegs verständlich ist :roll:

Heike
Das Leben ist wie rudern gegen den Strom, hörst Du auf, fällst Du zurück.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

wenn ichs richtig verstanden hab, willst du ein vorgefertigtes template verändern? wenn ja, dann ja :D
das kannst du ebenso über die *css dateien farblich anpassen
Monchichi
Mitglied
Beiträge: 19
Registriert: 02.11.2003 09:43
Wohnort: Hessen
Kontaktdaten:

Beitrag von Monchichi »

Ok Leuchte ...soweit alles klar....ausprobiert...geht nüscht.... :(

Jetzt hab ich mal genauer nachgeguckt und dabei rausgekriegt das die Farben ...und zwar...alle....als .gif...gespeichert sind.

Kann ich da was dran ändern??? Wenn ja wo und wie?

Heike
Das Leben ist wie rudern gegen den Strom, hörst Du auf, fällst Du zurück.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

du meinst tabellenhintergründe? entweder färbst du die vorhandenen bilder um oder du gibst in der css datei an, das da keine bilder mehr stehen sondern nur noch farben angezeigt werden ;)
Monchichi
Mitglied
Beiträge: 19
Registriert: 02.11.2003 09:43
Wohnort: Hessen
Kontaktdaten:

Beitrag von Monchichi »

Wie mach ich des genau???

Ich mein das in der css keiner Bilders mehr sind sondern nur Farben.....??

Heike

wissbegierig ist :wink:
Das Leben ist wie rudern gegen den Strom, hörst Du auf, fällst Du zurück.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

kannst du mal deine cssdatei als textversiona bspeichern und einen link posten? und dann sag nochmal genau, welche bilder du nicht haben möchtest
Gast

Beitrag von Gast »

Code: Alles auswählen

/*
  Helius Theme for phpBB version 2+
  Created by Vjacheslav Trushkin
  http://www.trushkin.net
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFCC99;
	scrollbar-arrow-color:  #FFCC99;
	scrollbar-face-color: #FFCC99;
	scrollbar-track-color: #FFCC99;
	scrollbar-highlight-color: #FFCC99;
	scrollbar-3dlight-color: #FFCC99;
	scrollbar-shadow-color: #FFCC99;
	scrollbar-darkshadow-color: #FFCC99;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a { text-decoration: underline; color: #364D67; }
a:visited	{ text-decoration: underline; color: #2C3E52; }
a:hover		{ text-decoration: underline; color: #FF6600; }
a:active	{ text-decoration: underline; color: #FF0000; }
hr	{ height: 0px; border: solid #525E6E 0px; border-top-width: 1px;}


/* This is the outline round the main forum tables */
.forumline	{ background-color: #525E6E; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFCC99; }
td.row1_over	{ background-color: #FFCC99; }
td.row2	{ background-color: #FFCC99; }
td.row2_over	{ background-color: #FFCC99; }
td.row3, td.row3Right	{ background-color: #FFCC99; }
td.row3_over	{ background-color: #FFCC99; }
td.row4	{ background-color: #FFCC99; }


/*
  This is for the table cell above the Topics, Post & Last posts on the
index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFCC99;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	{
	color: #3A5370; font-size: 12px; font-weight: bold;
	background-color: #FFCC99; height: 26px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#D1D7DC; height: 28px;
}

td.th2 {background-color:#FFCC99; height: 20px; color: #FFCC99; }

td.spaceRow {
	background-color: #FFCC99; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/

/* The largest text used in the index page title and toptic title etc.
*/
h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet
MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #000000;
}
.maintitle	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet
MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #FFCC99;
}
.subtitle	{
			font-size: 16px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; font-weight: bold; color: #FFFFFF;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .gensmall2 { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #364D67; text-decoration: underline;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFCC99;
text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 11px; color: #000000 }
a.mainmenu		{ text-decoration: underline; color: #364D67;  }
a.mainmenu:hover{ text-decoration: underline; color: #FF6600; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px;
color: #364D67}
a.cattitle		{ text-decoration: underline; color: #364D67; }
a.cattitle:visited { text-decoration: underline; color: #2C3E52; }
a.cattitle:hover { text-decoration: underline; color: #FF6600; }
a.cattitle:active { text-decoration: underline; color: #FF0000; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color: #364D67; }
a.forumlink 	{ text-decoration: underline; color: #364D67; }
a.forumlink:hover{ text-decoration: underline; color: #FF6600; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar
when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: underline; color: #364D67; }
a.nav:hover		{ text-decoration: underline; color: #FF6600; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: underline; color: #364D67; }
a.topictitle:visited { text-decoration: underline; color: #2C3E52; }
a.topictitle:hover	{ text-decoration: underline; color: #FF6600; }
a.topictitle:active	{ text-decoration: underline; color: #FF0000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; color: #000000; }


/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
a.postlink:link	{ text-decoration: underline; color: #364D67; }
a.postlink:visited { text-decoration: underline; color: #2C3E52; }
a.postlink:hover { text-decoration: underline; color: #FF6600; }
a.postlink:active { text-decoration: underline; color: #FF0000; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px;
color: #006600;
	background-color: #F1F4F8; border: #525E6E; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
color: #3A5370; line-height: 125%;
	background-color: #F1F4F8; border: #525E6E; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica,
sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #EAEFF4;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* 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: #DDE2EC; border-style: none; }


Ich hoff das ist jetzt richtig so..... :roll:
Monchichi
Mitglied
Beiträge: 19
Registriert: 02.11.2003 09:43
Wohnort: Hessen
Kontaktdaten:

Beitrag von Monchichi »

Der Gast war ich.... :roll:

Heike
Das Leben ist wie rudern gegen den Strom, hörst Du auf, fällst Du zurück.
Antworten

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