summaryrefslogtreecommitdiff
path: root/resources/style.css
blob: 17d13741a790982aeff663d9597cd27a9e5fcd92 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
header h1 {
	text-align: center;
}

header .date {
	text-align: center;
}

nav ul {
	list-style-type: none;
}

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

p {
	-moz-font-feature-settings:    "onum";
	-ms-font-feature-settings:     "onum";
	-webkit-font-feature-settings: "onum";
	font-feature-settings:         "onum";
}

pre {
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
	background-color: #EEE;
}

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

pre[class="grammar"]:before {
	content: "Syntax\A";
	font-family: Heuristica;
	font-size:110%;
	font-weight:bold;
}

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: 1em;
	margin-right: 1em;
	padding: 0;
}

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

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

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

#popoutTOC .head {

}

#popoutTOC .links {
	display: none;
}