CSS Fix background image
This commit is contained in:
@@ -262,7 +262,7 @@ filter: drop-shadow(5px 5px 5px #222);
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color:'.color_accent.';background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
|
||||
background-position: center center;">
|
||||
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
|
||||
';
|
||||
|
||||
//Maintenance mode notification message
|
||||
|
||||
@@ -233,7 +233,7 @@ echo '
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./assets/images/emergencyplug-auto-in-licht.jpg);
|
||||
background-position: center center;">
|
||||
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
|
||||
<header>
|
||||
</header>
|
||||
<main style="color:#fff">
|
||||
|
||||
@@ -257,7 +257,7 @@ filter: drop-shadow(5px 5px 5px #222);
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color:#2FAC66;background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
|
||||
background-position: center center;">
|
||||
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
|
||||
';
|
||||
|
||||
//Maintenance mode notification message
|
||||
|
||||
Reference in New Issue
Block a user