更改

跳到导航 跳到搜索
添加1,568字节 、 2019年8月27日 (二) 06:06
无编辑摘要
第1,561行: 第1,561行:  
heimu相关css引自萌娘百科(https://zh.moegirl.org/),文字内容遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议。
 
heimu相关css引自萌娘百科(https://zh.moegirl.org/),文字内容遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议。
   −
  −
/*筛选工具样式*/
   
.filterable-button {
 
.filterable-button {
 
   float: right;
 
   float: right;
第1,606行: 第1,604行:  
   overflow-y: auto;
 
   overflow-y: auto;
 
}
 
}
  −
  −
   
.fa,
 
.fa,
 
.fas,
 
.fas,
第1,625行: 第1,620行:  
.fa-filter:before {
 
.fa-filter:before {
 
   content: "\f0b0"; }
 
   content: "\f0b0"; }
 +
 +
.dropdown-menu {
 +
  padding: 7px;
 +
  position: absolute;
 +
  top: 100%;
 +
  left: 0;
 +
  z-index: 95;
 +
  display: none;
 +
  float: left;
 +
  min-width: 160px;
 +
  padding: 5px 0;
 +
  margin: 2px 0 0;
 +
  list-style: none;
 +
  font-size: 14px;
 +
  text-align: left;
 +
  background-color: #ffffff;
 +
  border: 1px solid #cccccc;
 +
  border:
 +
    1px solid rgba(0, 0, 0, 0.15);
 +
  border-radius: 0;
 +
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 +
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 +
  background-clip: padding-box;
 +
}
 +
 +
.dropdown-menu.pull-right {
 +
  right: 0;
 +
  left: auto;
 +
}
 +
 +
.dropdown-menu .divider {
 +
  height: 1px;
 +
  margin: 9px 0;
 +
  overflow: hidden;
 +
  background-color: #e5e5e5;
 +
}
 +
 +
.dropdown-menu>li>a {
 +
  display: block;
 +
  padding: 3px 20px;
 +
  clear: both;
 +
  font-weight: normal;
 +
  line-height: 1.42857143;
 +
  color: #333333;
 +
  white-space: nowrap;
 +
}
 +
 +
.dropdown-menu>li>a:hover,
 +
.dropdown-menu>li>a:focus {
 +
  text-decoration: none;
 +
  color: #262626;
 +
  background-color: #f5f5f5;
 +
}
 +
 +
.dropdown-menu>.active>a,
 +
.dropdown-menu>.active>a:hover,
 +
.dropdown-menu>.active>a:focus {
 +
  color: #ffffff;
 +
  text-decoration: none;
 +
  outline: 0;
 +
  background-color: #337ab7;
 +
}
 +
 +
.dropdown-menu>.disabled>a,
 +
.dropdown-menu>.disabled>a:hover,
 +
.dropdown-menu>.disabled>a:focus {
 +
  color: #777777;
 +
}
 +
 +
.dropdown-menu>.disabled>a:hover,
 +
.dropdown-menu>.disabled>a:focus {
 +
  text-decoration: none;
 +
  background-color: transparent;
 +
  background-image: none;
 +
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 +
  cursor: not-allowed;
 +
}
 +
 +
.btn-group-sm {
 +
  display: inline-block;
 +
}
 +
 +
.dropdown-menu {
 +
  padding: 7px;
 +
}

导航菜单