der splitter branch wird zu trunk

This commit is contained in:
lars 2005-12-12 20:47:35 +00:00
parent c66816957f
commit c4359c0bd2
96 changed files with 3148 additions and 4500 deletions

View file

@ -7,9 +7,9 @@ h1, h2, h3, h4 {
/* Seiten-Ueberschrift */
h1 {
border-bottom: 1px dashed #999999;
border-top: 1px dashed #999999;
border-right: 1px dashed #999999;
border-top: 1px solid rgb(204,204,204);
border-bottom: 1px solid rgb(204,204,204);
border-right: 1px solid rgb(204,204,204);
padding: 3px 3px 3px 3px;
}
@ -19,7 +19,7 @@ a:link, a:visited {
hr {
height: 1px;
border-top: 1px dashed silver;
border: 1px solid rgb(204,204,204);
border-bottom: none;
border-right: none;
border-left: none;
@ -42,13 +42,45 @@ hr {
float: left;
width: 15em;
margin: 0;
padding: 0 1em 0 0;
border-top: 1px dashed silver;
border-right: 1px dashed silver;
/*padding: 0 1em 0 0;
padding-left: 3px;
margin-bottom: 40px;
margin-bottom: 40px;*/
font-size: small;
text-align: left;
color: rgb(204,204,204);
background-color: transparent;
padding: 1ex 0;
border: 1px solid rgb(204,204,204);
position: absolute;
left: 1.5ex;
}
#nav a {
text-decoration: none;
}
#nav:hover {
color: rgb(117,144,174);
background-color: transparent;
border-color: rgb(117,144,174);
}
#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;
}
#main {
@ -73,10 +105,10 @@ caption {
font-variant: small-caps;
}
#online {
#online, #offline {
text-align: center;
width: 80%;
border-top: 1px dashed silver;
border-top: 1px solid rgb(204,204,204);
margin: 30px auto 10px auto;
padding: 5px;
clear: left;
@ -86,12 +118,10 @@ caption {
clear: left;
}
#offline {
#naviblock {
margin: 0 auto 0 auto;
border: 1px dashed silver;
text-align: center;
width: 80%;
border-top: 1px dashed silver;
margin: 30px auto 10px auto;
padding: 5px;
clear: left;
font-size: 13px;
}
font-size: small;
}