Paar vraagjes over men forum

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
Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Paar vraagjes over men forum

Bericht door Yellow » 16 dec 2004, 17:44

Hoi

Ik heb een paar vraagies :thumb:
Gebruik bij de vragen de volgende link:
http://forums.fo.funpic.de/Forum/viewto ... &start=225

1
Er zit een stukje ruimte tussen de MSN en WEBSITE button(bij Yellow), hoe en waar maak ik dat net als de rest?

2
Hoe maak ik die rgijze lijn tussen alle posts, een andere kleur, het liefst door middel van een plaatje?

3
Hoe verander ik de kleur van alle kleine grijze balkjes die om het bericht heen lopen en boven quote en edit en website enzo lopen?

Alvast bedankt

Eminemzdogz
Berichten: 359
Lid geworden op: 26 apr 2004, 16:53

Bericht door Eminemzdogz » 17 dec 2004, 00:18

1. volgens mij in viewtopic.tpl, zoek naar het gedeelte waarin die buttons vermeld worden en post dat stukje script hier

2. Hier weet ik het antwoord niet op :) ben ook nog niet zo goed hierin :?

3. Via het adminpaneel > styles admin > management > edit en daar de kleurcode veranderen
AfbeeldingAfbeeldingAfbeelding

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 17 dec 2004, 10:24

1, in dat bestand kan ik dat niet vinden. Dat er ergens iets teveel staat ofzo.

3, In de admin panel de style wijzigen heeft bij mij nog nooit gewertk, ik doe het altijd in de style.css

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 17 dec 2004, 11:13

1. viewtopic_body.tpl moet je zijn.

3. Ja, als je de boel hebt weggehaald in overall_header.tpl werken de kleuren niet meer, dan moet je even in de stylesheet kijken.

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 17 dec 2004, 14:03

Dan nog een vraagie, hoe kan je in je forum tussen faq zoeken en gebruikerslijst een stipje plaatsen?

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 17 dec 2004, 20:44

Dat doe je in overall_header.tpl. :)

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 21 dec 2004, 17:21

Nog een paar vraagjes ;) http://www.playztation.tk

1 Er zit een randje tussen mijn blauwe header en de balk met login faq zoeken etc. Hoe haal ik die weg, zodat de header¨precies op die balk zit.
2 Hoe maak ik de lijntjes tussen alle forumcels enzo een andere kleur in de css? http://www.playztation.tk

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 21 dec 2004, 18:27

1. Ik zie geen blauwe header en ik zie er al helemaal geen rand tussen.
//Edit na de frame gebroken te hebben zie ik wat je bedoeld, waarschijnlijk is dat ingesteld ook in de stylesheet. Tenzij het een image in.
2. Door in je stylesheet ook die kleur te veranderen ik ken het template niet dus weet zo niet wat je moet aanpassen.

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 21 dec 2004, 18:42

Dit is CleanFX.css:

Code: Selecteer alles

/*
  CleanFx, a theme for phpBB2
  by Infected-FX, www.infectedfx.net
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
 background-image:url('images/bg_main.gif');  background-repeat:repeat; background-attachment:fixed
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana; font-size: 10px; }
a:link,a:active,a:visited { color : #404953; font-size:10px; font-family:Verdana; text-decoration:none; font-weight:bold }
a:hover		{ text-decoration: none; color : #8E9AA8; }
hr	{ height: 0px; border: solid #393939 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
/*
.bodyline	{ border: 1px #393939 solid; }
*/

