有觉性 以安住且中立的心 照见身心的实相

MediaWiki:Common.css:修订间差异

来自Dhamma.cn
法藏​(留言 | 贡献)
小无编辑摘要
标签:已被回退
法藏​(留言 | 贡献)
小无编辑摘要
标签:已被回退
第418行: 第418行:
body.reader-theme-dark #dhamma-copy-popover::after {
body.reader-theme-dark #dhamma-copy-popover::after {
     border-color: #2b2c2f transparent transparent transparent;
     border-color: #2b2c2f transparent transparent transparent;
}
/* =========================================================
  Dhamma.cn 法谈引用工具
  ========================================================= */
/* ---------------------------------------------------------
  Popup 主体
  --------------------------------------------------------- */
#dhamma-quote-popup {
    position: absolute;
    display: none;
    z-index: 2147483647;
    width: max-content;
    max-width:
        calc(100vw - 20px);
    box-sizing: border-box;
    padding: 7px;
    border-radius: 12px;
    background:
        rgba(255, 255, 255, 0.98);
    color:
        #29332c;
    border:
        1px solid rgba(77, 107, 87, 0.15);
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter:
        blur(14px);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans SC",
        "Microsoft YaHei",
        Arial,
        sans-serif;
    animation:
        dhammaQuoteFadeIn 0.16s ease;
}
@keyframes dhammaQuoteFadeIn {
    from {
        opacity: 0;
        transform:
            translateY(5px);
    }
    to {
        opacity: 1;
        transform:
            translateY(0);
    }
}
/* ---------------------------------------------------------
  标题
  --------------------------------------------------------- */
.dhamma-quote-popup-inner {
    min-width: 300px;
}
.dhamma-quote-popup-label {
    padding:
        5px 8px 7px;
    color:
        #68756b;
    font-size:
        12px;
    line-height:
        1.3;
    text-align:
        center;
}
/* ---------------------------------------------------------
  按钮区域
  --------------------------------------------------------- */
.dhamma-quote-popup-buttons {
    display:
        flex;
    align-items:
        center;
    gap:
        4px;
}
/* ---------------------------------------------------------
  按钮
  --------------------------------------------------------- */
.dhamma-quote-button {
    appearance:
        none;
    border:
        0;
    margin:
        0;
    padding:
        8px 11px;
    border-radius:
        8px;
    background:
        transparent;
    color:
        #35423a;
    cursor:
        pointer;
    font-size:
        13px;
    line-height:
        1.25;
    white-space:
        nowrap;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        transform 0.1s ease;
}
.dhamma-quote-button:hover {
    background:
        rgba(77, 107, 87, 0.09);
}
.dhamma-quote-button:active {
    transform:
        scale(0.97);
}
/* ---------------------------------------------------------
  主按钮
  --------------------------------------------------------- */
.dhamma-quote-primary {
    background:
        #4d6b57;
    color:
        #ffffff;
}
.dhamma-quote-primary:hover {
    background:
        #405a49;
    color:
        #ffffff;
}
/* ---------------------------------------------------------
  夜间模式
  --------------------------------------------------------- */
body.reader-theme-dark
#dhamma-quote-popup {
    background:
        rgba(43, 44, 47, 0.98);
    color:
        #eeeeee;
    border-color:
        rgba(255, 255, 255, 0.12);
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.45);
}
body.reader-theme-dark
.dhamma-quote-popup-label {
    color:
        #bfc8c2;
}
body.reader-theme-dark
.dhamma-quote-button {
    color:
        #eeeeee;
}
body.reader-theme-dark
.dhamma-quote-button:hover {
    background:
        rgba(255, 255, 255, 0.08);
}
body.reader-theme-dark
.dhamma-quote-primary {
    background:
        #607b68;
    color:
        #ffffff;
}
/* ---------------------------------------------------------
  手机
  --------------------------------------------------------- */
