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
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
__HTML__
<html lang="">
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
  <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GGNET Wiki - Anasayfa</title>
  <title>ggNet Wiki - Home</title>
<style>
  <style>
  body {
    :root {
    font-family: Arial, sans-serif;
      --color-bg: #f9f9f9;
    background: #f9f9f9;
      --color-text: #222;
    color: #222;
      --color-link: #0066cc;
    margin: 0;
      --color-link-hover: #004999;
    padding: 2rem;
      --color-box-bg: #fff;
  }
      --color-box-border: #ddd;
  h1 {
      --box-shadow-default: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
      --box-shadow-hover: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
      --border-radius: 8px;
  }
      --gap: 2rem;
  .gallery {
      --max-width-item: 160px;
    display: flex;
    }
    flex-wrap: wrap;
 
    justify-content: center;
    body {
    gap: 2rem;
      font-family: Arial, sans-serif;
  }
      background: var(--color-bg);
  .gallery-item {
      color: var(--color-text);
    background: #fff;
      margin: 0;
    border: 1px solid #ddd;
      padding: 2rem;
    border-radius: 8px;
    }
    width: 160px;
 
    padding: 1rem;
    h1 {
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
      text-align: center;
    text-align: center;
      margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
      font-weight: 700;
  }
    }
  .gallery-item:hover {
 
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
    .gallery {
  }
      display: flex;
  .gallery-item img {
      flex-wrap: wrap;
    max-width: 100%;
      justify-content: center;
    height: auto;
      gap: var(--gap);
    object-fit: contain;
    }
    border-radius: 4px;
 
    margin-bottom: 0.75rem;
    .gallery-item {
  }
      display: block;
  .gallery-title {
      background: var(--color-box-bg);
    font-weight: 700;
      border: 1px solid var(--color-box-border);
    font-size: 1rem;
      border-radius: var(--border-radius);
     color: #0066cc;
      width: var(--max-width-item);
    text-decoration: none;
      padding: 1rem;
     display: block;
      box-shadow: var(--box-shadow-default);
  }
      text-align: center;
  .gallery-title:hover {
      text-decoration: none;
    text-decoration: underline;
      color: inherit;
  }
      transition: box-shadow 0.3s ease, transform 0.3s ease;
</style>
    }
 
    .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>
</head>
<body>
<body>


<h1>Welcome to GGNET Wiki</h1>
<h1>ggNet Wiki | Game Wikis</h1>


<div class="gallery">
<div class="gallery">
   <div class="gallery-item">
   <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" />
     <img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" />
     <a href="https://ggnet.wiki/slay-the-spire-2" class="gallery-title">Slay the Spire 2</a>
     <div class="gallery-title">Slay the Spire 2 Wiki</div>
   </div>
   </a>
   <div class="gallery-item">
 
    <img src="/images/wiki_ggnet/3/45/Game_One.png" alt="Game One" />
   <a href="https://ggnet.wiki/grounded-2/Main_Page" class="gallery-item">
    <a href="https://ggnet.wiki/Game_One" class="gallery-title">Game One</a>
     <img src="/images/wiki_ggnet/e/eb/Grounded_2.png" alt="Grounded 2" />
  </div>
     <div class="gallery-title">Grounded 2 Wiki</div>
  <div class="gallery-item">
   </a>
     <img src="/images/wiki_ggnet/9/99/Another_Game.jpg" alt="Another Game" />
     <a href="https://ggnet.wiki/Another_Game" class="gallery-title">Another Game</a>
   </div>
</div>
</div>


</body>
</body>
</html>
</html>

Latest revision as of 09:49, 23 June 2025

ggNet Wiki - Home

ggNet Wiki | Game Wikis