Subversion Repositories Applications.papyrus

Rev

Rev 199 | 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.10 2005-02-17 16:43:07 florian Exp $
===========================================================================================================
 DESCRIPTION : Fichier de style du site d'administration de Papyrus.
 
 
===========================================================================================================
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>

 Autres auteurs :

===========================================================================================================
 AUTEUR   : $Author: florian $
 VERSION  : $Revision: 1.10 $ $Date: 2005-02-17 16:43:07 $
=======================================================================================================  */

/* +----------------------------------------------------------------------------------------------------+
   |                                                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: 0px;
    left: 100px;
    width: 40%;
    height: 5%;
    line-height: 5%;
}

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

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

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

#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: 0px;
    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: 0px;
    margin: 1px;
    padding: 1px;
    text-align: right;
}
#moteur_recherche legend {
    display: none;
}
#moteur_recherche label {
    display:none;
}

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

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

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

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

#zone_menu #identification {
    width: 100%;
}

#identification fieldset {
    border: 0px;
    margin: 1px;
    padding: 1px;
}

#identification legend {
    display: none;
}

#identification p {
    margin: 0%;
    padding: 0%;
}

#identification label {
    display: block;
}

#zone_contenu {
    position : absolute;
    top: 60px;
    right: 0%;
    width: 75%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

#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-left: 0px;
    margin-left: 0px;
}

#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: 0px 0px 0px 0px;
}

h1 {
    font-size: 2em;
    color:black;
    background-color:transparent;
    text-align:left;
}

h2 {
    font-size: 1.8em;
    color:black;
    background-color:transparent;
    text-align:left;
}

h3 {
    font-size: 1.6em;
    color:black;
    background-color:transparent;
    text-align:left;
}

p {
    background-color:transparent;
    text-align:left;
    margin-left:0px;
    margin-right:0px;
}

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

li {
    background-color:transparent;
    text-align:left;
    margin-left:0px;
    margin-right:0px;
}

a {
    font-weight: bold;
    color: black;
    background-color:transparent;
    text-decoration:none;
}

a:link {
    color: blue;
}

a:visited {
    color: #8b008b;
}

a:hover {
    background-color: #ffd700;
}

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

td {
    text-align:left;
    background-color:transparent;
    border-color:transparent;
    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;
}

/* Styles propres à Papyrus */
.pap_erreur {
    text-align: left !important;
    background-color: #ffffcc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border : 2px;
    border-style: dotted;
    border-color: red;
}


/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* 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 ----------------------------------------------------------------------------------------+
*/