Custom Reddit CSS (stylebot)(i.imgur.com)1 points·by sifarat·13 ปีที่แล้ว·1 commentsi.imgur.comCustom Reddit CSS (stylebot)http://i.imgur.com/HoetryM.png~~~ #header-bottom-left { background: rgb(248, 229, 219) ; padding-top: 20px; }#header { border-bottom: 1px solid #ccc ; }.tabmenu li.selected a { background-color: #CCC; border: 1px solid #999; }#header-bottom-right { background-color: #eee; border-radius: 0px; }.tabmenu li a { background-color: #ddd; border: 1px solid #ccc; }.rank { margin-top: 0px; margin-right: -22px; font-size: 12px ; color: #999 ; }#header-img { display: none; }.author, .domain, .domain a, .score, .tagline, .tagline a, .flat-list a { color: #aaa; }.domain a, .tagline, .flat-list { font-size: 10px; }#siteTable, body { background: rgb(246, 246, 239) ; }.arrow, .side, .listing-chooser { display: none; }.title, .parent, .parent a .title { color: #555; font-size: 13px; }a { color: #777; }~~~2 commentsPost comment[–]xytop·13 ปีที่แล้วreplyDont like it:1. Spacing between posts should be bigger.2. subheader of post should have a more readable color.3. Font is bad (For reading it is better to use monotype fonts and 16-22 font sizes)[+]sifarat·13 ปีที่แล้ว
#header { border-bottom: 1px solid #ccc ; }
.tabmenu li.selected a { background-color: #CCC; border: 1px solid #999; }
#header-bottom-right { background-color: #eee; border-radius: 0px; }
.tabmenu li a { background-color: #ddd; border: 1px solid #ccc; }
.rank { margin-top: 0px; margin-right: -22px; font-size: 12px ; color: #999 ; }
#header-img { display: none; }
.author, .domain, .domain a, .score, .tagline, .tagline a, .flat-list a { color: #aaa; }
.domain a, .tagline, .flat-list { font-size: 10px; }
#siteTable, body { background: rgb(246, 246, 239) ; }
.arrow, .side, .listing-chooser { display: none; }
.title, .parent, .parent a .title { color: #555; font-size: 13px; }
a { color: #777; }
~~~