Hide navigation or collapsible items in Readable

This commit is contained in:
Christian Dywan 2012-07-08 14:37:34 +02:00
parent 184c1133e6
commit 8ad44b86c3
1 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,7 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
-webkit-column-count: auto !important;
-webkit-column-width: auto !important;
-webkit-box-shadow: none !important;
width: auto !important;
}
div, p {
@ -38,20 +39,24 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
padding-left: 5pt !important;
}
img, *[accesskey], form *, form, iframe {
img, *[accesskey], form *, form, iframe,
*[id^=navigation], *[id$=navigation], *[id*=navigation], .collapsed, .expanded {
display: none !important
}
/* FIXME: we want "images bigger than 50px here" */
img[width] {
display: inline !important
}
:link, :link * {
color: #013100 !important;
text-decoration: underline !important;
}
:visited, :visited * {
color: #7E558E !important;
text-decoration: underline !important;
}
a:hover {