Einchecken des Online-Codes

This commit is contained in:
2017-05-07 14:37:49 +00:00
parent 9c1d71cea6
commit 85cc95c574
635 changed files with 76260 additions and 0 deletions

39
admin/css/page.css Normal file
View File

@@ -0,0 +1,39 @@
.noDisplay { display:none; }
.fix { visibility:hidden; clear:both; display:block; }
.hinweis { color:#f00; font-size:larger; font-weight:bold; }
.print { display:none; visibility:hidden; }
.button { display:block; float:left; width:120px; height:20px; background-color:#CCC; line-height:20px; text-align:center; font-weight:bold; cursor:pointer; margin-right:20px; }
html { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333; }
body { margin:0px 0px 0px 25px; width:960px; }
h1 { font-size:1.5em; margin:38px 0px 38px 0px; border-bottom:1px solid; }
h2 { font-size:1.2em; margin:0px 0px 12px 0px; }
p { text-align:justify; line-height:1.4em; margin:0px 0px 12px 0px; }
hr { line-height:1px; height:1px; margin:0px 0px 12px 0px; padding:0px; }
table { border-collapse:collapse; }
table.home { table-layout: fixed; }
td { padding:0px 0px 0px 0px; vertical-align:top; }
table.home td { height:16px; overflow:hidden; }
table.Stat td + td { text-align:right; }
table.Objekt td + td + td + td + td { text-align:right; }
th { background-color:#CCC; }
table.Stat th, table.Objekt th { padding-top:20px; font-size:1.2em; font-style:italic; }
tr.Summe { border-top:1px solid black; border-bottom:double; }
tr.underline { border-bottom:1px solid black; }
tr.underline td { font-style:italic; }
img { margin:0px; }
img.drueber { left:500px; position:absolute; }
img.drunter { visibility:hidden; position:absolute; left:550px; vertical-align:text-bottom; z-index:100; border:2px solid grey; }
a:hover img.drunter { visibility:visible; }
fieldset { padding:0px 10px 10px 10px; border:1px solid #333333; }
fieldset p { color:#000; }
legend { margin:10px 20px; font-size:1.2em; font-weight:bold; color:black; }
fieldset fieldset { padding:10px 10px; }
fieldset fieldset legend { margin:0px; font-size:1.0em; font-weight:normal; }
label { width: 150px; display: inline-block; margin-top: 5px; vertical-align: top; }
label.links { color: #000; width: 240px; }
label.rechts { color: #000; width: 170px; }
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width: 305px; border: 1px solid #666666; }
textarea { width: 720px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid #666666; }
fieldset fieldset label.rechts { width: 160px; }