loops/browser/loops.css
helmutm 3bd8e181be work in progress: search
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1294 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-08-08 19:00:23 +00:00

86 lines
1.1 KiB
CSS

/*
$Id$
settings specific for view / node objects
*/
.box {
margin: 12px;
}
#body {
margin-left: 5px;
}
.content-1 h1 {
font-size: 160%;
font-weight: bold;
}
.content-2 h1, .content-1 h2, .content-1 h3 {
font-size: 130%;
font-weight: bold;
}
.content-3 h1, .content-2 h2, .content-2 h3 {
font-size: 120%;
}
.content-4 h1, .content-3 h2, .content-3 h3 {
font-size: 110%;
border: none;
}
.content-5 h1, .content-4 h2, .content-4 h3 {
font-size: 100%;
border: none;
}
.subcolumn {
display: inline-block;
float: left;
}
.box {
margin: 5px;
padding: 6px;
padding-top: 0;
}
.box h1, .box h2, .box h3 {
border-bottom: None;
}
.box div.body div.menu-3 {
padding-left: 1.5em;
}
.box div.body div.menu-4 {
padding-left: 3em;
font-size: 90%
}
.flow-left {
float: left;
}
.flow-right {
float: right;
}
div.image {
margin-top: 10px;
margin-right: 5px;
}
/* search stuff */
.searchForm input.button, input.submit {
padding: 2px;
}
.searchForm input.submit {
font-weight: bold;
}