跳至內容

「MediaWiki:Tangle/定数表/dev.js」:修訂間差異

無編輯摘要
(// Edit via Wikiplus)
無編輯摘要
第41行: 第41行:
    transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    cursor: pointer;
    box-shadow: 0 0 10px #7f7f7f;
    box-shadow: 0 0 2px #7f7f7f;
   }
   }


第143行: 第143行:
     transition: background 0.3s, color 0.3s, box-shadow 0.3s;
     transition: background 0.3s, color 0.3s, box-shadow 0.3s;
     cursor: pointer;
     cursor: pointer;
     box-shadow: 0 0 10px #7f7f7f; /* 默认边框样式 */
     box-shadow: 0 0 2px #7f7f7f; /* 默认边框样式 */
    }
    }


    .single-toggle-button.active {
    .single-toggle-button.active {
     color: #fff;
     color: #fff;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* 激活状态的边框 */
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* 激活状态的边框 */
     background: #FF9500; /* 激活背景色 */
     background: #FF9500; /* 激活背景色 */
    }
    }