Skip to content

Instantly share code, notes, and snippets.

Created March 15, 2012 08:50
Show Gist options
  • Save anonymous/2043034 to your computer and use it in GitHub Desktop.
Save anonymous/2043034 to your computer and use it in GitHub Desktop.
Untitled
body {
background-color :#f5f5f5;
padding: 30px 50px;
}
h4 {
color: #cd0000;
font: 700 42px/.5 Helvetica, Arial, sans-serif;
margin:20px 0 0;
letter-spacing: -2px;
text-align: left;
}
.list {
color: #555;
font-size: 22px;
padding: 0 !important;
font-family: courier, monospace;
border: 1px solid #dedede;
position: relative;
box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
}
.list li {
list-style: none;
border-bottom: 1px dotted #ccc;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 10px 10px 10px 60px;
text-transform: capitalize;
}
.list li:hover {
background-color: #eee;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.list li:last-child {
border-bottom: 0;
}
.list:before {
content: "";
border-left: 1px solid #ffaa9f;
border-right: 1px solid #ffaa9f;
width: 2px;
position: absolute;
height: 100%;
left: 45px;
}​
<h4>Notiz</h4>
<ul class="list">
<li>Eat Breakfeast</li>
<li>Feed Pugsly, the cow</li>
<li>Sit Down</li>
<li>Eat lunch</li>
<li>Call mom</li>
<li>Tweet about feeding my cow, pugsly</li>
<li>Join a hangout in google+</li>
<li>Prepare Dinner</li>
</ul>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment