first post

This commit is contained in:
2012-05-25 09:03:56 -04:00
commit 6a753904b7
609 changed files with 252648 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,25 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: #ccc;
}
a {
color: #0069ff;
}
#container {
width: 450px;
margin: 0 auto;
padding: 40px 20px;
background: #fff;
box-shadow: 1px 3px 3px #333;
border-radius: 5px;
}
#logo {
text-align: center;
}
#display {
margin: 20px 0 50px;
}
#userbar {
margin-bottom: 10px;
}

View File

@@ -0,0 +1,24 @@
body
padding: 50px
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
background: #ccc
a
color: #0069FF
#container
width: 450px
margin: 0 auto
padding: 40px 20px
background: #fff
box-shadow: 1px 3px 3px #333
border-radius: 5px
#logo
text-align: center
#display
margin: 20px 0 50px
#userbar
margin-bottom: 10px