Update blog
This commit is contained in:
parent
7fba150877
commit
0394ada46e
11
sites/blog.soutade.fr/_all_posts.html
Normal file
11
sites/blog.soutade.fr/_all_posts.html
Normal 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>
|
|
@ -40,6 +40,7 @@
|
||||||
<div id="menu_main">
|
<div id="menu_main">
|
||||||
<div class="menu_content_content"><a href="/">Première page</a></div>
|
<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="/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 class="menu_content_content"><a href="http://indefero.soutade.fr">Projets personnels</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -384,9 +384,6 @@ ul li
|
||||||
|
|
||||||
.comment .comment
|
.comment .comment
|
||||||
{
|
{
|
||||||
/* padding-top:15px; */
|
|
||||||
/* padding-left:15px; */
|
|
||||||
/* margin-bottom:2px; */
|
|
||||||
margin-top:15px;
|
margin-top:15px;
|
||||||
margin-left:15px;
|
margin-left:15px;
|
||||||
margin-bottom:1px;
|
margin-bottom:1px;
|
||||||
|
@ -398,6 +395,7 @@ ul li
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
|
text-align:justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment_index, .comment_author, .comment_date
|
.comment_index, .comment_author, .comment_date
|
||||||
|
@ -511,3 +509,43 @@ ul li
|
||||||
{
|
{
|
||||||
width:100%;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user