36 lines
912 B
Smarty
36 lines
912 B
Smarty
<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> |