From 2a26057508c233ec832dcd263f8e9ec8285cb480 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 29 Nov 2010 11:21:24 +0000 Subject: new layout for fr home page --- g/style/screen.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'g/style/screen.css') diff --git a/g/style/screen.css b/g/style/screen.css index a12472d53..f10b06b3d 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -1,6 +1,6 @@ html, body { margin: 0; padding: 0; background: #ddd; } h1 { padding: 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000;} -h1 span { font-weight: normal; } +h1 span { font-weight: normal; font-size: 90%; } .para { background: #fff; padding: 1em 2em; } h2, h3 { font-family: Georgia, "Times New Romain"; font-weight: normal; margin: 0 0 0.4em 0; } @@ -30,4 +30,16 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } #preamble { font-size: 90%; padding: 1em 1em 0 1em; border: 1px solid #ccc; background: #eee; color: #555;} #overview {} p.license { font-size: 85%; font-style: italic; } -.license, .license a { color: #555; } \ No newline at end of file +.license, .license a { color: #555; } + +ul.todo {} +ul.todo li.active { font-weight: bold; } +ul.todo li.done { text-decoration: line-through; } +ul.news { padding: 0; margin: 0; } +ul.news li { margin-bottom: 0.5em; list-style: none; } +ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; + font-family: courier new; } + +.bb1 { border-bottom: 1px solid #aaa; } +.lb1 { border-left: 1px solid #aaa; } +.rb1 { border-right: 1px solid #aaa; } \ No newline at end of file -- cgit v1.2.1