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 {
|
||||
background-color: #f8f8ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.box div.body div.even {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.even a[href]:hover {
|
||||
background-color: #f4f4f4;
|
||||
text-decoration: none;
|
||||
color: #c00048;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
@ -24,6 +15,10 @@ pre {
|
|||
max-height: 35em;
|
||||
}
|
||||
|
||||
.box div.body div.even {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.box {
|
||||
margin: 12px;
|
||||
}
|
||||
|
@ -46,7 +41,7 @@ pre {
|
|||
font-size: 120%;
|
||||
}
|
||||
|
||||
.content-4 h1, .content-3 h2, .content-3 h3 {
|
||||
.content-4 h1, .content-3 h2, .content-3 h3 {
|
||||
font-size: 110%;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue