Reeplaces the offline logo with the facebook one, as well as reducing the sidebar's width.
Facebook logo for off---line by AlexyBot
Details
AuthorAlexyBot
LicenseNo License
Categoryoff---line.com
Created
Updated
Size840 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Facebook logo for off---line
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Reeplaces the offline logo with the facebook one, as well as reducing the sidebar's width.
@author naomiluv
==/UserStyle== */
@-moz-document domain("off---line.com") {
#sidebar {
max-width:132px !important;
}
#sidebar a.home {
max-width:132px !important;
background: #3b5998 url("https://web.archive.org/web/20070829190624im_/http://static.ak.facebook.com/images/facebook_logo.gif") no-repeat bottom left;
background-position: 0px 0px;
}
#sidebar a.home:hover {
background: #3b5998 url("https://web.archive.org/web/20070829190624im_/http://static.ak.facebook.com/images/facebook_logo.gif") no-repeat bottom left;
}
}