Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
siM•Luxx;20144441 schrieb:neue Icons + neues Logo
...
Willkommen in der Welt der Programmierer Ein kleiner Fehler und der ganze Code wird ungültig
/* Posts von Usern die auf der Ignorier-Liste stehen komplett in den Threads ausblenden */
.postbitdeleted, .postbitignored {
display: none !important;
}
.main_body1 {
margin: 0px auto !important;
margin-right: 200px !important;
margin-left: 200px !important;
position: relative !important;
}
Peeeerfektmargin-right und left nach belieben verändern.
DankeschönDie Leiste hab ich weg gemacht, brauch ich nicht. Ich schau mal nach was das war.
.navtabs ul {
display: none !important;
}
.navbar {
background: none !important;
}
.navtabs {
margin-top: -10px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
box-shadow: 0 1px 5px #CCC !important;
-moz-box-shadow: 0 1px 5px #CCC !important;
-webkit-box-shadow: 0 1px 5px #CCC !important;
background:#cccccc url(http://pics.vf-d.de/navtab.png) repeat-x !important;
}
.navbar {
border-radius: 0px 0px 5px 5px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
box-shadow: 0 1px 5px #CCC !important;
-moz-box-shadow: 0 1px 5px #CCC !important;
-webkit-box-shadow: 0 1px 5px #CCC !important;
}
.navtabs {
margin-top: -10px !important;
background:#cccccc url([url]http://pics.vf-d.de/navtab.png[/url]) repeat-x !important;
}
Sieht aber etwas komisch aus finde ich.