another scrolling bug
[lhc/web/wiklou.git] / stylesheets / DaVinciPrint.css
1 /*
2 ** Plone Print style sheet for CSS2-capable browsers.
3 ** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
4 **
5 ** Style sheet documentation can be found at http://plone.org/documentation
6 **
7 ** You should preferrably use ploneCustom.css to add your own CSS classes and to
8 ** customize your portal, as these are the base fundaments of Plone, and will
9 ** change and be refined in newer versions. Keeping your changes in
10 ** ploneCustom.css will make it easier to upgrade.
11 **
12 ** Feel free to use whole or parts of this for your own designs, but give credit
13 ** where credit is due.
14 **
15 */
16
17 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
18
19 body {
20 background: White;
21 font-family: "Bitstream Vera Sans",Verdana, sans;
22 font-size: 11pt !important;
23 color: Black;
24 margin: 0;
25 padding: 0;
26 }
27
28 div.top,
29 #portal-logo,
30 .hiddenStructure,
31 #portal-searchbox,
32 #portal-globalnav,
33 #portal-personaltools,
34 #portal-breadcrumbs,
35 div#portal-column-one,
36 .contentViews,
37 .contentActions,
38 .help,
39 .legend,
40 div.portalMessage,
41 div.documentActions,
42 .documentByLine,
43 .netscape4,
44 #portal-footer,
45 #portal-colophon,
46 input
47 .skipnav {
48 /* Hides all the elements irrelevant for presentations */
49 display: none;
50 }
51
52 ul {
53 list-style-type: square;
54 }
55
56 #content,
57 .documentDescription,
58 .group,
59 li,
60 .stx,
61 background: transparent;
62 border: none ! important;
63 font-family: Georgia, Garamond, Times, serif;
64 font-size: 11pt;
65 padding: 0 ! important;
66 margin: 0 ! important;
67 text-align: left;
68 }
69
70 .documentByLine {
71 font-family: Georgia, Garamond, Times, serif;
72 }
73
74
75 h1, h2, h3, h4, h5, h6
76 {
77 border: none;
78 font-family: "Bitstream Vera Sans",Verdana, sans;
79 font-weight: bold;
80 }
81
82 p, .documentDescription {
83 margin: 1em 0 ! important;
84 line-height: 1.2em;
85 }
86
87 pre {
88 border: 1pt dashed black;
89 white-space: pre;
90 font-size: 8pt;
91 overflow: auto;
92 padding: 1em 0;
93 }
94
95 table.listing,
96 table.listing td {
97 border: 1pt solid black;
98 border-collapse: collapse;
99 }
100
101 a {
102 color: Black !important;
103 padding: 0 !important
104 }
105
106 a:link, a:visited {
107 color: #520;
108 background: transparent;
109 text-decoration: underline;
110 }
111
112 #content a:link:after,
113 #content a:visited:after {
114 content: " ( " attr(href) " ) ";
115 }
116
117 #visual-portal-wrapper {
118 width: 100% !important;
119 min-width: 0 !important;
120 }
121
122 #portal-column-content {
123 margin: 0 !important;
124 }
125
126 #portal-column-content #content {
127 padding: 1em;
128 margin: 0 !important;
129 }
130