Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mrmt
Created November 4, 2011 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmt/1339941 to your computer and use it in GitHub Desktop.
Save mrmt/1339941 to your computer and use it in GitHub Desktop.
‎/*This makes the item header blue*/
.entry-title-link {
color:#2244BB !important;
}
a.entry-title-link {
color:#2244BB !important;
}
.entry-title {
color:#2244BB !important;
}
a.entry-title {
color:#2244BB !important;
}
h2 {
color:#2244BB !important;
}
h2 a {
color: #2244BB !important;
}
/* hide social buttons,title and buttons */
#gb,/*-uncomment to hide whole panel*/ #gbi4t,#gbgs1,#gbgs4,#chrome-title,.entry-title-go-to,.entry-actions .star {
display: none !important;
}
/* change the folder icon. Play around with placement if you'd you to change the colour*/
.folder-icon {
background-position:0 0 !important;
background:url(https: //ssl.gstatic.com/docs/doclist/images/collectionsprite_1.png) no-repeat !important;
}
/* add a border between the items and the sidebar*/
#chrome-viewer-container {
border-left-width:1px !important;
border-left-style:solid !important;
border-left-color: #CCC !important;
}
/* change the currently viewing item border to blue*/
#current-entry .card {
border-color:#EBEFF9 !important;
border-width:5px;
background:#E9EFF5 !important;
}
#current-entry .card-actions {
background: #cceeff !important;
}
/*This widens the viewing area for an item. Adjust for your screen size*/
.item-body {
/* width:1140px !important;
*/
/*background:#EBEFF5 !important;
*/
}
/*Adds some breathing room around images*/
.item-body img {
/* padding: 10px;
*/
}
/* change colour of subscribe button */
.jfk-button-primary {
background:#EBEFF9 url(none) !important;
border:1px solid #DCDCDC !important;
color: black !important;
}
/*add blue bg to current topic at top of page */
#title-and-status-holder {
/*background:#C2CFF1 !important;
padding-left:15px !important;
*/
display:none !important;
}
/*add light blue bg to viewer header */
#viewer-header {
background:#EBEFF9 !important;
padding-left:10px !important;
}
#chrome-viewer-container {
background: #EBEFF9 !important;
}
/* make left border of currently selected folder blue */
.tree-link-selected {
border-left:5px solid #C2CFF1 !important;
background: #C2CFF1 !important;
}
/*++++++++++++++++++++++++++++++++++++*/
/* From http://userstyles.org/styles/55555/new-google-reader-compact */
#entries.list .collapsed {
padding:2px 0 !important;
line-height:1.35em !important;
}
#entries.list .collapsed .entry-icons {
top:0px !important;
}
#entries.list .collapsed .entry-secondary {
top:2px !important;
}
#entries.list .collapsed .entry-date {
position:relative;
top:2px !important;
}
#entries.list .collapsed .entry-main .entry-source-title {
top:2px !important;
}
#entries.list .collapsed .entry-main .entry-original {
top: 5px !important;
}
/* From http://userstyles.org/styles/55550/google-reader-g-edition-more-vertical-space */
#top-bar {
display: none !important;
}
/* Additionally modified */
#viewer-header {
height:25px !important;
padding-top:5px !important;
}
#lhn-add-subscription-section {
height:25px !important;
padding-top:5px !important;
}
/* From http://userstyles.org/styles/55559/google-reader-minimal */ #item-up-down-buttons {
display:none !important;
}
#lhn-add-subscription {
height:18px !important;
}
#sections-header {
height:25px !important;
padding-top:5px !important;
}
.jfk-button {
height:18px !important;
line-height:18px !important;
min-width:22px !important;
padding:0 4px !important;
}
.goog-flat-menu-button {
line-height:18px !important;
}
.goog-flat-menu-button-dropdown {
top:8px !important;
}
.goog-button-base-inner-box {
height:18px !important;
}
.goog-button-tight .goog-button-base-content {
line-height:6px !important;
padding-left:0 !important;
padding-top:6px !important;
}
.goog-menu-button .goog-menu-button-dropdown {
top: 8px !important;
}
/* change subscribe button */
.jfk-button-primary {
text-transform:none !important;
width: 50px !important;
}
/*++++++++++++++++++++++++++++++++++++*/
/* use better font size and segoe */
html,body {
font-size:9pt !important;
}
html,body,input {
font-family: "Segoe UI",Tahoma,Verdana !important;
}
/* use larger font size and segoe for entry content */
.entry-body {
font-size:9pt !important;
}
/* change nav bar background and text colours */
#selectors-box td,#sub-tree-box td {
background-color:#e8e8e8 !important;
}
.scroll-tree {
font-size:9pt !important;
font-weight:bold !important;
font-family:Times New Roman,sans-serif !important;
}
.lhn-section {
font-size: 9pt !important;
}
/* kill gaps in nav bar */
#selectors-box,#add-box,#sub-tree-box {
margin:1px !important;
}
#chrome {
margin-left: 215px !important;
}
/* make nav bar narrower */
#nav {
width:215px !important;
}
#selectors-container {
width:195px !important;
}
#sub-tree {
width: 195px !important;
}
/* move entry likers */
.entry-likers {
float:right !important;
margin-top:-2em !important;
background-color: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment