first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

47
css/print.css Normal file
View File

@@ -0,0 +1,47 @@
@CHARSET "UTF-8";
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,object,embed,p,blockquote,fieldset,input,table,td,th{
margin:0;
padding:0;
}
img{
border:0;
}
a{
text-decoration:none;
color:#000;
}
h1{
font-size:16px;
font-weight:normal;
}
h2{
font-size:14px;
font-weight:bold;
}
h3{
font-size:12px;
font-weight:normal;
}
h4{
font-size:10px;
font-weight:normal;
}
p.title{
font-weight:bold;
}
body{
font-family:Verdana,Tahoma,Verdana,Arial,sans-serif;
font-size:12px;
}
#kohana-debug-toolbar{
display:none;
}