Firewall-Masquerade avec interface http

crabs_firewall-3.0.1 ©2005-2011 - Christophe CAZAJUS (crabs-mettre_le_signe_at-crabs-world.com)

~~ / WWW / SITE / firewall.css
Makefile index.html info.cgi graph.cgi firewall.css firewall.js httprequest.js graph.js favicon.ico firewall.jpeg red.png sel.png
    1 /*
    2 **=============================================================================
    3 ** crabs_firewall-3.0.1 : Firewall-Masquerade avec interface http
    4 ** Copyright (C) 2005-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     background: url(firewall.jpeg) #f0e0e0 ;
   25     background-repeat: repeat ;
   26     background-attachment: fixed ;
   27     font-family: sans-serif ;
   28     font-size: 12px ;
   29     margin: 50px 50px 50px 200px ;
   30     }
   31 
   32 #menu_id {
   33     position: absolute ;
   34     top: 10px ; bottom: auto; height: auto ;
   35     left: 10px ; right: auto ; width: 140px ;
   36     text-align: center ;
   37     line-height: 20px ;
   38     font-weight: bold ;
   39     color: #d00000 ;
   40     border-bottom: 1px solid  #d00000 ;
   41     }
   42 #menu_id p { margin: 2px 0 ; vertical-align: middle ; }
   43 
   44 #config_ti {
   45     position: absolute ;
   46     top: 93px ; bottom: auto; height: auto ;
   47     left: 10px ; right: auto ; width: auto ;
   48     font-weight: bold ;
   49     color: #d00000 ;
   50     }
   51 #config_id {
   52     position: absolute ;
   53     top: 110px ; bottom: auto; height: 66px ;
   54     left: 10px ; right: auto ; width: 140px ;
   55     border-bottom: 1px solid  #d00000 ;
   56     padding-bottom: 6px ;
   57     }
   58 #config_sl {
   59     width: 100% ;
   60     height: 100% ;
   61     font-size: 12px ;
   62     }
   63 
   64 #log_ti {
   65     position: absolute ;
   66     top: 193px ; bottom: auto; height: auto ;
   67     left: 10px ; right: auto ; width: auto ;
   68     font-weight: bold ;
   69     color: #d00000 ;
   70     }
   71 #log_id {
   72     position: absolute ;
   73     top: 210px ; bottom: auto; height: 96px ;
   74     left: 10px ; right: auto ; width: 140px ;
   75     border-bottom: 1px solid  #d00000 ;
   76     padding-bottom: 6px ;
   77     }
   78 #log_sl {
   79     width: 100% ;
   80     height: 100% ;
   81     font-size: 12px ;
   82     }
   83 
   84 #graph_ti {
   85     position: absolute ;
   86     top: 323px ; bottom: auto; height: auto ;
   87     left: 10px ; right: auto ; width: auto ;
   88     font-weight: bold ;
   89     color: #d00000 ;
   90     }
   91 #graph_id {
   92     position: absolute ;
   93     top: 340px ; bottom: 10px; height: auto ;
   94     left: 10px ; right: auto ; width: 140px ;
   95     }
   96 #graph_sl {
   97     width: 100% ;
   98     height: 100% ;
   99     font-size: 12px ;
  100     }
  101 
  102 #titre_id {
  103     position: absolute ;
  104     top: 0px ; bottom: auto; height: 30px ;
  105     left: 160px ; right: 10px ; width: auto ;
  106     border-bottom: 2px solid #d00000 ;
  107     line-height: 28px ;
  108     vertical-align: middle ; text-align: center ;
  109     font-size: 16px ;
  110     font-weight: bold ;
  111     color: #d00000 ;
  112     }
  113 
  114 #travail_id {
  115     position: absolute ;
  116     top: 40px ; bottom: 10px; height: auto ;
  117     left: 160px ; right: 10px ; width: auto ;
  118     overflow: auto ;
  119     }
  120 #travail_id pre {
  121     margin: 20px 10px ;
  122     border: 2px solid #d00000 ;
  123     padding: 5px ;
  124     background: #ffd0d0 ;
  125     }
  126 #travail_id pre .em {
  127     text-align: center ;
  128     padding: 2px ;
  129     font-size: 16px ;
  130     font-weight: bold ;
  131     color: #d00000 ;
  132     background: #e6bbbb ;
  133     }
  134 
  135 p.lien { cursor: pointer ; text-decoration: none ; }
  136 p.lien:hover { text-decoration: underline ; }
  137 
  138 .encart {
  139     padding: 2px ;
  140     border: 1px solid #d00000 ;
  141     background: #ffd0d0 ;
  142     }
  143 
  144 .info {
  145     margin: 135px 50px 0 50px ;
  146     padding: 10px ;
  147     border: 2px solid #d00000 ;
  148     background: #ffd0d0 ;
  149     font-size: 16px ;
  150     color: #d00000 ;
  151     vertical-align: middle ; text-align: center ;
  152     line-height: 28px ;
  153     }
  154 .info em { font-weight: bold ; }
  155 
  156 .form {
  157     margin: 0 ; padding: 0 ;
  158     border: 2px solid #d00000 ;
  159     background: #ffd0d0 ;
  160     font-size: 12px ;
  161     color: #d00000 ;
  162     vertical-align: middle ; text-align: center ;
  163     line-height: 36px ;
  164     }
  165 .form input { margin-right: 8px ; }
  166 
  167 #debug {
  168     display: none ;
  169     position: absolute ;
  170     top: 80px ; bottom: 50px; height: auto ;
  171     left: 200px ; right: 50px ; width: auto ;
  172     overflow: auto ;
  173     background: #f0f0f0 ;
  174     z-index: 2 ;
  175     border: 2px solid black ;
  176     padding: 5px ;
  177     }
  178 
  179 #sel_ir0, #sel_is0, #sel_ir1, #sel_is1, #sel_icpu {
  180     position: absolute ;
  181     top: 0 ; bottom: auto ; height: 0 ;
  182     left: 0 ; right: auto ; width: 0 ;
  183     display: none ;
  184     background: url(sel.png) ;
  185     z-index: 3 ;
  186     }
  187 
Makefile index.html info.cgi graph.cgi firewall.css firewall.js httprequest.js graph.js favicon.ico firewall.jpeg red.png sel.png
~~ / WWW / SITE / firewall.css

Haut de page

Contacter crabs

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