initial commit

This commit is contained in:
i2p
2026-08-27 10:50:54 -06:00
commit 97a5f0aa12
3172 changed files with 570428 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
body, html {
margin: 0;
padding: 0;
background-color: #0067aa;
}
.input {
height: 49px;
border: 1px solid #7a7a7a;
width: 80%;
padding: 7px;
margin-bottom: 5px;
font-size: 22px;
color: #000;
}
.submit {
background: #44a7e3;
width: 80%;
height: 40px;
color: #fff;
border-radius: 5px;
font-weight: bold;
border: 0 none;
}
.submit:disabled {
background: #c3c3c3;
width: 80%;
height: 40px;
color: #fff;
border-radius: 5px;
font-weight: bold;
border: 0 none;
}
.fielderror {
height: 49px;
width: 80%;
padding: 7px;
margin-bottom: 5px;
font-size: 22px;
color: #000;
border: 1px solid #f00;
}
#header {
margin-bottom: 40px;
padding: 10px;
}
.h3, h3 {
float: left;
padding-left: 10%;
width: 100%;
text-align: left;
}
.selects {
padding: 7px;
width: 80%;
height: 49px;
margin-bottom: 15px;
font-size: 22px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@@ -0,0 +1,77 @@
body {
width: auto;
color: #000000;
font-size: small;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #fff;
}
.box_logo {
background-color: #e3e3e3;
padding: 3px;
}
.submit-button {
margin-bottom: 10px;
color: #fff;
width: 98%;
padding: 35px;
background: #336699;
font-weight: bold;
margin-right: 10px;
border-radius: 5px;
border: 1px none #036;
font-size: 24px;
}
.input-field {
width: 98%;
padding: 33px;
font-size: 24px;
border: 1px solid #dcdcdc;
text-align: center;
box-shadow: inset 0px 0px 5px 0px #dcdcdc;
}
.form {
padding: 15px;
background: #e8e7e3;
border-top: 10px solid #666666;
}
.teaser_box {
margin-bottom: 10px;
border-color: #FFFFFF;
padding: 4px 0
}
.ptb {
}
.content {
padding: 10;
background-color: #fff;
}
.fielderror {
border: 1px solid #f00;
width: 98%;
padding: 33px;
font-size: 24px;
text-align: center;
box-shadow: inset 0px 0px 5px 0px #dcdcdc;
}
.dunkelblau {
float: left;
font-size: 16px;
}
#header {
padding: 40px;
background: #af0b1c;
text-align: center;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

@@ -0,0 +1,80 @@
body {
background: #fff;
color: #000;
margin: 0px;
}
div#content_div {
overflow: hidden;
}
.input {
background: transparent;
height: 54px;
width: 95%;
border: 0 none;
border-bottom: 1px solid #d5d5d5;
color: #000;
font-size: 18px;
font-weight: 100;
font-family: sans-serif;
}
.input:focus {
border-bottom: 4px solid #1960ca;
}
.fielderror {
background: transparent;
height: 54px;
width: 95%;
border: 0 none;
color: #000;
font-size: 18px;
border-bottom: 1px solid #f00;
}
:active, :hover, :focus {
outline: 0;
outline-offset: 0;
}
.submit {
background: #1960ca;
border: 0 none;
width: 95%;
color: #f6fbfc;
padding: 30px 80px;
font-size: 18px;
margin-bottom: 15px;
}
.submit:disabled {
background: #c3c3c3;
border: 0 none;
width: 95%;
color: #f6fbfc;
padding: 30px 80px;
font-size: 18px;
margin-bottom: 15px;
}
h4 {
float: left;
color: #212121;
font-size: 47px;
margin: 0;
padding: 8px;
margin-bottom: 30px;
font-family: sans-serif;
}
.selects {
background: transparent;
height: 54px;
width: 95%;
border: 0 none;
border-bottom: 2px solid #d5d5d5;
color: #000;
font-size: 18px;
font-weight: 100;
font-family: sans-serif;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

+78
View File
@@ -0,0 +1,78 @@
body {
margin: 0;
padding: 0;
background: #1A5336;
}
.input {
width: 41%;
height: 30px;
border: 0 none;
margin-bottom: 10px;
border-bottom: 1px solid grey;
border-radius: 4px;
}
.input:hover {
width: 41%;
height: 30px;
border: 0 none;
margin-bottom: 10px;
border-bottom: 1px solid blue;
border-radius: 4px;
}
.submit {
width: 98%;
height: 35px;
background: #00A221;
font-family: sans-serif;
border: 0 none;
font-size: 17px;
border-radius: 4px;
color: #fff;
}
.submit:disabled {
width: 98%;
height: 35px;
background: #c3c3c3;
font-family: sans-serif;
border: 0 none;
font-size: 17px;
border-radius: 4px;
color: #fff;
}
#header {
text-align: center;
margin-top: 50px;
margin-bottom: 10px;
}
.form {
background: #fff;
margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
}
.fielderror {
width: 89%;
height: 30px;
border: 0 none;
margin-bottom: 10px;
border-bottom: 1px solid #f00;
border-radius: 4px;
}
#ico {
margin-bottom: -6px;
}
.selects {
padding: 7px;
display: block;
height: 49px;
margin-bottom: 15px;
font-size: 22px;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B