Änderungen

realbox
Zeile 143: Zeile 143:  
/*
 
/*
 
   
 
   
.formtable > tbody > tr > td {
+
 
 +
table {
 +
  height: auto;
 +
  width: auto;
 +
}
 +
 
 +
formtable {
 +
    margin: 1em;
 +
    background-color: #eee;
 
     border: 1px solid #000;
 
     border: 1px solid #000;
     padding: 0.2em;
+
     border-collapse: collapse;
 +
    empty-cells: show;
 +
    page-break-inside: avoid;
 
}
 
}
   Zeile 294: Zeile 304:     
.realbox {
 
.realbox {
     // background-color: White;
+
     background-color: #ecf9ff;
     // background: linear-gradient(to right,Linen,White,White,White);
+
     background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff);
     border-left: 3px solid MidnightBlue;
+
     border: 3px solid #3babdc;
     // border-radius: 0.5em;
+
     border-radius: 0.5em;
 
     clear: right;
 
     clear: right;
 
     float: right;
 
     float: right;