home | Sitemap | Kontakt | Impressum

Benutzerskripte

Verschiende nützliche Styles für das Add-On "Stylish"

Style für das alte Facebook-Profil:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
.fbProfileByline{display:none}
.profile-friends li{float:left;width:50px!important;height:100px;overflow:hidden;margin:0 5px 0 0 !important}
.profile-friends{overflow:hidden}
.profile-friends .UIImageBlock_Image{float:none!important}
#pagelet_netego_ads, #pagelet_photo_bar{display:none!important}
}

 

Google Suche (markiert die Suchtreffer):

 

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google.com/) {

em {
    background-color: yellow;
  }
}

@-moz-document url-prefix(http://www.google.de/) {

em {
    background-color: yellow;
  }
}

@-moz-document url-prefix(http://groups.google.com/) {

b {
    background-color: yellow;
  }
}

@-moz-document url-prefix(http://groups.google.de/) {

b {
    background-color: yellow;
  }
}