打开主菜单
首页
随机
登录
设置
关于The Ysmir Collective
免责声明
The Ysmir Collective
搜索
查看“MediaWiki:Mobile.css”的源代码
←
MediaWiki:Mobile.css
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
@media (max-width: 600px) { .nav{ display:none; } /* Responsive design for mobile */ @media (max-width: 600px) { .res-table { font-size: 14px; /* Slightly smaller font for better readability */ } .res-table th, .res-table td { padding: 8px; /* Reduce padding for smaller screens */ text-align: left; /* Ensure content is left-aligned */ display: block; /* Stack cells vertically */ width: 100%; /* Make cells full width */ } .res-table tr { display: flex; flex-direction: column; /* Stack each row as a column */ margin-bottom: 8px; /* Add spacing between rows */ } .res-table th { background-color: #e0e0e0; /* Light gray background for headers */ border-bottom: 2px solid #000000; /* Stronger header separation */ } .res-table td { border: none; /* Remove borders between cells */ border-bottom: 1px solid #d0d0d0; /* Add subtle separation */ } } }
返回
MediaWiki:Mobile.css
。