Mercurial > geeqie
changeset 1155:eff68aeb4647
Fix up links and various enhancements.
author | zas_ |
---|---|
date | Mon, 17 Nov 2008 18:05:42 +0000 |
parents | 8ebeab4d6987 |
children | 50ffcd7c3539 |
files | doc/style_print.css |
diffstat | 1 files changed, 17 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/style_print.css Mon Nov 17 17:17:47 2008 +0000 +++ b/doc/style_print.css Mon Nov 17 18:05:42 2008 +0000 @@ -1,5 +1,5 @@ body { - background: white; + background: transparent; font-size: 12pt; } @@ -11,17 +11,26 @@ display: none; } -a:link, a:visited { - color: #520; +a { + color: black; background: transparent; - font-weight: bold; text-decoration: underline; } +a.bottomnote { + text-decoration: none; +} + +a.bottomnote:link:after, a.bottomnote:visited:after { + text-decoration: none; + content: ""; +} + a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; - } +} + /* a[href^="/"]:after { @@ -30,17 +39,17 @@ */ h1 { - background: white; + background: transparent; border-bottom: 1px dotted gray; } h2 { - background: white; + background: transparent; border-bottom: 1px dotted gray; } h3 { - background: white; + background: transparent; border-bottom: 1px dotted gray; }