ZeitGeist
Lounge-Member
Danke kkapsner.
Hab deins mal als Vorlage verwendet und ein wenig angepasst:
Breite prozentual und den ganzen Benutzerinfo-kram im Post noch ein wenig schmaler und auf mehreren Zeilen verteilt.
Hab deins mal als Vorlage verwendet und ein wenig angepasst:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.jswelt.de") {
body { width: 90% !important}
/* Beiträge formatieren */
.userinfo, .userinfo_noavatar {
width: 150px !important;
position: absolute;
top: 23px;
min-height: 120px;
border-bottom: none !important;
}
.userinfo .contact {
width: 100% !important;
}
.userinfo .postuseravatarlink {
display: inline-block !important;
}
.postbody {
margin-left:150px !important;
min-height: 172px !important;
}
.username_container {
float: none !important;
clear:both;
}
.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {
float: none !important;
width: 150px !important;
}
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {
width: 120px !important;
}
.postbitlegacy .postfoot .postlinking, .postbit .postfoot .postlinking {
padding-left:145px;
position:relative !important;
}
.textcontrols {
background-color: transparent !important;
}
}