Snel vraagje

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
NaaN
Berichten: 5
Lid geworden op: 07 mar 2006, 13:14

Snel vraagje

Bericht door NaaN » 07 mar 2006, 13:17

Kan iemand me vertellen waar ik kleur 1 en 2 kan veranderen want ik kan het niet vinden in de css van mijn huidige stijl

http://forum.roroo.com/images/Question.gif

Hier de css:

Code: Selecteer alles

/*
  GreenFX Theme for phpBB version 2+
  Created by Infected-FX
  http://www.infectedfx.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #212724;
scrollbar-face-color:#303730;
scrollbar-highlight-color:#6C7C6C;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#363F36;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#6C7B6C;
scrollbar-track-color:#566356;
font-family:Verdana; font-size:10px ; color: #000000
}

/* General font families for common tags */
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px }
a {
color: #FFFFFF;
font-family:Verdana;
font-size:10px;
text-decoration:none
}

a:visited	{
font-family:Verdana;
font-size:10px;
color: #FFFFFF;
text-decoration:none
}
a:hover		{
font-family:Verdana;
font-size:10px;
color: #FFFFFF;
text-decoration:none
 }

a:active	{
font-family:Verdana;
font-size:10px;
color: #FFFFFF;
text-decoration:none
}
hr	{ height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}


