-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (71 loc) · 2.43 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
em {
font-style: normal;
font-weight: 500;
}
.display {
font-size: calc(1.5rem + 1.5vh + 1vw);
font-weight: 300;
color: #92a0a8;
}
.display-sm {
font-size: calc(1.5rem + 1.5vh + 1vw);
font-weight: 300;
color: #92a0a8;
text-transform: lowercase;
font-variant: small-caps;
letter-spacing: 0.1rem;
}
.numerado {
display: inline-block;
width: 1.25rem;
height: 1.25rem;
background: #444;
font-weight: bold;
color: white;
border-radius: 50%;
text-align: center;
font-size: 90%;
margin-right: 0.25rem;
margin-top: -5px;
}
small.tematica-cp {
color: #f4a582;
}
small.tematica-vm {
color: #92c5de;
}
small.tematica-ip {
color: #b2182b;
}
small.tematica-tmp {
color: #2166ac;
}
.apaga {
opacity: 0.5;
}
.descarta {
filter: grayscale(0.9);
opacity: 0.25;
}
tbody#docentes > tr.destacada {
background:pink;
}
figure img {
width: min(100%, 480px);
}
a[href$=".pdf"] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-filetype-pdf' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right center;
padding-right: 1.25rem;
text-decoration: none;
background-color: #e3edf6;
border-radius: 4px;
padding-left: 0.25rem;
padding-right: 1.25rem;
}
a[href$=".pdf"]:hover {
background-color: #fff;
text-decoration: underline;
transition: all ease 1s;
}