summaryrefslogtreecommitdiffstats
path: root/org.css
blob: 4094807efb0c7cd748412ca431b70e314032a8ea (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
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    border: 0;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 160%;
}

pre {
    line-height: 100%;
}

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

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

#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;
}