-
Notifications
You must be signed in to change notification settings - Fork 20
/
iphone.css
107 lines (94 loc) · 1.89 KB
/
iphone.css
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
body[orient="portrait"] #add-another {
position:absolute;
bottom:2px;
left:75px;
}
#button-prev body[orient="landscape"] {
/*this needs to be here for the next rule to work. ??? */
}
body[orient="portrait"] #bottom-panel {
position:absolute;
bottom:3px;
left:4px;
width:291px;
height:70px;
}
body[orient="portrait"] #card-container {
cursor:pointer;
overflow:auto;
font-size:24px;
text-align:center;
color:#000;
font-family:'chalkduster', sans-serif;
}
body[orient="portrait"] #conf {
position:absolute;
top:30px;
left:10px;
width:285px;
border:0px;
}
body[orient="portrait"] #container {
position:relative;
width:295px;
height:290px;
border:1px outset;
background:#fff url('background.png') repeat-x;
}
body[orient="portrait"] #main-container {
position:absolute;
top:90px;
left:35px;
cursor:pointer;
margin:auto;
width:220px;
font-size:12px;
text-align:center;
}
body[orient="portrait"] #modal-container {
position:absolute;
top:5px;
left:5px;
z-index:100;
color:#000;
width:280px;
height:270px;
border:1px outset;
background-color:rgba(255,255,255,.98);
}
body[orient="portrait"] #msg-container {
position:absolute;
top:70px;
left:20px;
width:250px;
border:0px;
}
body[orient="portrait"] #option-container {
position:absolute;
top:110px;
left:60px;
background:#fff;
}
body[orient="portrait"] #option-animation {
position:absolute;
bottom:-125px;
left:-65px;
}
body[orient="portrait"] #option-reverse {
position:absolute;
bottom:-125px;
right:-65px;
}
body[orient="portrait"] #options {
position:absolute;
top:8px;
left:105px;
width:190px;
padding-bottom:5px;
}
body[orient="portrait"] #phrase-form {
position:absolute;
top:80px;
left:25px;
width:250px;
}