mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2034 201d5d3c-b55e-5fd7-737f-ddc643e51545
19 lines
253 B
CSS
19 lines
253 B
CSS
@charset "utf-8";
|
|
|
|
|
|
.system_message {
|
|
margin:3em 0 0 2em;
|
|
color:#666666;
|
|
border:4px solid #888888;
|
|
text-align:center;
|
|
padding:4em;
|
|
width:400px;
|
|
}
|
|
|
|
.system_button {
|
|
margin-top:3em;
|
|
}
|
|
|
|
.system_message a {
|
|
margin-top:1em;
|
|
}
|