Pagina 1 van 1
					
				Shoutbox Titel Kleur Veranderen
				Geplaatst: 08 okt 2006, 21:19
				door Makavelibrox
				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  
 
Hieronder een screenshot, waar het iets duidelijker is, hoop ik:

 
			 
			
					
				
				Geplaatst: 08 okt 2006, 22:06
				door remon
				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.
			 
			
					
				
				Geplaatst: 09 okt 2006, 17:37
				door Makavelibrox
				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
 
			 
			
					
				
				Geplaatst: 09 okt 2006, 17:52
				door svenn
				voor de starten ik denk dat je in shoutbox.css moet zijn 

 
			 
			
					
				
				Geplaatst: 09 okt 2006, 19:28
				door Makavelibrox
				Maar die is huge  
 
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  

 
			 
			
					
				
				Geplaatst: 09 okt 2006, 19:30
				door svenn
				waar gebruik je hem ... ?
			 
			
					
				
				Geplaatst: 09 okt 2006, 19:39
				door Makavelibrox
				Op mn forum :+
Op de index, onder de uitleg van de categorie iccoontjes en boven de copyright
			 
			
					
				
				Geplaatst: 09 okt 2006, 19:40
				door svenn
				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. 

 
			 
			
					
				
				Geplaatst: 09 okt 2006, 19:51
				door Makavelibrox
				Dat is hem niet 
[bedweter modus]Was ook te zien, omdat er nergens underline stond 

[/bedweter modus]
 
			 
			
					
				
				Geplaatst: 10 okt 2006, 20:54
				door Makavelibrox
				Iemand een idee?  

 
			 
			
					
				
				Geplaatst: 11 okt 2006, 12:15
				door svenn
				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.
 
			 
			
					
				
				Geplaatst: 11 okt 2006, 16:37
				door Makavelibrox
				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 

 
			 
			
					
				
				Geplaatst: 11 okt 2006, 16:43
				door svenn
				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> <a href="purger_shoutbox.php"></a></span>
		</th>
het kan dus vallen onder forumline, thTop, cattitle (a) volgends mij.
 
			 
			
					
				
				Geplaatst: 12 okt 2006, 14:41
				door Makavelibrox
				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> <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
 
			 
			
					
				
				Geplaatst: 14 okt 2006, 14:50
				door Makavelibrox
				iemand?
			 
			
					
				
				Geplaatst: 14 okt 2006, 15:14
				door svenn
				waar vinden we die template dan ?
			 
			
					
				
				Geplaatst: 15 okt 2006, 10:35
				door Makavelibrox
				Inloggen met dit testaccountje:
Login: phpbbtest
Pass: phpbb
Daarmee inloggen en je komt direct bij de bedoelde template  

 
			 
			
					
				
				Geplaatst: 17 okt 2006, 13:28
				door Makavelibrox
				Iemand?  

 
			 
			
					
				
				Geplaatst: 17 okt 2006, 16:35
				door svenn
						<th class="thTop" align="center" height="20"><span class="cattitle"><a href="shoutbox.php"  title="Alle berichten">Shout Out!</a> <a href="purger_shoutbox.php"></a></span>
		</th>
wel ...  

 css aanpassen.