-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (83 loc) · 1.75 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap');
/*font-family: 'Press Start 2P', cursive;
font-family: 'VT323', monospace;*/
:root {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Press Start 2P', cursive;
background-color: #f1b83496;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
canvas {
display: block;
/* position: absolute; */
top: 10px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
margin-top: 20px;
border: 8px solid #68386C;
}
.textojogo {
text-align: center;
margin: auto;
}
.id_loja {
display: none;
}
table {
background-color: #7E195E;
border: 2px solid #000;
text-align: center;
padding: 5px;
margin: auto;
margin-top: 20px;
border-radius: 10px;
}
table th, table td {
background-color: #d27bd8;
padding: 15px;
border: 2px solid #000;
border-radius: 5px;
}
.btncomprar {
padding: 0px;
}
p {
padding: 5px;
}
a {
text-decoration: none;
padding: 14px 25px;
}
table a:hover {
background-color: #87338d;
}
#recorde {
margin-top: 20px;
font-size: 20px;
}
form {
text-align: center;
margin: auto;
}
input {
text-align: center;
margin-top: 10px;
background-color: #d27bd8;
padding: 15px;
border: 2px solid #000;
border-radius: 5px;
}