/* bluish colour theme - Alternate stylesheet for greenstone. Written by John McPherson, 2006. Feel free to copy/modify this for any purpose. */ body { background: #80a0fb; /* light blue */ color: #000000; } a:link { color: #006666; } a:hover { color: #000066; } 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; } div.v_list { padding: 10px; font-size: smaller; } /* specific columns, named in the format string */ div.vlist_entry { clear: both; /* comes after any previous floating divs */ border-bottom: 1px grey solid; margin-top: 10px; margin-bottom: 5px; } div.vlist_entry div { width: 15%; padding-left: 1%; padding-right: 1%; float: left; } div.vlist_entry div.descr { width: 45% } #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 { display: none; } /* the image for the collection, shown in the banner */ div.collectimage { text-align: left; float: left; height: 100%; /* for IE5/6 to make containing div the full height */ } /* link for collection name - will have text if there is no image */ div.collectimage a { text-decoration: none; color: #666666; } /* 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; } div.navbar { background: #39657b; white-space: nowrap; border-left: 1px solid white; border-top: 1px solid white; border-bottom: 1px solid black; border-right: 1px solid black; margin: 0px; min-width: 400px; /* stop it wrapping in skinny windows */ font-size: 10pt; } div.divbar { /* for "select a collection" */ font-family: arial; font-size: 10pt; font-weight: bold; text-align: top; border: 0; } p.navbar { /* opt navbar text inside a divbar div */ text-align: center; margin: 0px; } a.navlink { padding: 0 10px; background: #508090; color: black; text-decoration: none; } a.navlink:visited { color: black; } a.navlink:hover { background: #6090a0; } /* content inside the pages */ /* this contains everything - all the other divs */ div#page {} /* document content after nav bar */ div.document { border: 5px #cccccc solid; padding: 5px; background: #aae; margin-top: 5px; } img.icon { border: 0; } div.queryform { text-align: center; } span.textselect { white-space: nowrap; } div.section p { text-align: justify; } div.h_list { text-align: right; padding: 5px; background: #637d7d; } /* A-Z entries other than the current one */ span.h_item a { text-decoration: none; color: #cccccc; } span.h_item a:hover { text-decoration: none; color: red; } /* 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; }