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

MediaWiki:Timeless.css:修订间差异

来自Dhamma.cn
无编辑摘要
标签已被回退
无编辑摘要
 
(未显示同一用户的5个中间版本)
第49行: 第49行:




/* ===== 游客极简模式 ===== */
/* ===== 游客隐藏 Special Pages ===== */
body:not(.logged-in) #mw-related-navigation,
 
body:not(.logged-in) #p-tb,
/* 隐藏 Special:SpecialPages 链接 */
body:not(.logged-in) #p-personal,
body.anonymous a[href*="Special:SpecialPages"] {
body:not(.logged-in) #footer-places,
body:not(.logged-in) .mw-editsection,
body:not(.logged-in) .vector-page-tools,
body:not(.logged-in) #ca-history,
body:not(.logged-in) #ca-viewsource,
body:not(.logged-in) #ca-edit,
body:not(.logged-in) #ca-ve-edit {
     display: none !important;
     display: none !important;
}
}


/* 隐藏所有 Special: 链接 */
body.anonymous a[href*="/wiki/Special:"] {
    display: none !important;
}


body.anonymous a[href*="title=Special:"] {
    display: none !important;
}






/* 手机端优化 */
@media screen and (max-width: 768px) {


    #mw-panel {
        display: none !important;
    }


    #footer {
/* 隐藏页面日志 */
        display: none !important;
body.anonymous #ca-history {
    }
    display: none !important;
}


    #mw-content-container {
/* 隐藏工具栏 */
        margin: 0 auto !important;
body.anonymous #p-tb {
        padding: 10px !important;
    display: none !important;
    }
}
}

2026年5月28日 (四) 17:52的最新版本

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


/* 这里放置的CSS将应用于Timeless皮肤 */
/* Indefinite content width 
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}
*/



/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}




/* Highlight section title upon navigation */

.mw-headline:target {
  background-color: gold;
}


/*content font 

body { color: #5a7425; font-size: 14px; font-family: "Courier New"; }*/


#content h1 { color: #000000; font-size: 18px;}



/* ===== 游客隐藏 Special Pages ===== */

/* 隐藏 Special:SpecialPages 链接 */
body.anonymous a[href*="Special:SpecialPages"] {
    display: none !important;
}

/* 隐藏所有 Special: 链接 */
body.anonymous a[href*="/wiki/Special:"] {
    display: none !important;
}

body.anonymous a[href*="title=Special:"] {
    display: none !important;
}





/* 隐藏页面日志 */
body.anonymous #ca-history {
    display: none !important;
}

/* 隐藏工具栏 */
body.anonymous #p-tb {
    display: none !important;
}