|
6 | 6 | <title>Les Barques</title>
|
7 | 7 | <style>
|
8 | 8 | body {
|
9 |
| - background-image: url('images/img_1986.jpg'); |
| 9 | + background-image: url('images/cropped-une-rc3a9action-de-terreur-face-c3a0-c3aatre-lc3a0-sans-trop-savoir-comme-sangloter1.jpg'); |
10 | 10 | background-size: cover;
|
11 | 11 | background-position: center;
|
12 | 12 | background-repeat: no-repeat;
|
|
18 | 18 | color: white; /* Default text color */
|
19 | 19 | }
|
20 | 20 | main {
|
21 |
| - background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */ |
| 21 | + background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */ |
22 | 22 | padding: 2em;
|
23 |
| - border-radius: 10px; |
| 23 | + border-radius: 8px; |
24 | 24 | max-width: 800px;
|
25 |
| - text-align: center; |
| 25 | + text-align: right; |
26 | 26 | }
|
27 | 27 | p, blockquote {
|
28 | 28 | margin: 0;
|
29 |
| - padding: 8px; |
| 29 | + padding: 5px; |
30 | 30 | }
|
31 | 31 | blockquote, .audio-filename {
|
32 | 32 | font-size: 1.1em;
|
|
42 | 42 | background-color: rgba(0, 0, 0, 0.5); /* Match the background color of the text */
|
43 | 43 | color: white; /* Match the text color */
|
44 | 44 | border: none; /* Remove default border */
|
45 |
| - border-radius: 5px; /* Add rounded corners */ |
| 45 | + border-radius: 2px; /* Add rounded corners */ |
46 | 46 | }
|
47 | 47 | .audio-filename {
|
48 |
| - text-align: center; |
49 |
| - margin-top: 10px; |
| 48 | + text-align: right; |
| 49 | + margin-top: 5px; |
50 | 50 | color: white;
|
51 | 51 | }
|
52 | 52 | </style>
|
|
55 | 55 | <body>
|
56 | 56 | <main>
|
57 | 57 | <blockquote>
|
58 |
| - Lorsque le labeur chante, l’auditeur connait ensemble le labeur et le chant et, même s’il le voulait, il ne saurait isoler l’un de l’autre. L’auditeur en labeur observe, à son tour, qu’un chanté qui ne connait aucun labeur semble un objet sans consistance, un récit de folklore. |
| 58 | + Alors le lépreux l’étreignit ; et ses yeux tout à coup prirent une clarté d’étoiles ; ses cheveux s’allongèrent comme les rais du soleil ; le souffle de ses narines avait la douceur des roses ; un nuage d’encens s’éleva du foyer, les flots chantaient. » |
59 | 59 | </blockquote>
|
60 | 60 |
|
61 | 61 | <p>
|
62 | 62 | <audio controls controlsList="nodownload">
|
63 |
| - <source src="audios/turco-russo-gabola-uberto-a-napoli-06il-pecoraro.mp3" type="audio/mpeg"> |
| 63 | + <source src="audios/52-chansons-redeyef-doumar1.mp3" type="audio/mpeg"> |
64 | 64 | Your browser does not support the audio element.
|
65 | 65 | </audio>
|
66 | 66 | </p>
|
67 | 67 | <p class="audio-filename">
|
68 |
| - Turco Russo Gabola Uberto A Napoli 06Il Pecoraro |
| 68 | + 52 Chansons Redeyef Doumar1 |
69 | 69 | </p>
|
70 | 70 | </main>
|
71 | 71 | </body>
|
|
0 commit comments