summaryrefslogtreecommitdiff
path: root/css/main.less
blob: eaccb433443d28181dc722327123cf15705d01f2 (plain)
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
@import "./variables.less";

@import "./custom/blockquotes.less";
@import "./custom/helpers.less";
@import "./custom/navigation.less";

@import "./formats/asciidoc.less";

html {
	background-color: @bodyBackgroundColor;
}

body {
	color: @bodyTextColor;
	font-size: 16px;
	line-height: 1.4;
	text-align: justify;
	width: 100%;
	margin: 0;
}

small {
	font-size: 0.7em;
}

li p {
	margin: 0;
}

table {
	width: 100%;
}

figure.highlight, pre.highlight {
	border: 2px solid @blockBorderColor;
	background-color: @blockBackgroundColor;

	pre, pre.pygments {
		margin: 0;
		padding: 6px 6px;
	}

	.code-link {
		border-top: 1px dotted @blockBorderColor;
		padding: 3px 8px;
		text-align: right;
	}
}

code {
	padding: 2px;
}

div.container {
	max-width: @mainWidth;
	margin: 0 auto 0.5em auto;
	padding: 1em 2em 0 2em;
}

span.citneed{
	vertical-align: top;
	font-size: 0.7em;
	padding-left: 0.3em;
}

p.text-center {
	text-align: center;
}

article {
	footer hr {
		width: 50%
	}
}