Basic release

This commit is contained in:
2023-12-30 14:28:21 +01:00
parent 4869f1ef2f
commit bf2892ab29
125 changed files with 10729 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<style>
/* Dein benutzerdefiniertes CSS hier */
body.login {
background-color: #efefef;
background-image: url(%%BDP_LV_PLUGIN_URL%%/holz.jpg);
}
#login {
width: 800px !important;
}
body.login h1 {
display: none;
}
#loginform {
width: 750px;
margin: auto;
background-color: #ffcb04;
border: 1px solid #ccc;
box-shadow: 2px 2px 5px #000000;
border-radius: 20px;
font-weight: bold;
}
#loginform #wp-submit {
background-color: #3163bd !important;
color: #ffcb04;
border-radius: 10px;
font-size: 12pt;
font-weight: bold;
box-shadow: 5px 5px 5px #a0a0a0;
}
/* Weitere benutzerdefinierte Stile hier */
</style>