-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperfil.css
88 lines (82 loc) · 1.53 KB
/
perfil.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
* {
padding: 0;
margin: 0;
}
body {
background-color: whitesmoke;
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
/* min-height: 100vh; */
height: auto;
overflow-y: auto;/* Antes estaba en hidden*/
overflow-x: hidden;
}
header{
position:relative ;
align-items: center;
padding: auto;
background-color: #549c04;
}
#btnB:hover{
color: rgb(237, 237, 237);
}
.estilo_Container_principal{
margin-top: 2%;
width: 100%;
height: 100%;
align-content: center;
}
.estilo_Subcontainer{
height: 100%;
width: 100% !important;
}
#subbloque1{
height: 70%;
background-image: url('img/fondo_montañas.avif');
background-size: cover;
background-position: center;
}
#bloque_img_data_user{
padding: 2%;
height: 12%;
}
.bloques_perfiles_amigos{
padding: 2%;
height: 25%;
}
#encabezados{
background-color: #947e5e !important;
height: fit-content;
width: 100%;
}
.fondo-verde-fosforo {
background-color: #00FF00;
border-radius: 50%;
width: 15px;
height: 15px;
line-height: 30px;
display: inline-block;
}
.fondo-rojo-fosforo {
background-color: rgb(120, 34, 34);
border-radius: 50%;
width: 15px;
height: 15px;
line-height: 30px;
display: inline-block;
}
/*Style del footer */
footer{
height: 10%;
text-align: center;
width: 100%;
color: #549c04;
position: relative;
bottom: 0;
font-size: x-small;
}
footer p{
margin-bottom: 0;
margin-top: 0;
}