
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1290 fd906abe-77d9-0310-91a1-e0d9ade77398
76 lines
1.3 KiB
CSS
76 lines
1.3 KiB
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,#content,#sub-section,#footer {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
|
|
#global,#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 */
|
|
|
|
.top image {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
div.box {
|
|
margin: 12px 12px 8px 10px;
|
|
border: 1px solid #ccc;
|
|
border-bottom: none;
|
|
}
|
|
|
|
div.box h4 {
|
|
font: 110% Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
color: #000040;
|
|
border: none;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 4px;
|
|
padding-top: 1px;
|
|
padding-bottom: 3px;
|
|
background-color: #ddd;
|
|
height: auto;
|
|
}
|
|
|
|
table.listing {
|
|
margin: 1px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
table.listing th {
|
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
color: #000040;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: none;
|
|
margin-top: 12px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.itemViews {
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
#footer { border-bottom: none; }
|
|
|