Skip to content

Commit

Permalink
Loginseite: neues Hintergrundbild (#6029)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Mar 12, 2024
1 parent 1044331 commit e33aef3
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
Binary file modified .github/tests-visual/login--dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/login.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/logout--dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/logout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions redaxo/src/core/fragments/core/login_background.php
Expand Up @@ -7,27 +7,27 @@
<picture class="rex-background">
<source
srcset="
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/richard-horvath-cPccYbPrF-A-unsplash-2400.avif') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/richard-horvath-cPccYbPrF-A-unsplash-3500.avif') ?> 3500w"
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/davide-cantelli-ajisKc2uuFk-unsplash-2400.avif') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/davide-cantelli-ajisKc2uuFk-unsplash-3500.avif') ?> 3500w"
sizes="100vw"
type="image/avif"
/>
<img
alt=""
src="<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/richard-horvath-cPccYbPrF-A-unsplash-2400.webp') ?>"
src="<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/davide-cantelli-ajisKc2uuFk-unsplash-2400.webp') ?>"
srcset="
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/richard-horvath-cPccYbPrF-A-unsplash-2400.webp') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/richard-horvath-cPccYbPrF-A-unsplash-3500.webp') ?> 3500w"
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/davide-cantelli-ajisKc2uuFk-unsplash-2400.webp') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/davide-cantelli-ajisKc2uuFk-unsplash-3500.webp') ?> 3500w"
sizes="100vw"
/>
</picture>

<style nonce="<?= rex_response::getNonce() ?>">
#rex-page-login {
background-color: #004eaa;
background-color: #6b6e73;
}
#rex-page-login .panel-default {
background-color: rgba(24, 28, 30, 0.97);
background-color: rgba(33, 38, 41, 0.9);
}

#rex-page-login .btn-primary {
Expand All @@ -36,7 +36,7 @@
}
#rex-page-login .btn-primary:hover,
#rex-page-login .btn-primary:focus {
background-color: #0387cc;
background-color: #8cc600;
}

#rex-page-login .rex-global-footer {
Expand All @@ -62,7 +62,7 @@
<ul class="list-inline">
<li><a href="https://www.yakamara.de" target="_blank" rel="noreferrer noopener">yakamara.de</a></li>
<li><a href="https://www.redaxo.org" target="_blank" rel="noreferrer noopener">redaxo.org</a></li>
<li class="rex-background-credits"><a href="https://unsplash.com/@ricvath" target="_blank" rel="noreferrer noopener">Photo by Richard Horvath on Unsplash</a></li>
<li class="rex-background-credits"><a href="https://unsplash.com/@cant89" target="_blank" rel="noreferrer noopener">Photo by Davide Cantelli on Unsplash</a></li>
</ul>
</nav>
</footer>

0 comments on commit e33aef3

Please sign in to comment.