[2 Probleempjes] Menu + Body line (om de banner)

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
Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

[2 Probleempjes] Menu + Body line (om de banner)

Bericht door Duifje » 12 mar 2005, 18:11

Kan iemand mij helpen met deze 2 kleine probleempjes heb zelf ook al heel wat geprobeert maar het lukt mij gewoon niet. :cry:

http://www.gamezx.nl/testforumleon/phpBB2/

- Body line om de banner moet weg.
- Menu moet onder de banner komen.

Overall_Header.tpl

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
	body {
    margin-top: 0px; 
    margin-bottom: 0px;
	margin-left: 9%;
	margin-right: 9%;
	background-color: {T_BODY_BGCOLOR};
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
	}

/* General font families for common tags */
	font,th,td,p { font-family: {T_FONTFACE1} }
	a:link,a:active,a:visited { color : {T_BODY_LINK}; }
	a:hover		{ text-decoration: none; color : {T_BODY_HLINK}; }
	hr	{ height: 0px; border: solid #375329 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
	.bodyline	{ background-color: {T_TD_COLOR2}; border: 1px ddf4d2 solid; }

/* This is the outline round the main forum tables */
	.forumline	{ background-color: {T_TD_COLOR2}; border: 2px #375329 solid; }

/* Main table cell colours and backgrounds */
	td.row1	{ background-color: {T_TR_COLOR1}; }
	td.row2	{ background-color: {T_TR_COLOR2}; }
	td.row3	{ background-color: {T_TR_COLOR3}; }

/*
  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: {T_TD_COLOR2};
		background-image: url(templates/subSilver/images/{T_TH_CLASS3});
		background-repeat: repeat-y;
		}

/* Header cells - the blue and silver gradient backgrounds */
	th	{
	color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
	background-color: {T_BODY_LINK}; height: 25px;
	background-image: url(templates/subSilver/images/{T_TH_CLASS2});
	}

	td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(templates/subSilver/images/{T_TH_CLASS1});
	background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
	}

/*
  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: 29px;
	border-width: 0px 0px 0px 0px;
	}
	th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
	}
	td.row3Right,td.spaceRow {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
	}

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

/* The largest text used in the index page title and toptic title etc. */
	.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
	text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
	}

/* General text */
	.gen { font-size : {T_FONTSIZE3}px; }
	.genmed { font-size : {T_FONTSIZE2}px; }
	.gensmall { font-size : {T_FONTSIZE1}px; }
	.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
	a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
	a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: {T_BODY_HLINK}; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
	.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
	a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
	a.mainmenu:hover{ text-decoration: none; color : {T_BODY_HLINK}; }

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

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

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

