|
3 | 3 | margin: 0;
|
4 | 4 | padding: 0;
|
5 | 5 | }
|
6 |
| - |
7 | 6 | html,
|
8 | 7 | body {
|
9 | 8 | width: 100%;
|
10 | 9 | height: 100%;
|
11 | 10 | font-family: 'PT Sans', sans-serif;
|
12 | 11 | }
|
13 | 12 | a {
|
14 |
| - text-decoration: none; |
15 |
| - color: #FF5F6D; |
16 |
| - font-weight: bold; |
17 |
| - opacity: 0.5 |
| 13 | + text-decoration: none; |
| 14 | + color: #5f72bd; |
| 15 | + font-weight: bold; |
| 16 | + opacity: 0.7 |
18 | 17 | }
|
19 | 18 | a:hover {
|
20 |
| - opacity: 1 |
| 19 | + opacity: 1 |
21 | 20 | }
|
22 | 21 | form {
|
23 |
| - padding-bottom: 20px |
| 22 | + padding-bottom: 20px |
24 | 23 | }
|
25 | 24 | .cc {
|
26 |
| - text-align: right; |
27 |
| - padding-bottom: 20px; |
28 |
| -} |
29 |
| - pre { |
30 |
| - color:#55cc66; |
31 |
| - background:#001800!important; |
32 |
| - width: 99%; |
33 |
| - overflow: auto; |
34 |
| - overflow-y: hidden; |
35 |
| - text-align: left; |
36 |
| - padding: 10px; |
37 |
| - border-radius: 3px; |
38 |
| - margin: 0 auto; |
39 |
| - } |
40 |
| - pre::-webkit-scrollbar { |
| 25 | + text-align: right; |
| 26 | + padding-bottom: 20px; |
| 27 | +} |
| 28 | +pre { |
| 29 | + color: #55cc66; |
| 30 | + background: #001800!important; |
| 31 | + width: 99%; |
| 32 | + overflow: auto; |
| 33 | + overflow-y: hidden; |
| 34 | + text-align: left; |
| 35 | + padding: 10px; |
| 36 | + border-radius: 3px; |
| 37 | + margin: 0 auto; |
| 38 | +} |
| 39 | +pre::-webkit-scrollbar { |
41 | 40 | width: 1em;
|
42 | 41 | height: 5px
|
43 | 42 | }
|
44 |
| - |
45 | 43 | pre::-webkit-scrollbar-track {
|
46 | 44 | -webkit-box-shadow: none;
|
47 | 45 | }
|
48 |
| - |
49 | 46 | pre::-webkit-scrollbar-thumb {
|
50 |
| - background-color: darkgrey; |
51 |
| - |
52 |
| -} |
53 |
| - .resul { |
54 |
| - color: #cc5555 |
55 |
| - } |
56 |
| - .ff { |
57 |
| - color: #865700 |
58 |
| - } |
59 |
| - .comment { |
60 |
| - color: rgba(255, 255, 255, 0.5); |
61 |
| - font-style: italic; |
62 |
| - } |
63 |
| - .formulario { |
64 |
| - background: #f4f4f4; |
65 |
| - padding-bottom: 50px; |
66 |
| - padding-top: 10px; |
67 |
| - overflow: hidden; |
68 |
| - } |
| 47 | + background-color: darkgrey; |
| 48 | +} |
| 49 | +.resul { |
| 50 | + color: #cc5555 |
| 51 | +} |
| 52 | +.ff { |
| 53 | + color: #865700 |
| 54 | +} |
| 55 | +.comment { |
| 56 | + color: rgba(255, 255, 255, 0.5); |
| 57 | + font-style: italic; |
| 58 | +} |
| 59 | +.formulario { |
| 60 | + background: #f4f4f4; |
| 61 | + padding-bottom: 50px; |
| 62 | + padding-top: 10px; |
| 63 | + overflow: hidden; |
| 64 | +} |
69 | 65 | .tamanho {
|
70 |
| - width: 1100px; |
71 |
| - max-width: 90% |
| 66 | + width: 1100px; |
| 67 | + max-width: 90% |
72 | 68 | }
|
73 | 69 | .margin {
|
74 |
| - margin: 0 auto |
| 70 | + margin: 0 auto |
75 | 71 | }
|
76 | 72 | .intro {
|
77 |
| - height: 100%; |
78 |
| - color: #fff; |
79 |
| - text-align: center; |
80 |
| - background: #FF906F; |
81 |
| - background: -webkit-linear-gradient(left, #FF5F6D, #FFC371); |
82 |
| - background: linear-gradient(to right, #FF5F6D, #FFC371); |
83 |
| -} |
84 |
| - |
| 73 | + height: 100%; |
| 74 | + color: #fff; |
| 75 | + text-align: center; |
| 76 | + background: #5f72bd; |
| 77 | + background: -webkit-linear-gradient(left, #5f72bd, #9b23ea); |
| 78 | + background: linear-gradient(to right, #5f72bd, #9b23ea); |
| 79 | +} |
85 | 80 | .flex {
|
86 |
| - display: -webkit-box; |
87 |
| - display: -ms-flexbox; |
88 |
| - display: flex; |
89 |
| - height: 100%; |
90 |
| - -webkit-box-align: center; |
91 |
| - -ms-flex-align: center; |
92 |
| - align-items: center; |
93 |
| - -webkit-box-pack: center; |
94 |
| - -ms-flex-pack: center; |
95 |
| - justify-content: center |
96 |
| -} |
97 |
| -.box{ |
98 |
| - width: 500px; |
99 |
| - max-width: 90% |
| 81 | + display: -webkit-box; |
| 82 | + display: -ms-flexbox; |
| 83 | + display: flex; |
| 84 | + height: 100%; |
| 85 | + -webkit-box-align: center; |
| 86 | + -ms-flex-align: center; |
| 87 | + align-items: center; |
| 88 | + -webkit-box-pack: center; |
| 89 | + -ms-flex-pack: center; |
| 90 | + justify-content: center |
| 91 | +} |
| 92 | +.box { |
| 93 | + width: 500px; |
| 94 | + max-width: 90% |
100 | 95 | }
|
101 | 96 | .ex {
|
102 |
| - padding-top: 20px; |
| 97 | + padding-top: 20px; |
103 | 98 | }
|
104 | 99 | footer {
|
105 |
| - padding-top: 50px; |
106 |
| - padding-bottom: 30px |
| 100 | + padding-top: 50px; |
| 101 | + padding-bottom: 30px |
107 | 102 | }
|
108 | 103 | .bg {
|
109 |
| - background: #fff; |
110 |
| - border: 1px solid rgba(0, 0, 0, 0.1); |
111 |
| - margin-bottom: 20px; |
112 |
| - border-left: 5px solid #FF5F6D; |
113 |
| - box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); |
114 |
| - border-radius: 4px |
| 104 | + background: #fff; |
| 105 | + border: 1px solid rgba(0, 0, 0, 0.1); |
| 106 | + margin-bottom: 20px; |
| 107 | + border-left: 5px solid #5f72bd; |
| 108 | + box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); |
| 109 | + border-radius: 4px |
115 | 110 | }
|
116 | 111 | .bg h2 {
|
117 |
| - margin-left: 10px; |
118 |
| - color: #FF5F6D; |
119 |
| - padding-top: 10px |
| 112 | + margin-left: 10px; |
| 113 | + color: #5f72bd; |
| 114 | + padding-top: 10px |
120 | 115 | }
|
121 | 116 | .container-form {
|
122 |
| - margin-top: 10px; |
123 |
| - margin-bottom: 20px; |
124 |
| - display: -webkit-box; |
125 |
| - display: -ms-flexbox; |
126 |
| - display: flex; |
127 |
| - -webkit-box-pack: center; |
128 |
| - -ms-flex-pack: center; |
129 |
| - justify-content: center; |
130 |
| - -webkit-box-align: center; |
131 |
| - -ms-flex-align: center; |
132 |
| - align-items: center; |
133 |
| - -ms-flex-wrap: wrap; |
134 |
| - flex-wrap: wrap; |
| 117 | + margin-top: 10px; |
| 118 | + margin-bottom: 20px; |
| 119 | + display: -webkit-box; |
| 120 | + display: -ms-flexbox; |
| 121 | + display: flex; |
| 122 | + -webkit-box-pack: center; |
| 123 | + -ms-flex-pack: center; |
| 124 | + justify-content: center; |
| 125 | + -webkit-box-align: center; |
| 126 | + -ms-flex-align: center; |
| 127 | + align-items: center; |
| 128 | + -ms-flex-wrap: wrap; |
| 129 | + flex-wrap: wrap; |
135 | 130 | }
|
136 | 131 | .box-form {
|
137 |
| - -webkit-box-flex: 1; |
138 |
| - -ms-flex-positive: 1; |
139 |
| - flex-grow: 1; |
140 |
| - -ms-flex-preferred-size: 350px; |
141 |
| - flex-basis: 350px; |
142 |
| - margin: 10px; |
143 |
| - margin-top: 0; |
144 |
| - padding-bottom: 10px; |
| 132 | + -webkit-box-flex: 1; |
| 133 | + -ms-flex-positive: 1; |
| 134 | + flex-grow: 1; |
| 135 | + -ms-flex-preferred-size: 350px; |
| 136 | + flex-basis: 350px; |
| 137 | + margin: 10px; |
| 138 | + margin-top: 0; |
| 139 | + padding-bottom: 10px; |
145 | 140 | }
|
146 | 141 | .box-form input {
|
147 |
| - width: 100%; |
148 |
| - height: 30px; |
149 |
| - font-size: 14px; |
150 |
| - outline: none; |
151 |
| - border: none; |
152 |
| - transition: 2s; |
153 |
| - color: rgba(0, 0, 0, 0.5);; |
154 |
| - border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 142 | + width: 100%; |
| 143 | + height: 30px; |
| 144 | + font-size: 14px; |
| 145 | + outline: none; |
| 146 | + border: none; |
| 147 | + -webkit-transition: 2s; |
| 148 | + transition: 2s; |
| 149 | + color: rgba(0, 0, 0, 0.5); |
| 150 | + ; |
| 151 | + border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
155 | 152 | }
|
156 | 153 | .box-form input:focus {
|
157 |
| - border-bottom: 1px solid #FF5F6D; |
| 154 | + border-bottom: 1px solid #5f72bd; |
158 | 155 | }
|
159 | 156 | .box-form label {
|
160 |
| - font-weight: 700; |
161 |
| - color: rgba(0, 0, 0, 0.5); |
162 |
| -font-size: 20px |
| 157 | + font-weight: 700; |
| 158 | + color: rgba(0, 0, 0, 0.5); |
| 159 | + font-size: 20px |
163 | 160 | }
|
164 | 161 | .box-form span {
|
165 |
| -color: #FFC371 |
| 162 | + color: #5f72bd |
166 | 163 | }
|
167 | 164 | .box-form-button {
|
168 |
| - background: #55cc66; |
169 |
| - color: #fff; |
170 |
| - width: 100%; |
171 |
| - border: none; |
172 |
| - height: 50px; |
173 |
| - font-size: 20px; |
174 |
| - font-weight: 900; |
175 |
| - border-radius: 3px; |
176 |
| - -webkit-transition: 1s; |
177 |
| - transition: 1s; |
178 |
| - cursor: pointer; |
| 165 | + background: -webkit-linear-gradient(left, #5f72bd, #9b23ea); |
| 166 | + background: linear-gradient(to right, #5f72bd, #9b23ea); |
| 167 | + color: #fff; |
| 168 | + width: 100%; |
| 169 | + border: none; |
| 170 | + height: 50px; |
| 171 | + font-size: 20px; |
| 172 | + font-weight: 900; |
| 173 | + border-radius: 3px; |
| 174 | + -webkit-transition: 1s; |
| 175 | + transition: 1s; |
| 176 | + cursor: pointer; |
| 177 | +} |
| 178 | +.counter { |
| 179 | + font-size: 14px; |
| 180 | + opacity: 0.8 |
179 | 181 | }
|
180 | 182 | .box-form-button[disabled] {
|
181 |
| - opacity: 0.6; |
182 |
| - cursor: not-allowed; |
| 183 | + opacity: 0.6; |
| 184 | + cursor: not-allowed; |
183 | 185 | }
|
184 | 186 | .btn {
|
185 |
| - background: #FF906F; |
186 |
| - color: #fff; |
187 |
| - margin-top: 10px; |
188 |
| - padding-left: 20px; |
189 |
| - padding-right: 20px; |
190 |
| - border: none; |
191 |
| - height: 30px; |
192 |
| - font-size: 14px; |
193 |
| - font-weight: 900; |
194 |
| - border-radius: 3px; |
195 |
| - -webkit-transition: 1s; |
196 |
| - transition: 1s; |
197 |
| - cursor: pointer; |
| 187 | + background: #5f72bd; |
| 188 | + color: #fff; |
| 189 | + margin-top: 10px; |
| 190 | + padding-left: 20px; |
| 191 | + padding-right: 20px; |
| 192 | + border: none; |
| 193 | + height: 30px; |
| 194 | + font-size: 14px; |
| 195 | + font-weight: 900; |
| 196 | + border-radius: 3px; |
| 197 | + -webkit-transition: 1s; |
| 198 | + transition: 1s; |
| 199 | + cursor: pointer; |
| 200 | +} |
| 201 | +.btn-remover { |
| 202 | + background: #cc5555 |
| 203 | +} |
| 204 | +.btn-remover:hover { |
| 205 | + background: #ad4848 |
| 206 | +} |
| 207 | +.logo { |
| 208 | + width: 300px; |
| 209 | + ; |
198 | 210 | }
|
199 | 211 | .t h2 {
|
200 |
| - color:#FF5F6D; |
201 |
| - font-size: 18px; |
| 212 | + color: #5f72bd; |
| 213 | + font-size: 18px; |
202 | 214 | }
|
203 |
| - |
204 | 215 | .btn:hover {
|
205 |
| - background: #FF5F6D; |
| 216 | + background: #9b23ea; |
206 | 217 | }
|
207 | 218 | .texto-intro {
|
208 |
| - text-align: center; |
209 |
| - width: 300px; |
210 |
| - max-width: 90%; |
211 |
| - padding-bottom: 30px; |
212 |
| - padding-top: 20px; |
213 |
| - line-height: 25px; |
214 |
| - color: rgba(0, 0, 0, 0.6); |
215 |
| - font-size: 14px |
216 |
| -} |
217 |
| - |
| 219 | + text-align: center; |
| 220 | + width: 300px; |
| 221 | + max-width: 90%; |
| 222 | + padding-bottom: 30px; |
| 223 | + padding-top: 20px; |
| 224 | + line-height: 25px; |
| 225 | + color: rgba(0, 0, 0, 0.6); |
| 226 | + font-size: 14px |
| 227 | +} |
218 | 228 | @media only screen and (max-width: 400px) {
|
219 | 229 | .some {
|
220 | 230 | display: none
|
221 | 231 | }
|
222 | 232 | pre {
|
223 |
| - width: 80% |
| 233 | + width: 80% |
224 | 234 | }
|
225 | 235 | }
|
0 commit comments