Subversion Repositories Applications.papyrus

Rev

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

Rev 457 Rev 465
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.7 2005-09-23 14:17:43 florian Exp $
18
 CVS : $Id: defaut.css,v 1.8 2005-09-26 20:18:27 ddelon Exp $
19
===========================================================================================================
19
===========================================================================================================
20
 DESCRIPTION : Fichier de style du site d'administration de Papyrus.
20
 DESCRIPTION : Fichier de style du site par defaut de Papyrus.
21
 
-
 
22
 
21
  
23
===========================================================================================================
22
===========================================================================================================
24
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
23
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
25
 
-
 
26
 Autres auteurs : Florian SCHMITT <florian@ecole-et-nature.org>
24
 Autres auteurs :  Florian SCHMITT <florian@ecole-et-nature.org>
-
 
25
                   David DELON <david.delon@clapas.net>			  
Line 27... Line 26...
27
 
26
 
28
===========================================================================================================
27
===========================================================================================================
29
 AUTEUR   : $Author: florian $
28
 AUTEUR   : $Author: ddelon $
30
 VERSION  : $Revision: 1.7 $ $Date: 2005-09-23 14:17:43 $
29
 VERSION  : $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
Line 31... Line 30...
31
=======================================================================================================  */
30
=======================================================================================================  */
32
 
31
 
33
/* +----------------------------------------------------------------------------------------------------+
32
/* +----------------------------------------------------------------------------------------------------+
Line 40... Line 39...
40
a, a:link, a:visited {color: #566047;text-decoration: underline;}
39
a, a:link, a:visited {color: #566047;text-decoration: underline;}
41
a:hover {color: #6878C6;text-decoration: none;}
40
a:hover {color: #6878C6;text-decoration: none;}
42
a:active, a:focus {color: #566047;}   
41
a:active, a:focus {color: #566047;}   
43
p {line-height: 19px;}
42
p {line-height: 19px;}
44
acronym {font-weight: bold;text-decoration: none;border-bottom: none;}
43
acronym {font-weight: bold;text-decoration: none;border-bottom: none;}
-
 
44
 
-
 
45
/* Container general */
45
#container {margin: auto;text-align: left;background: #FBFBE5;width: 760px;border-left:solid 2px #BCBCAB;border-right:solid 2px #BCBCAB;}
46
#container {margin: auto;text-align: left;background: #FBFBE5;width: 760px;border-left:solid 2px #BCBCAB;border-right:solid 2px #BCBCAB;}
-
 
47
 
-
 
48
/* Le bandeau tout en haut : contient logo, nom */
46
#zone_bandeau {background: #E9EBD3;width: 760px;height: 70px;margin:5px auto;
49
#zone_bandeau {background: #E9EBD3;width: 760px;height: 70px;margin:5px auto;
47
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;}
50
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;}
48
#logo {float : left;margin: 3px 0 0 10px;}
51
#logo {float : left;margin: 3px 0 0 10px;}
49
#site_nom {text-align: center;width:180px;margin:20px auto;}
52
#site_nom {text-align: center;width:180px;margin:20px auto;}
-
 
53
 
-
 
54
/* Menus */
50
#zone_contours_menu {clear:both;float:left;width:193px;margin:6px 0 20px 10px;border: solid 1px #BCBCAB;background:#FDFDF3;}
55
#zone_contours_menu {clear:both;float:left;width:193px;margin:6px 0 20px 10px;border: solid 1px #BCBCAB;background:#FDFDF3;}
51
#zone_menu {margin:0 15px 0 15px;padding:0;width: 162px;font-size: 70%;border-left:solid 1px #7D8965;border-right:solid 1px #7D8965;}
56
#zone_menu {margin:0 15px 0 15px;padding:0;width: 162px;font-size: 70%;border-left:solid 1px #7D8965;border-right:solid 1px #7D8965;}
52
#zone_menu h3 {border:0;text-align:center;text-decoration:underline;}
57
#zone_menu h3 {border:0;text-align:center;text-decoration:underline;}
53
#zone_menu ul li {margin-bottom: 5px;padding-bottom: 5px;color: #8C9777;}
58
#zone_menu ul li {margin-bottom: 5px;padding-bottom: 5px;color: #8C9777;}
54
#zone_menu ul {list-style-type: none;}
59
#zone_menu ul {list-style-type: none;}
Line 58... Line 63...
58
#zone_menu ul li a:hover {color: #6878C6;text-decoration: none;}
63
#zone_menu ul li a:hover {color: #6878C6;text-decoration: none;}
59
#zone_menu_haut, #zone_menu_bas {background: transparent url(../images/deco_menu.png) top no-repeat;height:29px;}
64
#zone_menu_haut, #zone_menu_bas {background: transparent url(../images/deco_menu.png) top no-repeat;height:29px;}
60
#zone_contenu {width: 530px;margin: 6px 0 10px 217px;font-size:70%;}
65
#zone_contenu {width: 530px;margin: 6px 0 10px 217px;font-size:70%;}
61
#zone_pied {clear:both;text-align:center;background: #E9EBD3;width: 760px;height: 40px;margin:5px auto;
66
#zone_pied {clear:both;text-align:center;background: #E9EBD3;width: 760px;height: 40px;margin:5px auto;
62
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;font-size:70%;padding-top:5px;}
67
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;font-size:70%;padding-top:5px;}
-
 
