summaryrefslogtreecommitdiff
path: root/resources/style.css
blob: 833e76815e15b452a247f2e3588d23832bc339eb (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
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;
}

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: 0;
}

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

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