summaryrefslogtreecommitdiffstats
path: root/org.css
blob: 5495e8ccbcbe03b7c2fcabbdf1bec0ef8874e067 (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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    border: 0;
    font-family: "PT Sans", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-size: 15px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

pre {
    line-height: 100%;
    font-family: "PT Mono", monospace;
    margin: 1.2em -8pt;
}

.tag {
    float: right;
    background-color: inherit;
    font-size: 100%;
}

.tag span {
    background-color: #eee;
    padding: 2px 4px;
}

.timestamp {
    float: right;
}

#content,
#org-div-home-and-up,
#postamble {
    margin: 0 auto;
    width: 700px;
}

#table-of-contents {
    background-color: #ffffff;
    color: #000000;
    margin-left: 20px;
    margin-top: 0;
    margin-right: -3em;
    margin-bottom: 20px;
    border-right: 0;
	padding: 10px 0 10px 10px;
    float: right;
	width: 11em;
}

#table-of-contents ul {
	padding-left: 3px;
	text-transform: lowercase;
	font: normal smaller sans-serif;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	text-align: left;
}

#table-of-contents ul li {
	border: 0;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#table-of-contents ul a {
	text-decoration: none;
}

#table-of-contents ul a:visited {
	text-decoration: none;
}

#table-of-contents ul a:hover {
    text-decoration: underline;
}

#table-of-contents h2 {
	font: italic smaller sans-serif;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 0px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#postamble {
    font-size: 10px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 5px;
}

#postamble p {
    margin-top: 2px;
    margin-bottom: 2px;
}