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
Tag: Manual revert
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE 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 - Home</title>
  <title>ggNet Wiki - Home</title>
<style>
  <style>
  :root {
    :root {
    --color-bg: #f9f9f9;
      --color-bg: #f9f9f9;
    --color-text: #222;
      --color-text: #222;
    --color-link: #0066cc;
      --color-link: #0066cc;
    --color-link-hover: #004999;
      --color-link-hover: #004999;
    --color-box-bg: #fff;
      --color-box-bg: #fff;
    --color-box-border: #ddd;
      --color-box-border: #ddd;
    --box-shadow-default: 0 2px 5px rgba(0, 0, 0, 0.1);
      --box-shadow-default: 0 2px 5px rgba(0, 0, 0, 0.1);
    --box-shadow-hover: 0 5px 15px rgba(0, 0, 0, 0.2);
      --box-shadow-hover: 0 5px 15px rgba(0, 0, 0, 0.2);
    --border-radius: 8px;
      --border-radius: 8px;
    --gap: 2rem;
      --gap: 2rem;
    --max-width-item: 160px;
      --max-width-item: 160px;
  }
     }
 
  body {
    font-family: Arial, Helvetica, sans-serif;
     background: var(--color-bg);
    color: var(--color-text);
    margin: 0;
    padding: 2rem;
  }


  h1 {
    body {
    text-align: center;
      font-family: Arial, sans-serif;
    margin-bottom: 2rem;
      background: var(--color-bg);
    font-weight: 700;
      color: var(--color-text);
  }
      margin: 0;
      padding: 2rem;
    }


  .gallery {
    h1 {
    display: flex;
      text-align: center;
    flex-wrap: wrap;
      margin-bottom: 2rem;
    justify-content: center;
      font-weight: 700;
     gap: var(--gap);
     }
  }


  .gallery-item {
    .gallery {
    background: var(--color-box-bg);
      display: flex;
    border: 1px solid var(--color-box-border);
      flex-wrap: wrap;
    border-radius: var(--border-radius);
      justify-content: center;
    width: var(--max-width-item);
      gap: var(--gap);
    padding: 1rem;
     }
    box-shadow: var(--box-shadow-default);
     text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }


  .gallery-item:hover {
    .gallery-item {
    box-shadow: var(--box-shadow-hover);
      display: block;
    transform: translateY(-4px);
      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 img {
    .gallery-item:hover {
    max-width: 100%;
      box-shadow: var(--box-shadow-hover);
    height: auto;
      transform: translateY(-4px);
    object-fit: contain;
     }
    border-radius: 4px;
     margin-bottom: 0.75rem;
  }


  .gallery-title {
    .gallery-item img {
    font-weight: 700;
      max-width: 100%;
    font-size: 1rem;
      height: auto;
    color: var(--color-link);
      object-fit: contain;
    text-decoration: none;
      border-radius: 4px;
    display: block;
      margin-bottom: 0.75rem;
    transition: color 0.3s ease;
    }
  }


  .gallery-title:hover {
    .gallery-title {
    text-decoration: underline;
      font-weight: 700;
    color: var(--color-link-hover);
      font-size: 1rem;
  }
      color: var(--color-link);
    }


  /* Responsive: küçük ekranlarda alt alta */
    .gallery-item:hover .gallery-title {
  @media (max-width: 400px) {
       color: var(--color-link-hover);
    .gallery {
       text-decoration: underline;
       flex-direction: column;
       align-items: center;
     }
     }


     .gallery-item {
     @media (max-width: 400px) {
      width: 100%;
      .gallery {
      max-width: 300px;
        flex-direction: column;
        align-items: center;
      }
 
      .gallery-item {
        width: 100%;
        max-width: 300px;
      }
     }
     }
   }
   </style>
</style>
</head>
</head>
<body>
<body>


<h1>GGNET Wiki - Game Wikis</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" target="_blank" rel="noopener noreferrer">Slay the Spire 2 Wiki</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="Grounded 2" />
   <a href="https://ggnet.wiki/grounded-2/Main_Page" class="gallery-item">
     <a href="https://ggnet.wiki/Game_One" class="gallery-title" target="_blank" rel="noopener noreferrer">Grounded 2 Wiki</a>
     <img src="/images/wiki_ggnet/e/eb/Grounded_2.png" alt="Grounded 2" />
   </div>
     <div class="gallery-title">Grounded 2 Wiki</div>
   </a>
</div>
</div>


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

Latest revision as of 09:49, 23 June 2025

ggNet Wiki - Home

ggNet Wiki | Game Wikis