Ajout des arc en ciel dans les templates. Rainbow power git add calendrier/templates/calendrier/home.html partitions/templates/partitions/part.html partitions/templates/partitions/repertoire.html

This commit is contained in:
Maurice Debray 2021-12-13 00:04:08 +01:00
parent 2633829f83
commit eab532bf7e
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@
{% if actu %}
<div class="box" style="background-color:rgba(228,82,47,0.5)">
<h4> {% blocktrans count counter=actu|length %}Actualité des chef·fe·s:{% plural %}Actualités des chef·fe·s:{% endblocktrans %}</h4>
<h4> <span class="ernestocouleur">{% blocktrans count counter=actu|length %}Actualité des chef·fe·s:{% plural %}Actualités des chef·fe·s:{% endblocktrans %}</span></h4>
<ul>
{% for a in actu %}
<li>{% autotranslate current_language a.text a.text_en %}</li>
@ -38,7 +38,7 @@
</ul>
</div>
{% endif %}
<h4>{% trans "Agenda :" %} </h4>
<h4><span class="ernestocouleur">{% trans "Agenda :" %}</span></h4>
<table width="100%" style="background-color:#e4522f" >
<tr>
<td width="20%" align="left">

View file

@ -70,7 +70,7 @@
{% if infos or infos_en %}
<h3>{% trans "Infos utiles :" %}</h3>
<h3><span class="ernestocouleur">{% trans "Infos utiles :" %}</span></h3>
<div class="box">{% autotranslate current_language infos infos_en %}</div>
@ -94,7 +94,7 @@
</form>
{% else %}
{% if infos or infos_en %}
<h3>{% trans "Infos utiles :" %}</h3>
<h3><span class="ernestocouleur">{% trans "Infos utiles :" %}</span></h3>
<div class="box">{% autotranslate current_language infos infos_en %}</div>
{% endif %}

View file

@ -40,7 +40,7 @@
<section class="{% cycle 'wrapper style1' 'wrapper style2' %}">
<div class="inner">
{% endif %}
<h4>{% autotranslate current_language category.name category.nom_en %} :</h4>
<h4>{% if user.is_authenticated %}<span class="ernestocouleur">{% endif %}{% autotranslate current_language category.name category.nom_en %} :{% if user.is_authenticated %}</span>{% endif %}</h4>
<div class="row">
<div class="6u 12u$(small)">
<div class="table-wrapper">