Template

Difference between revisions of "Main"

From Shadow Era Wiki

m
m
Line 1: Line 1:
 
<div style="display: flex; flex-wrap: wrap;">
 
<div style="display: flex; flex-wrap: wrap;">
  
     <!-- Tableau 1 : Welcome to ATOM RPG Wiki -->
+
     <!-- Tableau 1 : Welcome to SE Wiki -->
 
     <div style="flex: 0 0 100%; min-width: 300px;">
 
     <div style="flex: 0 0 100%; min-width: 300px;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
Line 29: Line 29:
  
 
     <!-- Tableau 3 : Random Card -->
 
     <!-- Tableau 3 : Random Card -->
     <div style="flex: 0 0 45%; min-width: 200px; margin-left: auto;">
+
     <div style="flex: 0 0 45%; min-width: 200px;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
             <tr>
 
             <tr>
              <th style="text-align:center; text-transform: uppercase;">{{{title3}}}</th>
+
                <th style="text-align:center; text-transform: uppercase;">{{{title3}}}</th>
 
             </tr>
 
             </tr>
 
             <tr>
 
             <tr>
Line 38: Line 38:
 
                     <img src="" id="randomCard" alt="Random Card" style="max-width: 60%; height: auto;" />
 
                     <img src="" id="randomCard" alt="Random Card" style="max-width: 60%; height: auto;" />
 
                 </td>
 
                 </td>
 +
            </tr>
 +
        </table>
 +
    </div>
 +
</div>
 +
 +
<div style="display: flex; flex-wrap: wrap; margin-top: 20px;">
 +
 +
    <!-- Nouveau Tableau 5 : Title for New Table -->
 +
    <div style="flex: 0 0 45%; min-width: 200px; margin-right: 5%; margin-top: -20px;">
 +
        <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 +
            <tr>
 +
                <th style="text-align:center; text-transform: uppercase;">{{{title5}}}</th>
 +
            </tr>
 +
            <tr>
 +
                <td>{{{content5}}}</td>
 
             </tr>
 
             </tr>
 
         </table>
 
         </table>

Revision as of 22:32, 6 October 2024

{{{title1}}}
{{{content1}}}
{{{title2}}}
{{{content2}}}
{{{title3}}}
                   Random Card
{{{title5}}}
{{{content5}}}
{{{title4}}}
{{{content4}}}