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

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Sonny Bish
Mitglied
Beiträge: 234
Registriert: 26.02.2008 16:53

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

Beitrag 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 ??
Votet mal plz für mein Nintendoforum bitte
http://wii.top100arena.com/in.asp?id=13566
Meine Seite:http://www.nintendohackz.1x.to
Benutzeravatar
Berliner Schildkroete
Mitglied
Beiträge: 563
Registriert: 30.03.2007 19:02
Wohnort: Berlin

Beitrag 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...
Grüße
Berliner Schildkröte
kein Support via PN, etc. - Befolgung meiner Vorschläge auf eigene Gefahr!
Sonny Bish
Mitglied
Beiträge: 234
Registriert: 26.02.2008 16:53

Beitrag von Sonny Bish »

Danke hat geklaptt weiß einer wie ich dieser orangen • wegkriege ? Da oben wo portal steht anmeldung und so
Votet mal plz für mein Nintendoforum bitte
http://wii.top100arena.com/in.asp?id=13566
Meine Seite:http://www.nintendohackz.1x.to
Antworten

Zurück zu „[3.0.x] Mod Support“