From 7eca3552c8f14a57b59bdb4be4ea8994616467d7 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Fri, 5 Apr 2013 15:30:50 +0200 Subject: mise en page de l'affichage d'un article --- css/style.css | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 41a61780..764cf628 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,11 @@ body { color: #222222; font: 20px/1.3em Palatino,Georgia,serif; - background-color: #e6e6e6; + background-color: #F1F1F1; +} + +body.article { + background-color: #ffffff; } a, a:hover, a:visited { @@ -11,7 +15,20 @@ header { text-align: center; } -#main { +#article header { + text-align: left; + border-bottom: 1px solid #222222; +} + +#article header a { + text-decoration: none; +} + +#article header .vieworiginal a { + color: #888888; +} + +#main, #article { margin: 0 auto; } @@ -26,6 +43,32 @@ header { padding: 15px; } +#main #entries { + margin-top: 20px; +} + +#main #entries .entrie { + color: rgb(46, 46, 46); + position:relative; + background-color: #ffffff; + height: 8em; +} + +#main #entries .entrie h2 a { + text-decoration: none; +} + +#main #entries .entrie h2 a:hover { + color: #F5BE00; +} + +#main #entries .entrie .tools { + position:absolute; + bottom: 0; + width: 100%; + text-align: right; +} + #main a.tool { text-decoration: none; } -- cgit v1.2.3