Subversion Repositories Applications.papyrus

Rev

Rev 1017 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1017 Rev 2150
1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
2
/* ========================================================================================================
2
/* ========================================================================================================
3
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)                                       |
3
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)                                       |
4
+---------------------------------------------------------------------------------------------------------+
4
+---------------------------------------------------------------------------------------------------------+
5
| This file is part of Papyrus - Admin Menus.                                                             |
5
| This file is part of Papyrus - Admin Menus.                                                             |
6
|                                                                                                         |
6
|                                                                                                         |
7
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General    |
7
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General    |
8
| Public License as published by the Free Software Foundation; either version 2 of the License, or        |
8
| Public License as published by the Free Software Foundation; either version 2 of the License, or        |
9
| (at your option) any later version.                                                                     |
9
| (at your option) any later version.                                                                     |
10
|                                                                                                         |
10
|                                                                                                         |
11
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the    |
11
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the    |
12
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public    |
12
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public    |
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: adme_standard.css,v 1.3 2006-10-06 13:38:45 florian Exp $
18
 CVS : $Id: adme_standard.css,v 1.3 2006-10-06 13:38:45 florian Exp $
19
===========================================================================================================
19
===========================================================================================================
20
 DESCRIPTION : Fichier contenant les styles css de l'application ADME de Papyrus.
20
 DESCRIPTION : Fichier contenant les styles css de l'application ADME de Papyrus.
21
 
21
 
22
 
22
 
23
===========================================================================================================
23
===========================================================================================================
24
 Auteur original : jean-Pascal MILCENT <jpm[at]tela-botanica[point]org>
24
 Auteur original : jean-Pascal MILCENT <jpm[at]tela-botanica[point]org>
25
 
25
 
26
 Autres auteurs : aucun
26
 Autres auteurs : aucun
27
 
27
 
28
===========================================================================================================
28
===========================================================================================================
29
 AUTEUR   : $Author: florian $
29
 AUTEUR   : $Author: florian $
30
 VERSION  : $Revision: 1.3 $ $Date: 2006-10-06 13:38:45 $
30
 VERSION  : $Revision: 1.3 $ $Date: 2006-10-06 13:38:45 $
31
=======================================================================================================  */
31
=======================================================================================================  */
32
 
32
 
33
/* +----------------------------------------------------------------------------------------------------+
33
/* +----------------------------------------------------------------------------------------------------+
34
   |                                                STRUCTURE                                           |
34
   |                                                STRUCTURE                                           |
35
   +----------------------------------------------------------------------------------------------------+*/
35
   +----------------------------------------------------------------------------------------------------+*/
36
 
36
 
37
 
37
 
38
 
38
 
39
/* +----------------------------------------------------------------------------------------------------+
39
/* +----------------------------------------------------------------------------------------------------+
40
   |                                                  DESIGN                                            |
40
   |                                                  DESIGN                                            |
41
   +----------------------------------------------------------------------------------------------------+*/
41
   +----------------------------------------------------------------------------------------------------+*/
42
.adme_img_icone {
42
.adme_img_icone {
43
    border: 0px;
43
    border: 0px;
44
    width:  16px;
44
    width:  16px;
45
    height: 16px;
45
    height: 16px;
46
}
46
}
47
 
47
 
48
.adme_img_plier_deplier {
48
.adme_img_plier_deplier {
49
    border: 0px;
49
    border: 0px;
50
    width:  9px;
50
    width:  9px;
51
    height: 9px;
51
    height: 9px;
52
}
52
}
53
 .menu_classique, .menu_commun {
53
 .menu_classique, .menu_commun {
54
	  list-style-type: none;
54
	  list-style-type: none;
55
}
55
}
56
 
56
 
57
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
57
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
58
*
58
*
59
* $Log: not supported by cvs2svn $
59
* $Log: adme_standard.css,v $
-
 
60
* Revision 1.3  2006-10-06 13:38:45  florian
-
 
61
* ergonomie amélioree
-
 
62
*
60
* Revision 1.2  2005/02/28 11:05:55  jpm
63
* Revision 1.2  2005/02/28 11:05:55  jpm
61
* Modification de la licence.
64
* Modification de la licence.
62
*
65
*
63
* Revision 1.1  2004/11/09 12:51:43  jpm
66
* Revision 1.1  2004/11/09 12:51:43  jpm
64
* Ajout de styles pour les icônes.
67
* Ajout de styles pour les icônes.
65
*
68
*
66
*
69
*
67
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
70
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
68
*/
71
*/