openweb : the end
authorx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 18:56:13 +0000 (18:56 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 18:56:13 +0000 (18:56 +0000)
htdocs/css/openweb.css
htdocs/images/skins/OpenWeb.png [new file with mode: 0644]
scripts/migration/0.9.3/20_skins.sql [new file with mode: 0644]
templates/skin/openweb.tpl

index e12eb86..ab63fef 100644 (file)
 *******************************************************************************/
 
 body {
-    background-color:#369;
+    background:#369;
     color: #096;
     font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
-    font-size:small;
     margin:2em 1%;
     padding:0;
+    font-size: 95%;
 }
 
 a:link, a:visited { color: #f60; background: transparent; }
@@ -341,7 +341,7 @@ td.conteneur_tab {
 
 em.intitule {
     color: purple;
-    font-size: small;
+    font-size: 90%;
 }
 
 div#body {
@@ -452,19 +452,16 @@ div.spacer { clear: both; }
     text-align: center;
     padding: 1px;
 
-    color: #003399;
-    background: #e0ffff;
-
     font-family: 'Bauhaus Md BT','Bitstream Vera',sans-serif;
     font-size: 10pt;
     font-weight: bold;
+    color: #000;
+    background: #f5f8fc;
 }
 
-#dev a { text-decoration: underline; }
-#dev a:hover { color: #003399; background: #c0e0e0; }
-
 #db-trace div.hide       { display: none; }
 #db-trace:hover div.hide { display: block }
+#db-trace h1 { margin: 0px; }
 
 #suid {
     color: red;
@@ -508,15 +505,23 @@ table#body {
     padding: 2em 0em 2em 2em;
     border: 0px;
     width: 140px;
-    font-size: 75%;
     font-weight: bold;
     white-space: nowrap;
 }
 
-#body-menu .menu_item {
+#body-menu a {
+    color: #690;
+    display: block;
     padding-left: 4px;
     padding: 2px;
     text-align: left;
+    font-size: 80%;
+    font-family: Bitstream Vera Sans,Verdana,sans-serif;
+}
+
+#body-menu a:hover {
+    color: #690;
+    background: #eaf2db;
 }
 
 #body-menu .menu_title {
@@ -527,6 +532,7 @@ table#body {
     padding: 1px;
     text-transform: uppercase;
     text-align: left;
+    margin: 1ex 0ex;
 }
 
 #content {
@@ -536,7 +542,7 @@ table#body {
 
     background: #f5f8fc;
     border: 1px solid #69c;
-    line-height:150%;
+    line-height:125%;
     padding: 0em 1em 1em 1em;
     margin: 2em;
 }
@@ -548,4 +554,4 @@ table#body {
 }
 
 /* vim: set et ts=4 sts=4 sw=4: */
-/* $Id: openweb.css,v 1.2 2004-11-17 18:24:26 x2000habouzit Exp $ */
+/* $Id: openweb.css,v 1.3 2004-11-17 18:56:13 x2000habouzit Exp $ */
diff --git a/htdocs/images/skins/OpenWeb.png b/htdocs/images/skins/OpenWeb.png
new file mode 100644 (file)
index 0000000..97184bf
Binary files /dev/null and b/htdocs/images/skins/OpenWeb.png differ
diff --git a/scripts/migration/0.9.3/20_skins.sql b/scripts/migration/0.9.3/20_skins.sql
new file mode 100644 (file)
index 0000000..ac4081d
--- /dev/null
@@ -0,0 +1,2 @@
+insert into  skins (id,name,date,comment,auteur,skin_tpl,ext)
+     VALUES  (12,'OpenWeb','2004-11-17','Skin inspirée de http://www.openweb.eu.org/','Pierre Habouzit','openweb.tpl','png');
index 4e3a5ab..ee42662 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: openweb.tpl,v 1.1 2004-11-17 18:16:28 x2000habouzit Exp $
+        $Id: openweb.tpl,v 1.2 2004-11-17 18:56:15 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
@@ -89,7 +89,7 @@
           <div class="menu_title">{$menu_title}</div>
           {/if}
           {foreach key=menu_item item=menu_url from=$menu_list}
-          <div class="menu_item"><a href="{$menu_url|url}">{$menu_item}</a></div>
+          <a href="{$menu_url|url}">{$menu_item}</a>
           {/foreach}
           {/foreach}
           {perms level=admin}