-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
116 lines (98 loc) · 1.77 KB
/
styles.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
108
109
110
111
112
113
114
115
116
@font-face {
font-family: "condensedSans";
src: url('font/FontsFree-Net-tusker-grotesk-1800-super.ttf');
}
body {
margin: 0;
background-color: rgb(0, 0, 0);
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
}
.titolo {
margin-top: 50px;
text-align: center;
font-family: 'condensedSans';
font-size: 70vw;
line-height: 0.9;
}
.testo{
text-align: left;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18pt;
margin: 20px 30px;
}
.barSwipe{
margin:10px;
text-align: center;
font-size: 25pt;
}
.tastoSwipe{
background: none;
border: none;
color: white;
padding: 10px;
font-size: 25pt;
font-family: 'condensedSans';
}
#avanti{
float: left;
}
#indietro{
float: right;
}
#video {
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 3px black;
width: 100%;
height: auto;
}
.tastoFoto{
margin: 30px 50px 10px;
padding: 5px;
text-align: center;
background-color: white;
color: black;
border-radius: 5px;
font-size: 18pt;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.camera{
display: none;
text-align: center;
margin: 0px 20px;
}
#startbutton{
height: 50px;
width: 50px;
background-color: #ffffff;
border: none;
border-radius: 50%;
display: inline;
}
.barAzioni{
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
#canvas{
display: none;
}
.img{
margin: 20px;
}
#photo {
width: 100%;
height: auto;
}
#annullaFoto{
float: right;
height: 50px;
width: 50px;
background-color: black;
color: #ffffff;
border: none;
display: inline;
font-size: 30pt;
}