Seite 1 von 1

Fíxierte breite bei fisubsilver 2 "fast" alles ges

Verfasst: 14.03.2008 16:30
von Sonny Bish
Hallo,
Ich habe mal ein helles theme bei mir gemacht es heist fisubsilver2
http://nintendohackz.bplaced.net/phpBB3 ... d8cb7dd4ff

Aber oben diese leiste wo portal anmelden und so steht ist noch immer so lang :(

Hier meine style css

Code: Alles auswählen

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	fisubsilver2
	Based on style:	subSilver2 
	Modified by:        Raimon ( http://www.phpBBservice.nl )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar fisubsilver2 style of phpBB version 2.x
	
	Copyright 2007 phpBBservice.nl ( Raimon ) http://www.phpBBservice.nl
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	
	font:12px Verdana,Arial,Helvetica,sans-serif;
	color: #323D4F;
	background-color: #ecf0f6;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin:6px;
	padding:0;
}



#wrapcentre {
   padding: 0 20px; 
   min-width: 650px; 
   width: 850px; 
   margin: 0 auto; 
} 

#wrapfooter {
   text-align: center;
   clear: both;
} 
#datebar {
	 margin: 0 auto;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	 background-color: #ECECEC; 
	 padding: 0 20px; 
	 border-style: solid; 
border-color: #A9B8C2; 
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

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

/* This is the gradient background at the top of the page */
.topbkg{
background: #dbe3ee url('./images/cellpic_bkg.jpg') repeat-x;
height:100px;
}
.topnav{
font-size:10px;
background: #e5ebf3 url('./images/cellpic_nav.gif') repeat-x;
color:#dd6900;
height:21px;
white-space:nowrap;
border: 0px solid #91a0ae;
border-width: 1px 0px 1px 0px;
}
hab nur bis dahin kopiert wo ich denke was ihr braucht ;-)

Was muss ich ändern damit oben auch es fixiert ist ??

Verfasst: 14.03.2008 16:47
von Berliner Schildkroete
such mal in der overall_header.html nach

Code: Alles auswählen

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0">

und ändere es in z.B.

Code: Alles auswählen

<table class="bodyline" width="97%" cellspacing="0" cellpadding="0" style="margin: 0 auto;">
width="97%" kannst du dann anpassen, wie du willst. :wink:
Ich hoffe das ist das, was du meinst...

Verfasst: 14.03.2008 18:10
von Sonny Bish
Danke hat geklaptt weiß einer wie ich dieser orangen • wegkriege ? Da oben wo portal steht anmeldung und so