cybertools/browser/liquid/liquid4.css
helmutm b94c445aab Liquid skin made basically usable together with the loops package
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1004 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-01-12 20:47:52 +00:00

46 lines
717 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:60%}
#sub-section {width:19.9%}
#footer {clear:left}
/* more general stuff */
.box {
margin: 12px 15px 8px 10px;
border-left: none;
}
#footer {
border: none;
}
/* cyberconcepts specialties */
.top {
background-image: url('bg_cyberview.gif');
height: 75px;
}