Basic release
This commit is contained in:
36
assets/dashboard.style.css.tpl
Normal file
36
assets/dashboard.style.css.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user