“MediaWiki:Common.css”的版本间的差异

来自产品维基百科
跳转至: 导航搜索
 
(未显示同一用户的2个中间版本)
第20行: 第20行:
 
}
 
}
 
body { overflow-x: hidden;}
 
body { overflow-x: hidden;}
/* == 背景色== */
+
/*body.page-Main_Page h1.firstHeading { display:none; } */
/* 此处的 CSS 将应用于所有的皮肤 */ body {background-color: #cce8cf; font-family:Consolas}
+
/*body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }*/
 
 
{background-color: #cce8cf; font-family:Consolas}
 
.mw-code{background-color: #cce8cf; font-family:Consolas} .mw-content-ltr pre{background-color: #cce8cf; font-family:Consolas} .firstHeading{background-color: #cce8cf; font-family:Consolas} .catlinks{background-color: #cce8cf; font-family:Consolas}
 

2020年1月9日 (四) 12:21的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
/* == 目录浮动== */
#toc, .toc {
display: block;
position: fixed;
top: 100px;
right: 0px;
min-width: 200px;
max-width: 350px;
max-height: 600px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(249,249,249,0.85);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
body { overflow-x: hidden;}
/*body.page-Main_Page h1.firstHeading { display:none; } */
/*body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }*/