Elias/Soundtrack: Difference between revisions

From TowersWiki

No edit summary
No edit summary
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<style>
{{#css:
  .contacts-table {
    width: 100%;
  }


body {
  .contacts-table a.external {
            font-family: Arial, sans-serif;
    color: #760fc8;
            margin: 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
            padding: 0;
  }
            box-sizing: border-box;
   
        }
  .contacts-table td:nth-child(1) {
    width: 35%;
  }
  j
  table tr td:nth-child(1) {
    font-weight: 600;
  }
}}


        .wiki-container {
<table class="contacts-table">
            display: flex;
  <tr>
            flex-wrap: wrap;
    <td>[https://www.youtube.com/watch?v=lUXk9Gsr5FM Silversun Pickups &ndash; Nightlight]</td>
            gap: 16px;
  </tr>
            padding: 16px;
  <tr>
            background-color: #f9f9f9;
    <td>[https://www.youtube.com/watch?v=xBs1UUyjbPs Kevin Devine & The Goddamn Band &ndash; My Brother's Blood]</td>
            border: 1px solid #ddd;
  </tr>
        }
  <tr>
  <td> [https://www.youtube.com/watch?v=5BzgNBn786o Apashe &ndash; Human]</td>
  </tr>


        .grid-item {
            flex: 1 1 calc(33.333% - 32px); /* Adjusts the width to 1/3 of the container minus the gap */
            min-width: 200px; /* Ensures a minimum width */
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 16px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
        }


        .grid-item:hover {
            transform: translateY(-5px);
        }


        @media (max-width: 768px) {
</table>
            .grid-item {
                flex: 1 1 calc(50% - 32px); /* Adjusts the width to 1/2 of the container on smaller screens */
            }
        }
 
        @media (max-width: 480px) {
            .grid-item {
                flex: 1 1 100%; /* Stacks items vertically on very small screens */
            }
        }
    </style>
 
 
<div class="wiki-container">
  <div class="grid-item">[https://www.youtube.com/watch?v=xBs1UUyjbPs Kevin Devine & The Goddamn Band – My Brother's Blood]</div>

Latest revision as of 14:09, 30 July 2024