Meanwhile i changed my background but cannot find the girl-wallpaper. Sorry bro
Here is my whole css
/*****************************************************
* Magic Mirror *
* Custom CSS *
* *
* By Michael Teeuw http://michaelteeuw.nl *
* MIT Licensed. *
* *
* Add any custom CSS below. *
* Changes to this files will be ignored by GIT. *
*****************************************************/
body {
background-image: url("background2.jpg");
background-size: cover;
margin-left: 0px;
margin-right: 30px;
margin-top: 15px;
margin-bottom: 15px;
position: absolute;
height: calc(100% - 28px);
width: calc(100% - 22px);
}
.MMM-SystemStats {
color: #CEF6CE;
}
.MMM-MyCalendar {
max-width: 300px;
}
.MMM-MovieListings {
max-width: 400px;
}
.left header {
border-bottom: none; /* instead of 1px solid #666; to remove all lines from all the headers */
width: 70%; /* add this to change the width of all module headers */
}
.right header {
border-bottom: none; /* instead of 1px solid #666; to remove all lines from all the headers */
width: 70%; /* add this to change the width of all module headers */
}
.newsfeed .small{
color: #FFFFFF;
}
.newsfeed .medium{
color: #D8D8D8;
}
.newsfeed {
max-width: 280px;
}
.region.top.right {
max-width: 330px;
}
.MMM-ioBroker {
width: 550px;
zoom: 75%;
}