Login   Register  
PHP Classes
elePHPant
Icontem

File: css/treeview.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ian Lord  >  Class Treeview  >  css/treeview.css  >  Download  
File: css/treeview.css
Role: Auxiliary data
Content type: text/plain
Description: A simple style sheet
Class: Class Treeview
Display a collapsible tree of documents
Author: By
Last change:
Date: 2007-09-05 02:16
Size: 1,523 bytes
 

Contents

Class file image Download
a:link				{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:underline;
					}
			
a:visited			{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:underline;
					}

a:active			{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:underline;
					}

a:hover				{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					}
.treeview{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#000000
}

.treeviewFolderUl {
	margin-left: 20px;
	padding-left: 0px;
}

.treeviewFolderLi {
	list-style-type:none;
	vertical-align:middle;
}
.lnktxt				{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					color:000000
					}

.lnktxt a:link		{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					color:000000
					}
			
.lnktxt a:visited	{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					color:000000
					}

.lnktxt a:active	{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					color:000000
					}

.lnktxt a:hover		{
					font-family:Tahoma;
					font-size:8pt;
					font-weight:normal;
					text-decoration:none;
					color:000000
					}