// ==UserScript==
// @name           Reader - back to normal
// @namespace      daddy.sk
// @include        *.google.com/reader/*
// ==/UserScript==

GM_addStyle(
	"#current-entry .card {border-color: #EBEFF9 !important; border-width: 5px;}" +
	".card { border-color: #EBEFF9 !important; border-style: solid !important;border-width: 2px;}" +
	".collapsed { padding: 2px 0 !important;}" + // smaller space between lines in collapsed view
	"#lhn-add-subscription-section { display:none;} " + // completely hide the "Subscribe" button
	"#viewer-header {height: 43px !important;}" +
	".tree-link-selected {border-left: 5px solid #C2CFF1 !important;}" +
	".entry-title-link { color: #2244BB !important;} .entry-title {color: #2244BB !important;} h2 {color: #2244BB !important;} h2 a { color: #2244BB !important;}" +
	"#nav {width:290px !important;} " +
	"#chrome {margin-left: 295px !important;} " +     
	".folder .folder .name-text { max-width: 175px !important;} " +
	//"#top-bar {height: 50px !important;} #search { padding: 5px none; !important;}" + // smaller height of the top bar
	".folder-icon { background-position: -32 0 !important; background: url(https://ssl.gstatic.com/docs/doclist/images/collectionsprite_1.png) no-repeat !important;}" +
	".item-body { width: 800px !important;}" +
	"#title-and-status-holder { background: #C2CFF1 !important;	padding-left: 13px !important;}" +
	"#chrome-viewer-container { border-style: none solid; border-color: #EBEFF9; border-width: 3px;}" + 
	".tree-link-selected { border-left: 5px solid #C2CFF1 !important;}" +
	"#entries.list .collapsed .entry-secondary {top: 2px !important;}" +
	"#entries.list .collapsed .entry-main .entry-source-title {top: 2px !important;}" +	
	//".scroll-tree li.folder .link, .scroll-tree li.sub {height: 21px !important;}" + // denser subscription list
	".folder .folder > a > .icon { margin-left: 40px;}" + // lesser intent for folders (which means bigger intent for subscriptions)
	".scroll-tree li a.tree-link-selected .name, .scroll-tree li a.tree-link-selected:hover .name { color: #2244BB !important;}" // Blue color for selected item
); 
