Factorize hooks management (only overwrite)

Manage link attribute for title tag
Update copyright and CSS
This commit is contained in:
2013-01-06 12:10:29 +01:00
parent 7ea8fd9280
commit e31795efb2
10 changed files with 67 additions and 38 deletions

View File

@@ -77,7 +77,7 @@
</div>
</div>
<div class="footer">
Copyright © 2010-2012 Grégory Soutadé.<br/>
Copyright © 2010-2013 Grégory Soutadé.<br/>
All Rights Reserved.
</div>
</div>

View File

@@ -79,7 +79,7 @@
</div>
</div>
<div class="footer">
Copyright © 2010-2012 Grégory Soutadé.<br/>
Copyright © 2010-2013 Grégory Soutadé.<br/>
All Rights Reserved.
</div>
</div>

View File

@@ -1,7 +1,7 @@
<dyn:base file="_base.html" block="content" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:posts limit="5">
<div class="post_header">
<dyn:title/>
<dyn:title link="1"/>
<div class="post_sub_header">
<dyn:date/> | <div class="author_icon"> Écrit par <dyn:author/> </div>
</div>

View File

@@ -167,6 +167,28 @@ div.post > div.post_header
padding-bottom:5px;
}
div.post > div.post_header > div.title
{
display:block;
text-decoration:none;
margin: 0.2em 0;
padding: 0;
font-weight:normal;
font-style:normal;
letter-spacing:normal;
word-spacing:normal;
font-variant:normal;
text-decoration:none;
font-variant:normal;
text-transform:none;
text-align:left;
text-indent:0;
line-height:inherit;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 26px;
color: #181B0D;
}
div.post > div.post_header > div.title > a
{
display:block;