2008-12-13 21:42:18 +01:00
|
|
|
.entry { min-height: 135px; }
|
2008-12-13 08:51:32 +01:00
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
#main {
|
|
|
|
font-family: Verdana;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 10px;
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
/* Base elements */
|
2003-10-23 01:00:57 +02:00
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
* {margin: 0; padding: 0;}
|
2015-03-14 02:51:08 +01:00
|
|
|
body, table { font: 0.9em Verdana, sans-serif;}
|
2003-10-23 01:00:57 +02:00
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
h1, h2, h3 {
|
2015-03-14 22:55:26 +01:00
|
|
|
font-family: Georgia "Times New Roman", serif;
|
2006-06-20 01:26:38 +02:00
|
|
|
padding-bottom: 0.5em;
|
2015-03-14 02:51:08 +01:00
|
|
|
font-weight: bold;
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2015-03-14 02:51:08 +01:00
|
|
|
div.sidebar {
|
|
|
|
background: #f8f8e8;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
|
|
|
margin-right: 1em;
|
|
|
|
border: solid 1px #e5e5d5;
|
|
|
|
padding: 1.3em;
|
|
|
|
}
|
2003-10-23 01:00:57 +02:00
|
|
|
|
2015-03-14 02:51:08 +01:00
|
|
|
div.sidebar p.sidebar-title {
|
|
|
|
font: 1.3em Georgia;
|
|
|
|
border-bottom: solid 1px #e5e5d5;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
margin: 0 0 0.5em 0;
|
2014-10-14 18:36:06 +02:00
|
|
|
}
|
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #8D370A;
|
|
|
|
border-bottom: dotted 1px #8D370A;
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:36:06 +02:00
|
|
|
ul, ol { line-height: 1.8em; }
|
2006-06-20 01:26:38 +02:00
|
|
|
ul { list-style: square; }
|
2015-05-12 08:23:14 +02:00
|
|
|
li { margin-left: 2.8em; }
|
2006-06-20 01:26:38 +02:00
|
|
|
|
|
|
|
p, ul, ol, img {margin-bottom: 1em;}
|
|
|
|
|
2014-09-01 09:16:31 +02:00
|
|
|
.align-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2006-06-20 01:26:38 +02:00
|
|
|
|
|
|
|
.document {
|
2014-10-14 18:36:06 +02:00
|
|
|
margin: 0px;
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
div.section {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
2004-01-18 20:12:18 +01:00
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
div.section div.section div.section {
|
|
|
|
margin-bottom: 2em;
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
div.section p, div.section ul, div.section dl {
|
2003-10-23 01:00:57 +02:00
|
|
|
}
|
|
|
|
|
2013-07-21 07:04:04 +02:00
|
|
|
#container {
|
|
|
|
text-align: left;
|
2015-05-12 08:23:14 +02:00
|
|
|
max-width: 65em;
|
|
|
|
margin: 5px auto;
|
2013-07-21 07:04:04 +02:00
|
|
|
position: relative;
|
2015-05-12 08:23:14 +02:00
|
|
|
padding: 3px ;
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:36:06 +02:00
|
|
|
#header {
|
|
|
|
height: 116px;
|
|
|
|
width: 100%;
|
2013-07-21 07:04:04 +02:00
|
|
|
border: none;
|
2014-10-14 18:36:06 +02:00
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:36:06 +02:00
|
|
|
#header tr td {
|
|
|
|
border: none;
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2013-08-04 11:02:19 +02:00
|
|
|
#orange {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 159px;
|
|
|
|
height: 116px;
|
2014-10-14 18:36:06 +02:00
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
2014-08-26 05:14:32 +02:00
|
|
|
background: url('img/orange.png') no-repeat top left;
|
2013-08-04 11:02:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
2013-07-21 07:04:04 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2014-10-14 18:36:06 +02:00
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
font-size: 50pt;
|
2013-07-21 07:04:04 +02:00
|
|
|
height: 116px;
|
2014-10-14 18:36:06 +02:00
|
|
|
font-family: Georgia;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
background: url('img/bg.png');
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:36:06 +02:00
|
|
|
#gradient {
|
|
|
|
width: 100%;
|
2013-07-21 07:04:04 +02:00
|
|
|
clear: both;
|
2014-10-14 18:36:06 +02:00
|
|
|
height: 30px;
|
|
|
|
background: linear-gradient(#bbb, #ddd);
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:36:06 +02:00
|
|
|
#footer {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2013-07-21 07:04:04 +02:00
|
|
|
text-align: center;
|
2014-10-14 18:36:06 +02:00
|
|
|
background: #ddd;
|
|
|
|
width: 100%;
|
|
|
|
color: #777;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer table {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer tr td {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
color: #777;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer a {
|
2013-07-21 07:04:04 +02:00
|
|
|
color: #777;
|
2014-10-14 18:36:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filler {
|
|
|
|
height: 200px;
|
|
|
|
background: linear-gradient(#ddd, #fff);
|
2013-07-21 07:04:04 +02:00
|
|
|
}
|
|
|
|
|
2006-06-20 01:26:38 +02:00
|
|
|
li p, li li { font-size: 100%; }
|
|
|
|
|