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 +++++++++++++++--------- theme/static/css/styles.css | 2 +- theme/static/images/fond.jpg | Bin 2684 -> 0 bytes theme/static/images/header.jpg | Bin 15784 -> 25471 bytes theme/static/images/header.xcf | Bin 840733 -> 834694 bytes theme/templates/header.html | 1 + 6 files changed, 17 insertions(+), 10 deletions(-) delete mode 100755 theme/static/images/fond.jpg 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; diff --git a/theme/static/css/styles.css b/theme/static/css/styles.css index 3ebca0b..348a5ef 100755 --- a/theme/static/css/styles.css +++ b/theme/static/css/styles.css @@ -4,7 +4,7 @@ height:39px; display:block; padding:0; - margin: 0; margin-left:10px; margin-right:10px; + margin: 0; margin-left:5px; margin-right:5px; border-color:#000; } #cssmenu > ul {list-style:inside none; padding:0; margin:0;} diff --git a/theme/static/images/fond.jpg b/theme/static/images/fond.jpg deleted file mode 100755 index 586d52a..0000000 Binary files a/theme/static/images/fond.jpg and /dev/null differ diff --git a/theme/static/images/header.jpg b/theme/static/images/header.jpg index 7b6597d..52b2ddb 100755 Binary files a/theme/static/images/header.jpg and b/theme/static/images/header.jpg differ diff --git a/theme/static/images/header.xcf b/theme/static/images/header.xcf index 17bcaae..38b6a6b 100644 Binary files a/theme/static/images/header.xcf and b/theme/static/images/header.xcf differ diff --git a/theme/templates/header.html b/theme/templates/header.html index 066d71a..6c51cdf 100755 --- a/theme/templates/header.html +++ b/theme/templates/header.html @@ -1,3 +1,4 @@ -- cgit v1.2.3