Crabs Contents Management System

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

~~ / MEMBRE / GESTION / gestion.css
Makefile gestion.xsl gestion.css saisie.js index.php index_publie.php tout_publier.php tout_publier.js dossier.php dossier_ajout.php dossier_ajout_done.php dossier_done.php dossier_publie.php dossier_suppr.php article.php article_ajout.php article_done.php article_publie.php article_liste.php article_info.php article_suppr.php document.php document_upload.php document_suppr.php document_liste.php image.php image_upload.php image_suppr.php image_liste.php image_info.php photo.js photo.php photo_upload.php photo_download.php photo_album_modif.php photo_modif.php photo_liste.php photo_info.php photo_album_liste.php photo_album_info.php news.php news_ajout.php news_modifier.php news_done.php news_publie.php editeur.js fichier.php fichier_done.php fichier_cnt.php profil.php profil_done.php passwd.php membre.php calendrier.php calendrier.js cal_done.php forum.php forum.js forum_modif.php
    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: #fff0f0 ;
   26     color: black ;
   27     font-family: sans-serif ; font-size: 12px ! important ;
   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 #logo {
   34     text-align: center ;
   35     background: #f0e0e0 ;
   36     font-family: serif ;
   37     font-weight: bold ; font-size: 160% ;
   38     margin: 0 ; padding: 0.3em 0 ;
   39     }
   40 #menu_principal {
   41     margin: 0 0 0.5em 0 ; padding: 0.3em 2em ;
   42     background: #f0e0e0 ;
   43     border-bottom: 2px solid red ;
   44     }
   45 #menu_principal span.a_droite {
   46     font-weight: bold ; margin: 0.2em 1em ; float:right ;
   47     }
   48 #menu_principal span.item {
   49     font-weight: bold ; margin: 0.2em 1em ;
   50     }
   51 
   52 form table {
   53     margin: 0 auto ;
   54     border: 2px solid black ;
   55     border-collapse : separate ; border-spacing: 2px ;
   56     background: #f8f8f8 ;
   57     }
   58 form table th {
   59     border: 2px solid black ;
   60     padding: 2px ;
   61     background: #f0f0f0 ;
   62     text-align: center ; font-weight: bold ; font-size: 120% ;
   63     }
   64 form table td { padding: 2px 2em 2px 0 ; }
   65 form table td.label {
   66     padding: 2px 0.5em 2px 2em ;
   67     text-align: right ; font-weight: bold ;
   68     }
   69 form table td.bouton {
   70     text-align: right ;
   71     padding: 2px 3.0em 2px 2em ;
   72     }
   73 form table td.info {
   74     padding : 0 ;
   75     text-align: center ;
   76     font-style : italic ;
   77     }
   78 
   79 #membre {
   80     position: absolute ;
   81     top: 8em ; bottom: auto ; height: 100px ;
   82     left: 81% ; right: 1% ; width: 18% ;
   83     padding: 2px ;
   84     border: 1px solid red ;
   85     }
   86 #membre h1 {
   87     margin: 2px 0 ; padding: 0 0 3px 0 ;
   88     font-size: 120%; text-align: center ;
   89     border-bottom: 1px solid red ;
   90     }
   91 #membre p {
   92     font-size: 100%; text-align: center ;
   93     margin: 4px 0;
   94     }
   95 #membre p a { font-weight: bold ; }
   96 table.liste { border-collapse : collapse ; }
   97 
   98 table.liste tr {
   99     border-bottom: 1px solid black ;
  100     }
  101 table.liste tr.pair { background: #f8f8f8; }
  102 table.liste td, table.liste th { padding: 0.2em 0.6em; }
  103 
  104 div.documents_titre {
  105     margin: 1em 21% 0 1% ; text-align: center ;
  106     font-size:125% ; font-weight: bold ;
  107     }
  108 #saisie { margin: 2em 21% 2em 1% ; }
  109 #explorateur {
  110     margin: 2em 21% 2em 1% ;
  111     border: 1px solid red ; padding: 5px ;
  112     font-family: monospace ;
  113     }
  114 #explorateur div.dossier {
  115     margin: 0 0 0 5px ;
  116     padding: 0 0 0 9px ;
  117     border: 2px solid #fff0f0 ; /* cadre couleur de fond pour IE */
  118     border-left: 2px solid red ;
  119     }
  120 #explorateur p { margin: 1px 0 ; padding: 0 ; line-height : 140%; }
  121 #explorateur img {
  122     margin: 0 4px ; padding: 0; border: 0 ;
  123     vertical-align: middle ;
  124     }
  125 
  126 #tout_publier {
  127     margin: 2em 21% 2em 1% ;
  128     padding: 0em ; text-align: center ;
  129     }
  130 #tout_publier p { text-align: center ; margin: 0 ; padding: 0 ;}
  131 #tout_publier pre.listing {
  132     border: 1px solid red ; margin: 1em 2% ; padding: 5px ;
  133     overflow: auto ; width: 96% ; height: 350px ;
  134     background: white ;
  135     text-align: left ;
  136     }
  137 
  138 #aide_saisie {
  139     position: absolute ; display: none ;
  140     top: 220px; bottom: auto ; /*height: 400px ;*/
  141     left: 81% ; right: 1% ; width: 18% ;
  142     padding: 2px ;
  143     border: 1px solid red ;
  144     }
  145 #aide_saisie h1 {
  146     font-size: 100% ; margin: 0.5em 0 ; padding : 0 ;
  147     }
  148 #aide_saisie p {
  149     margin: 0.2em 0 ; padding : 0 ;
  150     }
  151 
  152 #albums { margin: 1em 21% 2em 1% ; }
  153 #albums div.album {
  154     margin: 5px 0 ;
  155     border: 2px solid black ;
  156     background: #ffd0d0 ;
  157     }
  158 #albums div.photo {
  159     margin: 5px 0 ; padding: 0 0 0 110px ;
  160     border: 2px solid black ;
  161     background: #ffd0d0 ;
  162     position: relative ;
  163     }
  164 #albums p { clear: both ; margin: 2px 0 ; }
  165 #albums p span.label {
  166     text-align: right ; font-weight: bold ;
  167     float: left ; width: 8em ; padding: 0 6px 0 0 ;
  168     }
  169 #albums p span.input {  float: left ; padding: 0 6px 0 0 ; }
  170 #albums p.bouton { text-align: right ; margin-right: 2em ; }
  171 #albums div.vignette {
  172     position: absolute ; top:5px ; left: 5px ;
  173     }
  174 #albums div.vignette a img { border: 2px solid #ffd0d0 ; }
  175 #albums div.vignette a:hover img { border: 2px solid #4040f0 ; }
  176 
  177 #editeur { margin: 1em 21% 2em 1% ; }
  178 #editeur h1 { font-size: 120% ; text-align:center ; margin: 2px 0 ; }
  179 #editeur p { text-align:center ; margin: 2px 0 ; }
  180 
Makefile gestion.xsl gestion.css saisie.js index.php index_publie.php tout_publier.php tout_publier.js dossier.php dossier_ajout.php dossier_ajout_done.php dossier_done.php dossier_publie.php dossier_suppr.php article.php article_ajout.php article_done.php article_publie.php article_liste.php article_info.php article_suppr.php document.php document_upload.php document_suppr.php document_liste.php image.php image_upload.php image_suppr.php image_liste.php image_info.php photo.js photo.php photo_upload.php photo_download.php photo_album_modif.php photo_modif.php photo_liste.php photo_info.php photo_album_liste.php photo_album_info.php news.php news_ajout.php news_modifier.php news_done.php news_publie.php editeur.js fichier.php fichier_done.php fichier_cnt.php profil.php profil_done.php passwd.php membre.php calendrier.php calendrier.js cal_done.php forum.php forum.js forum_modif.php
~~ / MEMBRE / GESTION / gestion.css

Haut de page

Contacter crabs

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