跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
沙盒
编辑指导
用户守则
编写指导
社群首页
服务器索引
推荐服务器
知名服务器
服务器分类
基岩版服务器
Java版服务器
服务端教程
友情链接
MCBBS Wiki
像素科技
关于
站长主页
交流群
QQ频道
MCServerWiki
搜索
搜索
外观
创建账号
登录
个人工具
创建账号
登录
未登录编辑者的页面
了解详情
贡献
讨论
欢迎来到MCServerWiki!如果您是第一次来到这里,请点击:
创建账户
查看“︁MediaWiki:Common.css”︁的源代码
系统消息
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
页面信息
导航
特殊页面
外观
移至侧栏
隐藏
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* 模板来自MCBBS Wiki */ :root { --themecolor: #A8CDFF; --themeimg: url(https://www.mcbbs.net/template/mcbbs/image/body_bg.jpg); --bgtop: 46px; --bgleft: 20px; --lightcolor: #FDF6E6; --bgcolor: #fbf2dc; --bgcolor1: #E9D3AD; --bgcolor2: #E7D3B1; --bgcolor3: #E9CB97; --linecolor: #CFB78E; --fontfamily: sans-serif,'Microsoft Yahei',apple color emoji,segoe ui emoji,segoe ui symbol; --fontfamily2: 'Linux Libertine','Georgia','Times',serif,sans-serif,Tahoma; --articlefont: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif','Source Han Serif','Source Han Serif SC'; --heimu: #000; } /* info类模板 */ .infoBox { margin: 0 auto; } .infoBoxTitle { margin: 3px auto; padding: 0; text-align: center; font-weight: 700; } .infoBoxIcon { display: table-cell; padding: 2px 0 2px .5em; vertical-align: middle; } .infoBoxText { display: table-cell; padding: .25em .5em .25em 1.3em; width: 100%; vertical-align: middle; } .infoBoxContent { border: 1px solid #ddd; border-left-width: 0; background: #fbfbfb; } .infoBoxBelow { margin: 0 auto; padding: 0; text-align: center; } /* 顶部轮播文字 */ .topsign{ position: relative; width: 100%; height: 65px; overflow: hidden; } .topsign .topsignitem{ position: absolute; left: 0; top: 0; width: 100%; height: auto; } .topsign .topsignitem p{ line-height: 50px; text-align: center; } /* 页面底部导航框(2011年8月16日引自中文维基)(所谓大家族模板) */ table.navbox { border: 1px solid #aaa; clear: both; margin: auto; padding: 1px; text-align: center; width: 100%; } table.navbox+table.navbox { margin-top: -1px; } .navbox-title, .navbox-abovebelow, table.navbox th { padding-left: 1em; padding-right: 1em; text-align: center; } .navbox-group { font-weight: 700; padding-left: 1em; padding-right: 1em; white-space: nowrap; } .navbox, .navbox-subgroup { background: none repeat scroll 0 0 #fdfdfd; } .navbox-list { border-color: #fdfdfd; } .navbox-title, table.navbox th { background: none repeat scroll 0 0 #a5e4a5; } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: none repeat scroll 0 0 #c0ecc0; } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: none repeat scroll 0 0 #e6f6e6; } .navbox-even { background: none repeat scroll 0 0 #FDF6E6; } .navbox-odd { background: none repeat scroll 0 0 transparent; } .collapseButton { float: right; font-weight: 400; text-align: right; width: auto; } .navbox .collapseButton { width: 6em; } /* Fix by case : Rev 1327309 ([[Special:Permalink/1327309]]) Address alignment issue of nested tabs in Navbox */ .navbox .TabLabel { text-align: left; } /* 编辑工具栏 */ a[data-mw-charinsert-start] { display: inline-block!important; border: #0645ad 1px solid!important; padding: 1px 5px; } /* 网页特效 */ .saturation0 { /*黑白*/ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: gray(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } /* 黑幕:一块黑色区域,鼠标移入后显示内容 使用方法:将heimu类附加到你想实现黑幕的元素上 彩色黑幕:将元素的--heimu变量变为你想要的颜色 */ .heimu { transition: all .3s; background: var(--heimu); color: var(--heimu); } .heimu:not(:hover) > *, .heimu:not(:hover) a, .heimu:not(:hover) span { /*同时隐藏带自颜色的文字*/ background: var(--heimu) !important; color: var(--heimu) !important; } .heimu:hover { /*黑幕,鼠标移入后文字背景透明*/ background: transparent; }
返回
MediaWiki:Common.css
。
搜索
搜索
查看“︁MediaWiki:Common.css”︁的源代码
添加话题