Update blog

This commit is contained in:
Gregory Soutade 2013-10-26 09:33:47 +02:00
parent 7fba150877
commit 0394ada46e
3 changed files with 54 additions and 4 deletions

View File

@ -0,0 +1,11 @@
<dyn:base file="_base.html" block="content" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:all_posts>
<dyn:year>
<dyn:month>
<dyn:posts>
<dyn:title link="1"/>
</dyn:posts>
</dyn:month>
</dyn:year>
</dyn:all_posts>
</dyn:base>

View File

@ -40,6 +40,7 @@
<div id="menu_main">
<div class="menu_content_content"><a href="/">Première page</a></div>
<div class="menu_content_content"><a href="/about.html">À propos</a></div>
<div class="menu_content_content"><a href="/all_posts.html">Tous les articles</a></div>
<div class="menu_content_content"><a href="http://indefero.soutade.fr">Projets personnels</a></div>
</div>
</div>

View File

@ -384,9 +384,6 @@ ul li
.comment .comment
{
/* padding-top:15px; */
/* padding-left:15px; */
/* margin-bottom:2px; */
margin-top:15px;
margin-left:15px;
margin-bottom:1px;
@ -398,6 +395,7 @@ ul li
padding-top:5px;
padding-left:5px;
margin-bottom:5px;
text-align:justify;
}
.comment_index, .comment_author, .comment_date
@ -510,4 +508,44 @@ ul li
#search_text
{
width:100%;
}
}
div.all_posts
{
display:block;
}
div.all_posts div.year
{
display:block;
margin-bottom:50px;
}
div.all_posts div.month
{
display:block;
margin-bottom:20px;
margin-left:20px;
}
div.all_posts year
{
display:block;
margin-bottom:20px;
font-size: x-large;
font-weight:bold;
}
div.all_posts month
{
display:block;
margin-bottom:5px;
font-size: large;
}
div.all_posts div.post
{
display:block;
margin-bottom:2px;
margin-left:20px;
}