initial static assets

This commit is contained in:
sm
2013-06-16 00:00:11 -07:00
parent 3f71a9c845
commit 3c0128b9b9
5 changed files with 130 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
body {
background-color: #333;
color: #52bdce;
margin:50px 0px; padding:0px;
text-align:center;
}
.short {
height: 20px;
}
.console {
color: #ff6;
background-color: #222;
border: 1px solid #52bdce;
font-family: Courier;
font-size: 15px;
}
.title {
color: #ff6;
}
.content {
width: 400px;
margin:0px auto;
text-align:left;
}