个人工具

MediaWiki:Common.css

出自Meshal Lite

(修订版本间的差异)
跳转到: 导航, 搜索
(1个修订)
第9行: 第9行:
 
         text-align: right;
 
         text-align: right;
 
         width: auto;
 
         width: auto;
 +
}
 +
 +
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
 +
.my-buttons {
 +
        /* padding: 1em; */
 +
        /* margin:5px; */
 +
}
 +
.my-buttons a {
 +
        color: black;
 +
        background-color: #c0d0e0 ;
 +
        font-family:monospace;
 +
        font-size: 115%;
 +
        text-decoration: none;
 +
        border: thin #069 outset;
 +
        line-spacing:5pt;
 +
}
 +
.my-buttons a:hover {
 +
        background-color: #d0e0f0;
 +
        border-style:outset;
 +
}
 +
.my-buttons a:active {
 +
        background-color: #e0f0e0;
 +
        border-style: inset;
 
}
 
}

在2011年11月11日 (五) 04:55所做的修订版本

/* 此处的 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) ********/
.my-buttons {
        /* padding: 1em; */
        /* margin:5px; */
}
.my-buttons a {
        color: black;
        background-color: #c0d0e0 ;
        font-family:monospace;
        font-size: 115%;
        text-decoration: none;
        border: thin #069 outset;
        line-spacing:5pt;
}
.my-buttons a:hover {
        background-color: #d0e0f0;
        border-style:outset;
}
.my-buttons a:active {
        background-color: #e0f0e0;
        border-style: inset;
}