◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

MediaWiki:Gadget-filterable.css

来自少前百科GFwiki
跳转至: 导航搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
.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;
z-index:1;
list-style: none;
    background: #555;
    border: 1px solid #eaeaea;
    border-left: 0px;
    padding: 5px;
    padding-left: 15px;
    box-shadow: inset 5px 0px #f4c430;
    color: #eaeaea;
}
.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;
}