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

来自维基百科
跳到导航 跳到搜索
logbank>红枫叶随风
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤 #toc{ display: block; position: fixed; top: 100px; right: 0px; min-width: 100px; max-width: 350px; max-height…”
 
logbank>红枫叶随风
第7行: 第7行:
 
  min-width: 100px;
 
  min-width: 100px;
 
  max-width: 350px;
 
  max-width: 350px;
  max-height: 20px;
+
  max-height: 500px;
 
  overflow-y: scroll;
 
  overflow-y: scroll;
 
  border: 1px solid #aaa;
 
  border: 1px solid #aaa;
第38行: 第38行:
 
   
 
   
 
}
 
}
 
body { overflow-x: hidden;}
 

2019年11月8日 (五) 16:55的版本

/* 这里放置的CSS将应用于所有皮肤 */
#toc{
 display: block;
 position: fixed;
 top: 100px;
 right: 0px;
 min-width: 100px;
 max-width: 350px;
 max-height: 500px;
 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.75);
 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: 100px;
 right: 0px;
 min-width: 100px;
 max-width: 350px;
 max-height: 500px;
 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.75);
 padding: 12px;
 box-shadow: 0 1px 8px #000;
 -webkit-box-shadow: 0 1px 8px #000;
 -moz-box-shadow: 0 1px 8px #000;
 
}