First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,375 @@
@CHARSET "UTF-8";
body {
font-family: Arial, Verdana, Helevetica, sans-serif;
/* font-size: 80%; */
position:relative;
margin: 3px 0 3px 0;
padding: 0;
/* background-color: #FFFFDD; */
}
#container {
width: 1000px;
height: 100%;
margin: 0 auto;
border: solid 2px black;
background: #EEEEEE;
}
h1 {
text-align: center;
}
#tabs {
background: #EEEEEE;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
background:#EEEEEE;
}
.ui-tabs-anchor {
outline: none;
}
.allRowClass {
font-size: 120%;
}
.extraRowClass {
background: #D8D8D8;
}
.greenRowClass {
background: #C8FFC8;
}
#author {
font-size: 80%;
height: 40px;
width: 95%;
margin: auto auto;
}
#div_loesch {
color: red;
text-align: center;
}
/* ****** DIALOG ***** */
/*
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
height:auto;
vertical-align:text-top;
padding:2px;
}
*/
.ui-widget-content.ui-dialog {
border: 2px solid black;
}
.ui-dialog-buttonpane {
background: #FFE93F;
}
.ui-dialog table th {
background: #FAF286;
}
#detail_tbl {
margin: auto auto;
width: 850px;
}
#d_name, #dverein, #d_strasse, #d_ort {
width: 200px;
}
#d_anz {
width: 70px;
}
#d_status {
width: 50;
text-align: left;
height: 80px;
}
#d_mitarb {
width: 150;
position: relative;
}
#d_bemerk {
width: 600px;
}
#d_enter, tr, td {
height: 100%;
}
#d_first, #d_second, #d_third {
width: 850px;
}
#d_first , #d_enter, #d_second, #d_third {
border-collapse: collapse;
}
#d_enter {
table-layout: fixed;
width: 800px;
position: relative;
margin-top: 25px;
margin-bottom: 25px;
}
#d_enter td {
overflow:hidden;
}
#d_first tr, #d_first td, #d_first th {
border: 1px solid black;
padding: 5px;
}
#d_second tr, #d_second td, #d_second th {
border: 1px solid black;
padding: 5px;
}
#d_third tr, #d_third td, #d_third th {
border: 1px solid black;
padding: 5px;
}
#divEnter {
width: 850px;
heigth: 250px;
border: 1px solid black;
margin: auto auto;
background: #D8D8D8;
}
#d_enter tr, #d_enter td, #d_enter th {
border: 1px solid black;
padding-left: 10px;
padding-right: 10px;
}
#d_enter#d_status {
width: 100px;
}
/*
#d_mitt td {
text-align:left;
}
*/
.d_gap {
height: 20px;
}
#curmar {
width: 85%;
position: absolute;
top: 5px;
background: #E8E8E8;
}
/* Positionierung der TEXTAREA für Bemerkung */
#d_bemerk {
position: relative;
}
#txbem {
width: 90%;
position: absolute;
top: 5px;
height: 65px;
background: #E8E8E8;
}
/* ********* */
.inlabel {
display: block;
width: 220px;
float: left;
}
#d_ispende {
height: 25px;
border: 1px solid lightGray;
width: 355px;
float: left;
}
.infelder {
margin-bottom: 5px;
width: 350px;
padding-left: 15px;
}
input[type="text"] {
font-size:12px
}
#div_detail {
font-size: 12px;
}
#in_mitteilung {
height: 100px;
}
#sp_spende {
display: block;
width: 210px;
float: left;
}
#i_spendeF {
margin-left: 20px;
float: left;
}
.ui-dialog { z-index: 1000 !important ;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none !important;
text-align:right;
}
.ui-button-left {
float: left;
margin-left: 50px;
}
#newButton {
margin: auto auto;
margin top: 0px;
text-align: center;
}
.ui-autocomplete.ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 12px;
}
.inButtons {
margin-top: 20px;
margin-bottom: 10px;
background-color: #85B7D7;
vertical-align:middle;
font-size: 100%;
width:120px;
height:50px;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.inButtons:hover {
background-color: #6597b7;
}
#neuButton {
width: 180px;
height: 30px;
margin-top: -10px;
}
#f_buttons {
width: 100;
margin: auto auto;
}
input.radio {
display: inline-block;
}
#i_mitteilung {
width: 650px;
height: 300px;
}
input[type="radio"] {
margin-right: 10px;
}
.rlabel {
float: left;
margin-left: 20px;
width: 400px;
text-align: right;
}
#anleitung {
padding-left: 20px;
padding-right: 20px;
font-size: 14px;
}
#Anleitung h1 {
text-align: left;
}
#anlauthor {
text-align:right;
}
.manualbutton {
margin-top: 20px;
margin-bottom: 10px;
/* background-color: #85B7D7; */
vertical-align:middle;
font-size: 100%;
width:120px;
height:30px;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
div.ui-datepicker{
font-size:12px;
}
#chgatermin, #chgwtermin {
width: 150px;
}
th.ui-th-column div{
white-space:normal !important;
height:auto !important;
padding:2px;
}
/*
.ui-state-highlight{
border:none!important;
background:none!important;
}
*/