Barnaby Norman

Family Tree Org - Source Code CSS

Barnaby Norman Home Page | Site Map | Family Norman Genealogy Site | Contact Me
Source Files

/* General page styles ---------------------------------------------------- */
body, html {
    
margin0px;
    
padding0px;
    
colorblack;
    
background-color#fffccc;
    
font-size85%;
}

body, input, textarea, select, option {
    
font-familyverdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4{
    
font-family"Adobe Caslon Pro""Hoefler Text", Georgia, Garamond, Times, serif;
    
letter-spacing:0.1em;

}

img {
    
border0px;
}

a, a:visited, a:hover {
    
color#000099;
    
background-colortransparent;
}

a:active {
    
color#0000ff;
    
background-colortransparent;
}

/* 
browsers handle this differently
input
.max, textarea.max, select.max {
    
width100%;
}
*/


/* 
Content area styles ----------------------------------------------------- */
#content {
    
padding10px;
}
#content h1 {
    
margin-top0px;
}

/* 
3px IE bug hack hidden from IE5-mac \*/
html #content height1%; }
/* 
End hide from IE5-mac */ 


#leftbar {
    
floatleft;
    
width186px;
    
padding5px;
    
font-sizesmaller;
}

#leftbar a{
    
displayblock;
    
text-decorationnone;
    
line-height20px;
    
padding5px;
    
margin2px;
    
color#000;
    
text-alignright;
    
background#ffeeee;
}
#leftbar a:hover background#ffffff; }


#layout_3 #content {
    
margin-left196px;
    
margin-right196px;
}

/* 
Header navigation area ------------------------------------------------- */
#headnav {
    
colorinherit;
    
background-color#dded86;
    
height67px;
    
positionrelative;
}

#headmenu {
    
positionabsolute;
    
bottom0px;
    
right5px;
    
text-alignright;
    
padding-left126px;
}



/* 
Footer navigation area ------------------------------------------------- */
#footnav {
    
colorinherit;
    
background-color#9999cc;
    
border-width1px 0px;
    
border-color#333366;
    
border-stylesolid;
    
text-alignright;
    
padding-right6px;
}
#pagefooter {
    
positionrelative;
    
font-size75%;
    
colorinherit;
    
background-color#cccccc;
    
width100%;
}

#footnav a, #headmenu a {
    
font-size75%;
    
text-decorationnone;
}

/* 
Source code outputs  ------------------------------------------------- */

.
code {
font-family:   Courier, monospace;
   
color#007700;
   
border-stylesolid;
   
border-colorblack;
   
background-color#DDDDDD;
   
padding10px;
   
max-width100%;
}

.
blue {
   
color#0000BB
}

.
red {
   
color#DD0000
}

.
orange {
   
color#FF8000
}

.
green
{
   
color#007700
}

/* 
Org Chart output  ------------------------------------------------- */
#tree {
    
font-size100%;
}