/* titles for the topics: could specify viewed link colour too */
	.topictitle,h1,h2	{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
	a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
	a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
	a.topictitle:hover	{ text-decoration: none; color : {T_BODY_HLINK}; }

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

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

/* The content of the posts (body of text) */
	.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
	a.postlink:link	{ text-decoration: none; color : {T_BODY_LINK} }
	a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
	a.postlink:hover { text-decoration: none; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
	.code {
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
	}

	.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; 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: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
	a.copyright		{ color: {T_FONTCOLOR1}; text-decoration: none;}
	a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: none;}

/* Form elements */
	input,textarea, select {
	color : {T_BODY_TEXT};
	font: normal {T_FONTSIZE2}px {T_FONTFACE1};
	border-color : {T_BODY_TEXT};
	}

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

	input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
	input.button {
	background-color : {T_TR_COLOR1};
	color : {T_BODY_TEXT};
	font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
	}

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

/* None-bold submit button */
	input.liteoption {
	background-color : {T_TD_COLOR1};
	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: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
// MOD: PM Popup Blocker Fix - by tomlevens (tom@tomlevens.co.uk)
// (4 lines replaced - original lines follow)
//
//	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
//	{
//		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
//	}
//
	if({PRIVATE_MESSAGE_NEW_FLAG})
	{
		new_pm_prompt = confirm('{L_PRIVATEMSG_NEW}');
		if(new_pm_prompt == true) {
			// Redirect to Inbox if OK is clicked
			window.location = '{U_PRIVATEMSGS}';
		}
		else {
			// Close prompt if cancel is clicked
		}
	}
//
// END MOD
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script type="text/javascript"> 
function checksubmit(submitbtn){ 
submitbtn.form.submit() 
checksubmit=blocksubmit 
return false 
} 
</script> 
 
</script> 
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  win = window.open(mypage,myname,settings);
}
</SCRIPT>
</head>
<body bgcolor="{T_BODY_BGCOLOR}"  text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>
<script language=javascript src="http://localhost/menu_array.js" type=text/javascript>
</script> 
<script language=javascript>if(navigator.appVersion.indexOf("MSIE 6.0")>0){effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";}else{effect="Shadow(color='#777777', Direction=135, Strength=5)";}
timegap=500
followspeed=5
followrate=40
suboffset_top=10;suboffset_left=10;style1=["375329","ddf4d2","87b371","c7f6b0","375329",14,"normal","bold","Bell MT",4,"arrow.gif",,"66ffff","000099","","","arrowdn.gif","ffffff","000099","navy",]
addmenu(menu=["mainmenu",63,347,,1,"",style1,1,"left",,,1,,,,,,,,,,,"Algemeen&nbsp;&nbsp;&nbsp;","show-menu=algemeen",
,"",1,"Profiel&nbsp;&nbsp;&nbsp;","show-menu=profiel",,"",1,"PB&nbsp;&nbsp;&nbsp;","show-menu=PB",,"",1,"Gebruikers
&nbsp;&nbsp;&nbsp;","show-menu=gebruikers",,"",1,"Zoeken&nbsp;&nbsp;&nbsp;","show-menu=zoeken",,"",1,"Overig&nbsp;
&nbsp;&nbsp;","show-menu=overig",,"",1])
addmenu(menu=["algemeen",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,,"Index","index.php",,,0,"FAQ","faq.php",,,0,"BBcode FAQ","bbcodefaq.php",,,0,"Regels","viewtopic.php?t=3266",,,0,"","",,,0,"In-/uitloggen","{U_LOGIN_LOGOUT}",,,0])
addmenu(menu=["pb",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"PB inbox","privmsg.php?folder=inbox",,,0,"Stuur een PB","privmsg.php?mode=post",,,0,"Verzonden berichten","privmsg.php?folder=sentbox",,,0,"Bewaarde berichten","privmsg.php?folder=savebox",,,0])
addmenu(menu=["profiel",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Bewerk je profiel","profile.php?mode=editprofile",,,0,"Bekijk je profiel","profile.php?mode=viewprofile&u={USER_ID} ",,,0])
addmenu(menu=["gebruikers",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Ledenlijst",
"memberlist.php",,,0,"Gebruikersgroepen","groupcp.php",,,0,"Who's Online","viewonline.php",,,0,"Map","map.php",,,0,"Staff","staff.php",,,0,"Foto Album","album.php",,,0])
addmenu(menu=["zoeken",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Zoek pagina","search.php",,,0,"Posts sinds laatste bezoek","search.php?search_id=newposts",,,0,"Je eigen posts","search.php?search_id=egosearch",,,0])
addmenu(menu=["overig",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,
"Games","activity.php",,,0,"Kalender","calendar.php",,,0,"Nieuwsbrieven",
"nieuwsbrief.php",,,0,"Statistieken","statistics.php",,,0,"Uploader","Uploader",,,0,
"Kladblok","notes.php",,,0,"Smilies","smilies_list.php",,,0])
dumpmenus()
</script> 
<script language=javascript src="http://localhost/mmenu.js" type=text/javascript></script>

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center"> 
	<tr> 
		<td style="padding: 2px;" class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="2" border="0">
		</table></td>		
			</tr>
		</table>

		<br />
Ik zou het heel erg op prijs stellen als iemand mij uit de brandt wil helpen :thumb:

Lijn afgebroken - Stef

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 12 mar 2005, 20:56

Hoezo geript van http://www.robintown.nl :roll: De link naar de (bijna onleesbare) JavaScript bestanden staan er gewoon nog.

Maargoed, ik ben erachter gekomen dat addmenu(menu=["mainmenu",63 die 63 de hoogte van het menu bepaalt (en het daarachter de plaats vanaf links), dus dat moet bij jouw iegts van 114 worden.

Maar van

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center"> 
	<tr> 
		<td style="padding: 2px;" class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="2" border="0">
		</table></td>		
			</tr>
		</table>

		<br />
eens

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center" style="padding: 2px;"> 
	<tr> 
		<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="2" border="0">
		</table></td>		
			</tr>
		</table>
	</tr>
	<tr>
	    <td class="bodyline">

		<br />
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 12 mar 2005, 21:09

Luuk schreef:Hoezo geript van http://www.robintown.nl :roll: De link naar de (bijna onleesbare) JavaScript bestanden staan er gewoon nog.
Ik mocht het gebruiken van hem, heb zijn toesteming gevraagd heb van heb gekregen :bier:

(die link heb ik al lang verandert bij local host al alleen bij m'n forum online nog niet omdat m'n host raar doet :cry:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 12 mar 2005, 21:13

Dan kopieer de inhoud van het JS bestand en maak een JS bestand aan op je eigen host met die inhoud, dan 'steel' je niet zijn dataverkeer en dan lijkt het al een stuk zelfgemaakter :twisted: :bier:
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 12 mar 2005, 21:14

Luuk schreef:Hoezo geript van http://www.robintown.nl :roll: De link naar de (bijna onleesbare) JavaScript bestanden staan er gewoon nog.

Maargoed, ik ben erachter gekomen dat addmenu(menu=["mainmenu",63 die 63 de hoogte van het menu bepaalt (en het daarachter de plaats vanaf links), dus dat moet bij jouw iegts van 114 worden.

Maar van

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center"> 
	<tr> 
		<td style="padding: 2px;" class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="2" border="0">
		</table></td>		
			</tr>
		</table>

		<br />
eens

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center" style="padding: 2px;"> 
	<tr> 
		<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="2" border="0">
		</table></td>		
			</tr>
		</table>
	</tr>
	<tr>
	    <td class="bodyline">

		<br />
gedaan maar het is iets erger geworden :roll:
http://www.gamezx.nl/testforumleon/phpBB2/index.php

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 12 mar 2005, 21:18

Luuk schreef:Dan kopieer de inhoud van het JS bestand en maak een JS bestand aan op je eigen host met die inhoud, dan 'steel' je niet zijn dataverkeer en dan lijkt het al een stuk zelfgemaakter :twisted: :bier:
is goed heb nu verandert :bier:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 12 mar 2005, 23:29

Zet onder

Code: Selecteer alles

<td class="bodyline"> 
eens

Code: Selecteer alles

<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="27">&nbsp;</td></tr></table>
en maak van

Code: Selecteer alles

addmenu(menu=["mainmenu",63

Code: Selecteer alles

addmenu(menu=["mainmenu",144
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 13 mar 2005, 00:14

Bedankt luuk menu zit nu wel goed alleen de header nog goed :bier:

Damn egt bedankt voor de menu hulp thx :thumb:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 13 mar 2005, 13:55

Wat moet daar dan nog mee? De wite achtergrond (bodyline) zit er niet meer achter :?
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 13 mar 2005, 14:00

Om de banner zit een heel klein groen lijntje dat bedoelde ik :cry:

Dat witte moest wel door lopen :roll:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 13 mar 2005, 14:06

Ow, dat had ik niet begrepen :lol:

Maak van dit

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center" style="padding: 2px;"> 
   <tr> 
      <td><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
         <tr> 
            <td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a> 
            <table cellspacing="0" cellpadding="2" border="0"> 
      </table></td>       
         </tr> 
      </table> 
   </tr> 
   <tr> 
       <td class="bodyline"> 
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="27">&nbsp;</td></tr></table>
      <br />
Dan eens

Code: Selecteer alles

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center" style="padding: 2px;">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
            <table cellspacing="0" cellpadding="2" border="0">
      </table></td>      
         </tr>
      </table>
	  <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="27">&nbsp;</td></tr></table>

      <br />
En dan van addmenu(menu=["mainmenu",144
addmenu(menu=["mainmenu",132
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 13 mar 2005, 14:12

http://www.gamezx.nl/testforumleon/phpBB2/index.php

Ik had een beetje gekloot nu heb ik alles goed, bijna alleen de rand om de banner moet weg + iets onder het menu zie je dat het menutje over iets heen gaat dat wil ik ietsie omhoog hebben als jullie snappen wat ik bedoel :roll:

Overall_header.tpl = nu zo

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
	body {
    margin-top: 0px; 
    margin-bottom: 0px;
	margin-left: 9%;
	margin-right: 9%;
	background-color: {T_BODY_BGCOLOR};
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
	}

/* General font families for common tags */
	font,th,td,p { font-family: {T_FONTFACE1} }
	a:link,a:active,a:visited { color : {T_BODY_LINK}; }
	a:hover		{ text-decoration: none; color : {T_BODY_HLINK}; }
	hr	{ height: 0px; border: solid #375329 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
	.bodyline	{ background-color: {T_TD_COLOR2}; border: 1px ddf4d2 solid; }

/* This is the outline round the main forum tables */
	.forumline	{ background-color: {T_TD_COLOR2}; border: 2px #375329 solid; }

/* Main table cell colours and backgrounds */
	td.row1	{ background-color: {T_TR_COLOR1}; }
	td.row2	{ background-color: {T_TR_COLOR2}; }
	td.row3	{ background-color: {T_TR_COLOR3}; }

/*
  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: {T_TD_COLOR2};
	background-image: url(templates/subSilver/images/{T_TH_CLASS3});
	background-repeat: repeat-y;
	}

/* Header cells - the blue and silver gradient backgrounds */
	th	{
	color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
	background-color: {T_BODY_LINK}; height: 25px;
	background-image: url(templates/subSilver/images/{T_TH_CLASS2});
	}

	td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(templates/subSilver/images/{T_TH_CLASS1});
	background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
	}

/*
  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: 29px;
	border-width: 0px 0px 0px 0px;
	}
	th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
	}
	td.row3Right,td.spaceRow {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
	}

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

/* The largest text used in the index page title and toptic title etc. */
	.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
	text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
	}

/* General text */
	.gen { font-size : {T_FONTSIZE3}px; }
	.genmed { font-size : {T_FONTSIZE2}px; }
	.gensmall { font-size : {T_FONTSIZE1}px; }
	.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
	a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
	a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: {T_BODY_HLINK}; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
	.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
	a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
	a.mainmenu:hover{ text-decoration: none; color : {T_BODY_HLINK}; }

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

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

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

/* titles for the topics: could specify viewed link colour too */
	.topictitle,h1,h2	{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
	a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
	a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
	a.topictitle:hover	{ text-decoration: none; color : {T_BODY_HLINK}; }

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

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

/* The content of the posts (body of text) */
	.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
	a.postlink:link	{ text-decoration: none; color : {T_BODY_LINK} }
	a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
	a.postlink:hover { text-decoration: none; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
	.code {
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
	}

	.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; 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: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
	a.copyright		{ color: {T_FONTCOLOR1}; text-decoration: none;}
	a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: none;}

/* Form elements */
	input,textarea, select {
	color : {T_BODY_TEXT};
	font: normal {T_FONTSIZE2}px {T_FONTFACE1};
	border-color : {T_BODY_TEXT};
	}

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

	input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
	input.button {
	background-color : {T_TR_COLOR1};
	color : {T_BODY_TEXT};
	font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
	}

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

/* None-bold submit button */
	input.liteoption {
	background-color : {T_TD_COLOR1};
	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: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
// MOD: PM Popup Blocker Fix - by tomlevens (tom@tomlevens.co.uk)
// (4 lines replaced - original lines follow)
//
//	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
//	{
//		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
//	}
//
	if({PRIVATE_MESSAGE_NEW_FLAG})
	{
		new_pm_prompt = confirm('{L_PRIVATEMSG_NEW}');
		if(new_pm_prompt == true) {
			// Redirect to Inbox if OK is clicked
			window.location = '{U_PRIVATEMSGS}';
		}
		else {
			// Close prompt if cancel is clicked
		}
	}
//
// END MOD
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script type="text/javascript"> 
function checksubmit(submitbtn){ 
submitbtn.form.submit() 
checksubmit=blocksubmit 
return false 
} 
</script> 
 
</script> 
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  win = window.open(mypage,myname,settings);
}
</SCRIPT>
</head>
<body bgcolor="{T_BODY_BGCOLOR}"  text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/menu_array.js" type=text/javascript>
</script> 
<script language=javascript>if(navigator.appVersion.indexOf("MSIE 6.0")>0){effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";}else{effect="Shadow(color='#777777', Direction=135, Strength=5)";}
timegap=500
followspeed=5
followrate=40
suboffset_top=10;suboffset_left=10;style1=["375329","ddf4d2","87b371","c7f6b0","375329",14,"normal","bold","Bell MT",4,"arrow.gif",,"66ffff","000099","","","arrowdn.gif","ffffff","000099","navy",]
addmenu(menu=["mainmenu",110,347,,1,"",style1,1,"left",,,1,,,,,,,,,,,"Algemeen&nbsp;&nbsp;&nbsp;","show-menu=algemeen",,"",1,"Profiel&nbsp;&nbsp;&nbsp;","show-menu=profiel",,"",1,"PB&nbsp;&nbsp;&nbsp;","show-menu=PB",,"",1,"Gebruikers&nbsp;&nbsp;&nbsp;","show-menu=gebruikers",,"",1,"Zoeken&nbsp;&nbsp;&nbsp;","show-menu=zoeken",,"",1,"Overig&nbsp;&nbsp;&nbsp;","show-menu=overig",,"",1])
addmenu(menu=["algemeen",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,,"Index","index.php",,,0,"FAQ","faq.php",,,0,"BBcode FAQ","bbcodefaq.php",,,0,"Regels","viewtopic.php?t=3266",,,0,"","",,,0,"In-/uitloggen","{U_LOGIN_LOGOUT}",,,0])
addmenu(menu=["pb",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"PB inbox","privmsg.php?folder=inbox",,,0,"Stuur een PB","privmsg.php?mode=post",,,0,"Verzonden berichten","privmsg.php?folder=sentbox",,,0,"Bewaarde berichten","privmsg.php?folder=savebox",,,0])
addmenu(menu=["profiel",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Bewerk je profiel","profile.php?mode=editprofile",,,0,"Bekijk je profiel","profile.php?mode=viewprofile&u={USER_ID} ",,,0])
addmenu(menu=["gebruikers",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Ledenlijst","memberlist.php",,,0,"Gebruikersgroepen","groupcp.php",,,0,"Who's Online","viewonline.php",,,0,"Map","map.php",,,0,"Staff","staff.php",,,0,"Foto Album","album.php",,,0])
addmenu(menu=["zoeken",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Zoek pagina","search.php",,,0,"Posts sinds laatste bezoek","search.php?search_id=newposts",,,0,"Je eigen posts","search.php?search_id=egosearch",,,0])
addmenu(menu=["overig",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Games","activity.php",,,0,"Kalender","calendar.php",,,0,"Nieuwsbrieven","nieuwsbrief.php",,,0,"Statistieken","statistics.php",,,0,"Uploader","Uploader",,,0,"Kladblok","notes.php",,,0,"Smilies","smilies_list.php",,,0])
dumpmenus()
</script> 
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/mmenu.js" type=text/javascript></script>

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center"> 
	<tr> 
		<td style="padding: 0px;" class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td width="100%" class="headerbg"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
				<table cellspacing="0" cellpadding="0" border="0">
		</table></td>		
			</tr>
		</table>
       
      <br />

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 13 mar 2005, 14:17

Maak er dan eens van

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
   body {
    margin-top: 0px;
    margin-bottom: 0px;
   margin-left: 9%;
   margin-right: 9%;
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
   }

/* General font families for common tags */
   font,th,td,p { font-family: {T_FONTFACE1} }
   a:link,a:active,a:visited { color : {T_BODY_LINK}; }
   a:hover      { text-decoration: none; color : {T_BODY_HLINK}; }
   hr   { height: 0px; border: solid #375329 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
   .bodyline   { background-color: {T_TD_COLOR2}; border: 1px ddf4d2 solid; }

/* This is the outline round the main forum tables */
   .forumline   { background-color: {T_TD_COLOR2}; border: 2px #375329 solid; }

/* Main table cell colours and backgrounds */
   td.row1   { background-color: {T_TR_COLOR1}; }
   td.row2   { background-color: {T_TR_COLOR2}; }
   td.row3   { background-color: {T_TR_COLOR3}; }

/*
  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: {T_TD_COLOR2};
   background-image: url(templates/subSilver/images/{T_TH_CLASS3});
   background-repeat: repeat-y;
   }

/* Header cells - the blue and silver gradient backgrounds */
   th   {
   color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: {T_BODY_LINK}; height: 25px;
   background-image: url(templates/subSilver/images/{T_TH_CLASS2});
   }

   td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-image: url(templates/subSilver/images/{T_TH_CLASS1});
   background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
   }

/*
  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: 29px;
   border-width: 0px 0px 0px 0px;
   }
   th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
   }
   td.row3Right,td.spaceRow {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
   }

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

/* The largest text used in the index page title and toptic title etc. */
   .maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
   }

/* General text */
   .gen { font-size : {T_FONTSIZE3}px; }
   .genmed { font-size : {T_FONTSIZE2}px; }
   .gensmall { font-size : {T_FONTSIZE1}px; }
   .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
   a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
   a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
   .mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
   a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }
   a.mainmenu:hover{ text-decoration: none; color : {T_BODY_HLINK}; }

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

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

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

/* titles for the topics: could specify viewed link colour too */
   .topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
   a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
   a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
   a.topictitle:hover   { text-decoration: none; color : {T_BODY_HLINK}; }

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

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

/* The content of the posts (body of text) */
   .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
   a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }
   a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
   a.postlink:hover { text-decoration: none; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
   .code {
   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
   }

   .quote {
   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; 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: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
   a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}
   a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: none;}

/* Form elements */
   input,textarea, select {
   color : {T_BODY_TEXT};
   font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   border-color : {T_BODY_TEXT};
   }

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

   input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
   input.button {
   background-color : {T_TR_COLOR1};
   color : {T_BODY_TEXT};
   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
   }

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

/* None-bold submit button */
   input.liteoption {
   background-color : {T_TD_COLOR1};
   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: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
// MOD: PM Popup Blocker Fix - by tomlevens (tom@tomlevens.co.uk)
// (4 lines replaced - original lines follow)
//
//   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
//   {
//      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
//   }
//
   if({PRIVATE_MESSAGE_NEW_FLAG})
   {
      new_pm_prompt = confirm('{L_PRIVATEMSG_NEW}');
      if(new_pm_prompt == true) {
         // Redirect to Inbox if OK is clicked
         window.location = '{U_PRIVATEMSGS}';
      }
      else {
         // Close prompt if cancel is clicked
      }
   }
//
// END MOD
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script type="text/javascript">
function checksubmit(submitbtn){
submitbtn.form.submit()
checksubmit=blocksubmit
return false
}
</script>
 
</script>
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  win = window.open(mypage,myname,settings);
}
</SCRIPT>
</head>
<body bgcolor="{T_BODY_BGCOLOR}"  text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/menu_array.js" type=text/javascript>
</script>
<script language=javascript>if(navigator.appVersion.indexOf("MSIE 6.0")>0){effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";}else{effect="Shadow(color='#777777', Direction=135, Strength=5)";}
timegap=500
followspeed=5
followrate=40
suboffset_top=10;suboffset_left=10;style1=["375329","ddf4d2","87b371","c7f6b0","375329",14,"normal","bold","Bell MT",4,"arrow.gif",,"66ffff","000099","","","arrowdn.gif","ffffff","000099","navy",]
addmenu(menu=["mainmenu",132,347,,1,"",style1,1,"left",,,1,,,,,,,,,,,"Algemeen&nbsp;&nbsp;&nbsp;","show-menu=algemeen",,"",1,"Profiel&nbsp;&nbsp;&nbsp;","show-menu=profiel",,"",1,"PB&nbsp;&nbsp;&nbsp;","show-menu=PB",,"",1,"Gebruikers&nbsp;&nbsp;&nbsp;","show-menu=gebruikers",,"",1,"Zoeken&nbsp;&nbsp;&nbsp;","show-menu=zoeken",,"",1,"Overig&nbsp;&nbsp;&nbsp;","show-menu=overig",,"",1])
addmenu(menu=["algemeen",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,,"Index","index.php",,,0,"FAQ","faq.php",,,0,"BBcode FAQ","bbcodefaq.php",,,0,"Regels","viewtopic.php?t=3266",,,0,"","",,,0,"In-/uitloggen","{U_LOGIN_LOGOUT}",,,0])
addmenu(menu=["pb",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"PB inbox","privmsg.php?folder=inbox",,,0,"Stuur een PB","privmsg.php?mode=post",,,0,"Verzonden berichten","privmsg.php?folder=sentbox",,,0,"Bewaarde berichten","privmsg.php?folder=savebox",,,0])
addmenu(menu=["profiel",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Bewerk je profiel","profile.php?mode=editprofile",,,0,"Bekijk je profiel","profile.php?mode=viewprofile&u={USER_ID} ",,,0])
addmenu(menu=["gebruikers",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Ledenlijst","memberlist.php",,,0,"Gebruikersgroepen","groupcp.php",,,0,"Who's Online","viewonline.php",,,0,"Map","map.php",,,0,"Staff","staff.php",,,0,"Foto Album","album.php",,,0])
addmenu(menu=["zoeken",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Zoek pagina","search.php",,,0,"Posts sinds laatste bezoek","search.php?search_id=newposts",,,0,"Je eigen posts","search.php?search_id=egosearch",,,0])
addmenu(menu=["overig",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Games","activity.php",,,0,"Kalender","calendar.php",,,0,"Nieuwsbrieven","nieuwsbrief.php",,,0,"Statistieken","statistics.php",,,0,"Uploader","Uploader",,,0,"Kladblok","notes.php",,,0,"Smilies","smilies_list.php",,,0])
dumpmenus()
</script>
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/mmenu.js" type=text/javascript></script>

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="10" border="0" align="center" style="padding: 2px;">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td width="100%"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a>
            <table cellspacing="0" cellpadding="0" border="0">
      </table></td>      
         </tr>
      </table>
      <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="27">&nbsp;</td></tr></table>
       
      <br />
Afbeelding

Duifje
Berichten: 142
Lid geworden op: 18 feb 2005, 11:17

Bericht door Duifje » 13 mar 2005, 14:27

http://www.gamezx.nl/testforumleon/phpBB2/index.php

Ik had weer wat aan gepast omdat er toen overal a 1 cm witte rand bij kwam.
Nu ziet het er zo uit.

Stukje uit overall_header.tpl

Code: Selecteer alles

</script> 
<!-- END switch_enable_pm_popup --> 
<script type="text/javascript"> 
function checksubmit(submitbtn){ 
submitbtn.form.submit() 
checksubmit=blocksubmit 
return false 
} 
</script> 
  
</script> 
<SCRIPT LANGUAGE="Javascript"> 
var win = null; 
function Gk_PopTart(mypage,myname,w,h,scroll) 
{ 
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'; 
  win = window.open(mypage,myname,settings); 
} 
</SCRIPT> 
</head> 
<body bgcolor="{T_BODY_BGCOLOR}"  text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> 

<a name="top"></a> 
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/menu_array.js" type=text/javascript> 
</script> 
<script language=javascript>if(navigator.appVersion.indexOf("MSIE 6.0")>0){effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";}else{effect="Shadow(color='#777777', Direction=135, Strength=5)";} 
timegap=500 
followspeed=5 
followrate=40 
suboffset_top=10;suboffset_left=10;style1=["375329","ddf4d2","87b371","c7f6b0","375329",14,"normal","bold","Bell MT",4,"arrow.gif",,"66ffff","000099","","","arrowdn.gif","ffffff","000099","navy",] 
addmenu(menu=["mainmenu",111,347,,1,"",style1,1,"left",,,1,,,,,,,,,,,"Algemeen&nbsp;&nbsp;&nbsp;","show-menu=algemeen",,"",1,"Profiel&nbsp;&nbsp;&nbsp;","show-menu=profiel",,"",1,"PB&nbsp;&nbsp;&nbsp;","show-menu=PB",,"",1,"Gebruikers&nbsp;&nbsp;&nbsp;","show-menu=gebruikers",,"",1,"Zoeken&nbsp;&nbsp;&nbsp;","show-menu=zoeken",,"",1,"Overig&nbsp;&nbsp;&nbsp;","show-menu=overig",,"",1]) 
addmenu(menu=["algemeen",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,,"Index","index.php",,,0,"FAQ","faq.php",,,0,"BBcode FAQ","bbcodefaq.php",,,0,"Regels","viewtopic.php?t=3266",,,0,"","",,,0,"In-/uitloggen","{U_LOGIN_LOGOUT}",,,0]) 
addmenu(menu=["pb",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"PB inbox","privmsg.php?folder=inbox",,,0,"Stuur een PB","privmsg.php?mode=post",,,0,"Verzonden berichten","privmsg.php?folder=sentbox",,,0,"Bewaarde berichten","privmsg.php?folder=savebox",,,0]) 
addmenu(menu=["profiel",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Bewerk je profiel","profile.php?mode=editprofile",,,0,"Bekijk je profiel","profile.php?mode=viewprofile&u={USER_ID} ",,,0]) 
addmenu(menu=["gebruikers",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,,"Ledenlijst","memberlist.php",,,0,"Gebruikersgroepen","groupcp.php",,,0,"Who's Online","viewonline.php",,,0,"Map","map.php",,,0,"Staff","staff.php",,,0,"Foto Album","album.php",,,0]) 
addmenu(menu=["zoeken",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Zoek pagina","search.php",,,0,"Posts sinds laatste bezoek","search.php?search_id=newposts",,,0,"Je eigen posts","search.php?search_id=egosearch",,,0]) 
addmenu(menu=["overig",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,,"Games","activity.php",,,0,"Kalender","calendar.php",,,0,"Nieuwsbrieven","nieuwsbrief.php",,,0,"Statistieken","statistics.php",,,0,"Uploader","Uploader",,,0,"Kladblok","notes.php",,,0,"Smilies","smilies_list.php",,,0]) 
dumpmenus() 
</script> 
<script language=javascript src="http://www.gamezx.nl/testforumleon/phpBB2/mmenu.js" type=text/javascript></script> 

<table width="{S_WIDTH}%" cellspacing="0" cellpadding="0" border="0" align="center" style="padding: 0px;"> 
   <tr> 
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
         <tr> 
            <td width="100%"><a href="{U_INDEX}"><img src="templates/subSilver/images/LTD Team.png"></a> 
            <table cellspacing="0" cellpadding="0" border="0"> 
      </table></td>      
         </tr> 
      </table> 
      <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="10">&nbsp;</td></tr></table> 
        
      <br />

Gesloten