Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dan From  >  Find  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: The style for this example
Class: Find
Search files on the server side
Author: By
Last change:
Date: 2006-09-06 01:14
Size: 1,714 bytes
 

Contents

Class file image Download
#typetop {
	margin-top: 10px;
	width: 50px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	text-align: center;
	padding-top: 3px;
	float: left;
}

#nametop {
	margin-top: 10px;
	width: 150px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	text-align: center;
	padding-top: 3px;
	float: left;
}

#pathtop {
	margin-top: 10px;
	width: 290px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	padding-top: 3px;
	float: left;
}

.type {
	width: 50px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-top-width: 0px;
	text-align: center;
	padding-top: 3px;
	float: left;
}

.name {
	width: 150px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-top-width: 0px;
	text-align: center;
	padding-top: 3px;
	float: left;
}

.path {
	width: 290px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	text-align: center;
	padding-top: 3px;
	float: left;
}