Hi Leute...mit der neuen Software funktionieren einige der alten Skripte nicht mehr, z.B. das Verbreitern auf die gesamte Seite...weiß da jmd, wie man die wieder zum Laufen kriegt?
CSS
@-moz-document url-prefix("http://www.camp-firefox.de/forum")
{
.container-16{
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;}
#header{
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
}
#page-body{
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;}
}
Alles anzeigen
und
Code
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.camp-firefox.de") {
#header_bg{
display:none !important}
}
und
CSS
@-moz-document url-prefix("http://www.camp-firefox.de/forum/viewtopic.php") {
.postbody {
float:right !important;
width: 80% !important;
border-left: 2px solid #e0e0e0 !important;
padding-left:18px !important;
}
.postprofile {
float: none !important;
display: block !important;
border:none !important}
/* .online {
background-position:255px 0px !important;
}
*/
body#phpbb div.post.online {
background-image: none !important;
}
body#phpbb div.post.online > div.inner > dl.postprofile::before {
content: url(data:image/gif;base64,R0lGODlhOgA6ALMPAL7Y64XH6zWu6xKj6x%2Bn66fR61e460Cx623A65zO60y167PV65DK63nD68rc6wAAACH5BAEAAA8ALAAAAAA6ADoAAAT%2F0MlJa3046827z1YYfmT5iehkrmyasjDponHNzaKtY%2Fi42z3LDxikDGtF4xGWVC1bKMBhMEBcnisRQCBgMARWJbYUahAAEgZBOCZXEIdJYM1unyhzdIGAkBaudh4VBgRTBlsDDXWBNxQJCAlbBAN%2FaGKMGxZbAnMOeYCYGm8CAAgKAQMBDgmgoTwUaAcCqQ4GAwutrhZUqraqi64PsAa9tDnBIIPGEgB%2Fl8EVc84OW3G5odEElVwAAdMSyMlyB5vdA9bPuhQL3Kh8PuFv5qiRB98O4a8TCan85ZZO4jly0IALqT2%2FAiKzoGDAQQIKCCQEl2%2FQwzMIr2Gq0IyAAQMHVMOkw4aHUi10wNTJ0ebgnkZG2XC5yCdsIA6aTSgKTEKzZpGePnsADTpjKNEXRoUaPQov6cyl%2Bo5BZaoQKo2p4l4ObYr1aNdMI7GGFavzqyh8Zm9EAAA7) !important;
float: right !important;
margin-right: 1ch !important;
margin-left: -58px !important;
}
}
Alles anzeigen
Ich habe von dem Spaß leider keine Ahnung. Weiß auch leider nicht mehr, wie und wer das damals zusammengebastelt hat.