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
 
(76 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="wiki-portal-container">
<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="wiki-box">
    body {
     <div class="wiki-box-image-container">
      font-family: Arial, sans-serif;
       [[Dosya:Ornek_Resim.png|300px|link=HEDEF_WIKI_1_SAYFASI]]
      background: var(--color-bg);
     </div>
      color: var(--color-text);
     <div class="wiki-box-content">
      margin: 0;
       <div class="wiki-box-title">
      padding: 2rem;
        [[HEDEF_WIKI_1_SAYFASI|Oyun 1 Wiki'si]]
    }
       </div>
 
       <div class="wiki-box-description">
     h1 {
        Bu bölümde Oyun 1 ile ilgili tüm bilgilere, rehberlere ve topluluk içeriklerine ulaşabilirsiniz.
      text-align: center;
       </div>
      margin-bottom: 2rem;
     </div>
      font-weight: 700;
  </div>
    }
  <div class="wiki-box">
 
     <div class="wiki-box-image-container">
    .gallery {
       [[Dosya:Ornek_Resim.png|300px|link=HEDEF_WIKI_2_SAYFASI]]
      display: flex;
     </div>
      flex-wrap: wrap;
     <div class="wiki-box-content">
      justify-content: center;
       <div class="wiki-box-title">
       gap: var(--gap);
         [[HEDEF_WIKI_2_SAYFASI|Oyun 2 Wiki'si]]
     }
       </div>
 
       <div class="wiki-box-description">
     .gallery-item {
         Oyun 2'nin dünyasına dalın! Karakterler, stratejiler ve en son güncellemeler burada.
      display: block;
       </div>
      background: var(--color-box-bg);
    </div>
       border: 1px solid var(--color-box-border);
  </div>
      border-radius: var(--border-radius);
  <div class="wiki-box">
      width: var(--max-width-item);
    <div class="wiki-box-image-container">
       padding: 1rem;
      [[Dosya:Ornek_Resim.png|300px|link=HEDEF_WIKI_3_SAYFASI]]
       box-shadow: var(--box-shadow-default);
    </div>
      text-align: center;
     <div class="wiki-box-content">
      text-decoration: none;
      <div class="wiki-box-title">
      color: inherit;
        [[HEDEF_WIKI_3_SAYFASI|Oyun 3 Wiki'si]]
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      </div>
    }
      <div class="wiki-box-description">
 
        Görevler, eşyalar ve gizli sırlar... Oyun 3 hakkında aradığınız her şey bu wikide.
    .gallery-item:hover {
      </div>
      box-shadow: var(--box-shadow-hover);
    </div>
       transform: translateY(-4px);
  </div>
    }
  </div>
 
     .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 href="https://ggnet.wiki/grounded-2/Main_Page" class="gallery-item">
    <img src="/images/wiki_ggnet/e/eb/Grounded_2.png" alt="Grounded 2" />
    <div class="gallery-title">Grounded 2 Wiki</div>
  </a>
</div>
 
</body>
</html>

Latest revision as of 09:49, 23 June 2025

ggNet Wiki - Home

ggNet Wiki | Game Wikis