
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2894 fd906abe-77d9-0310-91a1-e0d9ade77398
31 lines
541 B
CSS
31 lines
541 B
CSS
/*
|
|
$Id$
|
|
|
|
based on http://www.tjkdesign.com/articles/liquid/4.asp
|
|
|
|
*/
|
|
|
|
body {
|
|
min-width:640px;
|
|
margin: 0;
|
|
padding: 0;
|
|
font: 9pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
background-color: white;
|
|
color: #000040;
|
|
}
|
|
|
|
#global,#menu,#sub-section,#footer {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
|
|
#content {
|
|
display: inline-block;
|
|
}
|
|
|
|
#global,#footer {width:100%}
|
|
#menu,#content,#sub-section {float:left}
|
|
#menu {width:20%}
|
|
#content {width:62%}
|
|
#sub-section {width:17%}
|
|
#footer {clear:left; float:left}
|