-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdiffblue.css
More file actions
56 lines (48 loc) · 761 Bytes
/
diffblue.css
File metadata and controls
56 lines (48 loc) · 761 Bytes
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
body {
background-color: rgb(0, 64, 123);
font-family: "Glacial", sans-serif;
background-image: url("images/backgrounds/1a.jpg");
background-size: cover;
color: white;
font-size: 100px;
}
body.disaster {
background-image: url("images/backgrounds/1a-red.jpg");
}
.loadingWaiter {
text-align: center;
font-size: 300px;
}
p {
margin: 0;
}
.superscriptFigure {
font-size: 75px;
vertical-align: text-top;
}
.subscriptFigure {
font-size: 75px;
}
.caption {
color: #1C75BC;
font-size: 100px;
}
.mainFigure {
color: white;
font-size: 200px;
}
.chart {
width: 100%;
height: 100%;
vertical-align: middle;
}
img.centered {
border: none;
display: block;
margin: 0 auto;
}
span.error {
float: right;
color: red;
font-size: 50px;
}