diff options
| -rwxr-xr-x | theme/static/css/main.css | 24 | ||||
| -rwxr-xr-x | theme/static/css/styles.css | 2 | ||||
| -rwxr-xr-x | theme/static/images/fond.jpg | bin | 2684 -> 0 bytes | |||
| -rwxr-xr-x | theme/static/images/header.jpg | bin | 15784 -> 25471 bytes | |||
| -rw-r--r-- | theme/static/images/header.xcf | bin | 840733 -> 834694 bytes | |||
| -rwxr-xr-x | theme/templates/header.html | 1 | 
6 files changed, 17 insertions, 10 deletions
| 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.jpgBinary files differ deleted file mode 100755 index 586d52a..0000000 --- a/theme/static/images/fond.jpg +++ /dev/null diff --git a/theme/static/images/header.jpg b/theme/static/images/header.jpgBinary files differ index 7b6597d..52b2ddb 100755 --- a/theme/static/images/header.jpg +++ b/theme/static/images/header.jpg diff --git a/theme/static/images/header.xcf b/theme/static/images/header.xcfBinary files differ index 17bcaae..38b6a6b 100644 --- a/theme/static/images/header.xcf +++ b/theme/static/images/header.xcf 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 @@  <header id="header">      <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1> +    <img src="/theme/images/header.jpg" width="690px"/>  </header> | 
