个人工具

MediaWiki:Common.css

出自Meshal Lite

(修订版本间的差异)
跳转到: 导航, 搜索
(1个修订)
 
(1个修订)

在2011年11月10日 (四) 06:20所做的修订版本

/* 此处的 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;
}