68
 
-
 
69
/* Applettes  */
-
 
70
 
-
 
71
/* Selecteur Monde */
63
#selecteur_monde {float: right;width: 200px;padding: 20px 20px 0 0;text-align: right;}
72
#selecteur_monde {float: right;width: 200px;padding: 20px 20px 0 0;text-align: right;}
64
#selecteur_monde legend {display: none;}
73
#selecteur_monde legend {display: none;}
65
#selecteur_monde fieldset {border: 0;margin: 1px;padding: 1px;text-align: right;}
74
#selecteur_monde fieldset {border: 0;margin: 1px;padding: 1px;text-align: right;}
-
 
75
 
-
 
76
/* Identification */
66
#identification {margin:0 auto;width: 150px;text-align:center;border:solid 1px #BCBCAB;}
77
#identification {margin:0 auto;width: 150px;text-align:center;border:solid 1px #BCBCAB;}
67
#identification fieldset {border: 0;margin: 1px;padding: 1px;}
78
#identification fieldset {border: 0;margin: 1px;padding: 1px;}
68
#identification label {display: block;text-align:left;}
79
#identification label {display: block;text-align:left;}
69
#identification input {width:90%;}
80
#identification input {width:90%;}
Line 70... Line 81...
70
 
81
 
71
/* +----------------------------------------------------------------------------------------------------+
82
/* +----------------------------------------------------------------------------------------------------+
72
   |                                                  DESIGN                                            |
83
   |                                                  DESIGN                                            |
-
 
84
   +----------------------------------------------------------------------------------------------------+*/
73
   +----------------------------------------------------------------------------------------------------+*/
85
   
74
h1, h2, h3 {margin-bottom: 10px;height: 22px;border-bottom: 1px solid #7D8965;}
86
h1, h2, h3 {margin-bottom: 10px;height: 22px;border-bottom: 1px solid #7D8965;}
75
h1 {font-size: 1.5em;}
87
h1 {font-size: 1.5em;}
76
h2 {font-size: 1.3em;}
88
h2 {font-size: 1.3em;}
77
h3 {font-size: 1.2em;}
89
h3 {font-size: 1.2em;}
Line 81... Line 93...
81
img {border:0;}
93
img {border:0;}
82
fieldset {border:solid 1px #7D8965;padding:3px;margin:2px;}
94
fieldset {border:solid 1px #7D8965;padding:3px;margin:2px;}
83
legend {font-weight:bold;}
95
legend {font-weight:bold;}
84
input:hover {color #FDFDF3; background:#7D8965;}
96
input:hover {color #FDFDF3; background:#7D8965;}
85
input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color #7D8965; background:#FDFDF3;border:solid 1px #7D8965;}
97
input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color #7D8965; background:#FDFDF3;border:solid 1px #7D8965;}
-
 
98
 
86
/* Mise en ligne des formulaires */
99
/* Mise en ligne des formulaires */
87
form li {margin:0;padding:0;display: block;}
100
form li {margin:0;padding:0;display: block;}
88
form ul {margin:0;padding:0;list-style-type: none;}
101
form ul {margin:0;padding:0;list-style-type: none;}
89
form label {clear:both;float: left;width:150px;}
102
form label {clear:both;float: left;width:150px;}
90
.liste_bouton li {display:inline;}
103
.liste_bouton li {display:inline;}
-
 
104
 
91
/* Styles propres à Papyrus */
105
/* Styles propres à Papyrus */
92
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
106
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
Line 93... Line 107...
93
 
107
 
94
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
108
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
95
*
109
*
-
 
110
* $Log: not supported by cvs2svn $
-
 
111
* Revision 1.7  2005/09/23 14:17:43  florian
-
 
112
* maj squelettes admin + commun
96
* $Log: not supported by cvs2svn $
113
*
97
* Revision 1.1  2005/09/23 14:16:41  florian
114
* Revision 1.1  2005/09/23 14:16:41  florian
98
* maj squelette commun
115
* maj squelette commun
99
*
116
*
100
*
117
*