Accéder au contenu.
Menu Sympa

devel - [Devel] Air1.css

Objet : devel-adl

Archives de la liste

[Devel] Air1.css


Chronologique Discussions 
  • From: Air1 <contact AT air1.fr.vu>
  • To: Developpement de l'Agenda du Libre <devel AT agendadulibre.org>
  • Subject: [Devel] Air1.css
  • Date: Wed, 18 Jan 2006 16:23:07 +0100
  • List-archive: <http://lolut.utbm.info/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Voici une petite mise à jour de ma feuille de style avec une nouveau logo, et une minuscule correction de mise en page...
A+
-- 
Erwan

Msn      blabla AT air1.fr.vu
Jabber   air1 AT jabber.cz
Index: trunk/air1.css
===================================================================
--- trunk/air1.css	(revision 144)
+++ trunk/air1.css	(working copy)
@@ -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;
+}
Index: trunk/funcs.inc.php
===================================================================
--- trunk/funcs.inc.php	(revision 144)
+++ trunk/funcs.inc.php	(working copy)
@@ -597,7 +597,7 @@
 
   <tr>
    <td>
-    Fin:
+    Fin:<br/><br/>
    </td>
    <td>
     <?php generate_date_forms("end", $end); ?><br/><br/>

PNG image




Archives gérées par MHonArc 2.6.16.

Haut de le page