“MediaWiki:Gadget-Filterable.css”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“.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…”) |
|||
| 第1行: | 第1行: | ||
.filterable-button { | .filterable-button { | ||
float:right; | |||
color:lightgray; | |||
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 { | .filterable-button:hover { | ||
text-shadow:1px 1px 2px #888; | |||
} | } | ||
.filterable-button-active { | .filterable-button-active { | ||
color:black; | |||
} | } | ||
.filterable-input-group { | .filterable-input-group { | ||
position:absolute; | |||
width:200px; | |||
display:none; | |||
} | } | ||
.filterable-input-group .list-group-item input { | .filterable-input-group .list-group-item input { | ||
vertical-align:text-bottom; | |||
margin:0 5px 0 0; | |||
} | } | ||
.filterable-input-group .dropdown-content { | .filterable-input-group .dropdown-content { | ||
padding:0 10px; | |||
} | } | ||
.filterable-input-group .dropdown-content .list-group-item { | .filterable-input-group .dropdown-content .list-group-item { | ||
overflow:hidden; | |||
white-space:nowrap; | |||
text-overflow:ellipsis; | |||
} | } | ||
.filterable-input-group .list-group { | .filterable-input-group .list-group { | ||
margin-bottom:10px; | |||
max-height:206px; | |||
overflow-y:auto; | |||
} | } | ||
2022年7月11日 (一) 21:47的最新版本
.filterable-button {
float:right;
color:lightgray;
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;
width:200px;
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;
}