Created
May 16, 2015 04:10
-
-
Save amulyakhare/ce2e64a44f4d14549271 to your computer and use it in GitHub Desktop.
/r/androiddev Compact
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-bottom-left { | |
top: 20px; | |
} | |
.content { | |
margin-top: 80px; | |
} | |
.side .md h6 a:last-of-type { | |
position: absolute; | |
top: 55px; | |
left: 91%; | |
margin-left: -76px; | |
font-size: 0; | |
width: 102px; | |
height: 120px; | |
display: block; | |
background: url("//b.thumbs.redditmedia.com/cgaYnfAwDyaRfuEevqux3MMgrfeNnpPkkEKeOf-LQxo.png") no-repeat; | |
z-index: 1; | |
background-position: center; | |
} | |
.even { | |
background-color: #F5F5F5; | |
} | |
.link .entry { | |
padding: 24px 32px 18px 0px; | |
border-bottom: 1px solid #E4E4E4; | |
margin-left: 0; | |
} | |
.link .title { | |
margin: -2px 0px 0px 0px; | |
font-size: 16px; | |
font-family: Arial,sans-serif; | |
overflow: visible; | |
transition: all 0.15s ease; | |
} | |
.link .flat-list { | |
margin-top: 0px; | |
font-size: 10px; | |
margin-left: 10px; | |
} | |
.entry .tagline { | |
margin-top: 4px; | |
margin-right: 10px; | |
color: #b3b3b3; | |
font-size: 10px; | |
font-family: arial,sans-serif; | |
transition: all 0.15s ease; | |
float: left; | |
} | |
.entry .buttons li a { | |
padding: 0 1px; | |
color: #b3b3b3; | |
font-weight: normal; | |
font-size: 10px; | |
font-family: Arial,sans-serif; | |
transition: all 0.15s ease; | |
} | |
.link .entry .buttons li a.comments { | |
color: #69838C; | |
} | |
.comment .entry .tagline { | |
color: #b3b3b3; | |
font-size: 10px; | |
font-family: Arial,sans-serif; | |
} | |
.comment .usertext .md { | |
color: #4D5763; | |
clear: both; | |
padding-top: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment