/* default stylesheet for greenstone. */ body { background: #ffffff; color: #000000; } /* bg image set in style macro */ body.bgimage { } a:link { color: #006666; } a:hover { color: #cc9900; } a:visited { color: #666633; } img.link { border: 0; } /* for unesco/human info etc logos on home page */ img.logo { border: 0; float: right; margin-left: 10px; } /* this contains everything - all the other divs */ #page { margin-left: 80px; margin-right: 30px; } #banner { margin-bottom: 5px; } /* this div contains the bannerlinks and bannerimage paragraphs */ div.pageinfo { float: right; text-align: right; } /* home, help, preferences links */ p.bannerlinks { font-family: arial; font-size: 10pt; font-weight: bold; } /* the image based on the page action */ p.bannerimage {} /* the image for the collection, shown in the banner */ div.collectimage { text-align: left; height: 100%; /* for IE5/6 to make containing div the full height */ } /* make sure this is shown under the other divs (which may be floating) */ div.bannerextra {clear:both;} /* blankiconbar */ div.section p.bar { text-align: center; } /* bg image set in style macro */ div.navbar { min-width: 500px; white-space: nowrap; font-family: arial; font-size: 10pt; font-weight: bold; text-align: top; text-transform: lowercase; border: 0; width: 100%; /* for ns4 */ } /* bg image set in style macro */ div.divbar { /* for "select a collection" */ font-family: arial; font-size: 10pt; font-weight: bold; text-align: top; border: 0; width: 100%; /* for ns4 */ } p.navbar { /* opt navbar text inside a divbar div */ text-align: center; } /* bg image set in style macro */ span.navlink { vertical-align: top; padding: 0 10px; } /* bg image set in style macro */ span.navlink_sel { vertical-align: top; padding: 0 10px; } /* bg image set in style macro */ span.navlink:hover { } span.navlink a { color: black; text-decoration: none; } span.navlink a:visited { color: black; } /* for the nav_ns4.dm macro only (for netscape4 support) */ span.navlink_ns4 { background-color: #e8d9b1; } span.navlink_sel_ns4 { background-color: #96c19b; } /* ns4 doesn't support :hover? */ span.navlink_ns4 a:hover { } span.highlight { background: #ffff77; } /* content inside the pages */ img.icon { border: 0; } div.queryform { text-align: center; } span.textselect { white-space: nowrap; } div.document div.heading {} /* wide enough for 2 buttons side-by-side */ div.document div.buttons { width: 200px; float: left; } div.button { font-size: 11px; font-weight: bold; width: 100px; height: 30px; text-align: center; line-height: 1.2em; float: left; } span.button a { text-decoration: none; color: black; } div.section p { text-align: justify; } /* for the home page - auto-generated _homeextra_ macro */ table.collections { width: 100%; max-width: 800px; text-align: center; /* centres a block element for gecko and opera. (IE 5.5 needs parent * text-align) */ margin-left:auto; margin-right:auto; } /* collections that have a logo should have a border around them */ table.collections img { border: 1px solid; }