cybertools/browser/loops/loops_management_layout.css
helmutm aa593f4b8e improving the loops skin; use also for site management screens
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1191 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-05-02 08:08:11 +00:00

47 lines
731 B
CSS

/*
** Customisations for the Site Management view
** Used when the URL contains ++etc++site
*/
div#action {
background-color: #ffff80;
border-left: 1px solid #ffa000;
border-right: 1px solid #ffa000;
}
div#action ul {
color: #344080;
}
div#action li a {
border-left: 1px solid #ffff80;
}
div#action li a:hover {
background-color: #ffffb0;
}
#viewspace {
border: 1px solid #ffa000;
}
.itemViews {
border-bottom: 1px solid #ffa000;
}
.itemViews a {
border: 1px solid #ffa000;
}
.itemViews a.selected {
background: #ffff80;
border-bottom: #ffff80 1px solid;
}
.itemViews a:hover {
background-color: #ffff80;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #ffa000;
}