Inital commit

This commit is contained in:
Tilman
2011-10-26 10:11:42 +02:00
commit c0da376199
888 changed files with 44367 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
body {
background-color:#3399FF;
margin:20px;
}
body, td, th, p {
font-family: Tahoma, Helvetica, sans-serif;
font-size: small;
color:white;
font-weight:bold;
text-align:justify;
}
img { border: 0px; }
img.illu {
margin: 15px;
}
A:LINK { color: #BBDDFF; text-decoration: underline; }
A:VISITED { color: #BBDDFF; text-decoration: underline; }
A:ACTIVE { color: #BBDDFF; text-decoration: underline; }
A:HOVER { color: #BBDDFF; text-decoration: underline; }
h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:135%; }
h4 { font-size:120%; }
.small { font-size:80%; }