打开/关闭搜索
搜索
打开/关闭菜单
1.1K
4.5K
75
18.1K
Cookie☆Wiki
导航
首页
最近更改
随机页面
帮助
沙盒
特殊页面
上传文件
常用
曲奇简介
用语列表
人物一览
曲奇团体
曲奇年表
本篇列表
榜单列表
专辑列表
创作
音MAD
曲奇静画
曲奇实况
曲奇素材
BB剧场
漫画
同人游戏
曲奇实况
中华曲奇
本篇列表
人物列表
搬运者列表
汉化组列表
友情链接
Cookie☆贴吧
真夏夜的银梦贴吧
中文音MAD维基
潮学维基
银饼视频搜索站
中文曲奇维基Fandom站[已弃用]
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“MediaWiki:Common.css”的源代码
MediaWiki界面页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* ==== 导航框 ==== */ table.navbox { font-size: 90%; width: 98%; margin: 2em auto 0; border: 1px solid #ccc; text-align: center; border-collapse: collapse; background-color: white; } table.navbox th { background: #eee8; padding: .6em .8em; } table.navbox.navbox-border td { border: 1px #a6a6a6 solid; } /* ==== 结束 导航框 ==== */ /* ==== image crop ==== */ .crop-mask > .crop-slider > p { margin: 0; } /* 防止边界外的虚化影响到边界内的图片 */ /* https://css-tricks.com/keep-pixelated-images-pixelated-as-they-scale/ */ .crop-mask > .crop-slider img { image-rendering: pixelated; image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; } /* 防止拖拽 */ /* https://stackoverflow.com/questions/12906789 */ .crop-mask > .crop-slider img { user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } /* 覆写图片在评论区的样式 */ .crop-mask > .crop-slider img { height: initial !important; max-width: initial !important; } /* ==== 结束 image crop ==== */ /* ==== 信息框 ==== */ /* 防止提示栏与信息框贴在一起 */ .portable-infobox { margin-top: 0.4em; } /* 修正新信息框模板内图片的 margin */ .pi-item.pi-image > p { margin: 0; } /* data */ .pi-item.pi-data { padding: 10px 14px; align-items: baseline; } /* multidata */ .pi-item-wrap { display: flex; flex-wrap: wrap; align-items: baseline; } /* ==== 结束 信息框 ==== */ /* ==== tooltip ==== */ .wikilink-tooltip { background-color: #889b; border-radius: 15px; border: 1px solid #eee; box-shadow: 0 2px 6px #5555; content: attr(title); color: #fff; font-size:12px; line-height: 22px; margin: -1em 0; padding: 0 5px; position: absolute; white-space: nowrap; z-index: 1; } /* ==== 结束 tooltip ==== */ /* ==== 自动转链 ==== */ a.autolink { text-decoration: underline!important; } /* ==== 结束 自动转链 ==== */ /* ==== 缩小投票版的占地 ==== */ .pollAnswerName { float: right; position: relative; z-index: 10; clear: right; } .pollAnswer { clear: right; } /* ==== 结束 缩小投票版的占地 ==== */ /* ==== doujininfo ==== */ /* 本样式复制自THBWiki[[MediaWiki:Common.css]],遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议 */ table.doujininfo { width: 100%; min-width: 418px; } table.doujininfo td { word-break: break-all; } table.doujininfo .cover-artwork { font-size: 24px; text-align: center; width: 40%; } table.doujininfo .cover-artwork-mobile { display: none; font-size: 24px; text-align: center; } table.doujininfo .cover-char { font-size: 12px; } table.doujininfo .cover-artwork-mobile .cover-char { font-size: 16px; } table.doujininfo td.label { font-weight: bold; min-width: 100px; width: 100px; } /* ==== 结束 doujininfo ==== */ /* ==== info类模板 ==== */ /* 本样式来源于自萌娘百科[[MediaWiki:Common.css]],经过修改。遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议 */ .infoBox2 { margin: 0 auto; border-collapse: collapse; } .infoBox2 .infoBoxTitle { /* margin: 3px auto; */ padding: 0; /* text-align: center; */ font-weight: 700; text-align: left; margin-top: 3px; } .infoBox2 .infoBoxIcon { /* display: table-cell; */ /* padding: 2px 0 2px .5em; */ vertical-align: middle; width: 1px; padding: 2px .8em 2px .8em; } .infoBox2 .infoBoxText { /* display: table-cell; */ /* padding: .25em .5em .25em 1.3em; */ /*width: 100%;*/ vertical-align: middle; line-height: 1.2em; font-size: smaller; /* margin-left: 1em; */ /* margin-bottom: 3px; */ margin: 4px auto 8px 1em; } .infoBox2 .infoBoxContent { border: 1px solid #ddd; border-left-width: 0; background: #fbfbfb; } .infoBox2 .infoBoxBelow { margin: 0 auto; padding: 0; text-align: center; } .infoBox2 .infoBoxBody { padding-right: 1em; } /* ==== 结束 info类模板 ==== */ /* ==== 其他 ==== */ .transborder { border: solid transparent; } /* ==== 结束 其他 ==== */ * { background-color: black !important; color: white !important; }
返回
MediaWiki:Common.css
。