* 0.1em more space between tabs and personal links
[lhc/web/wiklou.git] / stylesheets / commonPrint.css
1 /*
2 ** Mediawiki Print style sheet for CSS2-capable browsers.
3 ** Copyright Gabriel Wicke, http://www.aulinx.de/
4 **
5 ** Derived from the plone (http://plone.org/) styles
6 ** Copyright Alexander Limi
7 */
8
9 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
10 a.stub,
11 a.new{ color:#ba0000; text-decoration:none; }
12
13 #toc {
14 /*border:1px solid #2f6fab;*/
15 border:1px solid #aaaaaa;
16 background-color:#f9f9f9;
17 padding:5px;
18 }
19 .tocindent {
20 margin-left: 2em;
21 }
22 .tocline {
23 margin-bottom: 0px;
24 }
25 .toctoggle, .editsection {
26 font-size: smaller;
27 }
28
29 /* images */
30 div.floatright { float: right;
31 margin: 0 0 1em 1em;
32 position:relative;
33
34 }
35 div.floatright p { font-style: italic;}
36 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0;
37 position:relative;
38 }
39 div.floatleft p { font-style: italic; }
40
41 /* thumbnails */
42 div.thumbnail-none,
43 div.thumbnail-right,
44 div.thumbnail-left {
45 /* border:1px solid #2f6fab;*/
46 border:1px solid #cccccc;
47
48 background-color:#f9f9f9;
49 padding: 2px;
50 position:relative;
51 margin: 0.3em 0 0.5em;
52 font-size: 95%;
53 text-align: center;
54 }
55
56 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
57 margin-top:3px; margin-bottom:3px;
58 position:relative;
59 text-align: left;
60 }
61
62 div.thumbnail-right {
63 float: right;
64 position:relative;
65 margin-left:0.5em;
66 }
67
68 div.thumbnail-left {
69 float: left;
70 position:relative;
71 margin-right:0.5em;
72 }
73
74 /* table standards */
75 table.rimage {
76 float:right;
77 width:1pt;
78 position:relative;
79 margin-left:1em;
80 margin-bottom:1em;
81 text-align:center;
82 }
83
84
85 body {
86 background: White;
87 font-family: "Bitstream Vera Sans",Verdana, sans;
88 font-size: 11pt !important;
89 color: Black;
90 margin: 0;
91 padding: 0;
92 }
93
94 div.top,
95 #portal-logo,
96 .hiddenStructure,
97 #portal-searchbox,
98 #portal-globalnav,
99 #portal-personaltools,
100 #portal-breadcrumbs,
101 div#portal-column-one,
102 .contentViews,
103 .contentActions,
104 .help,
105 .legend,
106 div.portalMessage,
107 div.documentActions,
108 .documentByLine,
109 .netscape4,
110 #portal-colophon,
111 input
112 .skipnav,
113 #quickbar,
114 #topbar,
115 .editsection,
116 .toctoggle {
117 /* Hides all the elements irrelevant for presentations */
118 display: none;
119 }
120
121 ul {
122 list-style-type: square;
123 }
124
125 #content {
126 background: transparent;
127 border: none ! important;
128 font-size: 11pt;
129 padding: 0 ! important;
130 margin: 0 ! important;
131 text-align: left;
132 }
133
134
135 h1, h2, h3, h4, h5, h6
136 {
137 font-weight: bold;
138 }
139
140 p, .documentDescription {
141 margin: 1em 0 ! important;
142 line-height: 1.2em;
143 }
144
145 pre {
146 border: 1pt dashed black;
147 white-space: pre;
148 font-size: 8pt;
149 overflow: auto;
150 padding: 1em 0;
151 }
152
153 table.listing,
154 table.listing td {
155 border: 1pt solid black;
156 border-collapse: collapse;
157 }
158
159 a {
160 color: Black !important;
161 padding: 0 !important
162 }
163
164 a:link, a:visited {
165 color: #520;
166 background: transparent;
167 text-decoration: underline;
168 }
169 /*
170 #content a:link:after,
171 #content a:visited:after {
172 content: " ( " attr(href) " ) ";
173 }*/
174
175 #visual-portal-wrapper {
176 width: 100% !important;
177 min-width: 0 !important;
178 }
179
180 #portal-column-content {
181 margin: 0 !important;
182 }
183
184 #portal-column-content #content {
185 padding: 1em;
186 margin: 0 !important;
187 }
188 /* MSIE/Win doesn't understand 'inherit' */
189 a, a.external, a.new, a.stub {
190 color: black ! important;
191 text-decoration: none ! important;
192 }
193 #article {
194 margin: 0 ! important;
195 }
196
197 /* Continue ... */
198 a, a.external, a.new, a.stub {
199 color: inherit ! important;
200 text-decoration: inherit ! important;
201 }
202
203 /* */
204 #article {
205 position: relative;
206 margin: inherit ! important;
207 }
208
209 /* Show some stuff */
210 .urlexpansion {
211 display: inline ! important;
212 }
213
214 .printfooter {
215 border-top: solid 1px black;
216 display: block ! important;
217 }
218