-
Notifications
You must be signed in to change notification settings - Fork 5
/
categories_custom.css
111 lines (99 loc) · 1.69 KB
/
categories_custom.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
.div-logo {
display: flex;
justify-content: center;
align-items: center;
/* width: 20em; */
height: 10em;
}
.logo {
width: 13em;
height: 5em;
}
.main-center{
min-height: 80vh;
width: 100%;
}
.img-logo{
height: 30em;
width: auto;
}
.navbar {
background-color: #F5F5F5;
padding-bottom: 2em;
}
.fotomapa {
width: 30em;
background-position-x: center;
}
.logo-nav{
width: 9em;
height: 4em;
}
.text {
color: #5F6372;
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.line {
margin-top: 2rem;
margin-bottom: 2rem;
}
.btncateg {
margin-left: 2rem;
margin-right: 2rem;
width: 7rem;
height: 7rem;
}
.sidepanel {
margin: 0 0 10px;
padding: 14px 18px 7px;
border: 2px solid #ccc;
}
.widget_sized ul {
padding-bottom: 13px;
}
.widget_sized li {
display: inline-block;
vertical-align: top;
}
.widget_sized a label {
box-sizing: border-box;
width: 100px;
height: 100px;
display: block;
text-transform: uppercase;
text-align: center;
line-height: 28px;
font-size: 11px;
font-weight: bold;
color: #666;
border: 1px solid #e9e9e9;
transition: border 0.3s ease-in-out;
-webkit-transition: border 0.3s ease-in-out;
cursor: pointer;
border-radius: 1rem;
margin-left: 1rem;
margin-right: 1rem;
}
.widget_sized a label:hover {
color: white;
border: 0px;
background-color: #666;
border-radius: 1rem;
}
.widget_sized input[type="checkbox"]:checked + a > label {
border: 0px solid black;
background-color: red;
}
.widget_sized input[type="checkbox"] {
display: none;
}
.widget_sized a {
text-decoration: none;
}