.maintable	{ border-left:1px solid #000000; border-right:1px solid #000000; background-color: #303730;  }
/* This is the outline round the main forum tables */
.forumline	{ background-color: #666666; }


/* Main table cell colours and backgrounds */
td.row1	{ background-image:url('images/row1.gif'); background-repeat:repeat; background-attachment:fixed }
td.row1_over	{ background-color: #1A1E1A; }
td.row2	{ background-color: #EFEFEF; background-image:url('images/row2.gif'); background-repeat:repeat; background-attachment:fixed }
td.row2_over	{ background-color: #EDEDED; }
td.row3, td.row3Right	{ background-color: #EDEDED; background-image:url('images/row3.gif'); background-repeat:repeat; background-attachment:fixed }
td.row3_over	{ background-color: #FFFFFF; }
td.row4	{ background-color: #F6F6F6; }
td.row5	{ background-color: #EDEDED; background-image:url('images/row5.gif'); background-repeat:repeat; background-attachment:fixed }
td.row6	{ background-color: #EDEDED; background-image:url('images/row5.gif'); background-repeat:repeat; background-attachment:fixed }
td.row7	{ border:1px solid #000000; background-color: #EDEDED; background-image:url('images/row5.gif'); background-repeat:repeat; background-attachment:fixed }
td.rowBottom	{ background-color: #566356; background-image:url('images/row_bottom.gif'); background-repeat:repeat; background-attachment:fixed }
td.rowLeft	{ background-color: #566356; background-image:url('images/row_left.gif'); background-repeat:repeat; background-attachment:fixed }
td.rowLeft2	{ background-color: #566356; background-image:url('images/row_left2.gif'); background-repeat:repeat; background-attachment:fixed }


/*
  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: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	{
	font-size: 10px; font-weight: bold;
	height: 25px;font-family:Verdana
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			height: 25px
}

td.th2 {background-color:#9EB3C5; height: 20px; color: #FFFFFF; }

td.spaceRow { background-color: #9EB3C5; }


/*
  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: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #000000;
}
.maintitle	{
			font-weight: bold; font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height: 120%; color: #FFFFFF;
}
.subtitle	{
			font-size: 10px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color: #000000;
}


/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 10px; }
.gensmall, .gensmall2 { font-size : 10px; }
.gentiny { font-size: 10px; }
.gen { color : #000000; }
.gen2 { color : #FF0000; }
.genmed, .gensmall { color : #000000; }
a.gen, a.genmed, a.gensmall { color: #FFFFFF; text-decoration: none; }
a:hover.gen, a:hover.genmed, a:hover.gensmall	{ color: #061f52; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 10px; color: #000000 }
a.mainmenu		{ text-decoration: none; color: #525E6E;  }
a:hover.mainmenu{ text-decoration: none; color: #F3f3f3; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 1px; color: #FFFFFF}
a.cattitle		{ text-decoration: none; color: #FFFFFF;font-family:Verdana; font-size:10px; font-weight:bold }
a:visited.cattitle { text-decoration: none; color: #FFFFFF;font-family:Verdana; font-size:10px; font-weight:bold }
a:hover.cattitle { text-decoration: none; color: #FFFFFF;font-family:Verdana; font-size:10px; font-weight:bold }
a:active.cattitle { text-decoration: none; color: #FFFFFF;font-family:Verdana; font-size:10px; font-weight:bold }

.rowtitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 1px; color: #E0FF66; }
a.rowtitle		{ text-decoration: none; color: #FFFFFF; }
a:visited.rowtitle { text-decoration: none; color: #061f52; }
a:hover.rowtitle { text-decoration: none; color: #061f52; }
a:active.rowtitle { text-decoration: none; color: #FFFFFF;font-family:Verdana; font-size:10px; font-weight:bold }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color: #000000; }
a.forumlink 	{ text-decoration: none; color: #FFFFFF; }
a:hover.forumlink{ text-decoration: none; color: #061f52; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color: #FFFFFF; }
a:hover.nav		{ text-decoration: none; color: #061f52; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10px; color : #000000; }
a:link.topictitle   { text-decoration: none; color: #061f52; }
a:visited.topictitle { text-decoration: none; color: #6F6F6F; }
a:hover.topictitle	{ text-decoration: none; color: #FFFFFF; }
a:active.topictitle	{ text-decoration: none; color: #6F6F6F; }


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

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


/* The content of the posts (body of text) */
.postbody { color: #141814 ;font-size: 10px;}
a:link.postlink	{ text-decoration: none; color: #6F6F6F; }
a:visited.postlink { text-decoration: none; color: #6F6F6F; }
a:hover.postlink { text-decoration: none; color: #F3f3f3; }
a:active.postlink { text-decoration: none; color: #000000; }


/* Quote & Code blocks */
.code {
	font-family: Verdana; font-size: 10px; color: #006600;
	background-color: #F3F7FA; 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: 10px; color: #3E4753; line-height: 125%;
	background-color: #F3F7FA; 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: #000000; letter-spacing: -1px;}
a.copyright, a:visited.copyright { color: #000000; text-decoration: none;}
a:hover.copyright { color: #FFFFFF; text-decoration: none;}

.copyright2		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; }
a.copyright2		{ text-decoration: none; color: #000000; }
a:visited.copyright2 { text-decoration: none; color: #000000; }
a:hover.copyright2 { text-decoration: none; color: #F3F7FA; }
a:active.copyright2 { text-decoration: none; color: #808080; }


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

/* The text input fields background colour */

input.post
{
	border-left:1px inset #000000; border-right:1px inset #FFFFFF; border-top:1px inset #000000; border-bottom:1px inset #FFFFFF; background-color : #D0D3D8;background-image:url('images/bck_txt2.jpg'); background-repeat:repeat; background-attachment:fixed
}

textarea.post
{
	border-left:1px inset #000000; border-right:1px inset #FFFFFF; border-top:1px inset #000000; border-bottom:1px inset #FFFFFF; background-color : #D0D3D8;background-image:url('images/bck_txt1.jpg'); background-repeat:repeat; background-attachment:fixed
}

select {
	background-color : #B2B2B2;background-repeat:repeat; background-attachment:fixed; font-family:Verdana; font-size:10px
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	border-left:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #FFFFFF; background-color: #B2B2B2;
	color: #000000;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; border-right-style:solid; border-right-color:#FFFFFF
}

/* The main submit button option */
input.mainoption {
	border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; background-color : #ADB8AD;
	font-weight : bold; border-left-style:solid; border-left-width:1; border-top-style:solid; border-top-width:1
}

/* None-bold submit button */
input.liteoption {
	border-left:1px solid #000000; border-top:1px solid #000000; background-color : #566356;
	font-weight : bold;font-family:Verdana; color:#EAEAEA; font-size:10px; border-right-style:solid; border-right-color:#ADB8AD; border-bottom-style:solid; border-bottom-color:#ADB8AD
}

/* 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 { border-width:1; background-color: #660000; border-style: inset;; font-family:Verdana; font-size:10px; color:#FFFFFF; background-image:url('images/bg_cat4.gif') }

Alvast bedankt :D

XP-Rene
Berichten: 2168
Lid geworden op: 01 dec 2004, 19:33
Locatie: Vlissingen
Contacteer:

Bericht door XP-Rene » 07 mar 2006, 14:30

Wijzig

Code: Selecteer alles

.maintable   { border-left:1px solid #000000; border-right:1px solid #000000; background-color: #303730;
303730 in jouw kleur voor kleur 1.

En voor kleur 2:
wijzig

Code: Selecteer alles

td.row4   { background-color: #F6F6F6; }
F6F6F6 in de door jou gewenste kleur.

Hier vindt je nog wat kleurcodes.
KNAVIVO DIERENHULP
Stimuleer verdraagzaamheid. Wees eens wat vaker irritant.

NaaN
Berichten: 5
Lid geworden op: 07 mar 2006, 13:14

Bericht door NaaN » 07 mar 2006, 16:28

Bedankt voor je snelle antwoord, ga het gelijk even proberen

Gesloten