Major cleanup
[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 /* images */
29 div.floatright {
30 float: right;
31 margin: 0;
32 position:relative;
33 border: 0.5em solid White;
34 border-width: 0.5em 0 0.8em 1.4em;
35 }
36 div.floatright p { font-style: italic;}
37 div.floatleft {
38 float: left;
39 margin: 0.3em 0.5em 0.5em 0;
40 position:relative;
41 border: 0.5em solid White;
42 border-width: 0.5em 1.4em 0.8em 0;
43 }
44 div.floatleft p { font-style: italic; }
45 /* thumbnails */
46 div.thumbnail-none,
47 div.thumbnail-right,
48 div.thumbnail-left {
49 background-color:#f9f9f9;
50 padding: none;
51 margin: 0.3em 0 0.5em;
52 font-size: 95%;
53 }
54 div.thumbnail-none div,
55 div.thumbnail-right div,
56 div.thumbnail-left div {
57 border:1px solid #cccccc;
58 text-align: center;
59 }
60 div div.thumbcaption {
61 border: none;
62 text-align: left;
63 padding: 2px;
64 }
65 div.thumbnail-right {
66 float: right;
67 border-style: solid;
68 border-color: White;
69 border-width: 0.5em 0 0.8em 1.4em;
70 }
71 div div.magnify {
72 border: none !important;
73 background: url(magnify-clip.png) center no-repeat;
74 width: 20px;
75 height: 20px;
76 float: right;
77 margin: 0;
78 }
79 div div.magnify a {
80 display: block;
81 width: 100%;
82 height: 100%;
83 cursor: pointer;
84 border: none;
85 }
86 div.magnify img {
87 visibility: hidden;
88 }
89 div.thumbnail-left {
90 float: left;
91 margin-right:0.5em;
92 border-style: solid;
93 border-color: White;
94 border: 0.5em 1.4em 0.8em 0;
95 }
96 /* table standards */
97 table.rimage {
98 float:right;
99 width:1pt;
100 position:relative;
101 margin-left:1em;
102 margin-bottom:1em;
103 text-align:center;
104 }
105
106 body {
107 background: White;
108 font-family: "Bitstream Vera Sans",Verdana, sans;
109 font-size: 11pt !important;
110 color: Black;
111 margin: 0;
112 padding: 0;
113 }
114
115 div.top,
116 #portal-logo,
117 .hiddenStructure,
118 #portal-searchbox,
119 #portal-globalnav,
120 #portal-personaltools,
121 #portal-breadcrumbs,
122 div#portal-column-one,
123 .contentViews,
124 .contentActions,
125 .help,
126 .legend,
127 div.portalMessage,
128 div.documentActions,
129 .documentByLine,
130 .netscape4,
131 #portal-colophon,
132 input
133 .skipnav,
134 #quickbar,
135 #topbar,
136 .editsection,
137 .toctoggle {
138 /* Hides all the elements irrelevant for presentations */
139 display: none;
140 }
141
142 ul {
143 list-style-type: square;
144 }
145
146 #content {
147 background: transparent;
148 border: none ! important;
149 font-size: 11pt;
150 padding: 0 ! important;
151 margin: 0 ! important;
152 text-align: left;
153 }
154
155
156 h1, h2, h3, h4, h5, h6
157 {
158 font-weight: bold;
159 }
160
161 p, .documentDescription {
162 margin: 1em 0 ! important;
163 line-height: 1.2em;
164 }
165
166 pre {
167 border: 1pt dashed black;
168 white-space: pre;
169 font-size: 8pt;
170 overflow: auto;
171 padding: 1em 0;
172 }
173
174 table.listing,
175 table.listing td {
176 border: 1pt solid black;
177 border-collapse: collapse;
178 }
179
180 a {
181 color: Black !important;
182 padding: 0 !important
183 }
184
185 a:link, a:visited {
186 color: #520;
187 background: transparent;
188 text-decoration: underline;
189 }
190 /*
191 #content a:link:after,
192 #content a:visited:after {
193 content: " ( " attr(href) " ) ";
194 }*/
195
196 #globalWrapper {
197 width: 100% !important;
198 min-width: 0 !important;
199 }
200
201 #portal-column-content {
202 margin: 0 !important;
203 }
204
205 #portal-column-content #content {
206 padding: 1em;
207 margin: 0 !important;
208 }
209 /* MSIE/Win doesn't understand 'inherit' */
210 a, a.external, a.new, a.stub {
211 color: black ! important;
212 text-decoration: none ! important;
213 }
214 #article {
215 margin: 0 ! important;
216 }
217
218 /* Continue ... */
219 a, a.external, a.new, a.stub {
220 color: inherit ! important;
221 text-decoration: inherit ! important;
222 }
223
224 /* */
225 #article {
226 position: relative;
227 margin: inherit ! important;
228 }
229
230 /* Show some stuff */
231 .urlexpansion {
232 display: inline ! important;
233 }