1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/themes/greydragon/css/layout.css
2009-11-30 08:16:33 -08:00

21 lines
1.2 KiB
CSS

html { overflow: auto; }
* { margin: 0px; }
body { min-width: 73em; padding: 0; margin: 0; }
#g-header { position: relative; min-width: 73em; z-index: 5; }
#g-main, #g-main-in { min-width: 72.7em; height: auto; bottom: auto; }
#g-footer { position: relative; height: auto; min-width: 73em; clear: both; display: block; overflow: auto; }
#g-column-left { float: left; width: 18em; min-height: 32em; overflow: hidden; height: 100%; }
#g-column-right { float: right; width: 18em; min-height: 32em; overflow: hidden; height: 100%; }
#g-column-center { margin: 0 19em 0 19em; min-height: 32em; overflow: hidden; height: 100%; }
#g-column-centerleft { margin: 0 19em 0 0; min-height: 32em; overflow: hidden; height: 100%; }
#g-column-centerright { margin: 0 0 0 19em; min-height: 32em; overflow: hidden; height: 100%; }
#g-column-centerfull { position: relative; margin: 0 0; min-height: 31em; overflow: hidden; height: 100%; }
#g-footer-leftside { float: left; display: inline; }
#g-footer-rightside { float: right; display: inline; }
.g-hideitem { display: none; }
#g-main-in { overflow: auto; height: 100%; }