Subversion Repositories Applications.papyrus

Rev

Rev 362 | Go to most recent revision | Blame | 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 Papyrus.                                                                           |
|                                                                                                         |
| 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: admin.css,v 1.13 2005-07-18 16:14:32 ddelon Exp $
===========================================================================================================
 DESCRIPTION : Fichier de style du site d'administration de Papyrus.
 
 
===========================================================================================================
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>

 Autres auteurs :

===========================================================================================================
 AUTEUR   : $Author: ddelon $
 VERSION  : $Revision: 1.13 $ $Date: 2005-07-18 16:14:32 $
=======================================================================================================  */

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

#zone_bandeau {
  position : absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

#logo {
  float : left;
  height: 20%;
  width: 20%;
}

#site_nom {
  position : absolute;
  top: 0;
  left: 100px;
   width: 40%;
   height: 5%;
   line-height: 5%;
}

.menu_commun_n1 {
  position : absolute;
  bottom: 0;
  left: 100px;
  margin: 0;
  padding: 0;
}

#accessibilite {
  position : absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  margin: 0;
  padding: 0;
  text-align: right;
}

.menu_commun_n1 li, #accessibilite li {
  display: inline;
  line-height: 5%;
}

#selecteur_monde {
  position : absolute;
  top: 0;
  right: 0;
  height: 10%;
  width: 40%;
  text-align: right;
}

#selecteur_monde legend {
  display: none;
}

#selecteur_monde fieldset {
  border: 0;
  margin: 1px;
  padding: 1px;
  text-align: right;
}

#moteur_recherche {
  position : absolute;
  bottom: 0;
  right: 200px;
  margin: 0;
  padding: 0;
  height: 40%;
}

#moteur_recherche fieldset {
  border: 0;
  margin: 1px;
  padding: 1px;
  text-align: right;
}

#moteur_recherche legend, #identification legend, #moteur_recherche label {
  display: none;
}

#zone_menu {
  position : absolute;
  top: 80px;
  left: 0;
  width: 20%;
  margin: 5px 0 50px 5px;
  padding: 5px 0 50px 5px;
}

#zone_menu .menu_classique_n1 {
  margin: 0 0 0 5px;
  padding: 0;
  text-align: left;
}

#zone_menu .menu_classique_n2 {
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
}

#zone_menu .menu_classique_n3 {
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
}

#identification {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
}
#identification fieldset {
  border: 0;
  margin: 1px;
  padding: 1px;
}
#identification label {
  display: block;
  text-align:left;
}
#identification input {
  width:90%;
}
#identification input#connexion{
  width:auto;
}
#zone_contenu {
  position : absolute;
  top: 80px;
  right: 0;
  width: 73%;
  margin: 1%;
  padding: 1%;
}

#zone_contenu #zone_pied p {
  text-align: center;
}

/* Mise en ligne des boutons de formulaire */
form .liste_bouton li {
  display: inline;
}

/* Alignement des champs de formulaire */
#zone_contenu form fieldset ul li {
  text-align: left;
  padding: 0;
  margin: 0;
}

#zone_contenu form label {
  float: left;
  width: 25%;
  text-align: left;
}

/* +----------------------------------------------------------------------------------------------------+
   |                                                  DESIGN                                            |
   +----------------------------------------------------------------------------------------------------+*/
body {
  font-size: 90%;
  font-family: arial, verdana, sans-serif;
  color:black;
  background-color: white;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  color:black;
  text-align:left;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

p {
  text-align:left;
  margin-left:0;
  margin-right:0;
}

form ul {
  list-style-type: none;
}

li {
  text-align:left;
  margin-left:0;
  margin-right:0;
}

a {
  font-weight: bold;
  text-decoration:none;
}
a:link {
  color: blue;
}
a:visited {
  color: #8b008b;
}
a:hover {
  background-color: #ffd700;
}

table {
  border-style:solid;
  border-width:1px;
}

td {
  text-align:left;
  border-style:solid;
  border-width:1px;
}

#zone_bandeau {
  border: 1px dashed red;
}

#zone_bandeau #logo h1 {
  font-size: 1em;
}

#zone_menu {
  border: 1px dashed blue;
}

#zone_menu ul {
  font-size: 100%;
  list-style-type: none;
}

#zone_contenu {
  border: 1px dashed green;
}

/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.12  2005/04/25 13:57:13  jpm
* Utilisation de pourcentage pour les marges de la zone de contenu.
*
* Revision 1.11  2005/04/25 12:01:10  jpm
* Amýlioration de la syntaxde des styles.
*
* Revision 1.10  2005/02/17 16:43:07  florian
* enlever les attributs pour cacher les chronomýtres
*
* Revision 1.9  2004/12/01 17:42:30  jpm
* Ajout du style pour le moteur de recherche.
*
* Revision 1.8  2004/11/26 19:11:05  jpm
* Modification de la css des menus communs.
*
* Revision 1.7  2004/11/15 17:43:33  jpm
* Changement de nom de classes.
*
* Revision 1.6  2004/11/09 11:56:09  jpm
* Gestion de l'affichage des erreurs.
*
* Revision 1.5  2004/10/25 13:41:28  jpm
* Ajout de nouvelles classes.
*
*
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
*/