Skip to content

Commit

Permalink
Login-Seite: Neues Hintergrundbild (#5585)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Feb 17, 2023
1 parent d260403 commit a936321
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 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.
16 changes: 8 additions & 8 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/dynamic-wang-EHnrP9CanuQ-unsplash_2400.avif') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/dynamic-wang-EHnrP9CanuQ-unsplash_3600.avif') ?> 3600w"
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/planet-volumes-dHJs9frcsT8-unsplash_2400.avif') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/planet-volumes-dHJs9frcsT8-unsplash_3500.avif') ?> 3500w"
sizes="100vw"
type="image/avif"
/>
<img
alt=""
src="<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/dynamic-wang-EHnrP9CanuQ-unsplash_2400.jpg') ?>"
src="<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/planet-volumes-dHJs9frcsT8-unsplash_2400.webp') ?>"
srcset="
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/dynamic-wang-EHnrP9CanuQ-unsplash_2400.jpg') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/dynamic-wang-EHnrP9CanuQ-unsplash_3600.jpg') ?> 3600w"
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/planet-volumes-dHJs9frcsT8-unsplash_2400.webp') ?> 2400w,
<?= rex_url::pluginAssets('be_style', 'redaxo', 'images/planet-volumes-dHJs9frcsT8-unsplash_3500.webp') ?> 3500w"
sizes="100vw"
/>
</picture>

<style nonce="<?= rex_response::getNonce() ?>">
#rex-page-login {
background-color: #2a3444;
background-color: #593960;
}
#rex-page-login .panel-default {
background-color: rgba(33, 38, 41, 0.95);
background-color: rgba(24, 28, 30, 0.97);
}

#rex-page-login .btn-primary {
Expand Down Expand Up @@ -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/@dynamicwang" target="_blank" rel="noreferrer noopener">Photo by Dynamic Wang on Unsplash</a></li>
<li class="rex-background-credits"><a href="https://unsplash.com/@planetvolumes" target="_blank" rel="noreferrer noopener">Photo by Planet Volumes on Unsplash</a></li>
</ul>
</nav>
</footer>

0 comments on commit a936321

Please sign in to comment.