crabs_firewall-3.0.1 ©2005-2011 - Christophe CAZAJUS (crabs-mettre_le_signe_at-crabs-world.com)
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) #aad4fd ; 25 background-attachment: fixed ; 26 font-family: sans-serif ; font-size: 12px ; 27 } 28 img { margin:0; padding:0; } 29 a { color: #d00000 ; text-decoration: none ; } 30 a:hover { text-decoration: underline ; } 31 a img { border: 0; vertical-align: middle; } 32 33 #menu { 34 position: absolute ; text-align: center ; 35 top: 0 ; left: 0 ; width: 150px ; 36 } 37 body > #menu { position: fixed ; } 38 39 #menu p { 40 font-weight: bold ; line-height: 20px ; 41 margin: 0 10px ; padding:0 ; 42 } 43 #menu p.liste { text-align: left ; } 44 #menu div.select { margin: 0 ; text-align: center ; } 45 #menu div.select select { font-size: 12px ; } 46 47 48 #id_log select { 49 width: 90% ; 50 height: 100px ; 51 } 52 53 #id_config select { 54 width: 90% ; 55 height: 80px ; 56 } 57 58 #id_stat { 59 position: fixed ; 60 top: 330px ; bottom: 10px ; height: auto ; 61 left: 0; right: auto; width: 150px ; 62 display: block ; 63 } 64 #id_stat select { 65 width: 90% ; 66 height: 100% ; 67 } 68 69 #contenu { 70 margin-left: 152px ; 71 } 72 h1 { 73 font-size: 120% ; font-family: serif; font-weight: bold ; 74 text-align: center ; color: #b00000 ; 75 padding: 0 0 0.1em 0 ; 76 border-bottom: 2px solid #b00000 ; 77 margin: 0.4em 0 0.4em 160px ; 78 } 79 h2 { 80 font-size: 120% ; font-family: serif; font-weight: bold ; 81 text-align: right ; color: #b00000 ; 82 padding: 0 0.2em 0.1em 0 ; 83 border-bottom: 2px solid #b00000 ; 84 margin: 0.4em 0 ; 85 } 86 p.info { 87 line-height: 110% ; 88 margin: 1em 0 ; padding: 0 ; 89 } 90 span.em { font-weight: bold ; } 91 span.EM { font-weight: bold ; color: #b00000 ; } 92 93 pre.iptables { 94 padding: 0.1em 1em ; border: 1px solid #d00000 ; 95 margin: 1em 0% ; background: #ffd0d0 ; 96 } 97 pre.log { 98 padding: 0.1em 1em ; border: 1px solid #d00000 ; 99 margin: 1em 2% ; background: #ffd0d0 ; 100 } 101 pre.conf { 102 padding: 0.1em 1em ; border: 1px solid #d00000 ; 103 margin: 1em 10% ; background: #ffd0d0 ; 104 } 105 106 form.date table { 107 border-collapse: collapse ; 108 border-spacing: 0 ; 109 background-color : #ffc0c0 ; 110 border : 1px solid #b00000 ; 111 margin : 0.2em auto ; 112 font-family: sans-serif ; 113 } 114 form.date table td { padding : 0.4em ; } 115 116 p.image { 117 line-height: 100% ; text-align: center ; 118 margin: 2px auto ; padding: 0 ; 119 } 120 121 span.em { font-weight: bold ; } 122 span.EM { font-weight: bold ; color: #b00000 ; } 123 124 .cartouche { 125 border: 2px solid #d00000 ; background: #ffd0d0 ; 126 text-align: center ; color: #d00000 ; 127 padding: 1em ; margin: 10em 10% ; 128 } 129 130 .carton { 131 border: 1px solid #d00000 ; background: #ffd0d0 ; 132 text-align: center ; color: #d00000 ; 133 padding: 4px 0 ; margin: 10px ; 134 line-height: 20px ; 135 } 136
Date de génération : 22/09/2011 21:48