-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (95 loc) · 1.5 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
* {
font-family: Roboto;
}
.body {
text-align: center;
margin-top: 2.5em;
background-color: #afc0d7;
padding: 12px;
}
.navbar-custom {
background-color: rgba(0, 127, 199, 0.36);
}
.navbar-item {
color: #ffffff !important;
}
.navbar-item:not(#OnOff):hover {
background-color: rgba(85, 132, 191, 0.73) !important
}
#acerca:active, #links:active, #social:active {
background-color: rgba(46, 79, 197, 0.76) !important;
}
#OnOff {
background-color: rgba(232, 0, 0, 0.73);
border-style: outset;
padding: 12px;
}
#OnOff:hover {
border-style: ridge;
}
#OnOff:active {
border-style: inset;
}
.vid-responsive {
max-width: 100%;
}
.header, .footer, .separator{
padding: 3%;
background-color: #d6dde8;
}
.profile-pic {
border-style: outset;
border-radius: 1em;
border-width: 10px;
height: auto;
max-width: 100%;
}
.name{
font-weight: bolder;
}
.content-section{
margin-bottom: 0;
border-style: outset;
border-radius: 1em;
background-color: #f0f1f3;
}
.content {
padding-top: 2em;
}
p {
padding: 12px;
}
.col-item{
border-style: groove;
padding: 1%;
border-radius: 1em;
}
.footer {
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
.header-links {
text-decoration: underline;
}
.estudiante {
float: left;
width: 18em;
height: 9.5em;
border: ridge #b9b9b9;
margin: 5px;
padding: 0;
}
.contenedor-img-lista{
float: left;
height: 100%;
}
.img-lista {
height: 6em;
padding: 5px;
margin: 5px;
}
.links-lista {
height: 25%;
overflow: hidden;
word-break: break-all;
}