Crabs Contents Management System

crabs_cms-1.0.4 ©2006-2008 - Christophe Cazajus (crabs-mettre_le_signe_at-crabs-world.com)

~~ / STYLE / admin.css
Makefile admin.css
    1 /*
    2 **=============================================================================
    3 ** crabs_cms-1.0.4 : Crabs Contents Management System
    4 ** Copyright (C) 2006-2008 : Christophe Cazajus (crabs-mettre_le_signe_at-crabs-world.com)
    5 **
    6 ** Ce source fait partie d'un projet logiciel libre. Vous pouvez le distribuer
    7 ** et/ou le modifier en respectant les termes de la GNU General Public License
    8 ** version 2 ou (suite a votre propre choix) une version ulterieure.
    9 **
   10 ** Ce programme est distribue dans l'espoir qu'il puisse etre utile, mais
   11 ** sans aucune garantie, meme si il est associe a un produit qui vous en
   12 ** propose une. Conformez-vous a la GNU General Public License pour avoir
   13 ** plus de precisions.
   14 **
   15 ** L'auteur ne peut etre tenu responsable de l'utilisation faite des
   16 ** composantes associees a ce projet (en partie ou dans leur totalite).
   17 **
   18 ** Une copie du fichier de la GNU GPL est fournie dans le repertoire DOC
   19 ** de ce projet sous le nom gnu_gpl.txt
   20 **
   21 **=============================================================================
   22 */
   23 /* Style epurée très classique */
   24 body {
   25     background: white ;
   26     color: black ;
   27     font-family: sans-serif ; font-size: 12px ;
   28     width: 100% ;
   29     margin: 0 ; padding: 0 0 8em 0 ;
   30     }
   31 a { color: #4040f0 ; text-decoration: none ; }
   32 a:hover { text-decoration: underline ; }
   33 
   34 #logo {
   35     text-align: center ;
   36     background: #f0f0f0 ;
   37     font-family: serif ;
   38     font-weight: bold ; font-size: 160% ;
   39     margin: 0 ; padding: 0.3em 0 ;
   40     }
   41 #menu_principal {
   42     margin: 0 0 0.5em 0 ; padding: 0.3em 2em ;
   43     background: #f0f0f0 ;
   44     border-bottom: 2px solid black ;
   45     }
   46 #menu_principal span.item {
   47     font-weight: bold ; margin: 0.2em 1em ;
   48     }
   49 
   50 #contenu { margin: 1em ; }
   51 #contenu form table { margin: 0 auto ; }
   52 
   53 #liste_gauche {
   54     position: absolute ;
   55     top: 5em ; bottom: 5em ; height: auto ;
   56     left: 1% ; right: 49% ; width: 50% ;
   57     overflow: auto ;
   58     border: 2px solid black ;
   59     }
   60 #form_droite {
   61     position: absolute ;
   62     top: 5em ; bottom: 5em ; height: auto ;
   63     left: 51% ; right: 1% ; width: 48% ;
   64     }
   65 
   66 form table {
   67     margin: 0 auto ;
   68     border: 2px solid black ;
   69     border-collapse : separate ; boder-spacing: 2px ;
   70     background: #f8f8f8 ;
   71     }
   72 form table th {
   73     border: 2px solid black ;
   74     padding: 2px ;
   75     background: #f0f0f0 ;
   76     text-align: center ; font-weight: bold ; font-size: 120% ;
   77     }
   78 form table td { padding: 2px 2em 2px 0 ; }
   79 form table td.label {
   80     padding: 2px 0.5em 2px 2em ;
   81     text-align: right ; font-weight: bold ;
   82     }
   83 form table td.bouton {
   84     text-align: right ;
   85     padding: 2px 3.0em 2px 2em ;
   86     }
   87 
   88 #produit {
   89     position: absolute ;
   90     top: auto ; bottom: 0 ; height: 3em ;
   91     left: 10% ; right: 10% ; width: 80% ;
   92     padding-top: 1em ; text-align: center ;
   93     border-top: 1px solid black ;
   94     font-style: italic ;
   95     }
   96 
   97 table.liste { border-collapse : collapse ; }
   98 
   99 table.liste tr {
  100     border-bottom: 1px solid black ;
  101     }
  102 table.liste tr.pair { background: #f8f8f8; }
  103 table.liste td, table.liste th { padding: 0.2em 0.6em; }
Makefile admin.css
~~ / STYLE / admin.css

Haut de page

Contacter crabs

Date de génération : 24/10/2008 21:34