Nicolas Bally 5e008f138c unicorn
2012-02-09 19:43:30 +01:00

37 lines
720 B
CSS

/*
*=require admin/core/reset
*= require_self
*= require admin/core/forms
*= require admin/core/elements
*= require admin/core/general
*/
body {
background: #3f94eb;
font-family: verdana;
padding: 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
font-size: 13px;
font-family: "Lucida Grande", arial, helvetica, sans-serif; }
body #title {
width: 520px;
margin: auto;
margin-top: 10%;
color: #9fc9f5;
text-shadow: 0 1px 1px #3f94eb;
padding: 0px;
text-transform: uppercase; }
body #main {
background: white;
width: 500px;
padding: 10px;
margin: auto;
-webkit-box-shadow: #666666 0px 0px 20px;
-moz-box-shadow: #666666 0px 0px 20px;
box-shadow: #666666 0px 0px 20px; }