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
This commit is contained in:
parent
74e23acb8a
commit
aa593f4b8e
2 changed files with 48 additions and 3 deletions
|
@ -397,12 +397,12 @@ div.box h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.box div.body div.even {
|
.box div.body div.even {
|
||||||
background: #EBEBE2;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box div.body div.odd {
|
.box div.body div.odd {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
background: #EBEBE2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box div.body a:hover {
|
.box div.body a:hover {
|
||||||
|
@ -531,14 +531,12 @@ div.row div.error:before {
|
||||||
.itemViews a.selected {
|
.itemViews a.selected {
|
||||||
background: #c8c4ff;
|
background: #c8c4ff;
|
||||||
border-bottom: #c8c4ff 1px solid;
|
border-bottom: #c8c4ff 1px solid;
|
||||||
/*color: White;*/
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.itemViews a:hover {
|
.itemViews a:hover {
|
||||||
background-color: #c8c4ff;
|
background-color: #c8c4ff;
|
||||||
/*color: White;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewspace {
|
#viewspace {
|
||||||
|
|
47
browser/loops/loops_management_layout.css
Normal file
47
browser/loops/loops_management_layout.css
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
/*
|
||||||
|
** 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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue