Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

From GGNet Wiki
No edit summary
No edit summary
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Template:PortalLayout.css" />
<html lang="">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>ggNet Wiki - Home</title>
  <style>
    :root {
      --color-bg: #f9f9f9;
      --color-text: #222;
      --color-link: #0066cc;
      --color-link-hover: #004999;
      --color-box-bg: #fff;
      --color-box-border: #ddd;
      --box-shadow-default: 0 2px 5px rgba(0, 0, 0, 0.1);
      --box-shadow-hover: 0 5px 15px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --gap: 2rem;
      --max-width-item: 160px;
    }


<div class="portal-container">
    body {
      font-family: Arial, sans-serif;
      background: var(--color-bg);
      color: var(--color-text);
      margin: 0;
      padding: 2rem;
    }


  <a href="/wiki/TARGET_WIKI_PAGE_1" class="portal-box">
    h1 {
     <div class="portal-box-image-container">
      text-align: center;
       [[File:Example_Image.png|300px]]
      margin-bottom: 2rem;
     </div>
      font-weight: 700;
    <div class="portal-box-content">
    }
      <div class="portal-box-title">
 
        Game 1 Wiki
    .gallery {
      </div>
      display: flex;
      <div class="portal-box-description">
      flex-wrap: wrap;
        Here you can find all the information, guides, and community content about Game 1.
      justify-content: center;
      </div>
      gap: var(--gap);
    </div>
    }
 
    .gallery-item {
      display: block;
      background: var(--color-box-bg);
      border: 1px solid var(--color-box-border);
      border-radius: var(--border-radius);
      width: var(--max-width-item);
      padding: 1rem;
      box-shadow: var(--box-shadow-default);
      text-align: center;
      text-decoration: none;
      color: inherit;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
 
     .gallery-item:hover {
      box-shadow: var(--box-shadow-hover);
      transform: translateY(-4px);
    }
 
    .gallery-item img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 4px;
      margin-bottom: 0.75rem;
    }
 
    .gallery-title {
      font-weight: 700;
      font-size: 1rem;
      color: var(--color-link);
    }
 
    .gallery-item:hover .gallery-title {
      color: var(--color-link-hover);
      text-decoration: underline;
    }
 
    @media (max-width: 400px) {
       .gallery {
        flex-direction: column;
        align-items: center;
      }
 
      .gallery-item {
        width: 100%;
        max-width: 300px;
      }
     }
  </style>
</head>
<body>
 
<h1>ggNet Wiki | Game Wikis</h1>
 
<div class="gallery">
  <a href="https://ggnet.wiki/slay-the-spire-2/Main_Page" class="gallery-item">
    <img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" />
    <div class="gallery-title">Slay the Spire 2 Wiki</div>
   </a>
   </a>
   <a href="/wiki/TARGET_WIKI_PAGE_2" class="portal-box">
 
     <div class="portal-box-image-container">
   <a href="https://ggnet.wiki/grounded-2/Main_Page" class="gallery-item">
      [[File:Example_Image.png|300px]]
     <img src="/images/wiki_ggnet/e/eb/Grounded_2.png" alt="Grounded 2" />
    </div>
    <div class="gallery-title">Grounded 2 Wiki</div>
    <div class="portal-box-content">
      <div class="portal-box-title">
        Game 2 Wiki
      </div>
      <div class="portal-box-description">
        Dive into the world of Game 2! Discover characters, strategies, and the latest updates.
      </div>
    </div>
   </a>
   </a>
  <a href="/wiki/TARGET_WIKI_PAGE_3" class="portal-box">
</div>
    <div class="portal-box-image-container">
 
      [[File:Example_Image.png|300px]]
</body>
    </div>
</html>
    <div class="portal-box-content">
      <div class="portal-box-title">
        Game 3 Wiki
      </div>
      <div class="portal-box-description">
        Quests, items, and hidden secrets... Everything you need to know about Game 3 is here.
      </div>
    </div>
  </a>
  </div>

Latest revision as of 09:49, 23 June 2025

ggNet Wiki - Home

ggNet Wiki | Game Wikis