Login   Register  
PHP Classes
elePHPant
Icontem

File: styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael J. Fuhrman  >  TreeView  >  styles.css  >  Download  
File: styles.css
Role: Auxiliary data
Content type: text/plain
Description: CSS styles used by the TreeView page
Class: TreeView
Display a collapsible tree of links
Author: By
Last change:
Date: 2010-07-18 22:02
Size: 3,848 bytes
 

Contents

Class file image Download
body {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}

table {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}

th {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

input {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}

textarea {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}

.PageNumber {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt}



.PageNumber 
   {  
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px;
   }

.MenuFont
   { 
      font-weight:bold; 
      color:#FFFFFF;  
      font-family: Arial; 
      font-size: 12px; 
   }


a { color:"#000000"; text-decoration: none;}
a:link { color:"#000000";}
a:visited { color:"#000000";}
a:hover { color:#000000; font-weight:bold; }


.hLine
   {
      width:100%;
      height: 1px;
      background-color: #000000; 
      font-size: 1px;
   }

.mnuStyle { COLOR:#000000;TEXT-DECORATION:none }

.mnuBackground 
   { 
      width:100%;
      background-color: #BBBBBB; 
      vertical-align: middle;
      font-size: 24px;
      cell-spacing: 0;
      padding: 0px;
      margin: 0px;
   }

.mnuBar 
   { 
      font-size: 14px;
      width:100%;
      background-color: #BBBBBB; 
      vertical-align: middle;
      padding: 0px;
      margin: 0px;
   }

.mnuItem
   { 
      font-size:12px;
      height:12px; 
      background-color: #BBBBBB;
      padding: 2px;
   }

.mnuBar2
   { 
      font-size:12px;
      height:12px; 
      background-color: #BBBBBB;
      padding: 2px;
   }

.mnuBarWBorder
   { 
      font-size:12px;
      height:12px; 
      background-color: #BBBBBB;
      border: groove #000000 2px; 
      border-left-color : #FFFFFF;
      border-top-color : #FFFFFF;
      border-right-color : #000000;
      border-bottom-color : #000000;
      border-left-width : 2
      border-top-width : 2;
      border-right-width : 2;
      border-bottom-width : 2;
      padding: 2px;
   }

.mnuList
   {
      position:absolute; 
      width:115px; 
      z-index:1; 
      left: 124px; 
      top: 12px; 
      visibility: hidden; 
      padding: 2px;
      margin: 2px;

      border: groove #000000 2px; 
      border-left-color : #FFFFFF;
      border-top-color : #FFFFFF;
      border-right-color : #000000;
      border-bottom-color : #000000;
      background-color: #BBBBBB;

      text-decoration: none;

      a { color:"#000000"; text-decoration: none; }
      a:link { color:"#000000"; text-decoration: none; }
      a:visited { color:"#000000"; text-decoration: none; }
      a:hover { color:#000000; text-decoration: none; }
   }

.DivBorder 
{  
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px; 
   border-top-color: #000000; 
   border-right-color: #000000; 
   border-bottom-color: #000000; 
   border-left-color: #000000; 
}

.TabBorder 
{  
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 0px; 
   border-left-width: 0px; 
   border-top-color: #000000; 
   border-right-color: #000000; 
}

.DivBorder_old
{  
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px; 
   padding-top: 3px; 
   padding-right: 3px; 
   padding-bottom: 3px; 
   padding-left: 3px
}

.Login 
{  
   font-family: Arial, Helvetica, sans-serif; font-size: 8pt; 
   font-style: normal; 
   font-weight: normal; 
   background-color: #FFFF99; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px
}