/** * $Id: phpwiki-topbottombars.css,v 1.2 2002-02-10 22:01:59 carstenklapp Exp $ * * The html really needs to be tweaked a bit to get this stuff to * work properly. * * The actionbar disappears in Opera. Opera ignores the bg colors. * * Mac IE 5.1 doesn't do proper positioning of the editdate, and * furthermore doesn't flow other objects properly around it. * * There is also a limit how far Mac IE 5.1 will allow the

to * overlap with the #navbar, apparently dependant on somewhat random * interactions with other (unrelated) css elements on the page. * However, the position seems stable with this particular combination. */ @import url("phpwiki.css"); #navbar { background: ivory; position: fixed; border-style: outset; border-width: 1px; padding-top: 1ex; padding-left: 1em; padding-bottom: 3em; margin-top: 0ex; width: 100%; top: -1px; left: -1px; right: -1px; } #logo { position: fixed; top: 1ex; right: 1em; /* Mozilla requires this z-index to bring the logo to the front but it renders the navbar immune to mouseclicks in Mac ie5.1! tab-select of buttons works though. If it causes problems for other browsers another way will have to be found */ z-index: 1; } h1 { position: fixed; top: 2ex; left: 0.5em; } .toolbar { background: ivory; } #actionbar table { padding-bottom: 1ex; } #actionbar { line-height: 150%; background: ivory; position: fixed; bottom: -3px; left: -1px; right: -1px; border-style: outset; border-width: 1px; padding-left: 1em; padding-right: 1em; } hr.toolbar { display: none; } div.wikitext { margin-top: 9ex; } /* For emacs users * * Local Variables: * mode: c * c-file-style: cc-mode * End: */