1
0

Hell zu Dunkel

This commit is contained in:
Akamaru
2025-09-15 21:35:26 +02:00
parent df7f5625c3
commit 02a357b0e4
37 changed files with 120 additions and 99 deletions

View File

@@ -1,16 +1,16 @@
body {
background-color: red;
background-color: #1a1a1a;
margin: 0px;
padding: 0px;
background-color: white;
font-family: "Arial";
font-size: 20px;
font-weight: bold;
text-align: center;
color: #e0e0e0;
}
a {
color: #444444;
color: #cccccc;
text-decoration: none;
outline: none;
}
@@ -24,7 +24,7 @@ input {
}
#loginform {
color: #444444;
color: #cccccc;
position: relative;
font-family: "Arial";
font-size: 16px;
@@ -34,23 +34,24 @@ input {
margin-left: 15px;
height: 25px;
width: 200px;
border: 1px solid #B9BDC1;
color: #797979;
-moz-box-shadow: 0 2px 4px #bbb inset;
-webkit-box-shadow: 0 2px 4px #BBB inset;
box-shadow: 0 2px 4px #BBB inset;
border: 1px solid #555555;
color: #e0e0e0;
background-color: #333333;
-moz-box-shadow: 0 2px 4px #000000 inset;
-webkit-box-shadow: 0 2px 4px #000000 inset;
box-shadow: 0 2px 4px #000000 inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#loginfield:focus, #passwordfield:focus {
border: 1px solid #777777;
border: 1px solid #888888;
}
#loginbutton {
font-size: 16px;
background: #CCCCCC;
background: #555555;
color: #FFF;
border-radius: 15px;
height: 26px;
@@ -58,10 +59,10 @@ input {
-moz-border-radius: 15px;
padding: 1px 0px 1px 0px;
margin-left: 10px;
border: solid 1px #CCCCCC;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
border: solid 1px #555555;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
#banner {
@@ -70,7 +71,7 @@ input {
height: 100px;
width: 100%;
margin-bottom: 60px;
border-bottom: 1px #CCCCCC solid;
border-bottom: 1px #444444 solid;
background-image: url('{{rootPath}}/theme/common/banner.png');
background-repeat: no-repeat;
background-position: 20px;