cybertools/browser/liquid/liquid4.css
helmutm 0be4751c55 Refactored ordered container stuff out of loops package and put into cybertools.container
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1035 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-01-27 08:21:24 +00:00

56 lines
903 B
CSS

/*
$Id$
based on http://www.tjkdesign.com/articles/liquid/4.asp
*/
body {
min-width:640px;
margin: 0;
padding: 0;
font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
background-color: white;
color: #000040;
}
#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:67%}
#sub-section {width:12.9%}
#footer {clear:left}
/* more general stuff */
.box {
margin: 12px 12px 8px 10px;
border-left: none;
}
.footer {
text-align: center;
border-top: 1px solid #ccc;
border-bottom: none;
margin-top: 3px;
padding-top: 6px;
}
.itemViews {
border-bottom-width: 2px;
}
#footer { border-bottom: none; }
/* cyberconcepts specialties */
.top {
background-image: url('bg_cyberview.gif');
height: 75px;
}