use autotools for building the project
[jackfield.git] / data / htmlui / jackfield_base.css
blobabba24865c10320d77e5ed239b3f7e15c8aea0d5
1 html, body { padding: 0; margin: 0; overflow: hidden;}
2 body { background-color: black; }
3 iframe {
4 overflow: hidden;
5 width: 10px;
6 height: 10px;
7 border-width: 0;
8 position: absolute;
9 top: 0;
10 left: 0;
11 z-index: 2;
14 #iconbar {
15 position: absolute;
16 top: 0;
17 left: 0;
18 right: 0;
19 height: 80px;
20 z-index: 50;
21 background: white;
22 margin: 0;
23 padding: 5px 40px;
24 overflow: hidden;
25 margin-left: 100%;
27 #iconbar li.widget_icon {
28 display: block;
29 float: left;
30 list-style: none;
31 margin: 0 5px 5px 5px;
32 padding: 0;
33 background: center center no-repeat;
34 width: 80px;
35 height: 80px;
36 font-size: 13px;
39 #iconbar li.iconbar_scroller {
40 position: absolute;
41 bottom: 0px;
42 height: 90px;
43 width: 40px;
44 background: white;
45 margin: 0;
47 #iconbar li.iconbar_scroller > span {
48 position: absolute;
49 bottom: 40px;
50 height: 15px;
51 width: 40px;
52 background: #aaa;
53 margin: 0;
54 -moz-border-radius: 10px;
55 text-align: center;
56 font-size: 10px;
58 li#iconbar_left {
59 left: 0;
61 li#iconbar_right {
62 right: 0;
66 #toggle_iconbar {
67 position: absolute;
68 top: 0;
69 left: 0;
70 z-index: 55;