Showing
1 changed file
with
63 additions
and
0 deletions
style.css
0 → 100644
| 1 | +@charset "UTF-8"; | ||
| 2 | +@font-face{ | ||
| 3 | + font-family: maplestory; | ||
| 4 | + src:url('/font/Maplestory Bold.ttf'); | ||
| 5 | + font-style:normal; | ||
| 6 | +} | ||
| 7 | + | ||
| 8 | +header{ | ||
| 9 | + font-family:maplestory; | ||
| 10 | + height: 40px; | ||
| 11 | + background-color: #663170; | ||
| 12 | +} | ||
| 13 | +header ul{ | ||
| 14 | + float: left; | ||
| 15 | + font-size:16px; | ||
| 16 | +} | ||
| 17 | +header ul li{ | ||
| 18 | + display: inline-block; | ||
| 19 | +} | ||
| 20 | +header div{ | ||
| 21 | + float: right; | ||
| 22 | +} | ||
| 23 | +html, body{ | ||
| 24 | + font-family:maplestory; | ||
| 25 | + height: 100%; | ||
| 26 | + background:url("../img/lucid_back.png") no-repeat center left; | ||
| 27 | + background-size: cover; | ||
| 28 | + margin: 0; | ||
| 29 | +} | ||
| 30 | +.content{ | ||
| 31 | + min-height: 100%; | ||
| 32 | +} | ||
| 33 | +.content-inside{ | ||
| 34 | + padding:20px; | ||
| 35 | + padding-bottom:50px; | ||
| 36 | +} | ||
| 37 | +.input-bar{ | ||
| 38 | + text-align:center; | ||
| 39 | + width: 500px; height: 24px; | ||
| 40 | + margin:3px 0 0 3px; | ||
| 41 | + border: 0; | ||
| 42 | + line-height: 24px; | ||
| 43 | + font-size: 20px; | ||
| 44 | + outline:none; | ||
| 45 | +} | ||
| 46 | +.in_button{ | ||
| 47 | + width: 60px; height:24px; | ||
| 48 | + margin: 0; border:0; | ||
| 49 | + vertical-align: top; | ||
| 50 | + background: #f8f8ff; | ||
| 51 | + color: black; | ||
| 52 | + font-weight: bold; | ||
| 53 | + cursor: pointer; | ||
| 54 | +} | ||
| 55 | +.in_button:hover { | ||
| 56 | + background: #dcdcdc; | ||
| 57 | +} | ||
| 58 | +.footer{ | ||
| 59 | + height: 30px; | ||
| 60 | + background-color: #663170; | ||
| 61 | + margin-top: -30px; | ||
| 62 | + text-align:center; | ||
| 63 | +} |
-
Please register or login to post a comment