“Template:表里切换菜单/style.css”与“Category:有投票的页面”:页面之间的差异

H萌娘,万物皆可H的百科全书!
< Template:表里切换菜单(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
imported>Recital君
(创建页面,内容为“{{catnav|H萌娘管理页面|页面维护报告分类}} 分类:页面维护报告分类”)
 
第1行: 第1行:
.wds-dropdown {
{{catnav|H萌娘管理页面|页面维护报告分类}}
   display: inline-block;
[[分类: 页面维护报告分类]]
   position: relative;
}
.wds-dropdown__content {
   display: none;
   background-color: #f3f4f4;
   border: 1px solid #cecece;
   border-radius: 4px;
   left: 50%;
   min-width: 70%;
   height: 100%;
   padding: 5px 0;
   position: absolute;
   transform: translateX(-33px);
   top: 100%;
   z-index: 1;
}
.wds-dropdown__toggle:after{
   text-decoration: none !important;
   border: 1px solid #cecece;
   border-bottom: 1px dotted #f3f4f4;
   cursor: pointer;
   position: relative;
}
.wds-dropdown:before {
   display: none;
   border: 9px solid transparent;
   border-bottom: 9px solid #f3f4f4;
   margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   height: 0;
   left: 50%;
   position: absolute;
   width: 0;
   z-index: 2;
}
.wds-dropdown:hover .wds-dropdown__content {
display: inline-block;
}
.wds-dropdown:hover::before {
display:  inline-block;
}

2016年6月11日 (六) 16:07的最新版本