Initial commit.
[webdispense.git] / dispense.css
1 body {
2         margin:0px;
3         font-family:helvetica;
4         font-weight:bold;
5         color:white;
6 }
7 #main_menu {
8         display:none;
9         background: no-repeat url('vend.png');
10 }
11 #login_screen {
12         display:block;
13         text-align:center;
14         padding-top:200px;
15         background: no-repeat url('vend2.png');
16 }
17 div.screen {
18         height:480px;
19         width:320px;
20 }
21 div#login {
22         position:absolute;
23         background: no-repeat url('login.png');
24         width:99px;
25         left:109px;
26         height:41px;
27         top:335px;
28 }
29 div.button {
30         position:relative;
31         top:8px;
32         left:168px;
33         width:122px;
34         height:41px;
35         margin-bottom:3px;
36         border:1px solid black;
37         padding:9px;
38         font-family:helvetica;
39         font-weight:bold;
40         color:white;
41 }
42 div.button:hover {
43         border:1px solid white;
44 }
45 #logout {
46         font-weight:bold;
47         font-family:helvetica;
48         position:absolute;
49         top:345px;
50         left:114px;
51         height:30px;
52         width:46px;
53         cursor:default;
54 }
55 #opendoor {
56         font-weight:bold;
57         font-family:helvetica;
58         position:absolute;
59         top:298px;
60         left:114px;
61         height:37px;
62         width:46px;
63         cursor:default;
64 }
65 #opendoor:hover {
66         border:1px solid white;
67 }
68 #logout:hover {
69         border:1px solid white;
70 }
71 #username, #pin {
72         width:100px;
73         height:25px;
74         margin-bottom:10px;
75         font-size:18px;
76         text-align:center;
77 }
78 #lcd {
79         position:absolute;
80         left:12px;
81         top:86px;
82         width:130px;
83         height:73px;
84         padding:6px;
85         font-family:monospace;
86         color:rgb(0,255,0);
87 }

UCC git Repository :: git.ucc.asn.au