forked from jschof1/DataEthicsCanvas-TranslationTemplate
-
Notifications
You must be signed in to change notification settings - Fork 10
/
style.css
88 lines (77 loc) · 1.41 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
/* .background-check {
background-image: url('./ODI Data Ethics Canvas - Learning team derivative - 2020-06-25 copy.jpg');
} */
body {
color:white;
font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
zoom: 0.25;
}
#top-left {
height: 260px;
width: 610px;
}
#license-logo {
align-self: center;
margin-right: 25px;
height: 108px;
margin-bottom: 2px;
}
.image-text {
display: inline-flex;
}
#bottom-left {
font-size: 90px;
}
#bottom-right-license {
display: inline;
font-size: 31.5px;
font-weight: 400;
}
#bottom-right-link {
font-size: 60px;
}
#top-right {
font-size: 240px;
}
#top-right-date {
font-weight: 400;
font-size: 60px;
}
h2 {
display: inline-block;
color: #355c9f;
padding: 0px;
}
.list-container {
position: absolute;
bottom: 0;
left: 0;
padding-bottom: 15px;
padding-right: 20px;
}
li {
font-size: 40px;
list-style-type: none;
padding: 15px;
}
/*
h3 {
font-size: 100px;
margin-top: 43px;
margin-left: 70px;
padding-right: 100px;
} */
/* Too fit Spanish and German */
h3 {
font-size: 90px;
margin-top: 1px;
margin-left: 60px;
margin-right: 10px;
}
#data-container9 > h3 {
font-size: 78px !important;
padding: 0px;
}
#data-container9 > ul > li {
font-size: 40px !important;
}