mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 06:56:57 +00:00
aio-interface: add new background for hub 25 Autumn
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4655294cfe
commit
c694177e27
6 changed files with 3 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 176 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB |
BIN
php/public/img/jo-myoung-hee-fluid-dark.webp
Normal file
BIN
php/public/img/jo-myoung-hee-fluid-dark.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
php/public/img/jo-myoung-hee-fluid.webp
Normal file
BIN
php/public/img/jo-myoung-hee-fluid.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
|
|
@ -251,7 +251,7 @@ svg:not(:has(use)) .fallback-text {
|
||||||
min-width: 100vw;
|
min-width: 100vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-image: url("img/jenna-kim-the-globe.webp");
|
background-image: url("img/jo-myoung-hee-fluid.webp");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -260,7 +260,7 @@ svg:not(:has(use)) .fallback-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] .wrapper {
|
html[data-theme="dark"] .wrapper {
|
||||||
background-image: url("img/jenna-kim-the-globe-dark.webp");
|
background-image: url("img/jo-myoung-hee-fluid-dark.webp");
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>AIO</title>
|
<title>AIO</title>
|
||||||
<link rel="stylesheet" href="/style.css?v5" media="all" />
|
<link rel="stylesheet" href="/style.css?v6" media="all" />
|
||||||
<link rel="icon" href="/img/favicon.png">
|
<link rel="icon" href="/img/favicon.png">
|
||||||
<script type="text/javascript" src="forms.js"></script>
|
<script type="text/javascript" src="forms.js"></script>
|
||||||
<script type="text/javascript" src="toggle-dark-mode.js"></script>
|
<script type="text/javascript" src="toggle-dark-mode.js"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue