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
+85
View File
@@ -0,0 +1,85 @@
body {
margin: 0;
padding: 0;
background: #231f20;
font-family: sans-serif;
}
.header {
color: #e2e1e1;
margin-bottom: 30px;
text-align: center;
padding: 0;
}
.input {
width: 100%;
border: 0;
border-bottom: 1px solid #ed6d20;
background: transparent;
padding: 5px;
color: #918f90;
font-weight: 400;
}
.booting.on {
top: 0;
}
.text-center {
text-align: center;
}
.booting {
position: absolute;
z-index: 100;
top: -100%;
-webkit-transition: all .5s ease;
transition: all .5s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
overflow: auto;
text-align: center;
}
.booting.on .booting-logo {
-webkit-animation: booting-animation;
animation: booting-animation;
animation-duration: 0s;
animation-iteration-count: 1;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.fielderror {
width: 100%;
border: 0;
border-bottom: 1px solid #f00;
background: transparent;
padding: 5px;
color: #918f90;
font-weight: 400;
}
.button {
width: 25%;
margin-top: 20px;
padding: 10px;
background: transparent;
border: 0;
color: #918f90;
float: right;
}
.field11 {
padding: 20px;
}
#spinner {
width: 100%;
height: 350px;
text-align: center;
}
+2
View File
@@ -0,0 +1,2 @@
[.ShellClassInfo]
LocalizedResourceName=@pl.bph,0