2013-06-06 23:08:11 +02:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-06-06 01:43:44 +02:00
|
|
|
body {
|
2013-06-06 23:08:11 +02:00
|
|
|
border: 0;
|
2013-06-06 01:43:44 +02:00
|
|
|
font-family: sans-serif;
|
2013-06-06 23:08:11 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 160%;
|
2013-06-06 01:43:44 +02:00
|
|
|
}
|
|
|
|
|
2013-10-02 00:27:10 +02:00
|
|
|
.tag {
|
|
|
|
float: right;
|
|
|
|
background-color: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag span {
|
|
|
|
background-color: #eee;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2013-06-06 01:43:44 +02:00
|
|
|
#content,
|
|
|
|
#org-div-home-and-up,
|
|
|
|
#postamble {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 700px;
|
|
|
|
}
|
2013-06-06 23:08:11 +02:00
|
|
|
|
|
|
|
#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;*/
|
|
|
|
}
|
2013-10-01 23:40:04 +02:00
|
|
|
|
|
|
|
#postamble {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 100%;
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postamble p {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|