comparison doc/style_print.css @ 1151:c564ab6c11fc

Add specific css for print media(has to be improved).
author zas_
date Sun, 16 Nov 2008 19:58:43 +0000
parents
children 507600811ccd
comparison
equal deleted inserted replaced
1150:cc6fadbdd517 1151:c564ab6c11fc
1 body {
2 background: white;
3 font-size: 12pt;
4 }
5
6 div.navtop {
7 display: none;
8 }
9
10 div.navbottom {
11 display: none;
12 }
13
14 a:link, a:visited {
15 color: #520;
16 background: transparent;
17 font-weight: bold;
18 text-decoration: underline;
19 }
20
21 a:link:after, a:visited:after {
22 content: " (" attr(href) ") ";
23 font-size: 90%;
24 }
25
26 a[href^="/"]:after {
27 content: " (http://www.alistapart.com" attr(href) ") ";
28 }