-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsite.css
93 lines (81 loc) · 1.44 KB
/
site.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
.site-top {
margin: 0 15%;
overflow: hidden;
}
.cartela {
display: inline-block;
margin: 10px;
border: 3px solid black;
max-width: 45vw;
max-height: 24.5vw;
width: 45vw;
height: 24.5vw;
vertical-align: top;
}
h2.cartela-titulo {
height: 5vw;
max-height: 5vw;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
line-height: 5vw;
text-transform: uppercase;
border-bottom: 3px solid black;
}
.cartela-corpo {
margin: 4px 0 0 0;
}
.cartela-linha {
height: calc(4vw - 3px);
display: flex;
margin: 0 3px;
border-bottom: 2px solid black;
}
.cartela-linha:last-child {
border-bottom-width: 0px;
}
.cartela-casa {
max-width: 20%;
width: 20%;
height: 100%;
max-height: 100%;
border-collapse: separate;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-right: 2px solid black;
font-size: 22px;
line-height: 10px;
padding: 2px;
}
.cartela-casa:last-child {
border-right-width: 0px;
}
.cartela-casa.cartela-casa-img img {
max-width: 150%;
max-height: 150%;
}
#output {
text-align: center;
}
textarea#casasBingo {
height: 20vh;
}
.bingo-text .cartela {
max-width: 60vw;
max-height: 40vw;
width: 60vw;
height: 40vw;
}
.bingo-text .cartela-linha {
height: calc(7vw - 3px);
}
.bingo-text .cartela-casa {
font-size: 12px;
word-break: break-all;
}
.bingo-text .cartela-casa.cartela-casa-img img {
max-width: 100%;
max-height: 100%;
}