mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5223 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
569 B
CSS
38 lines
569 B
CSS
@charset "utf-8";
|
|
|
|
.system_message_box {
|
|
position:relative;
|
|
*zoom:1;
|
|
}
|
|
|
|
.system_message_box blockquote {
|
|
text-align:center;
|
|
margin:30px 0 20px 0;
|
|
font-size:1.3em;
|
|
font-weight:bold;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.system_message_box ul {
|
|
padding:0;
|
|
margin:0;
|
|
overflow:hidden;
|
|
*zoom:1;
|
|
text-align:center;
|
|
}
|
|
|
|
.system_message_box ul li {
|
|
padding:0;
|
|
margin:0 10px 0 0;
|
|
display:inline;
|
|
list-style:none;
|
|
}
|
|
|
|
.system_message a {
|
|
margin-top:1em;
|
|
}
|
|
|
|
.loginForm {
|
|
width:200px;
|
|
margin:30px auto 0 auto;
|
|
}
|