/* Style type "Index of" Apache classique */ body { font-family: monospace; margin: 20px; background-color: white; color: black; } h1 { font-size: 18px; font-weight: bold; margin-bottom: 20px; } /* Section développement */ .dev-section { background-color: #f0f0f0; border: 1px solid #ccc; padding: 15px; margin-bottom: 20px; border-radius: 4px; } .dev-section h2 { font-size: 16px; margin-top: 0; margin-bottom: 10px; color: #333; } .dev-section form { margin-bottom: 10px; } .dev-section label { display: block; margin-bottom: 5px; font-weight: bold; } .dev-section input[type="text"] { width: 400px; padding: 5px; border: 1px solid #ccc; font-family: monospace; } .dev-section button { padding: 5px 15px; margin-left: 10px; background-color: #007acc; color: white; border: none; cursor: pointer; } .dev-section button:hover { background-color: #005999; } #config-info { font-size: 12px; color: #666; margin-top: 10px; } /* Messages d'erreur */ .error { background-color: #ffe6e6; border: 1px solid #ff9999; padding: 10px; margin-bottom: 20px; color: #cc0000; border-radius: 4px; } /* Loading */ #loading { font-style: italic; color: #666; margin: 20px 0; } /* Tableau des fichiers */ table { border-collapse: collapse; width: 100%; font-family: monospace; font-size: 13px; } th { background-color: #f0f0f0; border: 1px solid #ccc; padding: 8px; text-align: left; font-weight: bold; } td { border: 1px solid #ccc; padding: 8px; vertical-align: top; } tr:nth-child(even) { background-color: #f9f9f9; } tr:hover { background-color: #e6f3ff; } /* Liens et dossiers */ .folder-link { color: #0066cc; text-decoration: none; font-weight: bold; } .folder-link:hover { text-decoration: underline; } .file-link { color: #0066cc; text-decoration: none; } .file-link:hover { text-decoration: underline; } .parent-dir { font-weight: bold; } /* Bouton copier lien */ .copy-btn { background-color: #f0f0f0; border: 1px solid #ccc; padding: 2px 6px; font-size: 11px; cursor: pointer; border-radius: 2px; } .copy-btn:hover { background-color: #e0e0e0; } .copy-btn:active { background-color: #d0d0d0; } /* Tailles de fichiers */ .file-size { text-align: right; font-family: monospace; } .file-date { font-family: monospace; white-space: nowrap; } /* Footer */ address { margin-top: 30px; font-style: italic; font-size: 12px; color: #666; border-top: 1px solid #ccc; padding-top: 10px; } /* Icônes (caractères simples) */ .icon-folder::before { content: "📁 "; } .icon-file::before { content: "📄 "; } .icon-parent::before { content: "⬆️ "; }