-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_mobile.css
130 lines (110 loc) · 1.81 KB
/
style_mobile.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@media screen and (max-width: 480px) {
body, header, .divLogo, .digiteSeuTexto, .textoArea, .textoAreaCripto, .interrogacao, .letrasMinusculas,
.botaoCriptografar, .botaoCriptografar:hover, .botaoDescriptografar, .botaoCriptografar:hover,
.botaoDescriptografar, .botaoDescriptografar:hover, .botaoCopiar, .botaoCopiar:hover,
.textoCopiado{
width: auto;
}
body{
width: 720px;
}
.divLogo{
width: 90px;
height: 90px;
left: 84px;
top: 55px;
}
.slog{
margin: 30px 190px;
width: 550px;
height: 48px;
font-size: 55px;
}
.digiteSeuTexto{
width: 680px;
margin: 80px 50px;
font-size: 45px;
}
.textoArea{
width: 100%;
height: 600px;
left: -100px;
top: 170px;
font-size: 45px;
}
.interrogacao{
margin: 780px 50px;
}
.letrasMinusculas{
width: 765px;
margin: 780px 70px;
font-size: 32px;
}
.botaoCriptografar{
margin: 860px 50px;
width:330px;
padding: 30px;
font-size: 32px;
}
.botaoCriptografar:hover {
width:330px;
padding: 30px;
transform: scale(1.1);
}
.botaoDescriptografar{
margin: 860px 422px;
width:330px;
padding: 30px;
font-size: 32px;
}
.botaoDescriptografar:hover {
width:330px;
padding: 30px;
transform: scale(1.1);
}
.textoAlert{
width:600px;
margin: 980px 75px;
font-size: 15px;
text-align: center;
font-size: 32px;
}
.textoAreaCripto{
width: 100%;
height: 700px;
left: 40px;
top: 1165px;
font-size: 45px;
}
.botaoCopiar{
margin: 1790px 48px;
width:330px;
height: 80px;
padding: 30px;
font-size: 32px;
}
.botaoCopiar:hover {
width:330px;
height: 80px;
}
.textoCopiado{
width:600px;
margin: 1890px 15px;
font-size: 32px;
}
.botaoLimpar{
margin: 1790px 420px;
width:330px;
height: 80px;
padding: 30px;
font-size: 32px;
}
.botaoLimpar:hover {
width:330px;
height: 80px;
}
footer .rodaPe{
width:400px;
margin: 1900px 190px;
font-size: 32px;
}