Template:Main Page: Difference between revisions

From Rodinia Wiki
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
<div style="background-color: #f4f7f6; padding: 20px; font-family: sans-serif; border-radius: 10px;">
  <!-- Header Banner -->
  <div style="background-color: #1e375a; color: #ffffff; text-align: center; padding: 30px 20px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
    <h1 style="margin: 0; font-size: 2.5em; border-bottom: none;">{{{title|Welcome to the Wiki}}}</h1>
    <p style="margin: 10px 0 0 0; font-size: 1.2em; font-style: italic; color: #b0c4de;">{{{subtitle|A comprehensive database}}}</p>
  </div>


  <!-- Main Content Grid (Table-based for maximum MediaWiki compatibility) -->
  <table style="width: 100%; border-collapse: separate; border-spacing: 15px 0; background: transparent;">
    <tr>
      <!-- Left Column: About & News -->
      <td style="width: 65%; vertical-align: top; padding: 0;">
       
        <!-- About Section -->
        <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #3498db; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-bottom: 20px;">
          <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">About the Series</h2>
          <div style="font-size: 1em; line-height: 1.6;">
            {{{about}}}
          </div>
        </div>
        <!-- Latest Updates / Volumes Section -->
        <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #e74c3c; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
          <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Story Arcs & Volumes</h2>
          <div style="font-size: 1em; line-height: 1.6;">
            {{{volumes}}}
          </div>
        </div>
      </td>
      <!-- Right Column: Navigation Portals -->
      <td style="width: 35%; vertical-align: top; padding: 0;">
       
        <!-- Navigation Section -->
        <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #2ecc71; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
          <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Navigation</h2>
          <div style="font-size: 1em; line-height: 1.6;">
            {{{navigation}}}
          </div>
        </div>
        <!-- Help/Contribute Section -->
        <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #f39c12; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-top: 20px;">
          <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Contribute</h2>
          <div style="font-size: 1em; line-height: 1.6;">
            {{{contribute}}}
          </div>
        </div>
      </td>
    </tr>
  </table>
</div>

Revision as of 00:49, 26 June 2026

About the Series

           {{{about}}}

Story Arcs & Volumes

           {{{volumes}}}
           {{{navigation}}}

Contribute

           {{{contribute}}}