⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 easysearchasp.css

📁 一个不错的站内搜索源代码
💻 CSS
字号:
/* Hint CSS */
.selHint 
{
  border: dashed 1px #236393;
}

#results div a span
{
 background-color: #FFFF00;
 margin-bottom: 5px;
}
.ezcount
{
	color: Red;
	float: right;
	font-size: 9px;
}

#results
{
	display: none;
	visibility: hidden;
	background-color: #FFFFFF;
	width: 175px;
	overflow: hidden;
	border: solid 1px #236393;
	z-index: 99;
	position: absolute;
}

*{margin: o;}
.ResultsPaging
{
	color: Black;
	background-color: #e8e7ff;
}
.SearchResultAlt
{
	/*background-color: #e8e7ff; */
}

#EasySearchLiveResults
{
	Z-INDEX: 100;
	display: none;
	position: absolute;
	background-color: White;
	border-color: #3333ff;
	margin-bottom: 10px;
	border-width: 13px;	
}
.SearchResultUrl
{
	color: #32aca8;
	font-style: italic;
}
.SearchResultsPageXofYMessage
{
	font-style: italic;
}
.SearchResultsHighlight
{
	color: Red;
	font-style: italic;	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -