From: x2000habouzit Date: Wed, 17 Nov 2004 18:56:13 +0000 (+0000) Subject: openweb : the end X-Git-Tag: xorg/old~908 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=269f24c3f841994e32e5cd571994ecee17a50fbc;p=platal.git openweb : the end --- diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index e12eb86..ab63fef 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -24,12 +24,12 @@ *******************************************************************************/ 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 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 index 0000000..ac4081d --- /dev/null +++ b/scripts/migration/0.9.3/20_skins.sql @@ -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'); diff --git a/templates/skin/openweb.tpl b/templates/skin/openweb.tpl index 4e3a5ab..ee42662 100644 --- a/templates/skin/openweb.tpl +++ b/templates/skin/openweb.tpl @@ -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 $ ***************************************************************************} @@ -89,7 +89,7 @@ {/if} {foreach key=menu_item item=menu_url from=$menu_list} - + {$menu_item} {/foreach} {/foreach} {perms level=admin}