@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.jswelt.de") {
body {
min-width: 1200px !important;
}
/* logo ausblenden */
.logo-image {
display: none;
}
/* links im header trotzdem sichtbar */
#toplinks {
position: static !important;
}
/* Seiten tauschen */
#content_container {
float: right !important;
width: 870px !important;
margin-right: 0 !important;
}
#content_container #content {
margin-right: 0 !important;
}
#sidebar_container {
float: left !important;
margin-left: -12px !important;
}
/* footer ausblenden */
.below_body {
display: none;
}
/* Shoutbox */
#dbtech_shoutbox_editor1 {
float: none !important;
height: 23px !important;
}
.dbtech_shoutarea_left {
float: none !important;
width: 100% !important;
margin-bottom: 3px !important;
}
.dbtech_shouts {
float: none !important;
width: 98% !important;
}
/* Beiträge formatieren */
.userinfo, .userinfo_noavatar {
width: 300px !important;
position: absolute;
top: 23px;
min-height: 120px;
}
.userinfo .contact {
width: 100% !important;
}
.userinfo .postuseravatarlink {
display: inline-block !important;
}
.userinfo .userinfo_extra {
position: absolute;
bottom: 0;
right: 0;
}
.postbody {
margin-left: 300px !important;
min-height: 135px !important;
}
}