Created
October 19, 2012 15:26
-
-
Save benjohnson/3918835 to your computer and use it in GitHub Desktop.
Untitled
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
body { | |
width: 400px; | |
margin: 40px; | |
font-family: helvetica; | |
} | |
a { color: #FFF; } | |
.noti-slat { | |
background: #000; | |
color: #FFF; | |
padding: 10px; | |
position: relative; | |
overflow: hidden; | |
margin-bottom: 10px; | |
} | |
.noti-slat-avatar { | |
width: 54px; | |
height: 54px; | |
background: red; | |
float: left; | |
} | |
.noti-slat-message { | |
margin: 0; | |
margin-left: 64px; | |
margin-right: 40px; | |
padding-top: 8px | |
} | |
.noti-slat-icon { | |
width: 16px; | |
height: 16px; | |
background: blue; | |
position: absolute; | |
top: 50%; | |
right: 10px; | |
margin-top: -8px; | |
} | |
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
<div class="noti-slat"> | |
<div class="noti-slat-avatar"></div> | |
<p class="noti-slat-message">Username <a href="#">invited</a> you to collaborate on a story</p> | |
<div class="noti-slat-icon"></div> | |
</div> | |
<div class="noti-slat"> | |
<div class="noti-slat-avatar"></div> | |
<p class="noti-slat-message">Storybird returned your story <a href="#">I know it now</a> for identifying information</p> | |
<div class="noti-slat-icon"></div> | |
</div> |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment