styles.css
1.25 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
.device-skin
{
font-size: 12px; /* Sets the zoom level */
}
.device-container.vertical .device-skin
{
padding-top: 1.88cm;
background-image: url("images/vertical.png");
}
.device-container.horizontal .device-skin
{
padding-top: 1cm;
background-image: url("images/horizontal.png");
}
.device-container.vertical
{
bottom: -100px;
width: 1050px;
height: 849px;
padding: 3cm 10.146cm 8.46cm 10.121cm;
}
.device-container.horizontal
{
bottom: -50px;
width: 850px;
height: 734px;
padding: 2cm 4.58cm 10cm;
}
.device-container.vertical iframe
{
height: 400px;
}
.device-container.horizontal iframe
{
height: 230px;
}
#address-bar
{
height: 18px;
}
.device-container.vertical #address-bar
{
left: 394px;
top: 83px;
width: 154px;
}
.device-container.horizontal #address-bar
{
left: 188px;
top: 50px;
width: 350px;
}
.device-container #navigate-back
{
background: rgba(255,255,255,.3);
width: 30px;
height: 30px;
}
.device-container #navigate-back:hover
{
background: rgba(255,255,255,.1);
}
.device-container.vertical #navigate-back
{
top: auto;
bottom: 293px;
left: 431px;
}
.device-container.horizontal #navigate-back
{
top: 248px;
left: 686px;
}