styles.css
754 Bytes
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
.device-skin
{
font-size: 11px; /* Sets the zoom level */
}
.device-container.vertical .device-skin
{
background-image: url("images/vertical.png");
}
.device-container.horizontal .device-skin
{
background-image: url("images/horizontal.png");
}
.device-container.vertical
{
width: 1193px;
height: 988px;
padding: 2.1cm 11.1cm 8cm 11.05cm;
bottom: -150px;
}
.device-container.horizontal
{
height: 883px;
padding: 2.02cm 11.28cm 11.94cm 11.28cm;
width: 1454px;
bottom: -150px;
left: -100px;
}
.device-container.vertical iframe
{
height: 605px;
}
.device-container.horizontal iframe
{
height: 357px;
}
#address-bar
{
display: none;
}
.device-container #navigate-back
{
display: none;
}