-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup.css
122 lines (99 loc) · 1.6 KB
/
backup.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
h1 {
font-size: 2.5rem;
z-index: 1;
}
h2 {
font-size: 1.5rem;
z-index: 1;
}
h3 {
font-size: 1rem;
}
p {
font-size: 1rem;
z-index: 1;
}
body {
padding: 0.5rem;
margin: 0.5rem;
font-family: sans-serif;
z-index: 1;
}
button {
display: inline-block;
background-color: transparent;
border-radius: 1rem;
border: 0.3rem double black;
color: black;
text-align: center;
font-size: 1.5rem;
padding: 0.5rem;
width: 10rem;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 0.5rem;
}
button:hover {
background-color: lightgreen;
}
iframe {
border-radius: 1rem;
padding-bottom: 2rem;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: 0.2rem;
padding: 0.2rem;
}
.image-container {
display: flex;
padding: 0.5rem;
}
.coluna {
flex: 20%;
max-width: 30%;
padding: 0 4px;
}
.imageItem {
height: 10rem;
width: auto;
margin-top: 1rem;
vertical-align: middle;
}
.grid-item {
margin-top: 8px;
vertical-align: middle;
}
.item-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.cont {
display: grid;
grid-template-columns: auto auto auto;
margin-top: : 0;
padding: 0;
}
#c1 {
grid-row-start: 1;
grid-row-end: 3;
}
#Submenu0 {
}
#Submenu1 {
display: none;
}
#Submenu2 {
display: none;
}
#Submenu3 {
display: none;
}
#Submenu4 {
display: none;
}