CSS masturbation and completed TODO
This commit is contained in:
parent
60d4eab598
commit
16f0a8d3d2
@ -29,6 +29,15 @@
|
||||
<li>créer des pages (pas des articles) pour legal + contact (voir juste une page "about")</li>
|
||||
<li>les mettre en bas de la sidebar</li>
|
||||
<li>dl de l'archive par lien magnet / juste un zip.</li>
|
||||
<li>icone flux RSS</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Idées ?</h2>
|
||||
<ul>
|
||||
<li>gallerie de toutes les images</li>
|
||||
<li>catégories</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
*{
|
||||
font-family: customFont;
|
||||
background-color:#CEF6EC;
|
||||
background-color:#ccffff;
|
||||
}
|
||||
|
||||
text{
|
||||
@ -51,7 +51,7 @@ h2{
|
||||
border-top: unset;
|
||||
border-bottom: unset;
|
||||
border-right-color: black;
|
||||
background-color:#68e3c5;
|
||||
background-color:#00b3b3;
|
||||
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ a:hover{
|
||||
}
|
||||
|
||||
a:before{
|
||||
color: #85adad;
|
||||
color: #00e6e6;
|
||||
content: '> ';
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
*{
|
||||
font-family: customFont;
|
||||
background-color:#CEF6EC;
|
||||
background-color:#ccffff;
|
||||
}
|
||||
|
||||
text{
|
||||
@ -51,7 +51,7 @@ h2{
|
||||
border-top: unset;
|
||||
border-bottom: unset;
|
||||
border-right-color: black;
|
||||
background-color:#68e3c5;
|
||||
background-color:#00b3b3;
|
||||
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ a:hover{
|
||||
}
|
||||
|
||||
a:before{
|
||||
color: #85adad;
|
||||
color: #00e6e6;
|
||||
content: '> ';
|
||||
}
|
||||
|
||||
|
@ -10,6 +10,15 @@
|
||||
<li>créer des pages (pas des articles) pour legal + contact (voir juste une page "about")</li>
|
||||
<li>les mettre en bas de la sidebar</li>
|
||||
<li>dl de l'archive par lien magnet / juste un zip.</li>
|
||||
<li>icone flux RSS</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Idées ?</h2>
|
||||
<ul>
|
||||
<li>gallerie de toutes les images</li>
|
||||
<li>catégories</li>
|
||||
|
||||
|
||||
</ul>
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user