2 based on print style sheet by Eric Meyer
3 www.alistapart.com/articles/gointoprint
25 #wrapper, #content
, #container
{
30 float: none
!important
;
32 background: transparent none
;
37 border-top: 1px solid
#930;
40 background: transparent
;
44 vertical-align: bottom
;
46 #header a:active
, #header
a:visited
, #header
a:link
{
60 background: transparent
;
65 background: transparent
;
66 text-decoration: underline
;
69 include href attribute in parenthesis next to links
71 #content a:active:after
, #content
a:visited:after
, #content
a:link:after
{
72 content: " (" attr
(href
) ") ";
75 #container a:active:after
, #container
a:visited:after
, #container
a:link:after
{
76 content: " (" attr
(href
) ") ";
80 This is a valid CSS3 selector
83 #content a[href^="/"]:after {
84 content: " (http://www.example.com/" attr(href) ") ";