User:Irukaza/common.css:修订间差异

跳到导航 跳到搜索
添加641字节 、​ 2021年6月14日 (星期一)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第1行: 第1行:
/* 高亮特殊用户组的用户 */
.wds-dropdown {
@import url("https://dev.fandom.com/load.php?mode=articles&articles=MediaWiki:Highlight.css&only=styles");
   display: inline-block;
   position: relative;
}
 
.wds-dropdown:before {
   border: 9px solid transparent;
   border-bottom: 9px solid var(--wds-dropdown-border-color);
   margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
.wds-dropdown:after {
   border: 8px solid transparent;
   border-bottom: 8px solid var(--wds-dropdown-background-color);
   margin-left: -8px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
匿名用户

导航菜单