2005-04-23 22:35:52 +02:00
|
|
|
/* Kommentare werden durch Slash Stern eingeleitet und durch Stern Slash geschlossen
|
|
|
|
Rauten stellen im css keine Auskommentierung dar */
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
color: #7fb945;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Seiten-Ueberschrift */
|
|
|
|
h1 {
|
2005-12-12 21:47:35 +01:00
|
|
|
border-top: 1px solid rgb(204,204,204);
|
|
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
|
|
border-right: 1px solid rgb(204,204,204);
|
2005-04-23 22:35:52 +02:00
|
|
|
padding: 3px 3px 3px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link, a:visited {
|
|
|
|
color: #7fb945;
|
|
|
|
}
|
|
|
|
|
2005-05-14 17:59:38 +02:00
|
|
|
hr {
|
|
|
|
height: 1px;
|
2005-12-12 21:47:35 +01:00
|
|
|
border: 1px solid rgb(204,204,204);
|
2005-05-14 17:59:38 +02:00
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2005-07-07 11:53:35 +02:00
|
|
|
#container {
|
|
|
|
background: none;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2005-07-07 11:59:55 +02:00
|
|
|
#container hr {
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
2005-04-23 22:35:52 +02:00
|
|
|
/* Navigation */
|
|
|
|
#nav {
|
|
|
|
float: left;
|
|
|
|
width: 15em;
|
|
|
|
margin: 0;
|
2005-12-12 21:47:35 +01:00
|
|
|
/*padding: 0 1em 0 0;
|
2005-04-23 22:35:52 +02:00
|
|
|
padding-left: 3px;
|
2005-12-12 21:47:35 +01:00
|
|
|
margin-bottom: 40px;*/
|
2005-04-23 22:35:52 +02:00
|
|
|
font-size: small;
|
2005-07-07 11:53:35 +02:00
|
|
|
text-align: left;
|
2006-04-21 09:40:13 +02:00
|
|
|
padding: 3px;
|
2005-12-12 21:47:35 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 1.5ex;
|
2006-04-21 09:40:13 +02:00
|
|
|
color: rgb(80,80,80);
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid rgb(204,204,204);
|
2005-12-12 21:47:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#nav a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav:hover {
|
2006-04-21 09:40:13 +02:00
|
|
|
|
2005-12-12 21:47:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.75ex 0 1ex -10.5ex;
|
|
|
|
list-style-type: square;
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav li:hover {
|
|
|
|
color: rgb(61,92,122);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav a:hover {
|
|
|
|
text-decoration: underline;
|
2005-04-23 22:35:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
margin-left: 14em;
|
|
|
|
padding: 0 1em;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Zitate */
|
|
|
|
blockquote {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2005-05-13 10:40:22 +02:00
|
|
|
/* Bildbeschreibungen*/
|
2005-04-23 22:35:52 +02:00
|
|
|
caption {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Lyx Hervorhebungen */
|
|
|
|
.textit {
|
|
|
|
font-style: italic;
|
|
|
|
font-variant: small-caps;
|
|
|
|
}
|
|
|
|
|
2005-12-12 21:47:35 +01:00
|
|
|
#online, #offline {
|
2005-04-23 22:35:52 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 80%;
|
2005-12-12 21:47:35 +01:00
|
|
|
border-top: 1px solid rgb(204,204,204);
|
2005-04-23 22:35:52 +02:00
|
|
|
margin: 30px auto 10px auto;
|
|
|
|
padding: 5px;
|
|
|
|
clear: left;
|
|
|
|
color: #777777;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: small;
|
2005-07-07 11:53:35 +02:00
|
|
|
clear: left;
|
2005-04-23 22:35:52 +02:00
|
|
|
}
|
|
|
|
|
2005-12-12 21:47:35 +01:00
|
|
|
#naviblock {
|
|
|
|
margin: 0 auto 0 auto;
|
|
|
|
border: 1px dashed silver;
|
2005-04-23 22:35:52 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 80%;
|
2005-12-12 21:47:35 +01:00
|
|
|
font-size: small;
|
|
|
|
}
|