跳到内容
折叠侧栏
删除百科
搜索
个人工具
创建账号
登录
导航
首页
分类索引
随机条目
最近更改
工具
链入页面
相关更改
特殊页面
页面信息
查看“Template:If mobile/styles.css”的源代码
模板
讨论
English
阅读
查看源代码
查看历史
更多
阅读
查看源代码
查看历史
←
Template: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; }
返回
Template:If mobile/styles.css
。