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  
