/* ============================================================================ A One-NASA style-sheet adaption for LAMBDA. ============================================================================ */ /* Headers and footers. NASA Header. */ #nasahead { display: none; position: relative; background: #ccc; height: 65px; margin: 0px; padding: 0px; } /* LAMBDA header. */ #lambdahead { display: none; position: relative; height: 40px; width: 100%; background: white; overflow: hidden; padding: 0px; margin: 0px 0px 4px 0px; } /* Menus. Top menu bar. The body entries highlight the current menu item. */ #topmenu { display: none; position: relative; background: #666; color: white; width: 100%; height: 25px; margin: 0px 0px 5px 0px; padding: 0px; border: 0px; } /* Left menu bar. */ .leftmenu { display: none; position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; height: 100%; width: 180px; background: white; text-align: left; } /* Page Content. */ div#content { position: relative; color: black; background-color: white; margin: 0px 10px 0px 0px; padding: 0px; text-align: left; }