/* This is the outline round the main forum tables */
.forumline	{ border: 1px solid #393939; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EEEEEE; }
td.row2	{ background-color: #EAECEE; }
td.row3	{ background-color: #E9EDF0; } 
td.menu {background-color: #848B93; background-image: url('images/bg_menu.gif')}


/*
  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: #000000;
                background-image: url(images/bg_forumbalkje1.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #EDEFF0; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
        background-image: url(images/bg_forumbalkje1.gif); height: 25px; font-family:Verdana
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/bg_forumbalkje1.gif); border: medium solid #959292; height: 25px
}


/*
  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 :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 34px;
	border-width: 0px 0px 0px 0px;
}

th.thCornerL,th.thHead,th.thSides,th.thCornerR,th.thTop  {font-weight: bold; border: medium solid #FFFFFF; height: 34px; color:#FFFFFF; font-size:10px; font-family:Verdana }

th.thLeft {font-weight: bold; border: medium solid #FFFFFF; height: 28px; font-size:10px }
th.thRight {font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
th.thBottom {font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right{ background-color: #B2BBC3; border: medium solid #FFFFFF;  }
td.spaceRow {background-color: #C8D0D7;	border: 0px solid #FFFFFF; background-image:url('images/header_bg.gif'); background-repeat:repeat; background-attachment:fixed
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { font-weight: bold; border: #FFFFFF;border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


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


/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; font-family:Verdana; color:#434444 }
.gen,.genmed,.gensmall { color : #1C1D1D; }
a.gen,a.genmed,a.gensmall { color: #393737; text-decoration: none; }
a:hover.gen, a:hover.genmed, a:hover.gensmall	{ color: #F9FBFF; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu { 
		background-image: url(images/bg_menu.gif);
		background-repeat: repeat-x;
}


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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #313840; }
a.forumlink 	{ text-decoration: none; color : #4B4C4D;font-family:Verdana; font-size:10px }
a:visited.forumlink { text-decoration: none; color : #5D6063;font-size:10px; font-family:Verdana }
a:hover.forumlink { text-decoration: none; color : #F6FAFF;font-family:Verdana; font-size:10px }


/* 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 : #313840;}
a.nav			{ text-decoration: none; color : #313840; }
a:hover.nav		{ text-decoration: none; color : #000000; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: normal; font-size: 10px; color : #747F8A;font-family:Verdana }
a:link.topictitle   { text-decoration: none; color : #606973;font-family:Verdana;font-size:10px }
a:visited.topictitle { text-decoration: none; color : #5D6164;font-family:Verdana; font-size:10px }
a:hover.topictitle	{ text-decoration: none; color : #424040;font-size:10px; font-family:Verdana }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 10px; color: #313840; font-family:Verdana}
a:link.postlink	{ text-decoration: underline; color : #CCCCCC }
a:visited.postlink { text-decoration: none; color : #999999; }
a:hover.postlink { text-decoration: none; color : #000000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #999999;
	background-color: #CFC9C9; border: #000000; border-style: solid;
	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: #999999; line-height: 125%;
	background-color: #CFC9C9; border: #000000; border-style: solid;
	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; color: #808080; letter-spacing: 1px}
.copyright2		{ font-size: 10px; font-family: Verdana; color: #000000; letter-spacing: 1px}
a.copyright		{ color: #000000; text-decoration: none; font-family:Verdana; font-size:10px; font-weight:bold}
a:hover.copyright { color: #000000; text-decoration: underline;}


/* Form elements */

select       { font-family: Verdana; font-size: 10px; color: #EEEEEE; background-color: 
               #EEEEEE }
input.post
{
	border-style:dotted; border-width:1px; background-color : #E7E9EB;font-family:Verdana; font-size:10px; color:#6D7887
}

textarea.post
{
	border-style:dotted; border-width:1px; background-color : #E7E9EB;font-family:Verdana; font-size:10px; color:#6D7887

}


input { text-indent : 2px; font-size:10px; font-family:Verdana }

/* 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: #5E6A78;
	color: #FFFFFF;
	font-size: 10px; font-family: Verdana; border-right-style:solid; border-right-color:#FFFFFF
}

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


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 21 dec 2004, 18:47

1. http://forums.fo.funpic.de/Forum/templa ... g_menu.gif
Komt door de image.

2. ik geloof forumline..

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 21 dec 2004, 19:48

1, BG_menu is de achtergrond van men forummenu, maar daar zit geen witte streep boven, dus daar ligt het toch niet aan :? :thumb:

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 30 dec 2004, 21:26

http://forums.fo.funpic.de/Forum/index.php

Weet echt niemand dan hoe ik dat witte/grijze lijntje om de forumcells van kleur kan veranderen? En hoe ik die witte strook tussen de header en menubalk weg kan halen? (die blauwe header zie je na een aantal x vernieuwen)

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 30 dec 2004, 21:39

In de code kwam ik dit tegen:

Code: Selecteer alles

class="forumline"
Dat betekend dat voor die tabel de rand staat gedefineerd in de class forumline.

Gaan we hem opzoeken in de stijlsheet

Code: Selecteer alles

/* This is the outline round the main forum tables */ 
.forumline   { border: 1px solid #393939; }
Taadaa! Nou, even uitleg erbij:
1px : breedte van de lijn
solid : type lijn
#393939 : kleur van de lijn
... Maar ik modereer (nog) niet.

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 30 dec 2004, 21:44

Het probleem is nou, dat als ik die kleur verander dat het niks uitmaakt.
De lijn om de forumcells is btw ook hetzelfde als de achtergrond, dus dat kan geen kleur zijn.

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Bericht door ElbertF » 30 dec 2004, 21:51

Yellow schreef:http://forums.fo.funpic.de/Forum/index.php

Weet echt niemand dan hoe ik dat witte/grijze lijntje om de forumcells van kleur kan veranderen? En hoe ik die witte strook tussen de header en menubalk weg kan halen? (die blauwe header zie je na een aantal x vernieuwen)
Dat grijze lijntje is volgens mij de achtergrondkleur van de belangrijkste tabel (forumline?), en kan je dus in je CSS aanpassen. Hoe kan het trouwens dat je nog op 2.0.8 draait? :P

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 01 jan 2005, 21:21

Zoals ik net al zei, werkt het niet als ik die kleur in de css verander.
En mijn forum moet ik nog updaten naar 2.0.1.1 en is nu 2.0.1.0 :)

Gebruikersavatar
Yellow
Berichten: 560
Lid geworden op: 09 okt 2004, 10:29

Bericht door Yellow » 02 jan 2005, 15:38

Volgens mij heb ik hetzelfde probleem als deze topic: http://www.phpbb.nl/viewtopic.php?t=15329
Alleen heb ik CleanFX
url= http://forums.fo.funpic.de/Forum/

Gesloten