MediaWiki:Common.css:修订间差异

跳转到导航 跳转到搜索
Findsky留言 | 贡献
无编辑摘要
Findsky留言 | 贡献
无编辑摘要
 
(未显示同一用户的3个中间版本)
第1,561行: 第1,561行:
heimu相关css引自萌娘百科(https://zh.moegirl.org/),文字内容遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议。
heimu相关css引自萌娘百科(https://zh.moegirl.org/),文字内容遵守【知识共享 署名-非商业性使用-相同方式共享 3.0】协议。


.filterable-button {
  float: right;
  color: black;
  padding: 0 2px 0 0.5em;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.filterable-button:hover {
  text-shadow: 1px 1px 2px #888;
}
.filterable-button-active {
  color: black;
}
.filterable-input-group {
  position: absolute;
  max-width: 45vw;
  display: none;
}
.filterable-input-group .list-group-item input {
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}
.filterable-input-group .dropdown-content {
  padding: 0 10px;
}
.filterable-input-group .dropdown-content .list-group-item {
  /*overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filterable-input-group .list-group {
  margin-bottom: 10px;
  max-height: 206px;
  overflow-y: auto;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
.fa-filter:before {
  content: "\f0b0"; }


.dropdown-menu {
.dropdown-menu {