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

来自帮助文档
跳转至: 导航搜索
第30行: 第30行:
 
  min-width: 175px;
 
  min-width: 175px;
 
  max-width: 229px;
 
  max-width: 229px;
  min-height: 100px;
+
  height: 100%
  max-height: 626px;
+
//min-height: 100px;
 +
  //max-height: 626px;
 
  overflow-y: scroll;
 
  overflow-y: scroll;
 
  border: 1px solid #aaa;
 
  border: 1px solid #aaa;

2023年6月29日 (四) 17:11的版本

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

#toc{
 display: block;
 position: fixed;
 top: 1px;
 left: 0px;
 width: 125px;
 height: 100%;
 //min-width: 175px;
 // max-width: 229px;
 //min-height: 100px;
 //max-height: 626px;
 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,1);
 padding: 12px;
 box-shadow: 0 1px 8px #000;
 -webkit-box-shadow: 0 1px 8px #000;
 -moz-box-shadow: 0 1px 8px #000;
}
 
#toc:hover{
 display: block;
 position: fixed;
 top: 1px;
 left: 0px;
 min-width: 175px;
 max-width: 229px;
 height: 100%
 //min-height: 100px;
 //max-height: 626px;
 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,1);
 padding: 12px;
 box-shadow: 0 1px 8px #000;
 -webkit-box-shadow: 0 1px 8px #000;
 -moz-box-shadow: 0 1px 8px #000;
 
}

body.page-Main_Page h1.firstHeading { display:none; }