Danke. Und noch eine Bitte: Damit mir der Tipp hilft, brauche ich noch etwas mehr Info. In welchen Skins befinden sich die zu ändernden Abschnitte Container und Content? Und wie muss ich die ändern/ergänzen, damit eine Sidebar von 250px breite entsteht (und die Hauptspalte dadurch nicht kleiner wird).
Die befinden sich im Stylesheet. (Wenn nicht, dann sind sie im umgebenden CSS, und du kannst sie einfach dem stylesheet hinzufügen und so ändern.) Denn Rest kannst du dir leicht selbst ausrechnen - breite des sidebars plus breite des content muss kleiner oder gleich der breite des containers sein.
Mein Stylesheet enthält komischerweise weder "Container" noch "Content". Ich habe keine Ahnung warum. Ich weiß auch nicht, was ich jetzt einfügen muss und ich scheue trial and error, weil ich nicht alles zerschießen möchte. Unten ist mein Stylesheet. Wäre es möglich mir zu schreiben, was ich wo einfügen muss, damit ich eine 250 pix Breite Seitenleiste bekomme? Vielen Dank.
Die befinden sich im Stylesheet. (Wenn nicht, dann sind sie im umgebenden CSS, und du kannst sie einfach dem stylesheet hinzufügen und so ändern.)
Einen Zeile-für-Zeile-Anleitung müsste ich mir selbst auch erst erarbeiten, da ich das Layout nicht geschrieben habe. Sorry, aber dafür reicht meine Zeit nicht.
Viele Grüße, Deef
---------
body {
margin: 0;
padding: 0;
background: ;
font-family : ;
color: ;
font-size: ;
}
a {
color: ;
text-decoration: none;
font-weight: normal;
}
a:hover {
color: ;
border-bottom: 1px dashed ;
}
p {
padding: 0;
margin: 0 0 13px 0;
}
img {
border: 0;
}
.hidden {
display: none;
}
input, textarea, select {
font-family : ;
color: ;
font-size: ;
background-color:
}
.searchbox {
border: 1px solid ;
color: ;
}
fieldset {
padding: 8px;
}
#wrapper {
text-align: left;
line-height: 1.5em;
}
/* form input classes */
.formTitle {
width: 90%;
max-width: 90%;
font-family: ;
font-size: ;
font-weight: bold;
border: 1px solid ;
}
.formText, .formWide {
width: 90%;
max-width: 90%;
border: 1px solid ;
}
/* header */
#header {
background: ;
margin: 0 0 40px 0;
padding: 0 0 10px 20px;
}
#header h1 {
margin: 0;
padding: 24px 0 0 0;
font-size: 50px;
font-family: ;
}
#header h1 a, #header h1 a:hover {
color: ;
border: 0;
}
#header div.subheader {
font-size: 14px;
color: ;
margin: 0 0 0 0;
}
/* content */
#content h2 {
text-align: right;
margin: 0 0 30px 0;
font-size: 18px;
}
/* story */
div.story {
margin: 0 0 34px 0;
}
h3, h4 {
font-family: ;
color: ;
font-size: ;;
margin: 0 0 15px 0;
padding: 0;
}
h3 a {
color: ;
}
small, .small {
font-family: ;
font-size: ;
color: ;
}
.storyTitle a {
font-weight: bold;
}
.storyContent {
text-align: justify;
margin: 0 0 15px 0;
}
.storyDate, .storyLinks, .commentLinks, .commentDate {
text-align: right;
/* text-transform: uppercase; */
font-family: ;
font-size: ;
color: ;
}
.storyDate {
border-top: 1px solid ;
margin: 7px 0 0 0;
}
/* comments */
.comments {
margin: 20px 0 0 0;
}
.comments h4 {
margin: 2px 0 2px 0;
}
.commentDate {
text-align: left;
}
.commentLinks {
margin: 3px 0 0 0;
}
.reply {
margin: 20px 0 0 30px;
}
.addComment {
margin: 20px 0 34px 0;
}
/* sidebar */
#sidebar01, #sidebar02 {
overflow: hidden;
line-height: 1.6em;
float: right;
width: 200px;
}
.sidebarItemBody {
padding: 0 0 0 10px;
margin: 0 0 40px 0;
border-left: 1px solid ;
}
.sidebarItem h4 {
font-family: ;
font-size: ;
font-weight: bold;
padding: 0;
margin: 0 0 10px 0;
}
.sidebarItem ul {
margin: 0;
padding: 0;
}
.sidebarItem ul li {
list-style: none;
}
.historyItem {
margin: 0 0 6px 0;
}
.clearall {
clear: both;
height: 0;
font-size: 0;
}
Wie schon gesagt:
Einen Zeile-für-Zeile-Anleitung müsste ich mir selbst auch erst erarbeiten, da ich das Layout nicht geschrieben habe. Sorry, aber dafür reicht meine Zeit nicht.