首頁
關於我們
隨機
新手使用指南
貢獻分數
百科財務報告
建立新頁面
近期變更
特殊頁面
社群入口
設定
關於微國家百科
免責聲明
微國家百科
搜尋
使用者選單
建立帳號
登入
檢視 模板:If mobile/styles.css 的原始碼
←
模板:If mobile/styles.css
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
/* Because of how TemplateStyles and MobileFrontend work, it's not possible to directly test for whether the mobile site is being used in a TemplateStyle. As such we'll use Minerva as a proxy. This is imperfect. */ body:not(.skin-minerva) .ifmobile > .mobile { display: none; } /* Force nomobile element to display when present. Overrides skin-based css for hiding the nomobile class, e.g. Timeless skin with screen size less than 850px. */ body.skin-minerva .ifmobile > .nomobile { display: inherit; /* The fallback */ display: initial; }
返回到「
模板:If mobile/styles.css
」。