Merge branch 'master' of /home/git/platal into profile_edit
[platal.git] / htdocs / css / humlinux.css
index 00a4887..c462e83 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -30,7 +30,7 @@ fieldset {
 legend {
     background-color: #dddddd;
 }
-    
+
 
 /*******************************************************************************
     2   Styles <p>, <div>, <span>, <li>
@@ -40,7 +40,7 @@ legend {
 h1 {
     color: #000000;
     background-color: #dddddd;
-    background-image: url( "/images/skins/humlinux_titre.jpg");
+    background-image: url( "../images/skins/humlinux_titre.jpg");
     background-repeat: no-repeat;
 }
 
@@ -85,12 +85,12 @@ div.contact div.long {
         [ choix de classes faites par le skinneur
 *******************************************************************************/
 
-#content {
-    background-image: url("/images/skins/humlinux_background.jpg");
+#body-content {
+    background-image: url("../images/skins/humlinux_background.jpg");
     background-repeat: repeat-y;
-    background-position: top;
+    background-position: top left;
 }
-            
+
 #body-logo {
     border-top: none;
     border-bottom: none;
@@ -99,6 +99,7 @@ div.contact div.long {
 }
 
 #body-top {
+    width: 150px;
     border-bottom: 2px solid #777777;
 }
 
@@ -107,13 +108,14 @@ div.contact div.long {
 }
 
 #body-menu {
+    width: 150px;
     border-right: none;
 }
 
 #body-menu .menu_title {
     color : #ffffff;
     background-color: #dddddd;
-    background-image: url("/images/skins/humlinux_menu.jpg");
+    background-image: url("../images/skins/humlinux_menu.jpg");
     border-top: none;
     border-bottom: none;
 }