个人工具
登录
查看源代码 - Meshal Lite
信息
讨论
查看源代码
历史
Search
导航
首页
游戏手册
资料库
角色卡
站点动态
当前事件
最近更改
随机页面
帮助
帮助索引
语法库
模板库
样本库
工具箱
链入页面
链出更改
特殊页面
查看源代码
出自Meshal Lite
对
MediaWiki:Common.css
的源代码
跳转到:
导航
,
搜索
/* 此处的 CSS 将应用于所有的皮肤 */ table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } /******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/ .CharInsertMain { font-size: 80%; background-color:#eee; border-style:outset; border-width:3px; padding-left:3px; padding-top:3px; padding-bottom:3px; margin-bottom:7px; margin-top:7px; } .CharInsert { background-color:#fff; border-style: inset; border-width:2px; padding:2px; } /***** Animated loading image for Extension:Livelets *****/ .livelet-loading { border: 1px solid #ccc; width: 150px; height: 100px; background: url( /images/lite/loading.gif ) no-repeat center center; /** AttrDataSheet **/ tr.attrM { background: url(/upload/lite/icon_motivity.png); } }
返回到
MediaWiki:Common.css
。