-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.css
76 lines (62 loc) · 1.13 KB
/
index.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
section h2 {
border-image: linear-gradient(to right, ivory, firebrick) 4;
border-style: solid;
border-width: 0 0 2px 0;
text-align: right;
font-size: 1.25em;
font-variant: small-caps;
}
section h2 strong {
font-size: .75em;
opacity: .5;
}
section blockquote {
margin: 0;
text-align: right;
font-size: .9em;
font-style: italic;
}
section ul {
list-style-type: none;
}
section li em {
float: right;
font-size: .8em;
font-style: normal;
opacity: .5;
}
section li strong {
font-size: .8em;
font-weight: normal;
padding: 8px;
opacity: .5;
}
div#content hr {
width: 61.8%;
height: 1px;
border: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(178, 34, 34, 0.5), rgba(0, 0, 0, 0));
}
div#content figure img {
/* box-shadow: 2px 2px 8px; */
}
div#content figure figcaption {
/* padding-top: 1em;
opacity: .5; */
visibility: hidden;
}
aside#soimort-links {
position: fixed;
width: 100%;
left: 0;
bottom: 2.5%;
text-align: center;
font-size: 24px;
}
aside#soimort-links #soimort {
position: relative;
top: .1em;
}
aside#soimort-toolbar {
visibility: hidden;
}