暗色主题底部按钮样式
notice.png

此分类下的页面为组件主题页面,用于被其他页面引用。

未经站务人员或组件作者允许,切勿更改本页面内容。

/* 如果不适合用蓝色按钮的话,可以用这个 */
#breadcrumbs,#action-area .sub{
    color: #c0c0c0;
}
 
#action-area h1 {
    color: #969696;
}
 
.page-options-bottom a,#main-content #action-area div #edit-page-form .buttons.alignleft input{
    color: #fff;
    background-color: #3d3c3c;
    border: 2px #7b7676 solid;;
    cursor:pointer;
}
 
.page-options-bottom a:hover{
    color: #e7e7e7;
    background-color: #2f2c2c;
    border: 2px #7b7676 solid;
    text-decoration:none;
}
 
table.edit-page-bottomtable{
background-color: transparent !important;
}
 
#lock-info{
background-color: #000 !important;
}
 
.edit-help-34 a{
color: #b0b0b0 !important;
}
 
#main-content .page-tags a {
    border: 1px solid #a89e9e;
    color: #fff;
   transition: all 0.5s; 
}
 
#main-content .page-tags a:hover {
   background-color: grey;
   color: #fff;
   transition: all 0.5s; 
}
除非特别注明,本页内容采用以下授权方式:知识共享 署名-相同方式共享 3.0 未本地化版本