15 lines
1.1 KiB
CSS
15 lines
1.1 KiB
CSS
@CHARSET "UTF-8";
|
|
html, body { margin: 0; padding: 0; border: none; height: 100%; width: 100%; font-family: sans-serif; font-size: x-small; }
|
|
h1 { width: 100%; height: 36pt; font-size: 16pt; margin: 0 0 -0.5em 0; padding: 0.5em 0 0 0; font-family: 'Trebuchet MS', sans-serif; text-align: center; color: #33f; }
|
|
h1 span { color: #f0f; }
|
|
h1 sup { font-size: 8pt; color: #ccc; font-weight: bold; }
|
|
a { color: #33f; }
|
|
input, button { font-size: 100%; }
|
|
#editor { width: 80%; height: 90%; float: left; overflow: auto; background: transparent; position: relative; }
|
|
#editor .layer { position: absolute; top: 0; left: 0; }
|
|
#editor .layer table td div { border: 1px #ccc solid; position: relative; overflow: hidden; }
|
|
#editor .layer table td div img { position: absolute; }
|
|
#menu { width: 20%; height: 90%; float: left; overflow: auto; }
|
|
#menu a.toggle { display: block; background: #ccc; outline: none; text-decoration: none; padding: 0.1em; }
|
|
#menu #tiles div { width: 64px; height: 64px; border: 2px #000 solid; margin: 5px; }
|
|
#statusbar { width: 100%; position: absolute; bottom: 0; background: #ccc; } |