-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
124 lines (111 loc) · 2.13 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@font-face {
font-family: bebas;
src: url(fonts/Bebas-Neue-Cyrillic-Regular.ttf);
}
@font-face {
font-family: mont;
src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
font-family: dark;
src: url(fonts/PalanquinDark-Regular.ttf);
}
@font-face {
font-family: title;
src: url(fonts/KungFuMaster.otf)
}
.tititi {
font-family: title;
font-size: 7rem;
text-shadow: 3px 3px 10px rgb(63, 58, 58);
}
.el {
font-family: bebas;
}
.pow {
font-family: dark;
}
.mau {
font-family: mont;
font-size: small;
}
.initial {
height: 75vh;
width: 100%;
object-fit: scale-down;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #888);
}
.blow {
background-image: url("img/tigre2.png");
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(0px -3px 8px rgb(212, 209, 209));
height: 90%;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.cool {
height: 44vh;
width: 100%;
object-fit: scale-down;
cursor: pointer;
transition: 0.3s;
border-style: solid;
border-width: 1px;
border-color: black;
background-color: lightgrey;
}
.plano {
background: linear-gradient(0deg, rgba(169,172,177,1) 0%, rgba(5,0,0,1) 50%);
height: 90vh;
}
.mai {
height: 90vh;
}
.cool:hover {opacity: 0.3;}
/* Set the size of the div element that contains the map */
#map {
height: 400px;
/* The height is 400 pixels */
width: 100%;
/* The width is the width of the web page */
}
.torta {
width: 22vw;
}
.modal-open {
overflow-y: hidden!important;
overflow-y: scroll;
padding-right: 0 !important;
}
.nav-tabs {
border-bottom: 0px;
}
.nav-tabs .nav-link {
border: none;
background-color:lightgray;
color: black;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: azure;
background-color: black;
}
.invalid-feedback {
color: #ff7575;
}
.valid-feedback {
color: #50eba3;
}
.display-1 {
font-size: 5rem;
}
body {
background-color: #A9ACB1!important;
}
.cc {
background-color: #DBDBDB!important;
}
.plano {
background-color: black!important;
}