summaryrefslogtreecommitdiff
path: root/resources/style.css
blob: 54b66f43feb28ab6056f16f62feda949a77e13e7 (plain) (blame)
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
header h1 {
	text-align: center;
}

header .date {
	text-align: center;
}

.container > h1 a, 
.container > h2 a, 
.container > h3 a, 
.container > h4 a, 
.container > h5 a,
.container > h6 a {
	text-decoration: none;
	color: #111;
}

pre {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em;
	background-color: #EEE;
	border: 1px solid #333;
}

pre.math {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
}

code > span {
	font-weight: normal !important;
}

code {
	padding-left: 0.1em;
	padding-right: 0.1em;
}

/* examples */
ol[type="1"] {
	list-style-type: none;
	margin-left: 3em;
	margin-right: 3em;
	padding: 0;
}

ol[type="1"] > li {
	margin-top: 1em;
	padding: 1em;
	background-color: #E5ECF9;
	border: 1px dashed black;
}

ol[type="1"] > li:before {
	content: "Example ";
}

#popoutTOC {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#popoutTOC .head {

}

#popoutTOC .links {
	display: none;
}