hi i am working on this :-)
facebook theme for offline (WIP) by frickinfire
Details
Authorfrickinfire
LicenseNo License
Categoryoff---line.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
WIP
Source code
/* ==UserStyle==
@name facebook theme for Offline
@version 20231101.20.51
@namespace ?
==/UserStyle== */
@-moz-document domain("off---line.com") {
#sidebar .home {
display:block;
background:#3b5998 url("http://web.archive.org/web/20070801191756im_/http://static.ak.facebook.com/images/facebook_logo.gif") no-repeat top left;
height:26px;
width:132px;
position:absolute;
z-index:3;
margin:0;
padding:29px 0 0;
font-size:13px
}
#sidebar {
padding: 0 0 0;
font-size: 13px;
width: 132px;
float: left;
}
#navbar {
margin: 0 1px 0 0;
padding: 9px 0 4px 0;
height: 2em;
background: url("http://api.epicgamers.xyz/imguploader/i/navbar_bg.png") no-repeat left bottom;
line-height: 2em;
}
#sidebar .home:hover {
background: #3b5998 url("http://web.archive.org/web/20070801191756im_/http://static.ak.facebook.com/images/facebook_logo.gif") no-repeat bottom left;
}
#sidebar #sidebar_subscribe {
float: left;
clear: both;
margin: 10px 0;
padding: 0px 0 10px 10px;
font-size: 11px;
line-height: 28px;
background-color: #F7F7F7;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
display:none
}
}