-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
110 lines (89 loc) · 1.7 KB
/
custom.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
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
code_background {
background-color: lightblue;
}
body {
background-color: #fefefe;
/* font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; */
}
/*.numeral, .sidenote-number {
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}*/
idx {
font-family: Lucida Console;
font-style: monospace;
font-size: 80%;
}
dt {
text-indent: 1rem;
font-size: 1.4rem;
font-weight: bold !important;
}
h1 > .header-section-number {
padding-right: 1em;
}
div.epigraph {
font-style: italic;
text-align: right;
width: 75%;
margin-left: auto;
margin-right: auto;
}
div.example {
border-left: 3px double teal;
padding-left: 1rem;
}
div.problem {
border-left: 3px double maroon;
padding-left: 1rem;
}
div.puzzle {
border-left: 3px double teal;
padding-left: 1rem;
}
div.info {
border-left: 3px double teal;
padding-left: 1rem;
}
div.warning {
border-left: 3px double red;
padding-left: 1rem;
}
div.argument {
/*border-left: 3px double silver;*/
padding-left: 2rem;
}
button {
background: none!important;
color: inherit;
border: none;
padding: 1!important;
font: inherit;
cursor: pointer;
}
a:nth-last-child(even) > .btn.btn-default:before{
content: "☜ ";
}
a:nth-last-child(odd) > .btn.btn-default:after{
content: " ☞";
line-height: 60%;
}
.title {
width: 55%;
}
ol, ul, hr {
width: 50%;
}
ol ol, ol ul, ul ol, ul ul, ol table, ul table, ol hr, ul hr {
width: 91%;
}
@media screen and (max-width: 760px) {
ol, ul { width: 90%; }
ul { width: 85%; }
}
div.proof:after {
text-align: right;
display: inline-block;
width: 55%;
font-size: 1.4rem;
content: "∎";
}