MediaWiki:Gadget-FloatToc.css:修订间差异

删除469字节 、​ 2022年3月16日 (星期三)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>Irukaza
无编辑摘要
 
(未显示2个用户的17个中间版本)
第1行: 第1行:
/* 由用户:850710247liu设计的浮动目录效果*/
#toc{
#toc{
   padding: 0.8em;
   padding: 0.8em;
第6行: 第5行:
   overflow: hidden;
   overflow: hidden;
   border: 1px solid #ddd;
   border: 1px solid #ddd;
   background: rgb(254 254 254 / 90%)
   background: rgb(254 254 254);
}
}
.toc-custom {
.toc-custom {
   position: fixed;
   position: fixed;
   left: -6px;
   left: -6px;
   top: 62px;
   top: 55px;
   width: 176px;
   width: 176px;
   -webkit-transition: -webkit-transform .2s ease-in;
   transition: all .6s ease;
  transition: transform .2s ease-in;
  padding: 0.8em;
  filter: alpha(opacity=80);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
}
.toc-custom:hover {
.toc-custom:hover {
   opacity: 1;
   opacity: 1;
  z-index: 9999;
  padding: 0.8em;
  filter: alpha(opacity=90);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: 1px solid #ddd;
}
}
.toc-custom>ul {
.toc-custom>ul {
  padding-bottom: 10px!important;
   height: 60vh;
   height: 60vh;
   overflow-y: scroll;
   overflow-y: scroll;
匿名用户