Skip to content
Extraits de code Groupes Projets
Valider 489d18d8 rédigé par marcimat's avatar marcimat
Parcourir les fichiers

On utilise la couleur choisie dans l'interface pour colorier l'écran d'accueil avec.

parent ae78f5a3
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -19,9 +19,24 @@
jQuery(function(){jQuery('a#spip_pass').click(function(){window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=380'); return false;});});
</script>
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
</head>
#SET{logo,#CHEMIN_IMAGE{#CONST{_DIR_IMG}|concat{spip_fond_login.jpg}}}
<body class="page_login[(#GET{logo}|non) sans_fond]"[ style="background-image:url((#GET{logo}|timestamp))"]>
[(#CONFIG{couleur_login}|oui)
#SET{hs,#CONFIG{couleur_login}|couleur_hex_to_hsl{"h, s"}}
#SET{l,#CONFIG{couleur_login}|couleur_hex_to_hsl{l}}
]
<style type="text/css">
.page_login {
[background-image:url((#GET{logo}|timestamp));]
}
[(#CONFIG{couleur_login}|oui)
:root {
--spip-login-color-theme--hs: #GET{hs};
--spip-login-color-theme--l: #GET{l};
}
]
</style>
</head>
<body class="page_login[(#GET{logo}|non) sans_fond]">
<h1>#NOM_SITE_SPIP</h1>
[(#REM)
......
......@@ -7,8 +7,8 @@
--spip-login-color-theme--l: 47%;
--spip-login-color-theme: hsl(var(--spip-login-color-theme--hs), var(--spip-login-color-theme--l));
--spip-login-color-theme-light: hsl(var(--spip-login-color-theme--hs), calc(var(--spip-login-color-theme--l) + 20%));
--spip-login-color-theme-dark: hsl(var(--spip-login-color-theme--hs), calc(var(--spip-login-color-theme--l) - 20%));
--spip-login-color-theme-light: hsl(var(--spip-login-color-theme--hs), calc(var(--spip-login-color-theme--l) + 25%));
--spip-login-color-theme-dark: hsl(var(--spip-login-color-theme--hs), calc(var(--spip-login-color-theme--l) - 25%));
--spip-login-color-gray-lighter: rgba(255, 255, 255, 0.7);
--spip-login-color-gray-light: rgba(255, 255, 255, 0.5);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter