Outils pour utilisateurs

Outils du site


article:lecture_de_cd_audio_sur_debian_minimale

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
article:lecture_de_cd_audio_sur_debian_minimale [2026/06/06 06:43] – créée estroarticle:lecture_de_cd_audio_sur_debian_minimale [2026/06/06 06:50] (Version actuelle) estro
Ligne 1: Ligne 1:
-<!DOCTYPE html+{{page>./onglets_installations_et_services}} 
-<html lang="fr">+<html>
 <head> <head>
     <meta charset="UTF-8">     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Lecture de CD Audio sur Debian - Documentation</title>+    <title>Lecture de CD Audio sur Debian Minimale</title>
     <style>     <style>
-        * { +        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; } 
-            margin: 0; +        .container { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); } 
-            padding: 0; +        h1 { color: #667eea; border-bottom: 3px solid #667eea; padding-bottom: 10px; margin-bottom: 20px; } 
-            box-sizing: border-box; +        h2 { color: #764ba2; margin-top: 25px; margin-bottom: 15px; border-left: 4px solid #764ba2; padding-left: 10px; } 
-        } +        h3 { color: #555; margin-top: 20px; margin-bottom: 10px; font-weight: 600; 
- +        code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; font-family: 'Courier New', monospace; color: #d63384; } 
-        body { +        pre { background: #1e1e1e; color: #d4d4d4; padding: 15px; border-radius: 5px; overflow-x: auto; margin: 10px 0; font-size0.95em; } 
-            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +        pre code { background: none; padding: 0; color: inherit; } 
-            line-height: 1.6; +        ul, ol { margin-left: 25px; margin-bottom: 15px; } 
-            color: #333; +        li { margin-bottom: 5px; } 
-            max-width: 900px; +        table { width: 100%; border-collapse: collapse; margin: 15px 0; font-size: 0.95em; 
-            margin: 0 auto; +        th, td { border: 1px solid #ddd; padding: 12px; text-align: left; } 
-            padding: 20px; +        th { background: #667eea; color: white; } 
-            background-color: #f5f5f5; +        tr:nth-child(even) { background: #f9f9f9; } 
-        } +        .warning { background: #fff3cd; border-left4px solid #ffc107; padding: 15px; margin: 15px 0; } 
- +        .success { background: #d4edda; border-left: 4px solid #28a745; padding: 15px; margin: 15px 0; } 
-        .container { +        .note { background: #e7f3ff; border-left4px solid #007bff; padding: 15px; margin: 15px 0; } 
-            background-color: white; +        .error { background: #f8d7da; border-left: 4px solid #dc3545; padding: 15px; margin: 15px 0; } 
-            padding: 40px; +        .footer { margin-top: 30px; padding-top: 20px; border-top: 2px solid #eee; font-size: 0.9emcolor: #666; text-align: center; } 
-            border-radius: 8px; +        a { color: #667eea; text-decorationnone} 
-            box-shadow: 0 2px 10px rgba(0,0,0,0.1); +        a:hover { text-decoration: underline; 
-        } +        .step { background: #f8f9fa; border-left: 4px solid #667eea; padding: 15px; margin: 15px 0; } 
- +        .step-number { display: inline-block; width: 30px; height: 30px; background: #667eea; color: white; text-align: center; border-radius: 50%; line-height: 30px; margin-right: 10px; font-weight: bold; } 
-        h1 { +        .badge displayinline-block; padding: 2px 8px; border-radius4px; font-size: 0.8emfont-weightboldcolor: white; } 
-            color: #2c3e50; +        .bg-green { background-color: #28a745; 
-            border-bottom: 3px solid #3498db; +        .bg-red background-color: #dc3545} 
-            padding-bottom: 10px; +        .bg-blue { background-color#007bff} 
-            margin-bottom: 30px; +        .comparison { display: flex; gap: 20px; margin: 15px 0; 
-        } +        .comparison-item flex: 1; padding: 15px; border-radius5px} 
- +        .before { background: #fff3cd; border: 2px solid #ffc107; } 
-        h2 { +        .after { background: #d4edda; border: 2px solid #28a745; }
-            color: #2980b9; +
-            margin-top: 30px; +
-            margin-bottom: 15px; +
-            border-left: 4px solid #3498db; +
-            padding-left: 15px; +
-        } +
- +
-        h3 { +
-            color: #16a085; +
-            margin-top: 20px; +
-            margin-bottom: 10px; +
-        } +
- +
-        code { +
-            background-color: #ecf0f1; +
-            padding: 2px 6px; +
-            border-radius: 3px; +
-            font-family: 'Courier New', Courier, monospace; +
-            color: #c0392b; +
-        } +
- +
-        pre { +
-            background-color: #2c3e50; +
-            color: #ecf0f1; +
-            padding: 15px; +
-            border-radius: 5px; +
-            overflow-x: auto; +
-            margin: 15px 0; +
-            border-left4px solid #3498db; +
-        } +
- +
-        pre code { +
-            background-colortransparent; +
-            color: inherit; +
-            padding: 0; +
-        } +
- +
-        ul, ol { +
-            margin-left: 25px; +
-            margin-bottom: 15px; +
-        } +
- +
-        li { +
-            margin-bottom: 8px; +
-        } +
- +
-        table { +
-            width: 100%; +
-            border-collapse: collapse; +
-            margin: 20px 0; +
-        } +
- +
-        th, td { +
-            border: 1px solid #ddd; +
-            padding: 12px; +
-            text-align: left; +
-        } +
- +
-        th { +
-            background-color: #3498db; +
-            color: white; +
-        } +
- +
-        tr:nth-child(even) { +
-            background-color: #f9f9f9; +
-        } +
- +
-        tr:hover { +
-            background-color: #f1f1f1; +
-        } +
- +
-        .note { +
-            background-color: #fff3cd; +
-            border-left: 4px solid #ffc107; +
-            padding: 15px; +
-            margin: 20px 0; +
-            border-radius3px; +
-        } +
- +
-        .warning { +
-            background-color: #f8d7da; +
-            border-left: 4px solid #dc3545; +
-            padding: 15px; +
-            margin: 20px 0; +
-            border-radius3px+
-        } +
- +
-        .tip { +
-            background-color: #d4edda; +
-            border-left: 4px solid #28a745; +
-            padding: 15px; +
-            margin: 20px 0; +
-            border-radius: 3px; +
-        } +
- +
-        .footer { +
-            margin-top40px; +
-            padding-top20px; +
-            border-top1px solid #ddd; +
-            color: #7f8c8d; +
-            font-size: 0.9em; +
-            text-aligncenter+
-        } +
- +
-        { +
-            color: #3498db+
-            text-decorationnone+
-        } +
- +
-        a:hover { +
-            text-decorationunderline+
-        }+
     </style>     </style>
 </head> </head>
article/lecture_de_cd_audio_sur_debian_minimale.1780728228.txt.gz · Dernière modification : de estro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki