From: Mike Frysinger Date: Thu, 10 Nov 2011 04:42:01 +0000 (-0500) Subject: update google css X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=914f5dfb41ae728501b08e55ceb5d2a0fa37d0a5;p=home.git update google css --- diff --git a/.config/google-chrome/Default/User StyleSheets/Custom.css b/.config/google-chrome/Default/User StyleSheets/Custom.css index 05cf7b8..35b17ed 100644 --- a/.config/google-chrome/Default/User StyleSheets/Custom.css +++ b/.config/google-chrome/Default/User StyleSheets/Custom.css @@ -36,7 +36,7 @@ table.GcwpPb-imj1dd { position: absolute; padding: 0 !important; top: -7px; - right: 565px; + left: 290px; width: 575px; } div.SmgkQb { @@ -52,7 +52,7 @@ div.VP5otc-pzeoBf { padding: 0 !important; left: 300px; top: 20px; - width: 700px; + width: 100px; z-index: 7 !important; } @@ -132,39 +132,40 @@ div.xcfBqd > div > div > div.ambfl { display: none; } +/* Padding at bottom of page */ +div.nH div.nH div.nH div.q0CeU div.oLaOvc div.Dg58Ge div.l2 { + margin-bottom: 0px !important; +} + /* * Google reader */ -div#main div#chrome div#chrome-header { - display: none; -} -div#lhn-add-subscription-section { - float: right; -} -div#recommendations-tree-container { +/* "Home" link on the left navbar */ +div#main div#nav div#scrollable-sections-holder div#scrollable-sections div#home-section { display: none; } -div#lhn-friends { +/* "Explore" link on the left navbar */ +div#main div#nav div#scrollable-sections-holder div#scrollable-sections div#lhn-recommendations { display: none; } -table#chrome-viewer-container tbody tr td#chrome-viewer div#viewer-footer { +/* title & author from content area */ +div#viewer-container div.samedir div#entries div#current-entry div.entry-container div.entry-main h2.entry-title { display: none; } - -h2.entry-title { +div#viewer-container div.samedir div#entries div#current-entry div.entry-container div.entry-main div.entry-author { display: none; } -div.entry > div.entry-actions { - display:none; -} -div.entry-container > div.entry-main > div.entry-author { - display: none; +/* Trim fat from the entries list * +div#entries div.entry { + fpadding: 0px 0px 0px 0 !important; + margin: 0px 0px 0px 0; + fheight: 20px; + fpadding: 0px; + fdisplay: none; } + /* slashdot ads */ -div.entry-main div.entry-body div div.item-body div p iframe { - display: none; -} -div.entry-main div.entry-body div div.item-body div p a img { +div#viewer-container div.samedir div#entries div#current-entry div.entry-container div.entry-main div.entry-body div div.item-body div p iframe { display: none; }