From 19e71ce6cd7ca7540e0e004d180998e051c57402 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 26 Sep 2014 13:08:11 +0200 Subject: Update theme --- theme/static/css/main.css | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'theme/static/css/main.css') diff --git a/theme/static/css/main.css b/theme/static/css/main.css index b976f4d..7851ed8 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -11,11 +11,11 @@ header, footer, section, nav { } body { - width: 710px; + width: 700px; margin: 0; padding: 0; font-size: .8em; - line-height: 1.3; +// line-height: 1.3; color: black; background : #323232; margin-left: auto; @@ -194,25 +194,31 @@ div.admonition-attention { div#page { - background : url(../images/fond.jpg) repeat-y top center white; - margin: 5% auto 5% auto; + background : white; + //margin: 5% auto 5% auto; } header#header { - background-image: url("../images/header.jpg"); - height: 333px; + //background-image: url("../images/header.jpg") no-repeat; + //height: 333px; + padding: 5px 5px 0px; } #header>h1 { left: 20px; + background-color: #323232; color: #BBBBBB; letter-spacing: 1px; font-size: 1.3em; padding : 0; - padding-top: 20px; - padding-left: 15px; - margin: 15px 0 15px 0; + + padding-bottom: 15px; + padding-left: 5px; + padding-top: 5px; + + margin-bottom: 0; + margin-top: 0; } #header>h1>a { text-decoration: inherit; -- cgit v1.2.3