Accéder au contenu.
Menu Sympa

devel - [Devel] r145 - trunk

Objet : devel-adl

Archives de la liste

[Devel] r145 - trunk


Chronologique Discussions 
  • From: thomas AT lolut.utbm.info
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r145 - trunk
  • Date: Wed, 18 Jan 2006 20:35:13 +0100 (CET)
  • List-archive: <http://lolut.utbm.info/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Author: thomas
Date: 2006-01-18 20:35:11 +0100 (Wed, 18 Jan 2006)
New Revision: 145

Added:
trunk/baby_gnu_adl.png
Modified:
trunk/air1.css
trunk/funcs.inc.php
Log:
Mise a jour de la CSS, par Air1, avec un nouveau logo.

Modified: trunk/air1.css
===================================================================
--- trunk/air1.css 2006-01-17 13:30:44 UTC (rev 144)
+++ trunk/air1.css 2006-01-18 19:35:11 UTC (rev 145)
@@ -1,4 +1,4 @@
-/* Copyright 2005
+/* Copyright 2006
* - Erwan Leherisse <contact CHEZ air1 POINT fr POINT vu>
* - M�lanie Bats <melanie POINT bats CHEZ utbm POINT fr>
* - Thomas Petazzoni <thomas POINT petazzoni CHEZ enix POINT org>
@@ -33,7 +33,7 @@
margin: 5px 5px 5px 5px;
padding: 10px 10px 10px 10px;
color: black;
- background: url('tux-adl.png') 30px 10px no-repeat white;
+ background: url('baby_gnu_adl.png') 30px 10px no-repeat white;
-moz-border-radius: 30px;
}

@@ -43,6 +43,7 @@
font-size: 14px;
margin: 5px 5px 5px 5px;
text-align: center;
+ -moz-border-radius: 30px 30px 0 0;
}

#important
@@ -160,7 +161,7 @@
* days in the current month.
*/
td.current_month {
- background: #e0faff;/*e0faff--e6fbff*/
+ background: #e5f6ff;/*e0faff--e6fbff--e5f6ff*/
}

/*
@@ -192,34 +193,25 @@
font-weight: bold;
}

-/*
- * Region map
- */
-
#region-map
{
- text-align: center;
border: 0;
-/*
- * Alternative solution
- * margin-left: 8em;
- */
+ margin-left: 16em;
}

dl.region-map-event
{
- border: 1px #364970 solid;
- background: #dfedff;
-/* position: absolute; */
- position: fixed;
- text-align: left;
- padding: 3px;
- width: 15em;
- z-index: 2;
- margin: 0.5em 0 0 0;
- overflow: hidden;
- list-style: none;
- visibility: hidden;
+ -moz-border-radius: 20px 0 20px 0;
+ border: 1px outset #000;
+ background-color: #e5f6ff;
+ position: fixed;
+ text-align: left;
+ padding: 3px;
+ width: 15em;
+ z-index: 2;
+ margin: 0.5em 0 0 0;
+ overflow: hidden;
+ list-style: none;
}

dl.region-map-event dt
@@ -229,6 +221,7 @@
padding: 0;
margin: 0;
margin-bottom: 0.2em;
+ border-bottom: 1px solid black;
}

dl.region-map-event dd
@@ -240,3 +233,82 @@
margin-bottom: 0.3em;
font-size: 12px;
}
+
+dl.region-map-event ul
+{
+ line-height: 1.2em;
+}
+
+/*
+ * Advises for event submission. (used only in submit.php)
+ */
+#advises
+{
+ background-color: #e5f6ff;
+ margin-left: 100px;
+ margin-right: 100px;
+ padding-left: 10px;
+ padding-right: 10px;
+ -moz-border-radius: 30px 0 30px 0;
+ border: 1px outset #000;
+}
+
+#advises h1
+{
+ font-size:22px;
+ font-family: Arial,Helvetica,sans-serif;
+ color : #5d6064;
+}
+
+/*
+ * Statistics (used only by stats.php)
+ */
+
+table.stats {
+ width: 60%;
+}
+
+table.stats tr.odd {
+ background-color: #e5f6ff;
+}
+
+table.stats tr.even {
+ background-color: #b9d8ff;
+}
+
+table.stats td.item {
+ width: 90%;
+}
+
+table.stats td.value {
+ text-align: right;
+}
+
+/*
+ * Lug list (used only by showevent.php)
+ */
+#lug-list
+{
+ -moz-border-radius: 30px 0 30px 0;
+ border: 1px outset #000;
+ background: #e5f6ff;
+ float: right;
+ margin-right: 1.2em;
+ margin-top: 8em;
+ width: 15em;
+ padding: 5px;
+ font-size: 12px;
+}
+
+#lug-list h1
+{
+ font-size: 12px;
+ font-family: Arial,Helvetica,sans-serif;
+ border-bottom: 1px black solid;
+ padding-bottom: 2px;
+}
+
+#lug-list ul
+{
+ line-height: 1.2em;
+}

Added: trunk/baby_gnu_adl.png
===================================================================
(Binary files differ)


Property changes on: trunk/baby_gnu_adl.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream

Modified: trunk/funcs.inc.php
===================================================================
--- trunk/funcs.inc.php 2006-01-17 13:30:44 UTC (rev 144)
+++ trunk/funcs.inc.php 2006-01-18 19:35:11 UTC (rev 145)
@@ -597,7 +597,7 @@

<tr>
<td>
- Fin:
+ Fin:<br/><br/>
</td>
<td>
<?php generate_date_forms("end", $end); ?><br/><br/>





  • [Devel] r145 - trunk, thomas, 18/01/2006

Archives gérées par MHonArc 2.6.16.

Haut de le page