-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
61 lines (47 loc) · 1000 Bytes
/
styles.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
/* css styles */
.equal-contribution {
padding: 10px;
margin: 10px 0px;
font-size: small;
text-align: right;
}
h2 {
border-bottom: 0px;
}
.simontwice_style {
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 900pt) {
.simontwice_style svg.wide {
width: 200%;
margin-right: -100%;
margin-left: -100%;
transform: scale(0.7);
}
.simontwice_style svg.normal {
transform: scale(1.1);
margin-top: 50px;
margin-bottom: 30px;
}
.simontwice_style svg.small {
transform: scale(0.8);
}
}
.simontwice_style_caption {
text-align: center;
margin-bottom: 40px;
margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
opacity: 0.7;
/* font-size: 0.85em; */
}
.simontwice_style_caption_mot {
text-align: center;
margin-left: 30px;
margin-right: 30px;
opacity: 0.7;
/* font-size: 0.85em; */
}