styles.css
1.32 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
.device-skin
{
font-size: 11px; /* Sets the zoom level */
}
.device-container.vertical .device-skin
{
padding-top: 2.7cm;
background-image: url("images/vertical.png");
}
.device-container.horizontal .device-skin
{
padding-top: 2.3cm;
background-image: url("images/horizontal.png");
}
.device-container.vertical
{
height: 1000px;
width: 850px;
padding: 3.42cm 6.6cm 10.1cm 6.74cm;
bottom: -150px;
}
.device-container.horizontal
{
height: 800px;
padding: 3.04cm 10.4cm 11.3cm 10.56cm;
width: 1360px;
bottom: -150px;
}
.device-container.vertical iframe
{
height: 489px;
}
.device-container.horizontal iframe
{
height: 261px;
}
#address-bar
{
color: #FFFFFF;
height: 18px;
}
.device-container.vertical #address-bar
{
left: 380px;
top: 105px;
width: 130px;
}
.device-container.horizontal #address-bar
{
left: 520px;
top: 90px;
width: 352px;
}
.device-container #navigate-back
{
background: rgba(255,255,255,.3);
top: auto;
}
.device-container #navigate-back:hover
{
background: rgba(255,255,255,.1);
}
.device-container.vertical #navigate-back
{
bottom: 360px;
left: 260px;
width: 32px;
height: 22px;
}
.device-container.horizontal #navigate-back
{
bottom: 400px;
left: 403px;
width: 31px;
height: 24px;
}