个人工具

MediaWiki:Common.css

出自Meshal Lite

跳转到: 导航, 搜索
第12行: 第12行:
  
 
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
 
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
.charinsert {
+
.CharInsertMain {
 
         background-color:#eee;  
 
         background-color:#eee;  
 
         border-style:outset;  
 
         border-style:outset;  
 +
        border-width:3px;
 +
        padding-left:3px;
 +
        padding-top:3px;
 +
        padding-bottom:3px;
 +
}
 +
 +
.CharInsert {
 +
        background-color:#fff;
 +
        border-style: inset;
 
         border-width:2px;  
 
         border-width:2px;  
 
         padding:2px;
 
         padding:2px;
 
}
 
}

在2011年11月19日 (六) 18:03所做的修订版本

/* 此处的 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 {
        background-color:#eee; 
        border-style:outset; 
        border-width:3px; 
        padding-left:3px;
        padding-top:3px;
        padding-bottom:3px;
}
 
.CharInsert {
        background-color:#fff; 
        border-style: inset; 
        border-width:2px; 
        padding:2px;
}