Subversion Repositories eFlore/Archives.chorologie

Rev

Rev 7 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* vim: set expandtab tabstop=4 shiftwidth=4: */
/* ========================================================================================================
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)                                       |
+---------------------------------------------------------------------------------------------------------+
| This file is part of eFlore-Chorologie.                                                                 |
|                                                                                                         |
| 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: echoro.css,v 1.2 2005-02-23 17:29:13 jpm Exp $
===========================================================================================================
 DESCRIPTION :
 Designe de l'application eFlore-Chorologie.
 
===========================================================================================================
 Auteur original :
  Jean-Pascal MILCENT <jpm@tela-botanica.org>
 Autres auteurs :
  Aucun
===========================================================================================================
 AUTEUR   : $Author: jpm $
 VERSION  : $Revision: 1.2 $ $Date: 2005-02-23 17:29:13 $
=======================================================================================================  */

/* +----------------------------------------------------------------------------------------------------+
   |                                                STRUCTURE                                           |
   +----------------------------------------------------------------------------------------------------+*/



/* +----------------------------------------------------------------------------------------------------+
   |                                                  DESIGN                                            |
   +----------------------------------------------------------------------------------------------------+*/

/* Styles de la cartographie*/
#cartographie {
  text-align: center;
}

/* Styles de la recherche alphabétique et du fragmenteur*/
#real_alphabet, #real_page_quantite, #real_nbre_resultat, .nav_fragmenteur {
  text-align: center;
}

/* Styles des résultats de la recherche alphabétique*/
#echoro_resultat {
  border:             3px solid #d0abe1;
  border-collapse:    collapse;
  width:              90%;
  margin:             auto;
}
#echoro_resultat thead, tfoot {
    background-color:#eee1f5;
    border:1px solid #d0abe1;
}

#echoro_resultat tbody {
    background-color:#FFFFFF;
    border:1px solid #d0abe1;
}

#echoro_resultat th {
    font-family:monospace;
    border:1px dotted #d0abe1;
    padding:5px;
    background-color:#eee1f5;
    width:25%;
    text-align:center;
}

#echoro_resultat td {
    font-family:sans-serif;
    font-size:80%;
    border:1px solid #d0abe1;
    padding:5px;
    text-align:center;
}

#echoro_resultat caption {
    font-family:sans-serif;
    text-align: center;
    width:90%;
    margin:auto;
}

/* Information diverses de la chorologie*/
.echoro_pied_page {
  font-family:       Arial, Helvetica, Verdana, sans-serif;
  font-size:         10px;
  color:             #A9A9A9;
  background-color:  #FFFFFF;
}

.echoro_avertissement {
  font-family:       Arial, Helvetica, Verdana, sans-serif;
  font-size:         12px;
  color:             #FF0000;
  background-color:  #FFFFFF;
}

.echoro_lien {
  text-decoration:   none;
  font-family:       Arial, Helvetica, Verdana, sans-serif;
  font-size:         12px;
}

.eflore_lien_info {
  text-decoration:   none;
  color:             #000000;
}

.echoro_ligne_impaire {
  background-color:  #f9f5fa;
}

.echoro_num_taxo {
  color:  #CC0000;
}

.echoro_num_nomen {
  color:  #009900;
}

/* Formatage général du texte de la chorologie*/
/* Ces styles devrait passer dans la feuille de style globale!*/
.texte_g {
  font-weight:       bold;
}

.texte_i {
  font-style:        italic;
}

.texte_j {
  text-align:        justify;
}

.texte_c {
  text-align:        center;
}

.texte_ga {
  text-align:        left;
}

/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
*
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
*/