Skip to content

Instantly share code, notes, and snippets.

@omegahm
Created April 8, 2015 17:08
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 omegahm/82a9afd1163651c9e01d to your computer and use it in GitHub Desktop.
Save omegahm/82a9afd1163651c9e01d to your computer and use it in GitHub Desktop.
Reddit minimal style
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 300;
src: local('Nunito-Light'), url(http://fonts.gstatic.com/s/nunito/v7/1TiHc9yag0wq3lDO9cw0vpBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: local('Nunito-Regular'), url(http://fonts.gstatic.com/s/nunito/v7/6TbRXKWJjpj6V2v_WyRbMevvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: local('Nunito-Bold'), url(http://fonts.gstatic.com/s/nunito/v7/TttUCfJ272GBgSKaOaD7KpBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*** END OF FONTS ***/
#sr-header-area,
body.front-page #header-bottom-left .tabmenu,
body.multi-page #header-bottom-left .tabmenu,
#userbarToggle,
#header-bottom-right .flat-list,
#mailCount + .separator,
#header-bottom-right .flat-list + .separator,
#openRESPrefs,
#openRESPrefs + .separator,
#header-bottom-right .logout,
#header-bottom-right .logout + .separator,
#RESAccountSwitcherIcon,
#siteTable_organic,
.trending-subreddits ,
.listing-chooser .grippy,
.listing-chooser .global,
.listing-chooser .other,
.listing-chooser h3,
body.with-listing-chooser .listing-chooser li.create,
body.with-listing-chooser .listing-chooser li a br,
body.with-listing-chooser .listing-chooser li a .description,
.content .rank,
.account-activity-box,
.sidecontentbox,
.goldvertisement,
#ad_main,
.sidebox.create,
.buttons .share,
.buttons .save-button,
.buttons .hide-button,
.buttons .report-button,
.buttons .redditSingleClick,
#multi-recs {
display: none !important;
}
body {
font-family: "Nunito", Arial, sans-serif !important;
}
#header-bottom-right {
top: 0;
}
#header {
border-bottom: 0;
}
body.with-listing-chooser .listing-chooser {
position: absolute;
top: 25px;
left: 133px;
bottom: initial;
background: none;
height: 15px;
width: 80%;
z-index: 100;
margin-right: 0;
padding-right: 0;
}
body.with-listing-chooser .listing-chooser .multis {
background: none;
}
body.with-listing-chooser .listing-chooser ul.multis li {
display: inline-block;
float: left;
border: 0;
background: none;
padding: 0 !important;
margin: 0 !important;
}
body.with-listing-chooser .listing-chooser ul.multis li.selected {
box-shadow: none;
}
body.with-listing-chooser .listing-chooser ul.multis li a {
display: inline-block;
position: inherit;
padding: 0 5px !important;
margin: 0 !important;
}
body.with-listing-chooser .listing-chooser .contents ul.multis {
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.content[role=main] {
margin-left: 0 !important;
}
.NERPageMarker {
height: 1px;
display: block;
font-size: 0px;
padding: 0;
border-top: 0;
}
#siteTable .thing .midcol .score {
opacity: 0;
transition: opacity 1s;
}
#siteTable .thing .midcol.unvoted:hover .score.unvoted,
#siteTable .thing .midcol.likes:hover .score.likes,
#siteTable .thing .midcol.dislikes:hover .score.dislikes {
opacity: 1;
}
.midcol {
margin-left: -5px;
}
#siteTable .thing .midcol,
#siteTable .thing .thumbnail,
#siteTable .thing .entry {
/* border: 1px solid red; */
}
.thing {
padding: 10px;
margin: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.thing .thumbnail {
height: 50px;
width: 50px;
}
.thing .thumbnail img {
height: 100% !important;
width: 100% !important;
}
a,
.link .entry .buttons li a.comments,
.thing .title {
color: #4F8EF7;
font-weight: 500;
}
a:visited,
.link .entry .buttons li a.comments:visited,
.thing .title:visited {
color: #b84ff7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment