Created
June 29, 2013 06:17
-
-
Save lucifr/5890081 to your computer and use it in GitHub Desktop.
Ads removed. More compact layout.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.header { | |
height:49px!important | |
} | |
.profile { | |
margin-top:5px!important | |
} | |
.app-logo { | |
margin-top:14px!important | |
} | |
.searcher { | |
margin-top:10px!important | |
} | |
.nav { | |
top:50px!important | |
} | |
.article-list { | |
margin-top:50px!important | |
} | |
.article-container-home-main .article-list { | |
margin:0 0 20px!important | |
} | |
.article-list-pane { | |
top:50px!important | |
} | |
#reader-ad-container { | |
display:none!important | |
} | |
#reader-container { | |
margin-right:0!important; | |
margin-top:50px!important | |
} | |
.feed-header { | |
top:50px!important; | |
right:0!important | |
} | |
.article-item-full .article-content { | |
width:650px!important | |
} | |
.article-item-view .article-content { | |
width:650px!important | |
} | |
.article-pane-full .article-item-full .article-header { | |
right:0!important | |
} | |
.dialog { | |
width:670px!important | |
} | |
.article-item-pane { | |
margin:0 0 0 10px !important | |
} | |
.article-item-pane.article-item-active { | |
padding:0 0 0 10px !important; | |
margin:-1px 0 0!important | |
} | |
.article-item-pane .article-control { | |
width:32px!important | |
} | |
.article-item-pane .article-content { | |
margin-right:34px!important | |
} | |
.dropdown-menu.mark-as-read { | |
left:-105px!important | |
} | |
.dropdown-menu.mark-as-read:after { | |
left:141px!important | |
} | |
.dropdown-menu.mark-as-read:before { | |
left:140px!important | |
} | |
@media only screen and (max-width: 1520px) and (min-width: 1250px) { | |
.is-desktop .article-pane-full { | |
width:710px!important | |
} | |
.is-desktop .article-list-pane { | |
right:710px!important | |
} | |
.is-desktop .article-pane-container .feed-header { | |
right:710px!important | |
} | |
.is-desktop .article-pane-full .article-header { | |
width:710px!important | |
} | |
} | |
@media only screen and (max-width: 1250px) and (min-width: 0) { | |
.is-desktop .article-list-pane { | |
right:0!important | |
} | |
.is-desktop .article-pane-full .article-header { | |
right:0!important; | |
top: 361px!important | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment