-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (73 loc) · 1.48 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
body{
background-size: cover;
color:inherit;
}
.logo {
height: 50x;
width: 50px;
}
h2{
color: white;
}
h6{
color: black;
}
.card-film {
min-height: 450px;
border-radius: 8px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 1), 0 6px 6px rgba(0, 0, 0, 1);
}
.text-muted {
color: black!important;
}
.card-film .card-body{
height: 300px;
display: flex;
flex-direction: column;
justify-content: flex-end;
background-color: white;
}
.cor{
background:transparent;
}
.navbar-light .navbar-brand{
color:rgb(6, 6, 7);
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 0.7cm;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color :rgb(248, 240, 240);
}
/* cor do botões */
.btn-primary {
background-color:#1a8dc2;
border-color: #205370;
}
.page-item.active .page-link {
background-color:rgb(14, 13, 13);;
border-color: #FFF0F5;
}
.footer {
background-color:transparent;
}
.footer a{
color: rgb(7, 7, 7);
text-decoration: none;
font-size: 0.7cm;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#tituloLogo{
color: #141f27;
font-size: 35px;
font-family: 'Montserrat';
}
#secao{
color: #1a8dc2;
font-family: 'Montserrat';
}
.header{
background-size: cover;
background-repeat: no-repeat;
color: white;
}