ich möchte gerne eine Grafik ähnlich wie ein Wasserzeichen in meiner Postbox einbauen, das man dann sieht, während man einen Beitrag schreibt. Ich habe eine png-Datei erstellt und diese auch in den images-Ordner geladen. Leider ist es mir, da meine Kenntnisse sehr begrenzt sind, nicht gelungen, diese auch in der Post-Box entsprechend einzubauen. Mein Style heißt Serenity Darkblue, in der stylesheet.css habe ich das mal heraus gesucht:
Code: Alles auswählen
/* Post */
.postsubject {
font-size: 12px;
font-weight: bold;
color: #43486D;
}
td.postbottom {
background: #F1F1F1 url(images/bg_tfoot.gif) top left repeat-x;
font-size: 10px;
color: #444;
white-space: nowrap;
padding: 2px 4px;
vertical-align: middle;
}
td.postbuttons { padding-top: 3px; }
.postdetails {
color: #666;
font-size: 10px;
text-align: left;
}
.postdetails b {
color: #444;
}
.posterrank { font-size: 9px; color: #666; }
.posterprofile { font-size: 10px; color: #666; }
.postauthor {
color: #43486D;
font-size: 12px;
margin-bottom: 3px;
font-weight: bold;
}
.postonline { margin-bottom: 2px; }
.postreported, .postreported a:visited, .postreported a:hover, .postreported a, .postreported a:active {
margin: 1px 0px;
color: #B17A7F;
font-weight: bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active {
color: #00FF00;
font-weight: bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
padding-top: 5px;
}
.postbody {
font-size: 12px;
line-height: 1.4em;
margin: 3px 0;
}
.signature {
font-size: 11px;
color: #888;
margin-top: 5px;
}
.signature .line { color: #AAA; }
.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}
.posthilit {
background-color: #43486D;
color: #000;
}
.postsubject {
font-size: 12px;
font-weight: bold;
color: #43486D;
}
.postbody a { text-decoration: underline; }
Vielleicht kann mir jemand verraten, wie ich das image korrekt einbaue? Offenbar war mir dabei ja ein Fehler unterlaufen...
Viele Grüße, Caillean