Almost done

This commit is contained in:
Yann Esposito (Yogsototh) 2010-07-31 23:49:11 +02:00
parent 4534834dad
commit 56feb00c22
4 changed files with 54 additions and 34 deletions

View file

@ -20,6 +20,9 @@ dateFormat:
# le dictionnaire pour les mots communs
translations:
author:
fr: "auteur"
en: "author"
langue:
fr: "langue"
en: "language"
@ -75,8 +78,8 @@ translations:
en: "Last modified"
fr: "dernière modification "
copyright:
en: "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Copyright ©</a>"
fr: "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/3.0/deed.fr\">Droits de reproduction ©</a>"
en: "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Copyright ©, Yann Esposito</a>"
fr: "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/3.0/deed.fr\">Droits de reproduction ©, Yann Esposito</a>"
subscribe:
en: "Subscribe"
fr: "s'abonner"

View file

@ -2,27 +2,33 @@
-----
// -- MAIN --
$behindColor: #1a0000
$mainBackgroundColor: #fffae3
$mainColor: #772200
$mainColor: #551100
$revealColor: #faeac3
$mainLinkColor: #aa5522
$lighterColor: #eee0c2
$codeBlockColor: #220000
$codeBlockColor: $behindColor
table.description tr td
border: none
body
background:
color: $behindColor
color: $mainBackgroundColor
#content
background:
color: $mainBackgroundColor
color: $mainColor
a, a:link, a:visited, a:active, a:hover
a, a:link, a:visited, a:active, a:hover, #clickcomment
text-decoration: none
outline: none
color: $mainLinkColor
a:hover
a:hover, #clickcomment:hover
background-color: $revealColor
hr
@ -72,6 +78,11 @@ acronym
// -- STYLE --
#titre
background: $lighterColor
border-top: 1px solid $mainColor
border-bottom: 1px solid $mainColor
#liens .active, #bottom, #sousliens
background-color: $lighterColor
@ -142,8 +153,8 @@ h1 > .date
.date
border: solid black 1px
position: relative
top: 0.7em
left: -2em
top: 2em
left: -5em
// --- LAYOUTS --
$VPadCorps: 3em
@ -168,10 +179,6 @@ body > #entete
padding-bottom: 1em
margin-bottom: $VMarginCorps
.corps_spaced
margin-bottom: $VMarginCorps
margin-top: $VMarginCorps
#titre h2
width: 80%
margin-left: auto
@ -181,8 +188,8 @@ body > #entete
#titre
text-align: center
width: 100%
margin-top: $VMarginCorps
margin-bottom: $VMarginCorps
padding-top: $VMarginCorps
padding-bottom: $VMarginCorps
#titre h1, #titre h2
padding-left: 1em
@ -193,10 +200,7 @@ body > #entete
clear: right
margin-right: 0px
text-align: right
width: 45%
margin-top: 0px
padding: 5px
float: right
padding: 1.5em
// Les menus
@ -214,6 +218,8 @@ ul.horizontal
#entete
padding-top: 0.1em
border-top: 1px solid $mainColor
border-bottom: 1px solid $mainColor
#liens
width: 100%
@ -253,7 +259,6 @@ $hauteur_menu: 2em
margin-top: 0
position: relative
top: -1em
padding-bottom: 10px
clear: both
width: $content_width
@ -270,6 +275,11 @@ $contentMargin: 0em
top: 2em
bottom: 2em
#afterheader > h1
background-color: $lighterColor
width: 100%
padding-bottom: 1.5em
#afterheader
padding-left: $contentMargin
padding-right: $contentMargin
@ -289,7 +299,7 @@ $contentMargin: 0em
.corps
text-align: left
padding: $VPadCorps $HPadCorps
margin: $VMarginCorps $HMarginCorps
margin: 0 $HMarginCorps
clear: both
.twilight
@ -431,6 +441,8 @@ pre
.navigation
font-size: 2em
height: 2em
margin-bottom: $VMarginCorps
.presarticleleft,
.presarticleright
@ -523,6 +535,9 @@ table.impact tr td
width: 45%
text-align: left
.previous_article, .next_article
margin-top: 1em
#next_articles
float: right
width: 45%
@ -541,6 +556,7 @@ table.impact tr td
width: 25%
#rss
font-size: 1.2em
text-align: center
display: block
width: 100%
@ -552,8 +568,9 @@ table.impact tr td
float: right
width: 25%
padding: 0.1em 1em
.corps .return a
color: $lighterColor
border: 1px dotted $lighterColor
.return a:hover
color: $mainLinkColor

View file

@ -184,6 +184,13 @@ self.instance_variable_set(:@conf, conf)
<div id="bottom">
<div>
<%=tradOf(:copyright) %>
</div>
<div id="lastmod">
<%=tradOf(:created_at)%>: <%= @item[:created_at].strftime(@config[:dateFormat][language.intern]) %> <br/>
<%=tradOf(:last_modified)%>: <%= @item.mtime.strftime(@config[:dateFormat][language.intern]) %>
</div>
<div>
<%= tradOf(:entirely_done_with) %>
<a href="http://www.vim.org">Vim</a>
@ -198,13 +205,6 @@ self.instance_variable_set(:@conf, conf)
.
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//yannesposito.com/Scratch/<%=language%>/blog/feed/feed.xml">[rss]</a>
</div>
<div>
<%=tradOf(:copyright) %>
</div>
<div id="lastmod">
<%=tradOf(:created_at)%>: <%= @item[:created_at].strftime(@config[:dateFormat][language.intern]) %> <br/>
<%=tradOf(:last_modified)%>: <%= @item.mtime.strftime(@config[:dateFormat][language.intern]) %>
</div>
</div>
<div class="clear"></div>
</div>

View file

@ -122,6 +122,12 @@ self.instance_variable_set(:@conf, conf)
<div class="return"><a href="#entete" onclick="fastShowMenu()">&uarr;</a></div>
</div>
<div id="bottom">
<div>
<%=tradOf(:copyright) %>
</div>
<div id="lastmod">
<%=tradOf(:last_modified)%>: <%= @item.mtime.strftime(@config[:dateFormat][language.intern]) %>
</div>
<div>
<%= tradOf(:entirely_done_with) %>
<a href="http://www.vim.org">Vim</a>
@ -136,12 +142,6 @@ self.instance_variable_set(:@conf, conf)
.
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//yannesposito.com/Scratch/<%=language%>/blog/feed/feed.xml">[rss]</a>
</div>
<div>
<%=tradOf(:copyright) %>
</div>
<div id="lastmod">
<%=tradOf(:last_modified)%>: <%= @item.mtime.strftime(@config[:dateFormat][language.intern]) %>
</div>
</div>
<div class="clear"></div>
</div>