@media (max-width: 600px) {
    #dhamma-quote-popup {
        width:
            calc(100vw - 20px);
        max-width:
            calc(100vw - 20px);
        padding:
            6px;
    }
    .dhamma-quote-popup-inner {
        min-width:
            0;
    }
    .dhamma-quote-popup-label {
        display:
            none;
    }
    .dhamma-quote-popup-buttons {
        width:
            100%;
    }
    .dhamma-quote-button {
        flex:
            1 1 auto;
        padding:
            9px 6px;
        font-size:
            12px;
    }
}
}

2026年9月19日 (六) 21:20的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* 1. 隐藏非登录用户的工具箱特定项目 */
body:not(.user-logged-in) #t-whatlinkshere,  /* 链入页面 */
body:not(.user-logged-in) #t-recentchangeslinked,  /* 相关更改 */
body:not(.user-logged-in) #t-permalink,  /* 固定链接 */
body:not(.user-logged-in) #t-info,  /* 页面信息 */
body:not(.user-logged-in) #t-log {  /* 页面日志 */
    display: none !important;
}

/* 2. 隐藏页面操作按钮 */
body.page-Main_Page li#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-view { display: none !important; }
#ca-delete { display: none !important; }
#ca-history { display: none !important; }
#ca-nstab-main { display: none !important; }
/* #ca-watch { display: none !important; } */
/* li#ca-edit { display: none; } */

/* 3. 去除"关于此IP地址的讨论"按钮 */
#p-personal #pt-anonuserpage {
    display: none;
}

/* 4. 基础排版与分类隐藏 */
.catlinks { display: none; }

body {
    font-size: 16px;
    line-height: 1.6em;
}

/* ===================================================
   5. 视频容器与遮罩配置
   =================================================== */
.embedvideo,
.embedvideo-container,
.mediaContainer,
.thumbinner {
    width: 100% !important;
    max-width: 800px !important;
    margin: 15px auto !important;
    float: none !important;
}

.embedvideo video,
.mediaContainer video,
.thumbinner video,
video.mw-file-element,
video {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.embedvideo-overlay,
.embedvideo-consent-overlay,
.embedvideo-header,
.embedvideo-title,
.embedvideo-service {
    display: none !important;
}

/* ===================================================
   6. 页脚 Footer 样式调整
   =================================================== */
#mw-footer, 
#footer, 
.mw-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 0 24px 0 !important;
    box-sizing: border-box !important;
    border-top: none !important;
    border-bottom: none !important;
}

#mw-footer *, #footer *, .mw-footer * {
    float: none !important;
    grid-column: auto !important;
}

#mw-footer #p-footertext,
#mw-footer #p-places,
#mw-footer #p-footer-icons,
#mw-footer .mw-footer-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#footer-info-lastmod,
.footer-info-lastmod,
li#footer-info-lastmod,
[id*="lastmod"],
.mw-footer-lastmod {
    display: none !important;
}

#footer-info, 
#p-footertext {
    order: 1 !important;
    font-size: 0.85em !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 2px !important;
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

#footer-info *, #p-footertext *, #footer-places * {
    font-size: inherit !important;
    line-height: 1.25 !important;
}

#footer-info-viewcount {
    order: 1 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    display: block !important;
    text-align: center !important;
}

#footer-info-copyright {
    order: 2 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    display: block !important;
    text-align: center !important;
}

#footer-places, 
#p-places, 
#f-list {
    order: 2 !important;
    font-size: 0.85em !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 3px auto !important;
    list-style: none !important;
    gap: 16px !important;
}

#footer-places ul, #p-places ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#footer-places li, #p-places li {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer-places a, #p-places a {
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
}

#footer-icons, 
#p-footer-icons, 
#f-poweredbyico, 
.footer-icons {
    order: 3 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 35px !important;
    margin: 3px auto 0 auto !important;
    padding-top: 16px !important;
    position: relative !important;
    list-style: none !important;
    width: 100% !important;
}

