// ==UserScript==
// @name          Facebook Lite
// @namespace     http://slopjong.de
// @description   This script modifies the standard facebook theme.
// @include       http://*.facebook.com/*
// @include       http://facebook.com/*
// @include       http://*.facebook.com/home.php#/*
// @include       https://*.facebook.com/*
// @include       https://facebook.com/*
// @include       https://*.facebook.com/home.php#/*
// ==/UserScript==


(function() {

	GM_addStyle(
		'#pagelet_pymkbox, #pagelet_adbox, #pagelet_connectbox, #ego {display:none;}'+
		'#blueBar, #headNavOut, .profile_color_bar {background-color:white; border-width:0px;}'+
		'#headNavOut, #jewelCase, .jewelToogler {border-bottom:1px solid #B3B3B3;}'+
		'#navSearch {border:1px solid #B3B3B3;}'+
		'#pageLogo, .jewel a {border-width:0px;}'+
		'#sidebar_ads {visibility:hidden;}'+
		'#feedwall_with_composer {width:740px;}'+
		'.jewel {border-width:0px !important;}'+
		'.jewelBox {margin-top:4px; border:1px solid white !important; opacity:0.9; background-color:#6D84B4 !important;}'+
		'.jewelHeader, .jewelHeader a, .uiTextSubtitle, .info, .info a, .uiTextMetadata, .uiTextTitle a, .uiLinkSubtle, .uiLinkButton input {color:#ffffff !important;}'
	);


})();
