-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
78 lines (66 loc) · 1005 Bytes
/
app.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
.postImage{
max-width:100%;
}
.timestamp {
color: blue;
}
.ui-icon-phone {
background-image: url(images/call.png);
background-repeat: no-repeat;
background-position: 0% 50%;
}
/* override */
.ui-btn-corner-all {
border-radius: 5px;
}
/*.ui-title {
white-space:normal;
}*/
.bigFont .ui-btn-text, p.bigFont{
font-size: 1.5em;
}
.hidden{
display:none;
visibility: hidden;
}
.blockCenter{
margin: auto;
text-align: center;
}
.inlineCenter{
text-align: center;
}
.pageCenter{
/*margin-top: 100px;*/
padding-top: 50px;
}
#callButton{
font-size: 3.5em;
padding: 1.5em 0em 1.5em 64px;
}
/* SwipeJS */
.swipe {
overflow: hidden;
visibility: hidden;
position: relative;
}
.swipe-wrap {
overflow: hidden;
position: relative;
}
.swipe-wrap > div {
float: left;
width: 100%;
height: 400px;
position: relative;
text-align: center;
padding-top: 80px;
}
#welcome {
background: #dbd0c3;
color: #111;
}
#close-welcome-btn{
width: auto;
margin: auto;
}