From 14cb9e0d74558c7cd44bb055d3d00af136f8f51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 00:55:02 +0200 Subject: Finish index page --- static/css/style.css | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 013689e..7a62af8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,32 +191,45 @@ img.right { padding-bottom: 5px; } -/* Boxes */ - -.box1 { - padding: 20px; +.content h2,h3,h4 { + margin-bottom: 0.5em; } -.box2 { - color: #BABABA; +/* Boxes */ + +.box { + background: #9e9e9e; + color: #000; + padding: 5px; + margin: 0.5em 0.5em 2em 0.5em; } -.box2 h2 { +.box h2 { margin-bottom: 15px; font-size: 16px; color: #FFFFFF; } -.box2 ul { +.box ul { margin: 0; padding: 0; list-style: none; } -.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited { +.box a:link, .box a:hover, .box a:active, .box a:visited { color: #EDEDED; } +.box > pre { + margin: 0; + padding: 0; + overflow: auto; +} + +p + .box { + margin-top: -1.5em; +} + /* Footer */ #footer-wrap { } -- cgit v1.2.3