fix: 更新site-guide對照現況
This commit is contained in:
@@ -43,11 +43,11 @@ body {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
/* 首頁 Hero:高度隨寬度 16:9 等比縮放(上限一屏),cover 不留上下黑邊 */
|
||||
/* 首頁 Hero:滿版 cover(勿用 108%/vw 限高,否則上下留黑) */
|
||||
header#origin {
|
||||
width: 100%;
|
||||
height: clamp(12rem, 56.25vw, 100dvh);
|
||||
min-height: 0;
|
||||
height: 100dvh;
|
||||
min-height: 100dvh;
|
||||
background-image: url('../images/header.jpg');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
@@ -2100,8 +2100,8 @@ footer a .mark_b {
|
||||
/* 內頁頂部 banner(全站 header.inner-page-header;首頁僅 #origin) */
|
||||
header.inner-page-header {
|
||||
width: 100%;
|
||||
height: clamp(10rem, 35vw, 20rem);
|
||||
min-height: 0;
|
||||
height: auto;
|
||||
min-height: clamp(14rem, 38vh, 24rem);
|
||||
background-image: url('../images/header.jpg');
|
||||
background-position: center 78%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@@ -64,18 +64,11 @@
|
||||
gap: clamp(12px, 2vw, 20px);
|
||||
}
|
||||
|
||||
header#origin {
|
||||
height: clamp(11rem, 56.25vw, 100dvh);
|
||||
header {
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
header.inner-page-header {
|
||||
height: clamp(10rem, 35vw, 19rem);
|
||||
background-size: cover;
|
||||
background-position: center 78%;
|
||||
}
|
||||
|
||||
header#origin .hero .site-header-inner .main-title {
|
||||
font-size: clamp(1.75rem, 2.25vw + 1rem, 2.35rem);
|
||||
}
|
||||
|
||||
+3
-13
@@ -165,14 +165,6 @@
|
||||
href="../totoga2/readable%20copy%202.html"><code>totoga2/readable copy 2.html</code></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr data-site-guide-depth="4">
|
||||
<td class="site-guide-nav-menu-cell"><span class="site-guide-nav-name"><a
|
||||
href="../totoga2/readable%20copy%203.html">圖文好讀版 · 複本 3</a></span></td>
|
||||
<td class="site-guide-nav-desc">與正式版同結構之草稿複本。</td>
|
||||
<td class="site-guide-nav-link-cell"><a
|
||||
href="../totoga2/readable%20copy%203.html"><code>totoga2/readable copy 3.html</code></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr data-site-guide-depth="3">
|
||||
<td class="site-guide-nav-menu-cell"><span class="site-guide-nav-name"><a
|
||||
href="../totoga2/video.html">影片</a></span></td>
|
||||
@@ -295,8 +287,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><code>COMING_SOON_PAGES</code></th>
|
||||
<td><code>albums</code>、<code>yellow-note/map</code>、<code>minister</code>、<code>minister_ge</code>、<code>totoga2</code>、<code>variety</code>
|
||||
檔名 → 一般頁改 <code>#</code></td>
|
||||
<td><code>albums.html</code>、<code>map.html</code>、<code>member.html</code>、<code>minister.html</code>、<code>minister_ge.html</code>、<code>readable.html</code>、<code>timeline.html</code>、<code>variety.html</code> → 一般頁改 <code>#</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><code>INDEX_NAV_OPEN_HASHES</code></th>
|
||||
@@ -306,7 +297,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">固定</th>
|
||||
<td>「隊長的氣場」與 Set 無關</td>
|
||||
<td>「隊長的氣場」固定籌備中(與 Set 無關)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -348,7 +339,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../totoga2/readable%20copy.html">圖文好讀版 · 複本</a> 等</td>
|
||||
<td>草稿複本 · <code>readable copy.html</code>/<code>readable copy 2.html</code>/<code>readable copy 3.html</code></td>
|
||||
<td>草稿複本 · <code>readable copy.html</code>/<code>readable copy 2.html</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../totoga2/video.html">影片</a></td>
|
||||
@@ -368,7 +359,6 @@
|
||||
<li><a href="../totoga2/readable.html">圖文好讀版</a></li>
|
||||
<li><a href="../totoga2/readable%20copy.html">複本</a></li>
|
||||
<li><a href="../totoga2/readable%20copy%202.html">複本 2</a></li>
|
||||
<li><a href="../totoga2/readable%20copy%203.html">複本 3</a></li>
|
||||
<li><a href="../totoga2/video.html">影片</a></li>
|
||||
</ul>
|
||||
<nav class="site-guide-chapter-nav" aria-label="totoga2 章節">
|
||||
|
||||
Reference in New Issue
Block a user