From 27a6d44cbca5286ce9b6dcc9132a3519d0b6e526 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 3 Oct 2015 10:34:12 +0200 Subject: Update theme (2) --- theme/static/css/main.css | 48 +++++++++++++++++++++------------------------ theme/static/css/styles.css | 1 - 2 files changed, 22 insertions(+), 27 deletions(-) (limited to 'theme/static') diff --git a/theme/static/css/main.css b/theme/static/css/main.css index c0d6f00..0d05438 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -195,38 +195,34 @@ div.admonition-attention { div#page { background : white; + padding: 5px 5px; } - header#header { - //background-image: url("../images/header.jpg") no-repeat; - padding: 5px 5px; - } - - #header>h1 { - left: 20px; - background-color: #323232; - color: #BBBBBB; - letter-spacing: 1px; - font-size: 1.3em; - padding : 0; + #header>h1 { + left: 20px; + background-color: #323232; + color: #BBBBBB; + letter-spacing: 1px; + font-size: 1.3em; + padding : 0; - padding-bottom: 15px; - padding-left: 5px; - padding-top: 5px; + padding-bottom: 15px; + padding-left: 5px; + padding-top: 5px; - margin-bottom: 0; - margin-top: 0; + margin-bottom: 0; + margin-top: 0; + } + #header>h1>a { + text-decoration: inherit; + color: inherit; } - #header>h1>a { - text-decoration: inherit; - color: inherit; - } - #header>img { - display: block; - - } + #header>img { + display: block; + + } nav#cssmenu { width: 100%; @@ -254,7 +250,7 @@ div#page { float: left; line-height: 170%; text-align: justify; - margin: 10px; + margin: 5px; } section#content a img { margin-left: 15px; diff --git a/theme/static/css/styles.css b/theme/static/css/styles.css index 348a5ef..3590ad1 100755 --- a/theme/static/css/styles.css +++ b/theme/static/css/styles.css @@ -4,7 +4,6 @@ height:39px; display:block; padding:0; - margin: 0; margin-left:5px; margin-right:5px; border-color:#000; } #cssmenu > ul {list-style:inside none; padding:0; margin:0;} -- cgit v1.2.3