cybertools/browser/liquid/liquid4.css
helmutm 536983c5da Created 'Liquid' skin
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@813 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-12-03 14:27:13 +00:00

32 lines
561 B
CSS

/*
$Id$
based on http://www.tjkdesign.com/articles/liquid/4.asp
*/
body {
min-width:640px;
margin: 0;
padding: 0;
font: 0.8em Tahoma, Helvetica, Arial, sans-serif;
background-color: white;
color: #000066;
}
#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block
}
#header,#footer {width:100%}
#menu,#content,#sub-section {float:left}
#menu {width:20%}
#content {width:60%}
#sub-section {width:19.9%}
#footer {clear:left}
.top {
background-image: url('bg_cyberview.gif');
height: 75px;
}