-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
44 lines (38 loc) · 874 Bytes
/
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
main strong {
background-image: repeating-linear-gradient(-35deg,
#fcf69f 0, #fcf69f 2px,
transparent 2px, transparent 4px
);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 100% 0.4em;
}
div.tokupon {
background-image: url("images/tokupon.png");
margin-right: 20px;
background-size: 80px;
background-repeat: no-repeat;
background-position: 95% 90%;
min-height: 140px;
max-width: 100%;
}
div.tokupon_none {
background-image: none
}
div.callout-caption-container {
background-repeat: no-repeat;
background-size: 24px;
background-position: 95% 0%;
min-height: 30px;
}
div.callout-caption-container {
background-image: url("images/tokupon_normal.svg");
}
div.references div strong {
font-weight: bold;
background: none;
}
span.citation strong {
font-weight: normal;
background: none;
}