Support HaloScan commenting system
[cuibap.git] / styles / print.css
blob4c4546a995ae3704b82096b0ddc4956df5e6597e
1 /*
2 based on print style sheet by Eric Meyer
3 www.alistapart.com/articles/gointoprint
4 */
6 html {
7 background: white;
9 body {
10 background: white;
11 font-size: 12pt;
13 .metainfo {
14 display: none;
16 #menu {
17 display: none;
19 .menu {
20 display: none;
22 #links, #footer {
23 display: none;
25 #wrapper, #content, #container {
26 width: auto;
27 margin: 0 5%;
28 padding: 0;
29 border: 0;
30 float: none !important;
31 color: black;
32 background: transparent none;
34 div#content {
35 margin-left: 5%;
36 padding-top: 1em;
37 border-top: 1px solid #930;
39 div#header {
40 background: transparent;
41 margin-bottom: -8px;
43 div#header img {
44 vertical-align: bottom;
46 #header a:active, #header a:visited, #header a:link {
47 color: black;
49 .date {
50 color: #666666;
52 .title {
53 color: #3A3A3A;
55 .description {
56 color: black;
58 blockquote, pre {
59 color: black;
60 background: transparent;
62 a:link, a:visited {
63 color: #520;
64 font-weight: bold;
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) ") ";
73 font-size: 90%;
75 #container a:active:after, #container a:visited:after, #container a:link:after {
76 content: " (" attr(href) ") ";
77 font-size: 90%;
79 /*
80 This is a valid CSS3 selector
83 #content a[href^="/"]:after {
84 content: " (http://www.example.com/" attr(href) ") ";