#p-footer-icons ul, #footer-icons ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 35px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#footer-icons::before, 
#p-footer-icons::before, 
#f-poweredbyico::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 200px !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
}

#footer-icons li, #footer-icons a,
#p-footer-icons li, #p-footer-icons a,
.footer-icons li, .footer-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#footer-icons img, 
#p-footer-icons img, 
#f-poweredbyico img, 
.footer-icons img {
    background-color: #ffffff !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    display: block !important;
    opacity: 0.88;
    transition: all 0.25s ease-in-out !important;
}

#footer-icons img:hover, 
#p-footer-icons img:hover, 
.footer-icons img:hover {
    opacity: 1 !important;
    transform: translateY(-2px) scale(1.04) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

@media screen and (min-width: 769px) {
    #footer-icons img, #p-footer-icons img, .footer-icons img {
        height: 28px !important;
        padding: 3px 8px !important;
    }
}

@media screen and (max-width: 768px) {
    #footer-icons, #p-footer-icons, .footer-icons {
        gap: 10px !important;
    }
    #footer-icons img, #p-footer-icons img, .footer-icons img {
        height: 32px !important;
        padding: 4px 10px !important;
    }
}

/* ===================================================
   强制隐藏 Special:Search 页面顶部的“高级”标签及下方的命名空间选择框
   =================================================== */

/* 1. 隐藏顶部的“高级”选项卡 */
.mw-search-profile-advanced,
a[href*="profile=advanced"] {
    display: none !important;
}

/* 2. 隐藏下方展开的“搜索命名空间”复选框区域 */
#mw-searchoptions,
.mw-search-namespaces,
.mw-search-form-optional {
    display: none !important;
}




/* 隐藏“差异”与“历史”对比链接 */
.clean-recent-changes .mw-changeslist-links,
.clean-recent-changes .mw-changeslist-diff,
.clean-recent-changes .mw-changeslist-history {
    display: none !important;
}

/* 隐藏用户名及用户工具链接(如:讨论 | 贡献) */
.clean-recent-changes .mw-userlink,
.clean-recent-changes .mw-usertoollinks {
    display: none !important;
}

/* 隐藏多余的分隔符号(如圆点 · 或竖线 |) */
.clean-recent-changes .mw-changeslist-separator {
    display: none !important;
}

/* 隐藏修改字节数增减提示(如 +120 / -45) */
.clean-recent-changes .mw-plusminus-pos,
.clean-recent-changes .mw-plusminus-neg,
.clean-recent-changes .mw-plusminus-null {
    display: none !important;
}

/* 隐藏编辑摘要与评论 */
.clean-recent-changes .comment,
.clean-recent-changes .mw-changeslist-comment {
    display: none !important;
}

/* 隐藏“新”、“小”等变更标记 */
.clean-recent-changes .minoredit,
.clean-recent-changes .botedit,
.clean-recent-changes .newpage {
    display: none !important;
}







/* =========================================================
   Dhamma.cn 划词复制开示浮窗与落款样式
   ========================================================= */

#dhamma-copy-popover {
    position: absolute;
    z-index: 10002;
    display: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    padding: 5px;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    animation: dhammaCopyFade 0.15s ease-out;
}

#dhamma-copy-btn {
    background: #4d6b57;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background 0.2s ease, transform 0.1s ease;
}

#dhamma-copy-btn:hover {
    background: #395242;
}

#dhamma-copy-btn:active {
    transform: scale(0.96);
}

/* 浮窗下方小箭头 */
#dhamma-copy-popover::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

@keyframes dhammaCopyFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 兼容夜间模式主题 */
body.reader-theme-dark #dhamma-copy-popover {
    background: #2b2c2f;
    border-color: rgba(255, 255, 255, 0.18);
}

body.reader-theme-dark #dhamma-copy-popover::after {
    border-color: #2b2c2f transparent transparent transparent;
}






