-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainpage.css
More file actions
279 lines (275 loc) 路 5.31 KB
/
Copy pathmainpage.css
File metadata and controls
279 lines (275 loc) 路 5.31 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
@charset "UTF-8";
/* Import tags */
@font-face {
font-family: Poppins-Regular;
src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
font-family: Poppins-Medium;
src: url("../fonts/poppins/Poppins-Medium.ttf");
}
@font-face {
font-family: Poppins-Bold;
src: url("../fonts/poppins/Poppins-Bold.ttf");
}
/* Body tags */
body {
padding: 0%;
margin: 0%;
width: 100%;
height: 100%;
background-color: rgb(255, 255, 255);
font-family: Poppins-Regular, sans-serif;
font-size: 20px;
display: flex;
}
/* Main div Styles */
.main {
width: 900px;
height: auto;
color: #ffffff;
background-color: rgb(40, 42, 54);
margin: 50px auto 50px auto;
border: 2px solid rgb(255, 238, 0);
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
padding: 10px 10px 10px 10px;
}
/* Header Styles */
table {
width: 90%;
height: auto;
background-color: rgb(255, 238, 0);
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
margin: 10px 10px 50px 20px;
}
.main img {
border-radius: 20px;
padding-left: 10px;
}
.main p {
padding-left: 20px;
}
table img {
width: 100px;
height: 100px;
margin: 0%;
padding: 0%;
}
table h1 {
font-size: 30pt;
position: relative;
right: 50px;
}
h2 {
font-size: 20pt;
margin-left: 20px;
}
.main td {
color: black;
}
/* RADIO BUTTONS (CERTO E ERRADO) */
.radio,
.radio-alternativas {
/*Aplica-se em todos os Inputs Radios*/
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 30px;
padding-bottom: 10px;
padding-top: 10px;
cursor: pointer;
}
.radio + .radio {
margin-left: 100px;
}
.radio input[type="radio"],
.radio-alternativas input[type="radio"] {
/*Aplica-se em todos os Inputs Radios*/
display: none;
}
.radio span,
.radio-alternativas span {
/*Aplica-se em todos os Inputs Radios*/
height: 20px;
width: 20px;
border-radius: 50%;
border: 3px solid rgb(255, 238, 0);
display: block;
position: absolute;
left: 0;
top: 10px;
}
.radio span::after,
.radio-alternativas span::after {
/*Aplica-se em todos os Inputs Radios*/
content: "";
height: 8px;
width: 8px;
background: rgb(255, 238, 0);
display: block;
position: absolute;
left: 50%;
right: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
border-radius: 50%;
transition: 300ms ease-in-out 0s;
}
/*Aplica-se em todos os Inputs Radios*/
.radio input[type="radio"]:checked ~ span:after,
.radio-alternativas input[type="radio"]:checked ~ span:after {
transform: translate(-50%, -50%) scale(2);
}
.radio-group {
/*Aplica-se em todos os Inputs Radios*/
display: block;
padding: 10px;
margin: 10px;
border: 3px solid rgb(255, 238, 0);
border-radius: 10px;
}
/* SUBMIT BUTTON */
.finalizarTeste {
padding: 10px;
margin: 10px;
position: relative;
right: 10px;
width: 100%;
font-size: 20px;
font-family: Poppins-Regular, sans-serif;
border-radius: 15px;
color: black;
background-color: rgb(255, 238, 0);
transition: all 0.5s;
border: 10px solid rgb(255, 238, 0);
}
.finalizarTeste:hover {
font-size: 25px;
border: 10px solid rgb(255, 238, 0);
cursor: pointer;
}
/* Estilos da Nota Final no Cabe莽alho da P谩gina*/
/* Estilos da Nota Final no Cabe莽alho da P谩gina*/
td#tdNota,
td#tdHistorico {
padding: 5px;
margin: 0px;
border: solid 2px black;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
position: relative;
right: 20px;
transition: all 1s;
}
td#tdNota:hover,
td.tdNota {
background-color: rgb(255, 238, 0);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
#txtHistorico {
padding: 5%;
margin: 0%;
text-align: center;
text-decoration: underline;
position: relative;
bottom: 5px;
left: 3px;
}
#txtNota {
padding: 0%;
margin: 0%;
text-align: center;
text-decoration: underline;
position: relative;
top: -50px;
}
#txtNotaMax {
position: relative;
top: 70px;
right: -10px;
font-size: smaller;
}
.txtTentativa{
position: relative;
right: 20px;
}
#numNota {
padding: 0%;
margin: 0%;
text-align: center;
font-size: 30pt;
}
#relatorio {
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0.849);
color: rgb(255, 238, 0);
padding: 5px;
margin: 0px;
border-radius: 5px;
box-shadow: white 10px;
position: relative;
bottom: 10px;
right: -25px;
transition: all 1s;
cursor: pointer;
font-family: Poppins-Bold;
}
#zerarChances {
background-color: rgba(0, 0, 0, 0.849);
color: rgb(255, 238, 0);
padding: 5px;
margin: 0px;
border-color: black;
border-radius: 5px;
box-shadow: white 10px;
position: relative;
top: 20px;
right: 50px;
width: 200px;
height: 40px;
cursor: pointer;
font-family: Poppins-Bold;
}
@media only screen and (max-width: 825px) {
table h1 {
font-size: 20pt;
position: relative;
right: 50px;
}
.txtTentativa{
font-size: xx-small;
}
#relatorio {
right: -10px;
top: 5px;
font-size: small;
position: relative;
}
#txtNota {
padding: 0%;
margin: 0%;
top: -15px;
font-size: small;
}
#txtNotaMax {
align-self: center;
top: 10px;
font-size: x-small;
}
#zerarChances {
top: 35px;
width: 150px;
position: relative;
top: 10px;
}
.radios {
font-size: 30px;
}
}