-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMemoria.css
59 lines (58 loc) · 1.1 KB
/
Memoria.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
@media print {
a[href]:after {
content: "" !important;
}
abbr[title]:after {
content: " " !important;
}
body {
font-size: 0.625em;
}
.portada {
text-align: center;
width: 80%;
margin: auto;
}
.portada-middle {
margin-top: 50px;
}
table {
border-collapse: collapse;
width: auto;
margin: auto;
}
table, th, td {
border: 1px solid black;
text-align: center;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
div.tizq {
display: block;
float: left;
}
div.tgradopesos {
display: block;
float: left;
margin-left: 35px;
}
div.tcercania {
display: block;
float: left;
margin-left: 33px;
}
div.tintermed {
display: block;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}
div.tcentralidad {
display: block;
float: left;
margin-top: 10px;
margin-left: 67px;
margin-bottom: 10px;
}
}