Slopestyle-1
Commander
- Registriert
- Aug. 2008
- Beiträge
- 2.942
Hallo, ich brauche mal eine kleine Hilfe von euch, ich habe das Add-On "Stylish" für Firefox, und möchte das einige Webseiten in der vollen Breite dargestellt werden, nur weis ich nicht genau wie der Code dafür ist.
Kann mir da jemand helfen wie das z.b. aussehen muss der Code, es gibt zwar Designs wo die volle breite ist, aber das hat bei mir noch nicht geklappt das raus zu suchen.
MfG.
p.s. für ComputerBase gibt es auch so ein Design was die volle breite macht!
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("computerbase.de") {
body {
margin: 0 15px 0 15px !important;
}
#page {
margin: 5px auto 0 !important;
width: 98.5% !important;
}
#content {
margin-top: 0 !important;
}
#article-teaser {
width:605px !important;
}
#ads_topbanner {
display: none !important;
}
#ads_skyscraper {
display: none !important;
}
}
Kann mir da jemand helfen wie das z.b. aussehen muss der Code, es gibt zwar Designs wo die volle breite ist, aber das hat bei mir noch nicht geklappt das raus zu suchen.
MfG.
p.s. für ComputerBase gibt es auch so ein Design was die volle breite macht!
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("computerbase.de") {
body {
margin: 0 15px 0 15px !important;
}
#page {
margin: 5px auto 0 !important;
width: 98.5% !important;
}
#content {
margin-top: 0 !important;
}
#article-teaser {
width:605px !important;
}
#ads_topbanner {
display: none !important;
}
#ads_skyscraper {
display: none !important;
}
}