|
41 | 41 | text-transform: uppercase; |
42 | 42 | } |
43 | 43 |
|
| 44 | + .repo-link a { |
| 45 | + color: var(--glow); |
| 46 | + text-decoration: none; |
| 47 | + } |
| 48 | + |
44 | 49 | .repo-link { |
45 | 50 | margin: 0 0 16px; |
46 | 51 | font-size: 1rem; |
|
87 | 92 | text-transform: uppercase; |
88 | 93 | } |
89 | 94 |
|
90 | | - .card a { |
91 | | - color: var(--ink); |
92 | | - text-decoration: none; |
93 | | - display: inline-flex; |
| 95 | + .card-entry { |
| 96 | + display: flex; |
| 97 | + justify-content: space-between; |
94 | 98 | align-items: center; |
95 | | - gap: 8px; |
| 99 | + gap: 12px; |
96 | 100 | padding: 8px 0; |
97 | 101 | border-bottom: 1px solid rgba(255, 255, 255, 0.08); |
98 | | - transition: color 0.2s ease, border-color 0.2s ease; |
99 | 102 | } |
100 | 103 |
|
101 | | - .card a:hover { |
102 | | - color: var(--flare); |
103 | | - border-color: rgba(255, 126, 95, 0.6); |
| 104 | + .card-entry:last-of-type { |
| 105 | + border-bottom: none; |
104 | 106 | } |
105 | 107 |
|
106 | | - .download-link { |
107 | | - border-bottom: none; |
108 | | - padding: 8px 0 8px 8px; |
| 108 | + .card-entry a { |
| 109 | + color: var(--ink); |
| 110 | + text-decoration: none; |
| 111 | + } |
| 112 | + |
| 113 | + .card-entry .nav-link { |
| 114 | + display: inline-flex; |
| 115 | + align-items: center; |
| 116 | + gap: 8px; |
| 117 | + flex: 1; |
| 118 | + } |
| 119 | + |
| 120 | + .card-entry .download-link { |
109 | 121 | color: var(--dust); |
| 122 | + border-bottom: none; |
| 123 | + padding: 0; |
| 124 | + transition: color 0.2s ease; |
110 | 125 | } |
111 | 126 |
|
112 | | - .download-link:hover { |
| 127 | + .card-entry .download-link:hover { |
113 | 128 | color: var(--glow); |
114 | 129 | } |
115 | 130 |
|
| 131 | + .card-entry .nav-link:hover { |
| 132 | + color: var(--flare); |
| 133 | + } |
| 134 | + |
116 | 135 | footer { |
117 | 136 | padding: 24px clamp(24px, 6vw, 80px) 48px; |
118 | 137 | color: rgba(231, 226, 217, 0.5); |
@@ -144,28 +163,46 @@ <h2 class="repo-link"> |
144 | 163 | <section class="card"> |
145 | 164 | <h2>Repository Vaults</h2> |
146 | 165 | <h3>SDM Core Modules</h3> |
147 | | - <a href="Synthetic_Dream_Machine/index.html">Synthetic Dream Machine</a> |
148 | | - <a class="download-link" href="Synthetic_Dream_Machine/Synthetic_Dream_Machine_01_Traits_Index.md" title="Download this markdown file">📥</a> |
149 | | - <a href="UVG_Black_City_2e/index.html">UVG Black City 2e</a> |
150 | | - <a class="download-link" href="UVG_Black_City_2e/UVG_Black_City_2e_01_Cover_Introduction_A-vi.md" title="Download this markdown file">📥</a> |
151 | | - <a href="Vastlands_Guidebook/index.html">Vastlands Guidebook</a> |
152 | | - <a class="download-link" href="Vastlands_Guidebook/Vastlands_Guidebook_01_Title_Introduction_1-9.md" title="Download this markdown file">📥</a> |
153 | | - <a href="Our_Golden_Age_Preview/index.html">Our Golden Age Preview</a> |
154 | | - <a class="download-link" href="Our_Golden_Age_Preview/SDM-Our_Golden_Age-Teaser_31_Going_Places_1-6.md" title="Download this markdown file">📥</a> |
155 | | - <a href="Magitecnica/index.html">Magitecnica</a> |
156 | | - <a class="download-link" href="Magitecnica/Magitecnica_01_Codex_1_The_Use_and_Misuse_of_Powers_Great_and_Small_1-27.md" title="Download this markdown file">📥</a> |
| 166 | + <div class="card-entry"> |
| 167 | + <a class="nav-link" href="Synthetic_Dream_Machine/index.html">Synthetic Dream Machine</a> |
| 168 | + <a class="download-link" href="Synthetic_Dream_Machine/Synthetic_Dream_Machine_01_Traits_Index.md" title="Download this markdown file">📥</a> |
| 169 | + </div> |
| 170 | + <div class="card-entry"> |
| 171 | + <a class="nav-link" href="UVG_Black_City_2e/index.html">UVG Black City 2e</a> |
| 172 | + <a class="download-link" href="UVG_Black_City_2e/UVG_Black_City_2e_01_Cover_Introduction_A-vi.md" title="Download this markdown file">📥</a> |
| 173 | + </div> |
| 174 | + <div class="card-entry"> |
| 175 | + <a class="nav-link" href="Vastlands_Guidebook/index.html">Vastlands Guidebook</a> |
| 176 | + <a class="download-link" href="Vastlands_Guidebook/Vastlands_Guidebook_01_Title_Introduction_1-9.md" title="Download this markdown file">📥</a> |
| 177 | + </div> |
| 178 | + <div class="card-entry"> |
| 179 | + <a class="nav-link" href="Our_Golden_Age_Preview/index.html">Our Golden Age Preview</a> |
| 180 | + <a class="download-link" href="Our_Golden_Age_Preview/SDM-Our_Golden_Age-Teaser_31_Going_Places_1-6.md" title="Download this markdown file">📥</a> |
| 181 | + </div> |
| 182 | + <div class="card-entry"> |
| 183 | + <a class="nav-link" href="Magitecnica/index.html">Magitecnica</a> |
| 184 | + <a class="download-link" href="Magitecnica/Magitecnica_01_Codex_1_The_Use_and_Misuse_of_Powers_Great_and_Small_1-27.md" title="Download this markdown file">📥</a> |
| 185 | + </div> |
157 | 186 | <h3>SDM Extensions Modules</h3> |
158 | | - <a href="Elyncia/index.html">Elyncia: A Broken World (setting)</a> |
159 | | - <a class="download-link" href="Elyncia/Elyncia_History_and_Noosphere_Guide_01_Elyncia_A_Broken_World.md" title="Download this markdown file">📥</a> |
160 | | - <a href="Flying_Triremes_and_Laser_Swords/index.html">Flying Triremes and Laser Swords (FLTS mechanics)</a> |
161 | | - <a class="download-link" href="Flying_Triremes_and_Laser_Swords/Flying_Triremes_and_Laser_Swords_01_Title_Introduction.md" title="Download this markdown file">📥</a> |
| 187 | + <div class="card-entry"> |
| 188 | + <a class="nav-link" href="Elyncia/index.html">Elyncia: A Broken World (setting)</a> |
| 189 | + <a class="download-link" href="Elyncia/Elyncia_History_and_Noosphere_Guide_01_Elyncia_A_Broken_World.md" title="Download this markdown file">📥</a> |
| 190 | + </div> |
| 191 | + <div class="card-entry"> |
| 192 | + <a class="nav-link" href="Flying_Triremes_and_Laser_Swords/index.html">Flying Triremes and Laser Swords (FLTS mechanics)</a> |
| 193 | + <a class="download-link" href="Flying_Triremes_and_Laser_Swords/Flying_Triremes_and_Laser_Swords_01_Title_Introduction.md" title="Download this markdown file">📥</a> |
| 194 | + </div> |
162 | 195 | </section> |
163 | 196 | <section class="card"> |
164 | 197 | <h2>Reference</h2> |
165 | | - <a href="Synthetic-Dream-Machine-3rd-Party-License.html">Third-Party License</a> |
166 | | - <a class="download-link" href="Synthetic-Dream-Machine-3rd-Party-License.md" title="Download this markdown file">📥</a> |
167 | | - <a href="docs/index.html">Docs Site</a> |
168 | | - <a class="download-link" href="docs/index.md" title="Download this markdown file">📥</a> |
| 198 | + <div class="card-entry"> |
| 199 | + <a class="nav-link" href="Synthetic-Dream-Machine-3rd-Party-License.html">Third-Party License</a> |
| 200 | + <a class="download-link" href="Synthetic-Dream-Machine-3rd-Party-License.md" title="Download this markdown file">📥</a> |
| 201 | + </div> |
| 202 | + <div class="card-entry"> |
| 203 | + <a class="nav-link" href="docs/index.html">Docs Site</a> |
| 204 | + <a class="download-link" href="docs/index.md" title="Download this markdown file">📥</a> |
| 205 | + </div> |
169 | 206 | </section> |
170 | 207 | </main> |
171 | 208 | <footer> |
|
0 commit comments