Gestion simplissime des Todo

crabs_todo-2.0 ©2008-2011 - Christophe Cazajus (crabs-mettre_le_signe_at-crabs-world.com)

~~ / ADMIN / admin.css
Makefile admin.css admin.js index.php var.js var_get.php var_set.php user.js user_list.php user_info.php user_mod.php user_pwd.php user_del.php base.js base_create.php base_upgrade.php base_function.php backup.js backup_list.php backup_do.php backup_restor.php backup_download.php backup_delete.php sql.js sql.php empty.txt
    1 /*
    2 **=============================================================================
    3 ** crabs_todo-2.0 : Gestion simplissime des Todo
    4 ** Copyright (C) 2008-2011 : 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 body {
   24     font-family: sans-serif ;
   25     font-size: 9pt ;
   26     background: #d0d0d0 ;
   27     }
   28 
   29 #menu {
   30     position: absolute ;
   31     top: 0 ; bottom: auto;  height: 2em ;
   32     left: 0 ; right: 0;  width: auto ;
   33     padding: 2px ; vertical-align: bottom ; line-height: 1.8em ;
   34     border-bottom: 2px solid black ;
   35     }
   36 
   37 .mi, .action {
   38     color: #0000d0 ; font-weight: bold ;
   39     padding: 3px 1em ;
   40     cursor: pointer ;
   41     }
   42 .active { background: yellow ; }
   43 .action:hover {
   44     text-decoration: underline ;
   45     }
   46 
   47 #liste {
   48     position: absolute ;
   49     top: 3em ; bottom: 3em;  height: auto ;
   50     left: 1em ; right: auto;  width: 20em ;
   51     background: #e0e0e0 ; border: 1px solid black ;
   52     font-family: monospace ;
   53     }
   54 .pair { background: #e0e0e0 ; }
   55 .impair { background: #d8d8d8 ; }
   56 
   57 #liste div {
   58     padding: 1px 5px ;
   59     cursor: pointer ;
   60     font-weight: bold ;
   61     }
   62 
   63 #actions {
   64     position: absolute ;
   65     top: 3em ; bottom: auto;  height: 1.8em ;
   66     left: 22em ; right: 1em;  width: auto ;
   67     border: 1px solid black ;
   68     line-height: 2em ; padding: 3px ;
   69     }
   70 #actions input, #actions span {
   71     vertical-align: middle ;
   72     margin-left: 0.5em ; margin-right: 0.5em ;
   73     }
   74 #actions input[type=button] {
   75     padding: 0 1em ;
   76     }
   77 
   78 
   79 #contenu {
   80     position: absolute ;
   81     top: 6em ; bottom: 3em;  height: auto ;
   82     left: 22em ; right: 1em;  width: auto ;
   83     background: #e0e0e0 ; border: 1px solid black ;
   84     overflow: auto ;
   85     }
   86 
   87 #message {
   88     font-size: 9pt ;
   89     position: absolute ;
   90     top: auto ; bottom: 0;  height: 1.4em ;
   91     left: 0 ; right: 0;  width: auto ;
   92     vertical-align: middle ;
   93     border: 1px solid black ;
   94     margin: 2px ;
   95     padding: 0.2em 2em 0 2em ;
   96     }
   97 #if_fichier {
   98     position: absolute ;
   99     top: auto ; bottom: 0;  height: 1px ;
  100     left: auto ; right: 0;  width:  1px ;
  101     color: white ;
  102     background: #d0d0d0 ;
  103     border:0 ;
  104     z-index: 5 ;
  105     }
  106 
  107 /* pour SQL */
  108 #sql_input {
  109     position: absolute ;
  110     top: 10px ; bottom: auto ; height: 50px ;
  111     left: 1em ; right: 1em ; width: auto ;
  112     text-align: center ;
  113     }
  114 #sql_input textarea { width: 98% ; height: 98% ; }
  115 #sql_res {
  116     position: absolute ;
  117     top: 70px ; bottom: 10px ; height: auto ;
  118     left: 1em ; right: 1em ; width: auto ;
  119     border: 1px solid black ; padding: 5px ;
  120     overflow: auto ;
  121     }
  122 
  123 /* response sql dans #sql_res de #contenu */
  124 table.sql { border-collapse: collapse ; margin: 0 auto ; }
  125 table.sql td, table.sql th { border: 1px solid black ; padding: 5px ; }
  126 table.sql td { white-space: pre ; }
  127 
  128 /* formulaire simplifie (dans #contenu) */
  129 .boite {
  130     margin: 20px ;
  131     padding: 5px ;
  132     border: 1px solid black ;
  133     }
  134 .boite .ligne {
  135     line-height: 220% ;
  136     }
  137 .boite .ligne * {
  138     vertical-align: middle ;
  139     }
  140 .boite .ligne .label {
  141     display: inline-block ;
  142     width: 28em ;
  143     font-weight: bold ;
  144     text-align: right ;
  145     margin-right: 1em ;
  146     }
  147 .boite .ligne input {
  148     width: 30em ;
  149     }
  150 
  151 /* pour user */
  152 .admin_Y { color: red ; }
  153 .create_N { font-style: italic; }
  154 
Makefile admin.css admin.js index.php var.js var_get.php var_set.php user.js user_list.php user_info.php user_mod.php user_pwd.php user_del.php base.js base_create.php base_upgrade.php base_function.php backup.js backup_list.php backup_do.php backup_restor.php backup_download.php backup_delete.php sql.js sql.php empty.txt
~~ / ADMIN / admin.css

Haut de page

Contacter crabs

Date de génération : 22/09/2011 21:49