diff --git a/calendrier/templates/calendrier/home.html b/calendrier/templates/calendrier/home.html index 0aed2a8..67f365b 100644 --- a/calendrier/templates/calendrier/home.html +++ b/calendrier/templates/calendrier/home.html @@ -30,7 +30,7 @@ {% if actu %}
diff --git a/gestion/static/css/main.css b/gestion/static/css/main.css
index 9508abe..2e1a0da 100644
--- a/gestion/static/css/main.css
+++ b/gestion/static/css/main.css
@@ -3674,3 +3674,40 @@ div.spoiler
max-width:100%;
max-height:100%;
}
+
+/* class to add colorful rainbowed texts */
+.ernestocouleur {
+ background-clip: text;
+ -webkit-background-clip: text;
+ background-image: linear-gradient(to right,
+ hsl(10, 100%, 75%),
+ hsl(20, 100%, 65%),
+ hsl(30, 100%, 55%),
+ hsl(40, 100%, 50%),
+ hsl(50, 100%, 50%),
+ hsl(60, 100%, 50%),
+ hsl(70, 100%, 50%),
+ hsl(80, 100%, 50%),
+ hsl(90, 100%, 50%),
+ hsl(100, 100%, 50%),
+ hsl(110, 100%, 50%),
+ hsl(120, 100%, 50%),
+ hsl(130, 100%, 50%),
+ hsl(140, 100%, 50%),
+ hsl(150, 100%, 50%),
+ hsl(160, 100%, 50%),
+ hsl(170, 100%, 50%),
+ hsl(180, 100%, 50%),
+ hsl(190, 100%, 50%),
+ hsl(200, 100%, 50%),
+ hsl(210, 100%, 50%),
+ hsl(220, 100%, 50%),
+ hsl(230, 100%, 50%),
+ hsl(240, 100%, 50%),
+ hsl(250, 100%, 50%),
+ hsl(260, 100%, 50%),
+ hsl(270, 100%, 50%),
+ hsl(280, 100%, 50%)
+ );
+ color: transparent;
+}
diff --git a/partitions/templates/partitions/part.html b/partitions/templates/partitions/part.html
index 5685b15..8c25420 100644
--- a/partitions/templates/partitions/part.html
+++ b/partitions/templates/partitions/part.html
@@ -70,7 +70,7 @@
{% if infos or infos_en %}
- {% trans "Infos utiles :" %}+{% trans "Infos utiles :" %}{% autotranslate current_language infos infos_en %}
@@ -94,7 +94,7 @@
{% else %}
{% if infos or infos_en %}
- {% trans "Infos utiles :" %}+{% trans "Infos utiles :" %}{% autotranslate current_language infos infos_en %}
{% endif %}
diff --git a/partitions/templates/partitions/repertoire.html b/partitions/templates/partitions/repertoire.html
index c87b093..95b4b5f 100644
--- a/partitions/templates/partitions/repertoire.html
+++ b/partitions/templates/partitions/repertoire.html
@@ -40,7 +40,7 @@
{% endif %}
- {% autotranslate current_language category.name category.nom_en %} :+{% if user.is_authenticated %}{% endif %}{% autotranslate current_language category.name category.nom_en %} :{% if user.is_authenticated %}{% endif %} |