Shoutbox Titel Kleur Veranderen

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. 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
Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Shoutbox Titel Kleur Veranderen

Bericht door Makavelibrox » 08 okt 2006, 21:19

Code: Selecteer alles

##############################################################
##	MOD Title:          Minichat_CH
##	MOD Version:        1.0.5
##	MOD Author:         Malach < malach@free.fr > http://www.phantasia-fr.com
##	MOD Description:   
##	Minichat could be setting on the index page or other and some options are
##	available in this version, listed below in the Author Notes.
##
Download

Mijn vraag:
Hoe kan ik de titel stijl van mijn Shoutbox veranderen, ik zou het graag willen zoals de overige kleuren :bier:

Hieronder een screenshot, waar het iets duidelijker is, hoop ik:
Afbeelding

Gebruikersavatar
remon
Berichten: 188
Lid geworden op: 13 sep 2006, 20:53
Contacteer:

Bericht door remon » 08 okt 2006, 22:06

en ik heb ook gelijk even een klein vraagje de zelfde text als hij aan geef staat gelinkt. in welke file haal ik die link weg want ik vind het overbodig.

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 09 okt 2006, 17:37

remon schreef:en ik heb ook gelijk even een klein vraagje de zelfde text als hij aan geef staat gelinkt. in welke file haal ik die link weg want ik vind het overbodig.
shoutbox_body.php

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 09 okt 2006, 17:52

voor de starten ik denk dat je in shoutbox.css moet zijn ;)

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 09 okt 2006, 19:28

Maar die is huge :lol:

Code: Selecteer alles

/*
	Original Phantasia Theme for phpBB version 2.0x
  Created by malach
  http://www.phantasia-fr.com

	based on

  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


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

/* General font families for common tags -------------------------------------*/
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover		{ text-decoration: none; color : #1994D1; }

/* Lines ---------------------------------------------------------------------*/
hr {
	border: none 0; 
	border-top: 1px solid #c0a9e7;
	border-bottom: 1px solid #FCF9FC;
	height: 2px;
}
/* ---------------------------------------------------------------------------*/


/* This is the border line & background colour round the entire page */
.bodyline {
	background-color : #FCF9FC;
	border-left : 1px solid #68526D;
	border-top : 1px solid #68526D;
	border-right : 1px solid #67496E;
	border-bottom : 1px solid #67496E;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #FCF9FC solid; }


/* Main table cell colours and backgrounds -----------------------------------*/
td.row1	{ 
	background-color: #e6e6eb;
	border: 1px #b4b4b9 solid; 
	border-width: 0px 1px 1px 0px; 
}
td.row2	{ 
	background-color: #dcdce1; 
	border: 1px #b4b4b9 solid; 
	border-width: 0px 1px 1px 0px; 
}
td.row3	{ 
	background-color: #d2d2d7; 
	border: 1px #b4b4b9 solid; 
	border-width: 0px 1px 1px 0px; 
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
/* ---------------------------------------------------------------------------*/

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFA34F}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover

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

/* General text --------------------------------------------------------------*/
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }
/* ---------------------------------------------------------------------------*/


/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

.nav {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.nav {
	text-decoration: none;
	color: #63456B;
}
a.nav:hover {
	text-decoration: underline;
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #D1D8DD; 
}
.quotetitle {
	background : #7995df;
	border : 1px solid #d1d7dc;
	font-size : 10px;
	color : #ecf0f6;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #7995df url(images/bbcode_quote.gif) no-repeat 100% 50%;
}
.quotediv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #e6ddf7;
}
/* ---------------------------------------------------------------------------*/

/* Form elements -------------------------------------------------------------*/
textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #D1D8DD;
	}

/* The text input fields background colour */
input.post, textarea.post, select {
	border-left: 1px #D1D8DD solid;
	border-top: 1px #D1D8DD solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-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. --*/
  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: #DEE3E7;
	border-style: none;
}
/* ---------------------------------------------------------------------------*/
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url(./formIE.css);
Welke moet ik hebben :bier:

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 09 okt 2006, 19:30

waar gebruik je hem ... ?

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 09 okt 2006, 19:39

Op mn forum :+

Op de index, onder de uitleg van de categorie iccoontjes en boven de copyright

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 09 okt 2006, 19:40

Code: Selecteer alles

.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFA34F} 
a.cattitle      { text-decoration: none; color : #006699; } 
a.cattitle:hover 
denk deze. :)

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 09 okt 2006, 19:51

Dat is hem niet ;)

[bedweter modus]Was ook te zien, omdat er nergens underline stond ;)[/bedweter modus]

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 10 okt 2006, 20:54

Iemand een idee? :)

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 11 okt 2006, 12:15

Makavelibrox schreef:Dat is hem niet ;)

[bedweter modus]Was ook te zien, omdat er nergens underline stond ;)[/bedweter modus]
kon ook puur html erbij gezeten zijn dus :p anyway je server ligt eruit.

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 11 okt 2006, 16:37

svennson schreef:
Makavelibrox schreef:Dat is hem niet ;)

[bedweter modus]Was ook te zien, omdat er nergens underline stond ;)[/bedweter modus]
kon ook puur html erbij gezeten zijn dus :p anyway je server ligt eruit.
Server is er weer :)

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 11 okt 2006, 16:43

trouwens op jouw forum hetsportforum.nl staat er geen lijntje onder :)

Code: Selecteer alles

<table width="640" align="center" cellpadding="2" cellspacing="1" border="0" class="forumline">
		<th class="thTop" align="center" height="20"><span class="cattitle"><a href="shoutbox.php"  title="Alle berichten">Shout Out!</a>&nbsp;<a href="purger_shoutbox.php"></a></span>
		</th>
het kan dus vallen onder forumline, thTop, cattitle (a) volgends mij.

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 12 okt 2006, 14:41

svennson schreef:trouwens op jouw forum hetsportforum.nl staat er geen lijntje onder :)

Code: Selecteer alles

<table width="640" align="center" cellpadding="2" cellspacing="1" border="0" class="forumline">
		<th class="thTop" align="center" height="20"><span class="cattitle"><a href="shoutbox.php"  title="Alle berichten">Shout Out!</a>&nbsp;<a href="purger_shoutbox.php"></a></span>
		</th>
het kan dus vallen onder forumline, thTop, cattitle (a) volgends mij.
Het is .com ;)
En het gaat over een andere template

Forumline is een andere kleur,
cattitle is dezelfde kleur en thTop ken ik niet

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 14 okt 2006, 14:50

iemand?

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 14 okt 2006, 15:14

waar vinden we die template dan ?

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 15 okt 2006, 10:35

Inloggen met dit testaccountje:
Login: phpbbtest
Pass: phpbb

Daarmee inloggen en je komt direct bij de bedoelde template :bier:

Makavelibrox
Berichten: 402
Lid geworden op: 01 jul 2005, 18:02
Contacteer:

Bericht door Makavelibrox » 17 okt 2006, 13:28

Iemand? :)

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 17 okt 2006, 16:35

<th class="thTop" align="center" height="20"><span class="cattitle"><a href="shoutbox.php" title="Alle berichten">Shout Out!</a>&nbsp;<a href="purger_shoutbox.php"></a></span>
</th>
wel ... :? css aanpassen.

Gesloten