|
@@ -15,18 +15,18 @@
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<div class="font-authentic">Ceci est du texte avec la police Authentic Sans 90</div>
|
|
<div class="font-authentic">Ceci est du texte avec la police Authentic Sans 90</div>
|
|
-<div class="font-authentic60">Ceci est du texte avec la police Authentic Sans 60</div>
|
|
|
|
|
|
+<div class="font-authentic-60">Ceci est du texte avec la police Authentic Sans 60</div>
|
|
<div class="font-caslon">Ceci est du texte avec la police Caslon normal</div>
|
|
<div class="font-caslon">Ceci est du texte avec la police Caslon normal</div>
|
|
<div class="font-caslon italic">Ceci est du texte avec la police Caslon italique</div>
|
|
<div class="font-caslon italic">Ceci est du texte avec la police Caslon italique</div>
|
|
|
|
|
|
<table class="table-fixed">
|
|
<table class="table-fixed">
|
|
<thead>
|
|
<thead>
|
|
- <tr class="border-slate-50 w-4/5 h-64 top-24 fixed flex items-stretch justify-around text-center">
|
|
|
|
- <th class="bg-slate-900 w-1/5 flex items-end justify-start"></th>
|
|
|
|
- <th class="bg-slate-900 w-1/5 flex items-end justify-start">Images</th>
|
|
|
|
- <th class="bg-slate-900 w-1/5 flex items-end justify-start">Voix Off et In</th>
|
|
|
|
- <th class="bg-slate-900 w-1/5 flex items-end justify-start">Bande Son</th>
|
|
|
|
- <th class="bg-slate-900 w-1/5 flex items-end justify-start">Ecrits</th>
|
|
|
|
|
|
+ <tr class="border-jlg-white w-4/5 h-64 top-12 fixed flex items-stretch justify-around text-center text-lg uppercase">
|
|
|
|
+ <th class="bg-jlg-dark-blue w-1/5 flex items-end justify-start"></th>
|
|
|
|
+ <th class="bg-jlg-dark-blue w-1/5 flex items-end justify-start">Images</th>
|
|
|
|
+ <th class="bg-jlg-dark-blue w-1/5 flex items-end justify-start">Voix Off et In</th>
|
|
|
|
+ <th class="bg-jlg-dark-blue w-1/5 flex items-end justify-start">Bande Son</th>
|
|
|
|
+ <th class="bg-jlg-dark-blue w-1/5 flex items-end justify-start">Ecrits</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -43,7 +43,7 @@
|
|
if ($query->have_posts()) :
|
|
if ($query->have_posts()) :
|
|
while ($query->have_posts()) : $query->the_post();
|
|
while ($query->have_posts()) : $query->the_post();
|
|
?>
|
|
?>
|
|
- <tr class="border-slate-50">
|
|
|
|
|
|
+ <tr class="border-jlg-white font-authentic-60">
|
|
<td class="w-1/5 bg-red-400 pr-4 pt-1 pb-8 text-right">{{ get_post_meta(get_the_ID(), 'Minutage', true) }}</td>
|
|
<td class="w-1/5 bg-red-400 pr-4 pt-1 pb-8 text-right">{{ get_post_meta(get_the_ID(), 'Minutage', true) }}</td>
|
|
<td class="w-1/5 py-8">{{ get_post_meta(get_the_ID(), 'Images', true) }}</td>
|
|
<td class="w-1/5 py-8">{{ get_post_meta(get_the_ID(), 'Images', true) }}</td>
|
|
<td class="w-1/5 py-8">{{ get_post_meta(get_the_ID(), 'VoixOffIn', true) }}</td>
|
|
<td class="w-1/5 py-8">{{ get_post_meta(get_the_ID(), 'VoixOffIn', true) }}</td>
|