-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
111 lines (90 loc) · 1.61 KB
/
style.scss
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import
"minima/skins/{{ site.minima.skin | default: 'classic' }}",
"minima/initialize";
span.art {
font-weight: bolder;
}
span.art::after {
content: ".";
}
span.artref {
font-weight: bolder;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
figure {
font-weight: bolder;
text-align: center;
}
td.underline {
border-bottom: 2px solid black;
}
td.leftline {
border-left: 2px solid black;
}
td.rightline {
border-right: 2px solid black;
}
th.underline {
border-bottom: 2px solid black;
}
th.leftline {
border-left: 2px solid black;
}
th.rightline {
border-right: 2px solid black;
}
tr.rowhover:hover {
background-color: CornflowerBlue;
opacity: 0.3;
}
div.bubblebox {
border: 3px solid black;
border-radius: 5px;
padding: 25px;
margin: 25px;
background-color: rgba(255, 160, 122,0.4);
}
div.bubblebox_white {
border: 3px solid black;
border-radius: 5px;
padding: 25px;
margin: 25px;
}
div.proof {
border: 3px solid black;
border-radius: 5px;
padding: 20px;
margin: 20px;
position: relative;
}
.bottomright {
position: absolute;
bottom: 8px;
right: 16px;
font-size: 30px;
}
.topleft {
position: absolute;
top: 8px;
left: 16px;
font-size: 30px;
font-style: oblique;
font-weight: bold;
}
.spaced_list {
line-height: 2.0;
}
.sc {
font-variant: small-caps;
}
div {
display: block;
margin: auto;
}