improvement of menu presentation (CSS)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1532 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
788de68cb6
commit
8e45d6a9fd
1 changed files with 6 additions and 11 deletions
|
@ -6,17 +6,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a[href]:hover {
|
a[href]:hover {
|
||||||
background-color: #f8f8ff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box div.body div.even {
|
|
||||||
background-color: #f4f4f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.even a[href]:hover {
|
|
||||||
background-color: #f4f4f4;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #c00048;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -24,6 +15,10 @@ pre {
|
||||||
max-height: 35em;
|
max-height: 35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box div.body div.even {
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue