MediaWiki:Portable-infobox.css
来自小鱼君和他的朋友们
机智的小鱼君(讨论 | 贡献)2019年12月2日 (一) 03:05的版本 (机智的小鱼君移动页面Gadget:Portable-infobox.css至MediaWiki:Portable-infobox.css,不留重定向)
注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。
- 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
- 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。
/** * Portable Infoboxes * 作用于本站全部基础讯息框 **/ .portable-infobox { border: none; width: 260px; background: #FFFFFF; box-shadow: 0px 0px 5px gray ; margin-right: 4px; } .portable-infobox .pi-image { max-height:480px; overflow-y:auto; background:white; } .portable-infobox .pi-image img { width : 260px; height:auto; } .portable-infobox .pi-caption { text-align:center; background:white; } .portable-infobox .pi-background { background: #FFFFFF !important; } .portable-infobox h2.pi-title { font-size:155% !important; text-align:center; font-weight:bold; font-family:微软雅黑; } .portable-infobox .pi-data-label { font-size:100%; text-align:center; border:none; } .portable-infobox .pi-data-value { font-size:95%; } .pi-image-collection-tabs { background:pink; font-size:90%; width:100%; } ul.pi-image-collection-tabs li.current{ background: #ffc; } .pi-header { background: pink; } th.pi-horizontal-group-item { border-left: 0.5px solid gray; border-right: 0.5px solid gray; } .pi-border-color { border-color: #bbb; } .portable-infobox h1,.portable-infobox h2,.portable-infobox h3,.portable-infobox h4 { border-bottom:none; font-size:100%; } /** * 深度自定义模板 * 为了实现一些特殊用途定制 * 其实压根都不再是infobox了 **/ /*强制手机上显示一些html图案或者颜色定制的模板*/ .pi-theme-phoneshow { float: left; width: 100%; text-align: left; border: 1px solid #ccc; background: rgba(255,255,255,0.4); margin: 0; margin-right: 10px; box-shadow: none; } /*剧透模板*/ .pi-theme-剧透 { float:left; width:100%; margin-left:0; margin-right:4px; margon-bottom:0; text-align:left; } /*非法改装版本的Userbox模板(笑)*/ .pi-theme-顶部提示小 { float:left; width:260px; text-align:left; margin: 2px; } .pi-theme-顶部提示小 .pi-data-label { padding:0; width:45px; flex-basis: auto; } .pi-theme-顶部提示小 .pi-data-label img { max-width:45px; height:auto; } .pi-theme-顶部提示小 .pi-data-value { margin: 4px; max-width: 215px; overflow: auto; max-height: 35px; flex-basis: 215px; } .pi-theme-顶部提示小 .pi-data { padding: 0; }