mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
49 lines
2.9 KiB
CSS
49 lines
2.9 KiB
CSS
/* Mobile XE Login (/modules/member/tpl/login_form.html) */
|
|
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
|
|
body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif}
|
|
img{border:0}
|
|
em{font-style:normal}
|
|
form{margin:0;padding:0}
|
|
fieldset{margin:0;padding:0;border:0}
|
|
textarea{resize:vertical}
|
|
input[type=checkbox],
|
|
input[type=radio]{width:13px;height:13px;margin:0;padding:0}
|
|
/* Common */
|
|
.fl{float:left}
|
|
.fr{float:right}
|
|
/* Body */
|
|
.bd{background:#f8f8f8;padding:1px 0;border-bottom:1px solid #ccc8be}
|
|
.bd:after{content:"";margin:0;position:relative;top:3px;display:block;clear:both;height:1px;background:#fff}
|
|
/* Hx */
|
|
.hx{position:relative;border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
|
|
.hx:after{content:"";margin:0 -10px;position:relative;top:10px;display:block;clear:both;height:1px;background:#fff}
|
|
.hx.h2{background:#e5e5e5}
|
|
.hx h2{margin:0 10px 0 0;display:inline}
|
|
.hx h2{font-size:16px;line-height:1.4}
|
|
/* Form Field */
|
|
.ff{margin:0;padding:10px 0}
|
|
.ff ul{margin:0 10px 10px 10px;padding:10px 0 0 0;list-style:none}
|
|
.ff li{margin:0 0 5px 0;padding:0}
|
|
.ff label+input[type=text],
|
|
.ff label+input[type=email],
|
|
.ff label+input[type=password],
|
|
.ff label+textarea,
|
|
.ff label+select{display:block;width:96%;font-size:14px;margin:0 0 5px 0}
|
|
.ff label+input[type=text],
|
|
.ff label+input[type=email],
|
|
.ff label+input[type=password],
|
|
.ff label+textarea{padding:5px}
|
|
/* Help */
|
|
.hp{background:#eee;border-top:1px solid #ddd;padding:12px 10px !important;margin:10px 0px !important;}
|
|
.hp li{margin:0;display:inline;border-left:1px solid #ccc;padding:0 4px 0 8px;}
|
|
.hp li:first-child{border:0;}
|
|
.hp a,p{color:#333;text-decoration:none}
|
|
/* Button Area */
|
|
.bna{text-align:center;padding:0 10px;margin:10px 0}
|
|
.bna:after{content:"";display:block;clear:both}
|
|
.bn{display:inline-block;line-height:26px !important;padding:0 10px;font-size:12px;font-weight:bold;border:1px solid;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;vertical-align:middle}
|
|
.bn[type=submit],
|
|
.bn[type=button]{height:28px}
|
|
.bn[href]{height:26px}
|
|
.bn.dark{border-color:#666;background:-webkit-linear-gradient(top,#7e7c78,#5c5b58);background:-moz-linear-gradient(top,#7e7c78,#5c5b58);background:-o-linear-gradient(top,#7e7c78,#5c5b58);background:-ms-linear-gradient(top,#7e7c78,#5c5b58);background:linear-gradient(top,#7e7c78,#5c5b58);background-color:#777;color:#fff;box-shadow:0 0 1px #fff inset;-moz-box-shadow:0 0 1px #fff inset;-webkit-box-shadow:0 0 1px #fff inset}
|
|
.bn.white{border-color:#b5b5b5;background:-webkit-linear-gradient(top,#fff,#f0f0f0 50%,#e4e4e4 50%,#f6f6f6 100%);background:-moz-linear-gradient(top,#fff,#f0f0f0 50%,#e4e4e4 50%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff,#f0f0f0 50%,#e4e4e4 50%,#f6f6f6 100%);background:-webkit-ms-gradient(top,#fff,#f0f0f0 50%,#e4e4e4 50%,#f6f6f6 100%);background:linear-gradient(top,#fff,#f0f0f0 50%,#e4e4e4 50%,#f6f6f6 100%);background-color:#fff;color:#000}
|