Created
January 16, 2013 11:31
-
-
Save nathancahill/4546510 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#props li { | |
background-color: #EBEBEB; | |
margin: 0 15px 30px 0; | |
width: 235px; | |
color: #333333; | |
float: left; | |
list-style: none outside none; | |
line-height: 18px; | |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | |
font-size: 13px; | |
} | |
#props .source { | |
background-color: #0BBCD0; | |
height: 19px; | |
color: #FFFFFF; | |
padding: 5px 15px; | |
} | |
#props .source.twitter { | |
background-color: #2CABE9; | |
border-top: 3px solid #0873D5; | |
} | |
#props .source a { | |
color: #FFFFFF; | |
text-decoration: none; | |
} | |
#props .source img { | |
float: right; | |
border: 0 none; | |
vertical-align: middle; | |
} | |
#props .prop { | |
color: #666666; | |
width: 203px; | |
font-size: 16px; | |
line-height: 1.5em; | |
overflow: hidden; | |
padding: 16px; | |
text-align: left; | |
} | |
#props .author { | |
background-color: #FFFFFF; | |
background-image: url("http://proppers.s3.amazonaws.com/img/prop-background.png"); | |
background-repeat: no-repeat; | |
margin: 30px 0 0; | |
padding: 30px 10px 10px; | |
width: 215px; | |
float: left; | |
} | |
#props .author .image { | |
margin: 0; | |
float: left; | |
} | |
#props .author .image img { | |
border-radius: 100px 100px 100px 100px; | |
margin: 0 10px 0 0; | |
height: 42px; | |
width: 42px; | |
} | |
#props .author .name { | |
color: #042E3E; | |
font-weight: 500; | |
font-size: 140%; | |
margin-bottom: 5px; | |
} | |
#props .author .title { | |
color: #666666; | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment