]> jfr.im git - z_archive/KronOS.git/blame - dime/frontend/style.css
Simple 'desktop', menu, etc.
[z_archive/KronOS.git] / dime / frontend / style.css
CommitLineData
c9efe00e
JR
1body {
2 background:url('wallpaper.jpg');
3}
4
31f96580
JR
5.message {
6 display:none;
c9efe00e
JR
7 border:solid 1px black;
8 padding:.2em;
9 margin:.5em;
31f96580
JR
10}
11
12div#error {
13 background-color:#aa0000;
31f96580
JR
14}
15
c9efe00e
JR
16div#menubar {
17 position:fixed;
18 top:0px;
19 border:solid 2px gray;
20 width:100%;
21 height:50px;
22 vertical-align:middle;
23}
24.menu {
25 display:none;
26}
27.ui-menu { /* jQuery UI menu element? */
28 width:200px;
31f96580
JR
29}
30
c9efe00e
JR
31div#desktop {
32 margin-top:75px;
31f96580 33}