18 lines
872 B
CSS
18 lines
872 B
CSS
|
/* CSS Document */
|
||
|
body {margin:0 auto;padding:0;width:100%;color:#333;font-family: "Lucida Grande",Verdana,sans-serif;background-color:#EEEEEE;}
|
||
|
html, .main {padding:0;margin:0;}
|
||
|
.clear {clear:both;padding:0;margin:0;width:100%;font-size:0;line-height:0;}
|
||
|
.title{font-size:30px;border-bottom:1px solid #333;margin-bottom:15px;font-family: "neue_sans_bold",Trebuchet,"Trebuchet MS",Helvetica,sans-serif;}
|
||
|
|
||
|
/* LAYOUT */
|
||
|
#content{height:auto;padding:20px 10px;background-color:#FFF;margin:10% 0% 0 40%;width:20%;}
|
||
|
|
||
|
/* ELEMENT */
|
||
|
#content a:link {color: #0066cc;text-decoration:none;}
|
||
|
#content a:active, #content a:hover {color: #59BAFF;}
|
||
|
#content form {text-align:right}
|
||
|
#content table{border-spacing:15px;}
|
||
|
#content input{width:200px;font-size:16px;border-radius:5px 5px 5px 5px;}
|
||
|
#content button{width:50px;background-color:#000;color:#FFF;height:30px}
|
||
|
#content input{}
|