Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 464 → Rev 465

/trunk/sites/commun/generique/styles/defaut.css
15,19 → 15,18
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to |
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
+---------------------------------------------------------------------------------------------------------+
CVS : $Id: defaut.css,v 1.7 2005-09-23 14:17:43 florian Exp $
CVS : $Id: defaut.css,v 1.8 2005-09-26 20:18:27 ddelon Exp $
===========================================================================================================
DESCRIPTION : Fichier de style du site d'administration de Papyrus.
DESCRIPTION : Fichier de style du site par defaut de Papyrus.
===========================================================================================================
Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
Autres auteurs : Florian SCHMITT <florian@ecole-et-nature.org>
David DELON <david.delon@clapas.net>
 
Autres auteurs : Florian SCHMITT <florian@ecole-et-nature.org>
 
===========================================================================================================
AUTEUR : $Author: florian $
VERSION : $Revision: 1.7 $ $Date: 2005-09-23 14:17:43 $
AUTEUR : $Author: ddelon $
VERSION : $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
======================================================================================================= */
 
/* +----------------------------------------------------------------------------------------------------+
42,11 → 41,17
a:active, a:focus {color: #566047;}
p {line-height: 19px;}
acronym {font-weight: bold;text-decoration: none;border-bottom: none;}
 
/* Container general */
#container {margin: auto;text-align: left;background: #FBFBE5;width: 760px;border-left:solid 2px #BCBCAB;border-right:solid 2px #BCBCAB;}
 
/* Le bandeau tout en haut : contient logo, nom */
#zone_bandeau {background: #E9EBD3;width: 760px;height: 70px;margin:5px auto;
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;}
#logo {float : left;margin: 3px 0 0 10px;}
#site_nom {text-align: center;width:180px;margin:20px auto;}
 
/* Menus */
#zone_contours_menu {clear:both;float:left;width:193px;margin:6px 0 20px 10px;border: solid 1px #BCBCAB;background:#FDFDF3;}
#zone_menu {margin:0 15px 0 15px;padding:0;width: 162px;font-size: 70%;border-left:solid 1px #7D8965;border-right:solid 1px #7D8965;}
#zone_menu h3 {border:0;text-align:center;text-decoration:underline;}
60,9 → 65,15
#zone_contenu {width: 530px;margin: 6px 0 10px 217px;font-size:70%;}
#zone_pied {clear:both;text-align:center;background: #E9EBD3;width: 760px;height: 40px;margin:5px auto;
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;font-size:70%;padding-top:5px;}
 
/* Applettes */
 
/* Selecteur Monde */
#selecteur_monde {float: right;width: 200px;padding: 20px 20px 0 0;text-align: right;}
#selecteur_monde legend {display: none;}
#selecteur_monde fieldset {border: 0;margin: 1px;padding: 1px;text-align: right;}
 
/* Identification */
#identification {margin:0 auto;width: 150px;text-align:center;border:solid 1px #BCBCAB;}
#identification fieldset {border: 0;margin: 1px;padding: 1px;}
#identification label {display: block;text-align:left;}
71,6 → 82,7
/* +----------------------------------------------------------------------------------------------------+
| DESIGN |
+----------------------------------------------------------------------------------------------------+*/
h1, h2, h3 {margin-bottom: 10px;height: 22px;border-bottom: 1px solid #7D8965;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
83,11 → 95,13
legend {font-weight:bold;}
input:hover {color #FDFDF3; background:#7D8965;}
input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color #7D8965; background:#FDFDF3;border:solid 1px #7D8965;}
 
/* Mise en ligne des formulaires */
form li {margin:0;padding:0;display: block;}
form ul {margin:0;padding:0;list-style-type: none;}
form label {clear:both;float: left;width:150px;}
.liste_bouton li {display:inline;}
 
/* Styles propres à Papyrus */
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
 
94,6 → 108,9
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/09/23 14:17:43 florian
* maj squelettes admin + commun
*
* Revision 1.1 2005/09/23 14:16:41 florian
* maj squelette commun
*