Layout
Verfasst: 04.07.2007 11:03
Hallo,
ich bin fast fertig mit meinem Layout.
Der Beitrag hat fast alle meine Probleme gelöst.
http://www.phpbb.de/viewtopic.php?t=148 ... ght=breite
Doch jetzt komme ich nicht mehr weiter, es ist mit Sicherheit total einfach ich komme aber nicht auf die Lösung.
Um es besser erklären zu können habe ich ein Bild angefügt.
Bild
Es geht einfach darum den Abstand zwischen dem Rand ( blau ) und dem Forum zu verringern.
Ich hab schon einiges ausprobiert komme aber zu keiner Lösung.
Das Layout ist aufgebaut auf dem subSilver2.
/* 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-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: #2e2e2e;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 5px 5px 5px 5px;
padding: 0px;
border-color: #0000ff;
border-width: 1px 1px 1px 1px;
border-style: solid;
width: 950px;
margin-left: auto;
margin-right: auto;
}
#centerthis {
padding: 0 20px;
width: 900px;
/* zum mittig machen folgendes noch */
margin-left: auto;
margin-right: auto;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
Kann mir wer sagen an welchem Rad ich drehen muss damit es klappt?
Der Link zum neuen Forum: www.blue-steel-warriors.de/bsw
Der Link zum alten Forum: www.blue-steel-warriors.de/forum
Das neue Forum soll dann ähnlich aussehen.
bye
ich bin fast fertig mit meinem Layout.
Der Beitrag hat fast alle meine Probleme gelöst.
http://www.phpbb.de/viewtopic.php?t=148 ... ght=breite
Doch jetzt komme ich nicht mehr weiter, es ist mit Sicherheit total einfach ich komme aber nicht auf die Lösung.
Um es besser erklären zu können habe ich ein Bild angefügt.
Bild
Es geht einfach darum den Abstand zwischen dem Rand ( blau ) und dem Forum zu verringern.
Ich hab schon einiges ausprobiert komme aber zu keiner Lösung.
Das Layout ist aufgebaut auf dem subSilver2.
/* 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-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: #2e2e2e;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 5px 5px 5px 5px;
padding: 0px;
border-color: #0000ff;
border-width: 1px 1px 1px 1px;
border-style: solid;
width: 950px;
margin-left: auto;
margin-right: auto;
}
#centerthis {
padding: 0 20px;
width: 900px;
/* zum mittig machen folgendes noch */
margin-left: auto;
margin-right: auto;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
Kann mir wer sagen an welchem Rad ich drehen muss damit es klappt?
Der Link zum neuen Forum: www.blue-steel-warriors.de/bsw
Der Link zum alten Forum: www.blue-steel-warriors.de/forum
Das neue Forum soll dann ähnlich aussehen.
bye