ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/styles/print.css
Revision: 1.3
Committed: Thu May 11 15:25:44 2006 UTC (17 years, 11 months ago) by tdb
Content type: text/css
Branch: MAIN
Changes since 1.2: +4 -1 lines
Log Message:
Fix XHTML validity.

File Contents

# User Rev Content
1 tdb 1.1 html {
2     margin: 0;
3     padding: 0;
4     }
5    
6     body {
7     background: white;
8     color: black;
9     margin: 0;
10     padding: 0;
11     }
12    
13     /* Contains the menu */
14     #menu {
15     display: none;
16     }
17    
18     /* Contains the header */
19     #header {
20     display: none;
21     }
22    
23     /* Contains the footer */
24     #footer p {
25     text-align: center;
26     font-size: x-small;
27     }
28    
29 tdb 1.2 /* Contains adverts */
30 tdb 1.3 #advert1 {
31     display: none;
32     }
33     #advert2 {
34 tdb 1.2 display: none;
35     }
36    
37 tdb 1.1 /* Contains the body text of the page */
38     #contents h1 {
39     border-top: 3px solid #000066;
40     border-bottom: 3px solid #000066;
41     }
42     #contents h2 {
43     border-bottom: 2px solid #000066;
44     }
45     #contents h3 {
46     border-bottom: 1px solid #000066;
47     }
48     #topnav {
49     display: none;
50     }
51    
52     img {
53     border: 0;
54     }