打开主菜单
首页
随机
登录
设置
关于帆域维基
免责声明
帆域维基
搜索
查看“Module:Side box/style.css”的源代码
←
Module:Side box/style.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
/* 模块:Side_box 相关样式 */ .mbox-small { /*Side box外框CSS,用于Side box及其衍生模块Listen。*/ clear: right; float: right; margin: 4px 0 4px 1em; box-sizing: border-box; width: 238px; font-size: 88%; line-height: 1.25em; } .mbox-small-left { /* 同上 */ margin: 4px 1em 4px 0; box-sizing: border-box; overflow: hidden; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; } td.mbox-image { /* Side box左图CSS */ border: none; padding: 2px 0 2px 0.9em; text-align: center; } td.mbox-imageright { /* Side box右图CSS */ border: none; padding: 2px 0.9em 2px 0; text-align: center; } th.mbox-text, td.mbox-text { /* Side box中的文字CSS */ border: none; padding: 0.25em 0.9em; width: 100%; }
返回
Module:Side box/style.css
。