Forum mittig setzen und fixiert...
Verfasst: 22.03.2008 13:10
hallo,
will das mein forum in der mitte des browsers bleibt, und fixiert auf eine feste pixel breite...
benutze standart phpbb3 mit dem standart prosilver style.
wenn ich jedoch unter theme im stylesheet.css das heir einfüge funktions nichts, es bleitb alles beim alten.
mich wundert auch das in diesem stylesheet eig nichts drinne steht? außer das
will das mein forum in der mitte des browsers bleibt, und fixiert auf eine feste pixel breite...
benutze standart phpbb3 mit dem standart prosilver style.
wenn ich jedoch unter theme im stylesheet.css das heir einfüge funktions nichts, es bleitb alles beim alten.
Code: Alles auswählen
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
}
#wrapcentre {
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
Code: Alles auswählen
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");