2011年2月23日星期三

Stylish CSS Script - "Google Reader - Compact"

Key Features:
1. Keep the top navigation links
2. Very compact layout


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix(http://www.google.com/reader),
url-prefix(https://www.google.com/reader),
url-prefix(http://google.com/reader),
url-prefix(https://google.com/reader)
{

/* maximize the width of entry items */
#entries .entry-body,
.entry .entry-title {
    max-width: none !important; }

/* hide the social options */
#your-items-tree-container,
#lhn-friends,
.entry-likers,
.like,
.broadcast,
.broadcast-with-note {
    display: none !important; }

/* condense the white space */
#viewer-top-controls,
#chrome-header {
    padding: 2px 0 2px 5px !important; }

#viewer-footer {
    padding: 2px 0 2px 0 !important; }
#entries-status {
    top: auto !important; }
/* shrink titles, but add underlining for visual identification */
.entry .entry-title {
    font-size: 100% !important; }
.entry .entry-title .entry-title-link {
    text-decoration: underline !important; }
/* tighten up spacing around entries */
/* expanded view */
#entries .entry {
    padding: 0 !important;
    margin: 0 !important; }
#entries .card-content {
    padding: 2px !important; }
#entries #current-entry .card-content {
    padding: 1px !important; }
#entries .card-common {
    padding: 0 !important;
    margin: 0 !important;
    /* border-width: 2px !important; */}
/* list view */
#entries.list .collapsed {
    padding: 0 !important;
    /* border-width: 1px !important; */ }
#entries.list .collapsed .entry-icons,
#entries.list .collapsed .entry-main .entry-original {
    top: 1px !important; }
#entries.list .collapsed .entry-secondary {
    top: 0px !important; }
#entries.list .collapsed .entry-source-title {
    top: 0px !important; }
#entries.list .collapsed .entry-title {
    text-decoration: none !important; }
/* #entries.list #current-entry .collapsed {
    border-width: 0 !important; } */
#entries.list #current-entry.expanded .entry-container .entry-title,
#entries.list #current-entry.expanded .entry-secondary-snippet {
    display: none !important; }
/* #entries.list #current-entry.expanded {
    border-width: 2px !important; } */


/* make the feed item borders square */
.entry .card,
.card .card-bottom {
    -moz-border-radius: 0 !important; }


/* move search bar to top */
#search {
top:4px !important;
left:450px !important;
}

/* reduce search bar width */
#search-input {
width:120px !important;
}
#search-restrict {
width:78px !important;
}
#search-restrict-input {
width:53px !important;
}
#search-restrict-button .goog-button-base-content {
width:54px !important;
}

/* merge feed title and setting bar */
#viewer-header {
position:absolute !important;
top:0px !important;
right:120px !important;
background:none !important;
width:520px !important;
}

/* fix search page feed title position */
#viewer-single-parent {
text-align:left !important;
position:relative !important;
top:1px !important;
}

/* remove setting bar bottom border */
#viewer-top-controls {
border-bottom:medium none !important;
}

/* move add feed button a bit right */
#lhn-add-subscription {
left:135px !important;
}

/* hide top horizontal line */
.gbh {
display:none !important;
}

/* move content panel up */
#main{
top:32px !important;
}

/* move top message area a bit right */
.message-area {
top:4px !important;
left:770px !important;
}

/* left sidebar font bigger size */
.lhn-section-footer {
font-size:12px !important;
}

/* hide footer information */
#viewer-footer {
display:none !important;
}

/* bigger search list view area */
#search-restrict-button .goog-menu {
    max-height: 600px !important;
    width: 800px!important;
    -moz-column-count: 4 !important;
}

/* display all friend items */
#friends-tree-item-0-main .lhn-section-secondary {
    height: auto !important;
}

}

没有评论:

发表评论