crabs_web_event-2.0 ©2005-2006 - Christophe CAZAJUS (crabs-mettre_le_signe_at-crabs-world.com)
1 /* 2 **============================================================================= 3 ** crabs_web_event-2.0 : Site PHP+MySQL Evénementiel 4 ** Copyright (C) 2005-2006 : 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: 12pt ; 28 width: 100% ; 29 margin: 0 ; padding: 0 ; 30 } 31 a { color: #4040f0 ; text-decoration: none ; } 32 a:hover { text-decoration: underline ; } 33 34 #logo { 35 text-align: center ; 36 } 37 #logo h1 { 38 font-family: serif ; 39 font-weight: bold ; font-size: 160% ; 40 margin: 0.2em 0 0.2em 0; 41 } 42 #logo p { 43 font-style: italic ; 44 margin: 0.2em 0 0.7em 0 ; 45 } 46 #titre div.ancre { margin: 0 ; padding: 0; text-align: left; } 47 .invisible { color: white; } 48 49 #menu { 50 font-size: 10pt ; 51 position: absolute ; 52 width: 15% ; left: auto ; right: 1% ; top: 120px ; 53 padding-bottom: 0.2em ; border: 2px solid #606060 ; 54 background: #f8f8f8; 55 text-align: center ; 56 } 57 #menu h1 58 { 59 padding: 5px 0 ; margin: 0 0 0.2em 0 ; 60 border: 0 ; border-bottom: 2px solid #606060 ; 61 font-weight: bold ; font-size: 140% ; font-family: serif ; 62 background: #f0f0f0; 63 } 64 #menu p { 65 margin: 0.4em 0 0.4em 0em ; padding: 0 ; 66 font-weight: bold ; 67 } 68 #menu p.spacer { 69 margin: 0.4em 10px 0.4em 10px ; 70 border-top : 1px solid #606060 ; 71 padding-top: 0.4em ; 72 } 73 74 #contenu { 75 width: 80% ; margin: 2em 18% 2em 2% ; 76 } 77 #contenu table.liste { 78 width: 80% ; margin: 1em 10% ; 79 border-collapse: collapse ; 80 } 81 #contenu table.liste td { border: 1px solid black ; padding: 0.1em 0.5em; } 82 #contenu table.list th { border: 1px solid black ; } 83 84 #contenu form table { 85 width: 96% ; margin: 1em 2% ; 86 border-collapse: separate ; border-spacing: 2px ; 87 border: 2px solid black ; 88 background: #e8e8e8; 89 } 90 #contenu form table th { 91 border: 2px solid black ; padding: 0.1em 0.1em; 92 background: #f8f8f8; 93 } 94 #contenu form table td { border: 0 } 95 #contenu form table td.label { font-weight: bold; text-align: right; } 96 #contenu form table td.button { text-align: center; } 97 #contenu form table td.button input { margin: 0.2em 3em; } 98 #contenu p.info { 99 padding: 0 ; margin: 1em 10%; 100 text-align: center ; font-style: italic ; font-size:83% ; 101 } 102 103 #bas_de_page { 104 width: 64% ; margin: 8em 18% 500px ; 105 text-align: center ; font-weight: bold ; 106 } 107
Date de génération : 22/09/2011 21:48