Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* vim: set expandtab tabstop=4 shiftwidth=4: */
/* ========================================================================================================
| Copyright (C) 1999-2005 Tela Botanica (accueil@tela-botanica.org) |
+---------------------------------------------------------------------------------------------------------+
| This file is part of Herbier. |
| |
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General |
| Public License as published by the Free Software Foundation; either version 2 of the License, or |
| (at your option) any later version. |
| |
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the |
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
| License for more details. |
| |
| 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: herbier.css,v 1.2 2006-12-08 17:38:36 jp_milcent Exp $
===========================================================================================================
DESCRIPTION : Fichier des styles CSS de Herbier.
===========================================================================================================
Auteur original : Jean-Pascal MILCENT
Autres auteurs : Aucun
===========================================================================================================
AUTEUR : $Author: jp_milcent $
VERSION : $Revision: 1.2 $ $Date: 2006-12-08 17:38:36 $
======================================================================================================= */
/* +----------------------------------------------------------------------------------------------------+
| STRUCTURE |
+----------------------------------------------------------------------------------------------------+*/
/* +----------------------------------------------------------------------------------------------------+
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
dl.hb_affichage_tabulaire {
width: 61em;
}
.hb_affichage_tabulaire dt {
width: 20em;
float: left;
margin: 0;
padding: .2em;
}
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */
.hb_affichage_tabulaire dd {
float: left;
z-index:1;
width: 40em;
margin: 0;
padding: .2em;
}
/* +----------------------------------------------------------------------------------------------------+
/* Autres */
h2, .parent, .hb_espace, .hb_ligne {
clear: both;
}
.hb_titre_en_ligne {
display: inline;
padding-top: 1em;
}
/* +----------------------------------------------------------------------------------------------------+
| DESIGN |
+----------------------------------------------------------------------------------------------------+*/
#hb_renseignement_admin{
max-width:650px;
float:left;}
#hb_logo {
float:right;}
dt, label {
font-weight: bold;
}
form ul {
list-style-type: none;
}
.hb_img_icone {
border:0;
width:9px;
height:9px;
}
.hb_img_fermer {
border:0;
width:9px;
height:9px;
}
.hb_ligne {
border: .2em dotted;
width:4em;
}
.hb_plier_deplier td{
padding:0;
margin:0;
text-align:left;
height:12px;
border-width:0;
}
.hb_arborescence td{
padding:0;
margin: -5px 0 0 0;
text-align:left;
vertical-align:top;
border-width:0;
}
.pair{
background-color: #FAD2C6;
}
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
* Ajout au dépot de l'application Herbiers.
* Elle doit à terme migrer dans eFlore.
*
* Revision 1.3 2005/04/06 13:26:21 jpm
* Correction taille image.
*
* Revision 1.2 2005/04/06 13:23:34 jpm
* Styles généraux des applis Herbiers.
*
* Revision 1.1 2005/03/08 14:14:59 jpm
* Ajout du fichier css de Herbier.
*
*
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
*/