mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18976536 : css separation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7559 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
beb90d7e5d
commit
69d33a4a4c
2 changed files with 36 additions and 1 deletions
33
modules/member/m.skins/default/css/mlogin.css
Normal file
33
modules/member/m.skins/default/css/mlogin.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/* Mobile XE */
|
||||
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
|
||||
body,input,textarea,select,button,table{font-family:Tahoma, Geneva, sans-serif}
|
||||
form{margin:0;padding:0}
|
||||
form ul{margin:0;padding:0;list-style:none}
|
||||
form li{margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px dashed #999}
|
||||
form li:last-child{border:0}
|
||||
form p{margin:0}
|
||||
form p.help{color:#666}
|
||||
fieldset{border:0;margin:0;padding:0}
|
||||
input,textarea,select{font-size:16px}
|
||||
button{font-size:12px;cursor:pointer;background:#eee;border:1px solid #666;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;overflow:visible;padding:3px;text-shadow:1px 1px 0 #fff;box-shadow:0 0 2px #666;-moz-box-shadow:0 0 2px #666;-webkit-box-shadow:0 0 2px #666;text-decoration:none;font-weight:normal}
|
||||
select{width:90%}
|
||||
/* Common Class */
|
||||
.al{text-align:left}
|
||||
.db{display:block}
|
||||
.fb{font-weight:bold}
|
||||
.itx{border:1px solid #ccc;width:90%;font-size:20px;height:30px;padding:5px 10px}
|
||||
.sn{margin:10px;*zoom:1}
|
||||
.sn:after{content:"";display:block;clear:both}
|
||||
/* Body */
|
||||
.bd{position:relative;overflow:hidden;clear:both}
|
||||
.bd .h2{font-size:20px;background:#ccc;border:1px solid #aaa}
|
||||
.bd .h3{font-size:16px;background:#eee;border:1px solid #ccc}
|
||||
.bd .h2,.bd .h3{position:relative;margin:-1px 0;padding:10px;border:1px solid #aaa;border-left:0;border-right:0;text-shadow:1px 1px #fff}
|
||||
.bd .h2 em,.bd .h3 em{font-weight:normal;color:#f60;font-size:12px}
|
||||
.bd .h2 a,.bd .h3 a{color:#000}
|
||||
.bd .h2 .bn{position:absolute;top:8px;right:10px;font-size:12px;margin:0}
|
||||
/* Context */
|
||||
.cm{margin:0;padding:10px;background:#777;color:#fff;text-align:center;list-style:none;border-top:1px solid #555;*zoom:1}
|
||||
.cm:after{content:"";display:block;clear:both}
|
||||
.cm .fl{margin:0 5px 0 0}
|
||||
.cm .fr{margin:0 0 0 5px}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
<!--%import("css/mlogin.css")-->
|
||||
<div class="bd">
|
||||
<h2 class="h2">{$lang->cmd_login}</h2>
|
||||
<form action="./" method="POST">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
|
|
@ -13,3 +14,4 @@
|
|||
<div class="fr"><a href="join.html" class="bn">회원가입</a> <button type="submit" class="bn">로그인</button></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue