diff --git a/assets/css/style.css b/assets/css/style.css index f3a992d..4bdeb0f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2676,9 +2676,30 @@ body.site-guide-page .site-guide-mini-table thead th { color: #4a3a10; } -body.site-guide-page .site-guide-nav-table tbody tr:nth-child(even), +/* 主選單樹:依層級上色(取代斑馬紋,避免與巢狀結構脫節) */ +body.site-guide-page .site-guide-nav-table tbody tr[data-site-guide-depth="1"] td { + background: rgba(255, 220, 150, 0.42); +} + +body.site-guide-page .site-guide-nav-table tbody tr[data-site-guide-depth="2"] td { + background: rgba(255, 238, 200, 0.48); +} + +body.site-guide-page .site-guide-nav-table tbody tr[data-site-guide-depth="3"] td { + background: rgba(255, 250, 242, 0.96); +} + +body.site-guide-page .site-guide-nav-table tbody tr[data-site-guide-depth="4"] td { + background: rgba(245, 248, 255, 0.92); +} + +/* 小表:整區一致淡底,不靠奇偶列 */ +body.site-guide-page .site-guide-mini-table tbody tr { + background: rgba(255, 252, 244, 0.72); +} + body.site-guide-page .site-guide-mini-table tbody tr:nth-child(even) { - background: rgba(255, 250, 235, 0.45); + background: rgba(255, 252, 244, 0.72); } body.site-guide-page .site-guide-nav-table td.site-guide-nav-desc { diff --git a/extra/site-guide.html b/extra/site-guide.html index d21be27..fa73162 100644 --- a/extra/site-guide.html +++ b/extra/site-guide.html @@ -83,7 +83,7 @@

- 棕字可點、灰字無連結。本頁頂欄全開;他頁依 portal-nav.js。 + 棕字可點、灰字無連結。主選單樹列底色依層級(1→4)區分。本頁頂欄全開且為同分頁開啟;他頁頂欄仍依 portal-nav.js 另開新分頁。

@@ -114,8 +114,28 @@ index.html - 傳奇的轉折 - 六六歌2 紀實長頁:影片、電子書、長文與章節錨點。 + 傳奇的轉折(六六歌2) + 四種入口:影片、電子書、時間軸為獨立單頁;網頁版為 TOTOGA2 整合長頁(章節錨點)。 + + + + 影片 + 無限挑戰 · 六六歌2 嵌入影片單頁。 + extra/totoga2-copy-video.html + + + 電子書 + 紀實電子書內容獨立成頁。 + extra/totoga2-copy-ebook.html + + + 時間軸 + 時間軸與紀實八章長文單頁。 + extra/totoga2-copy-timeline.html + + + 網頁版(TOTOGA2) + 單頁整合:影片/電子書/長文模式切換與八章錨點。 extra/totoga2.html @@ -234,19 +254,33 @@ 區塊錨點(#story 不在頂欄白名單) - totoga2.html - 六六歌2 整合 + 影片 + 平行單頁 · totoga2-copy-video.html + + + 電子書 + 平行單頁 · totoga2-copy-ebook.html + + + 時間軸 + 平行單頁 · totoga2-copy-timeline.html + + + 網頁版(TOTOGA2) + 整合長頁 · totoga2.html
-

totoga2 模式

+

六六歌2 · 四入口

+

複本總覽:totoga2 copy.html。章節錨點僅在網頁版(TOTOGA2)內。