Login   Register  
PHP Classes
elePHPant
Icontem

File: search.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of chandan Kumar  >  Alphabetical Search  >  search.css  >  Download  
File: search.css
Role: Auxiliary data
Content type: text/plain
Description: search.css
Class: Alphabetical Search
Get list of database records to complete text
Author: By
Last change:
Date: 2012-12-12 13:28
Size: 1,687 bytes
 

Contents

Class file image Download
.main{

	width:500px;
	margin:50px auto;
	background:#FFFFFF;

}

/* Alpha Search */
.block{
	padding-top:30px;
	width:198px;
	/*width:700px;*/
	}

.srchbox{
	padding:7px;
}
.block-title-left {float:left; background: url(images/alphabet-left-bg.png) no-repeat; width:11px; height:37px;}
.block-title-mid {float:left; background: url(images/alphabet-mid-bg.png) repeat-x; height:37px; width: 176px;}
.block-title-right {float:left; background: url(images/alphabet-right-bg.png) no-repeat; height:37px; width:11px;}
.block-title-mid span{
	color: #5d5d5d; display: block;
	font: normal 14px Tahoma, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}
div.alfasrch div.block-content {background:#ffffff; border: solid 1px #dadde4;}



.srchbox table.alfasrch{
	font-size:12px;
	font-weight:bold;
}
.srchbox table.alfasrch td{
	text-align:center;
	padding:3px 0 0 0 ;
}
.srchbox table.alfasrch td a{
	display:block;
	background:#ffffff;
	border:#cccccc solid 1px;
	width:16px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	color:#707070;
	font-weight:normal;
}
.srchbox table.alfasrch td a:hover{
	background:#E7E7E7;
	text-decoration:none;	
}

.srchbox table.alfasrch td selected{
	background:#003399;
	text-decoration:none;	
}


.alfasrch .rsltbox{
	border:#c7c7c7 solid 1px;
	height:200px;
	background:#ffffff;
	overflow:auto;
	margin:0 3px 3px 3px;

}
.alfasrch .rsltbox ul{
	padding:0px 0 0px 2px;
	margin:0;
	list-style:none;
}

.alfasrch .rsltbox ul li{
	padding:2px 0 2px 2px;
}

.alfasrch .rsltbox li a{
	text-decoration:none;
}

.alfasrch .rsltbox li a:hover{
	text-decoration:underline;
}