Mercurial > moin > 2.0
changeset 142:b1b9e7ffe2d2
reduce hyperlink clutter on printed output; color printed hyperlinks black; eliminate box-shadow on print
author | Roger Haase <crosseyedpenguin@yahoo.com> |
---|---|
date | Tue, 15 Mar 2011 08:29:21 -0700 |
parents | 97f598c58283 |
children | ff9fb651f472 |
files | MoinMoin/themes/modernized/static/css/common.css |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/modernized/static/css/common.css Mon Mar 14 21:12:26 2011 -0700 +++ b/MoinMoin/themes/modernized/static/css/common.css Tue Mar 15 08:29:21 2011 -0700 @@ -616,24 +616,23 @@ @media print { -/* content */ html { font-family: Times, serif; font-size: 12pt; width: 100%;} body, #moin-page, #moin-page, #moin-content-data { margin: 0; padding: 0} a, a:visited, a.nonexistent, -a.badinterwiki { color: black; text-decoration: none; } +a.badinterwiki { color: black !important; text-decoration: none !important; } a.interwiki:before, a.badinterwiki:before { content: attr(title) ":"; } a.interwiki img, a.badinterwiki img { display: none; } pre { font-size: 10pt; } .footnotes div { width: 5em; border-top: 1pt solid gray; } +div.moin-table-of-contents { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } -/* user interface - do not display */ +a.permalink, a.moin-showhide, a.showhide, #moin-header, #moin-sidebar, #moin-footer, #moin-timings, #moin-credits, #moin-interwiki, #moin-pagelocation { display: none; } -/* page-bottom */ #moin-pageinfo { color: gray; font-size: .67em; float: right; } #moin-pageinfo a { color: gray; }