Login   Register  
PHP Classes
elePHPant
Icontem

File: style_win.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ralf Roeber  >  php_tree  >  style_win.css  >  Download  
File: style_win.css
Role: Auxiliary data
Content type: text/plain
Description: style sheets used
Class: php_tree
Manipulating data in a tree stored in a database
Author: By
Last change: * reviewed style sheet
Date: 2003-06-18 17:56
Size: 2,680 bytes
 

Contents

Class file image Download
<style type="text/css">
<!--
body          {font-family: Verdana, Helvetica, Arial, Geneva, Sans-serif; font-size: 10pt; color: #000000; background-color: #FFFFFF}

table   {
	font-size: 12pt;
	font-weight: bold;
	color: #000020;
	font-color: #0000A0;
	background-color: #FAFAFA;
        margin:1pt;
	width:80%;
	padding-left: 2pt;
	padding:0pt;
	border:1pt solid black;
}

#branch_1 {
	visibility:visible;
    // display:relative;
	position: absolute;
    z-Index: 2;
    }


hr			  { width:80%; }
pre, tt       {font-size: 12pt}
br, p, th            {
				font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; font-size: 10pt;
				font-weight: bold; color: #0000A0; font-color: #0000A0; background-color: #FAFAFA;
			  }
tr, td        {
	font-size: 10pt; font-weight:normal;
}
h1            {font-size: large; font-weight: bold; color: #0F00A0;}
h2            {font-size: medium; font-weight: bold; color: #0000A0;}
A:link        {font-size: 10pt; font-weight: bold; text-decoration: none; color: #0000ff}
A:visited     {font-size: 10pt; text-decoration: none; color: #0000F0}
A:hover       {font-size: 10pt; text-decoration: underline; color: #FF0000}
A:link.nav    {font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; color: #000000}
A:visited.nav {font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; color: #000000}
A:hover.nav   {font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; color: #0000FF}



.icon         {
	border:0pt;
    width:16px;
    height:22px;
    }

.full_tree_table {
	border:0pt solid red;
    vertical-align:top;
    margin:0pt;
    padding:0pt;
    border-collapse:collapse;
    background-color:#F0F0F0;
    }

.full_tree_td {
	border:0pt solid red;
    border-collapse:collapse;
    margin:0pt;
    padding:0pt;
    padding-right:2pt;
    }

.full_tree_div {
	display: block;
	white-space: nowrap;
	visibility:visible;
    background-color:#FFFFFF;
    border:0pt solid red;
    z-index:0;
    }

.nav          {font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; color: #000000}
.submitkey    {background-color:#AAAAAA; color:#FFFFFF; width:200pt; border:1pt solid #000055; }
.footer	      {font-family: tahoma, verdana, helvetica, arial, geneva, sans-serif; color: #000000;font-size: 8pt; }

.row_leaf     { border-right:1xp solid #000000; padding:0pt; padding-left:10pt; margin:0pt; }
.row_root     { border-left:1xp solid #000000; border-bottom:1xp solid #000000; margin:0pt; padding:0pt;padding-left:5pt; }
.table_tree   { width:80%; }
.button       { background-color:#AAAAAA; color:#FFFFFF; width:60pt; border:1pt solid #000055; margin-top:8pt;}


//-->
</style>