-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
107 lines (101 loc) · 1.63 KB
/
index.css
File metadata and controls
107 lines (101 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
a:visited {text-decoration: none; color: black}
a:active {text-decoration: none; color: black}
a:hover {text-decoration: none; color: red}
a:link {text-decoration: none; color: black}
div {margin:0; position:absolute}
img {border-style:none}
img.w {width:100%}
img.h {height:100%}
body {font-family:Segoe UI; margin:0;}
#title {
font-size: 8pt;
visibility: hidden;
}
#price {
font-size: 10pt;
font-weight: bold;
}
#displayArea {
width:120;
height:135;
}
#logo {
margin-top: 7px;
height: 19px;
background-image: url(sprite.png);
}
#logoDiv {
width: 100%;
height: 35px;
padding: 2px;
text-align: center;
overflow: hidden;
}
#divider {
top:35;
width: 100%;
height:3;
overflow:hidden;
text-align: center;
background-color:#E2E2E2;
}
#meter {
position: relative;
background-color: #FFCD04;
}
#contentArea {
top:39;
width:100%;
}
#itemImageDiv {
top:0;
left:0;
width:100%;
height:100%;
text-align:center;
overflow: hidden;
}
#prevWoot {
top:1;
left:2;
}
#nextWoot {
top:1;
right:2;
}
.light {
position:absolute;
width:20;
bottom:0;
visibility:hidden;
}
#soldout {
position:absolute;
width:100%;
bottom:0;
text-align:center;
visibility:hidden;
}
#titleDiv {
width:100%;
top:30%;
text-align:center;
}
#priceDiv {
top: 1;
padding: 0 0.2em;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='halo.png');
}
#msgDiv {
margin:4;
bottom:2;
width:100%;
text-align:center;
overflow: hidden;
}
#msg {
color: red;
font-size: 8pt;
visibility: hidden;
background-color:white;
}