html.mdl-js :not(div.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;}
youarehere
則這邊就會顯示 pagetitle,不然就是顯示 page ID;總之都太大了 或是作者規劃把 pagetitle 放上面,然後下面的 pagetext 的 h1 要隱藏起來,但還沒找到成功的實做 html.mdl-js
):html.mdl-js div.content-card__text h1:first-of-type {display: none;}
後來又顧及一些系統工具並無 .content-card__title
,還有找不到頁面時也要保留 h1 ∴進一步改成:
div#dokuwiki__top.tpl_material:not(.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;}
1)(呼呼,學習 :not
selector 試好久 )
→ 分享:Hiding redundant h1 in div.content-card__text · Issue #3 · LeonStaufer/material-dokuwiki
Not Found
The requested URL /dokuwiki/doku.php was not found on this server.
html.mdl-js :not(div.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;}