「MediaWiki:Gadget-FloatToc.css」:修訂間差異

跳至導覽 跳至搜尋
增加 26 位元組 、​ 2020年4月20日 (星期一)
[InPageEdit] 没有编辑摘要
imported>=海豚=
([InPageEdit] 没有编辑摘要)
imported>=海豚=
([InPageEdit] 没有编辑摘要)
行 1: 行 1:
/* 浮动目录效果*/
/*  由用户:=海豚=设计的 浮动目录效果*/
.toc-custom {
.toc-custom {
   position: fixed;
   position: fixed;
   right: -185px;
   right: -190px;
   top: 200px;
   top: 200px;
   background: rgba(255, 255, 255, 0.8);
   background: rgba(255, 255, 255, 0.8);
   z-index: 10;
   z-index: 10;
   width: 170px;
   width: 175px;
   opacity: 0.5;
   opacity: 0.6;
   filter: alpha(opacity=50);
   filter: alpha(opacity=50);
   -webkit-transition: -webkit-transform .2s ease-in;
   -webkit-transition: -webkit-transform .2s ease-in;
   transition: transform .2s ease-in;
   transition: transform .2s ease-in;
}
}
.toc-custom:hover {
.toc-custom:hover {
   opacity: 1;
   opacity: 1;
行 22: 行 21:
}
}
.toc-custom>ul {
.toc-custom>ul {
   height: 50vh;
   height: 55vh;
   overflow-y: scroll;
   overflow-y: scroll;
}
}
匿名使用者

導覽選單