Background image login & reset
This commit is contained in:
BIN
assets/images/emergencyplug-auto-in-licht.jpg
Normal file
BIN
assets/images/emergencyplug-auto-in-licht.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -58,7 +58,7 @@ template_header('Cartests', 'cartests' ,'view');
|
|||||||
$view = '
|
$view = '
|
||||||
<div class="content-title">
|
<div class="content-title">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<i class="fa-solid fa-box-open"></i>
|
<i class="fa-solid fa-car"></i>
|
||||||
<div class="txt">
|
<div class="txt">
|
||||||
<h2>'.$cartests_h2.' ('.$query_total.')</h2>
|
<h2>'.$cartests_h2.' ('.$query_total.')</h2>
|
||||||
<p>'.$cartests_p.'</p>
|
<p>'.$cartests_p.'</p>
|
||||||
|
|||||||
@@ -261,7 +261,8 @@ filter: drop-shadow(5px 5px 5px #222);
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:'.color_accent.';">
|
<body style="background-color:'.color_accent.';background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
|
||||||
|
background-position: center center;">
|
||||||
';
|
';
|
||||||
|
|
||||||
//Maintenance mode notification message
|
//Maintenance mode notification message
|
||||||
|
|||||||
@@ -256,7 +256,8 @@ filter: drop-shadow(5px 5px 5px #222);
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:#2FAC66;">
|
<body style="background-color:#2FAC66;background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
|
||||||
|
background-position: center center;">
|
||||||
';
|
';
|
||||||
|
|
||||||
//Maintenance mode notification message
|
//Maintenance mode notification message
|
||||||
|
|||||||
Reference in New Issue
Block a user