/* =========================================================
   Dhamma.cn 法谈引用工具
   ========================================================= */


/* ---------------------------------------------------------
   Popup 主体
   --------------------------------------------------------- */

#dhamma-quote-popup {

    position: absolute;

    display: none;

    z-index: 2147483647;

    width: max-content;

    max-width:
        calc(100vw - 20px);

    box-sizing: border-box;

    padding: 7px;

    border-radius: 12px;

    background:
        rgba(255, 255, 255, 0.98);

    color:
        #29332c;

    border:
        1px solid rgba(77, 107, 87, 0.15);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.18);

    backdrop-filter:
        blur(14px);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans SC",
        "Microsoft YaHei",
        Arial,
        sans-serif;

    animation:
        dhammaQuoteFadeIn 0.16s ease;
}


@keyframes dhammaQuoteFadeIn {

    from {
        opacity: 0;
        transform:
            translateY(5px);
    }

    to {
        opacity: 1;
        transform:
            translateY(0);
    }

}


/* ---------------------------------------------------------
   标题
   --------------------------------------------------------- */

.dhamma-quote-popup-inner {
    min-width: 300px;
}


.dhamma-quote-popup-label {

    padding:
        5px 8px 7px;

    color:
        #68756b;

    font-size:
        12px;

    line-height:
        1.3;

    text-align:
        center;
}


/* ---------------------------------------------------------
   按钮区域
   --------------------------------------------------------- */

.dhamma-quote-popup-buttons {

    display:
        flex;

    align-items:
        center;

    gap:
        4px;
}


/* ---------------------------------------------------------
   按钮
   --------------------------------------------------------- */

.dhamma-quote-button {

    appearance:
        none;

    border:
        0;

    margin:
        0;

    padding:
        8px 11px;

    border-radius:
        8px;

    background:
        transparent;

    color:
        #35423a;

    cursor:
        pointer;

    font-size:
        13px;

    line-height:
        1.25;

    white-space:
        nowrap;

    transition:
        background 0.15s ease,
        color 0.15s ease,
        transform 0.1s ease;
}


.dhamma-quote-button:hover {

    background:
        rgba(77, 107, 87, 0.09);
}


.dhamma-quote-button:active {

    transform:
        scale(0.97);
}


/* ---------------------------------------------------------
   主按钮
   --------------------------------------------------------- */

.dhamma-quote-primary {

    background:
        #4d6b57;

    color:
        #ffffff;
}


.dhamma-quote-primary:hover {

    background:
        #405a49;

    color:
        #ffffff;
}


/* ---------------------------------------------------------
   夜间模式
   --------------------------------------------------------- */

body.reader-theme-dark
#dhamma-quote-popup {

    background:
        rgba(43, 44, 47, 0.98);

    color:
        #eeeeee;

    border-color:
        rgba(255, 255, 255, 0.12);

    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.45);
}


body.reader-theme-dark
.dhamma-quote-popup-label {

    color:
        #bfc8c2;
}


body.reader-theme-dark
.dhamma-quote-button {

    color:
        #eeeeee;
}


body.reader-theme-dark
.dhamma-quote-button:hover {

    background:
        rgba(255, 255, 255, 0.08);
}


body.reader-theme-dark
.dhamma-quote-primary {

    background:
        #607b68;

    color:
        #ffffff;
}


/* ---------------------------------------------------------
   手机
   --------------------------------------------------------- */

@media (max-width: 600px) {

    #dhamma-quote-popup {

        width:
            calc(100vw - 20px);

        max-width:
            calc(100vw - 20px);

        padding:
            6px;
    }


    .dhamma-quote-popup-inner {

        min-width:
            0;
    }


    .dhamma-quote-popup-label {

        display:
            none;
    }


    .dhamma-quote-popup-buttons {

        width:
            100%;
    }


    .dhamma-quote-button {

        flex:
            1 1 auto;

        padding:
            9px 6px;

        font-size:
            12px;
    }

}