Subversion Repositories Applications.papyrus

Rev

Rev 465 | Rev 603 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 465 Rev 542
Line 13... Line 13...
13
| License for more details.                                                                               |
13
| License for more details.                                                                               |
14
|                                                                                                         |
14
|                                                                                                         |
15
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to   |
15
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to   |
16
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA             |
16
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA             |
17
+---------------------------------------------------------------------------------------------------------+
17
+---------------------------------------------------------------------------------------------------------+
18
 CVS : $Id: defaut.css,v 1.8 2005-09-26 20:18:27 ddelon Exp $
18
 CVS : $Id: defaut.css,v 1.9 2005-10-14 12:59:24 ddelon Exp $
19
===========================================================================================================
19
===========================================================================================================
20
 DESCRIPTION : Fichier de style du site par defaut de Papyrus.
20
 DESCRIPTION : Fichier de style du site par defaut de Papyrus.
Line 21... Line 21...
21
  
21
  
22
===========================================================================================================
22
===========================================================================================================
23
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
23
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
24
 Autres auteurs :  Florian SCHMITT <florian@ecole-et-nature.org>
24
 Autres auteurs :  Florian SCHMITT <florian@ecole-et-nature.org>
Line 25... Line 25...
25
                   David DELON <david.delon@clapas.net>			  
25
                   David DELON <david.delon@clapas.net>			  
26
 
26
 
27
===========================================================================================================
27
===========================================================================================================
28
 AUTEUR   : $Author: ddelon $
28
 AUTEUR   : $Author: ddelon $
Line 29... Line 29...
29
 VERSION  : $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
29
 VERSION  : $Revision: 1.9 $ $Date: 2005-10-14 12:59:24 $
30
=======================================================================================================  */
30
=======================================================================================================  */
31
 
31
 
Line 103... Line 103...
103
.liste_bouton li {display:inline;}
103
.liste_bouton li {display:inline;}
Line 104... Line 104...
104
 
104
 
105
/* Styles propres à Papyrus */
105
/* Styles propres à Papyrus */
Line -... Line 106...
-
 
106
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
-
 
107
 
-
 
108
 
-
 
109
/* Style Client Calendrier */
-
 
110
 
-
 
111
#bazar_applette_calendrier .navi{
-
 
112
	text-align: center;
-
 
113
}
-
 
114
 
-
 
115
#bazar_applette_calendrier .other_month{
-
 
116
	font-size: 0.0em;
-
 
117
}
-
 
118
 
-
 
119
#bazar_applette_calendrier table{
-
 
120
	font-size: 0.8em;
-
 
121
	text-align: center;
-
 
122
	margin: 0 auto;
-
 
123
	border-collapse: collapse;
-
 
124
}
-
 
125
 
-
 
126
#bazar_applette_calendrier table th{
-
 
127
	display:none;
-
 
128
}
-
 
129
 
-
 
130
#bazar_applette_calendrier table td{
-
 
131
//	width: 14%;
-
 
132
	line-height: 2em;
-
 
133
	border: 1px solid #EEE;
-
 
134
}
-
 
135
 
-
 
136
#bazar_applette_calendrier table td a{
-
 
137
	display: block;
-
 
138
	background: #EFA;
-
 
139
	color: #493;
-
 
140
	font-weight: bold;
-
 
141
	text-decoration: none;
-
 
142
}
-
 
143
 
-
 
144
#bazar_applette_calendrier table td a:hover{
-
 
145
	background: #DBB8DC;
-
 
146
	color: #636;
-
 
147
}
106
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
148
 
107
 
149
 
108
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
150
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
-
 
151
*
-
 
152
* $Log: not supported by cvs2svn $
-
 
153
* Revision 1.8  2005/09/26 20:18:27  ddelon
109
*
154
* Appli projet : php5 et generalisation
110
* $Log: not supported by cvs2svn $
155
*
111
* Revision 1.7  2005/09/23 14:17:43  florian
156
* Revision 1.7  2005/09/23 14:17:43  florian
112
* maj squelettes admin + commun
157
* maj squelettes admin + commun
113
*
158
*