From f130b392d6ed82b91cc3453b6ea1cebefd5c8820 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Feb 2011 20:21:17 +0100 Subject: update layout and css --- static/css/screen.css | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/screen.css b/static/css/screen.css index 85d7de5..e4d6645 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -38,10 +38,12 @@ p { a { color: #00a; + text-decoration: none; } a:hover { color: black; + text-decoration: none; } a:visited { @@ -74,6 +76,7 @@ ul.posts span { width: 50em; margin: 3em auto 2em auto; line-height: 1.5em; + -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; } .title { @@ -164,8 +167,31 @@ ul.posts span { } #date { - font-size: 80%; -} + font-size: 70%; + text-align: right; + margin-right: 1.7em; + margin-top: .7em; + margin-bottom: 4em; + font-weight: normal; +} + +#post_title { + margin: .5em 1.1em .5em 1.1em; + text-align: left; + padding-bottom: .1em; + letter-spacing: 2px; + line-height: 1.8em; + border-bottom: 1px solid #ededed; + font-weight:bold; +} + +#post_title a{ + color:#424037; + -moz-transition: color .25s linear; + -webkit-transition: color .25s linear; + transition: color .25s linear; +} +#post_title a:hover{color:#E50;} #related { margin-top: 2em; -- cgit v1.2.3