clean up 2011 files
[libreplanet-static.git] / 2011 / skins / common / commonPrint.css
CommitLineData
64a19c3d
ML
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 */
10a.stub,
11a.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
26/* images */
27div.floatright {
28 float: right;
29 clear: right;
30 margin: 0;
31 position:relative;
32 border: 0.5em solid White;
33 border-width: 0.5em 0 0.8em 1.4em;
34}
35div.floatright p { font-style: italic;}
36div.floatleft {
37 float: left;
38 margin: 0.3em 0.5em 0.5em 0;
39 position:relative;
40 border: 0.5em solid White;
41 border-width: 0.5em 1.4em 0.8em 0;
42}
43div.floatleft p { font-style: italic; }
44/* thumbnails */
45div.thumb {
46 margin-bottom: 0.5em;
47 border-style: solid; border-color: White;
48 width: auto;
49 overflow: hidden;
50}
51div.thumb div {
52 border:1px solid #cccccc;
53 padding: 3px !important;
54 background-color:#f9f9f9;
55 font-size: 94%;
56 text-align: center;
57}
58div.thumb div a img {
59 border:1px solid #cccccc;
60}
61div.thumb div div.thumbcaption {
62 border: none;
63 padding: 0.3em 0 0.1em 0;
64}
65div.magnify { display: none; }
66div.tright {
67 float: right;
68 clear: right;
69 border-width: 0.5em 0 0.8em 1.4em;
70}
71div.tleft {
72 float: left;
73 margin-right:0.5em;
74 border-width: 0.5em 1.4em 0.8em 0;
75}
76img.thumbborder {
77 border: 1px solid #dddddd;
78}
79
80/* table standards */
81table.rimage {
82 float:right;
83 width:1pt;
84 position:relative;
85 margin-left:1em;
86 margin-bottom:1em;
87 text-align:center;
88}
89
90body {
91 background: White;
92 /*font-size: 11pt !important;*/
93 color: Black;
94 margin: 0;
95 padding: 0;
96}
97
98.noprint,
99div#jump-to-nav,
100div.top,
101div#column-one,
102#colophon,
103.editsection,
104.toctoggle,
105.tochidden,
106div#f-poweredbyico,
107div#f-copyrightico,
108li#viewcount,
109li#about,
110li#disclaimer,
111li#privacy {
112 /* Hides all the elements irrelevant for printing */
113 display: none;
114}
115
116ul {
117 list-style-type: square;
118}
119
120#content {
121 background: none;
122 border: none ! important;
123 padding: 0 ! important;
124 margin: 0 ! important;
125}
126#footer {
127 background : white;
128 color : black;
129 border-top: 1px solid black;
130}
131
132h1, h2, h3, h4, h5, h6 {
133 font-weight: bold;
134}
135
136p, .documentDescription {
137 margin: 1em 0 ! important;
138 line-height: 1.2em;
139}
140
141.tocindent p {
142 margin: 0 0 0 0 ! important;
143}
144
145pre {
146 border: 1pt dashed black;
147 white-space: pre;
148 font-size: 8pt;
149 overflow: auto;
150 padding: 1em 0;
151 background : white;
152 color : black;
153}
154
155table.listing,
156table.listing td {
157 border: 1pt solid black;
158 border-collapse: collapse;
159}
160
161a {
162 color: Black !important;
163 background: none !important;
164 padding: 0 !important;
165}
166
167a:link, a:visited {
168 color: #520;
169 background: transparent;
170 text-decoration: underline;
171}
172
173#content a.external.text:after, #content a.external.autonumber:after {
174 /* Expand URLs for printing */
175 content: " (" attr(href) ") ";
176}
177
178#globalWrapper {
179 width: 100% !important;
180 min-width: 0 !important;
181}
182
183#content {
184 background : white;
185 color : black;
186}
187
188#column-content {
189 margin: 0 !important;
190}
191
192#column-content #content {
193 padding: 1em;
194 margin: 0 !important;
195}
196/* MSIE/Win doesn't understand 'inherit' */
197a, a.external, a.new, a.stub {
198 color: black ! important;
199 text-decoration: none ! important;
200}
201
202/* Continue ... */
203a, a.external, a.new, a.stub {
204 color: inherit ! important;
205 text-decoration: inherit ! important;
206}
207
208img { border: none; }
209img.tex { vertical-align: middle; }
210span.texhtml { font-family: serif; }
211
212#siteNotice { display: none; }
213
214table.gallery {
215 border: 1px solid #cccccc;
216 margin: 2px;
217 padding: 2px;
218 background-color:#ffffff;
219}
220
221table.gallery tr {
222 vertical-align:top;
223}
224
225div.gallerybox {
226 border: 1px solid #cccccc;
227 margin: 2px;
228 background-color:#f9f9f9;
229 width: 150px;
230}
231
232div.gallerybox div.thumb {
233 text-align: center;
234 border: 1px solid #cccccc;
235 margin: 2px;
236}
237
238div.gallerytext {
239 font-size: 94%;
240 padding: 2px 4px;
241}
242
243/*
244** Diff rendering
245*/
246table.diff { background:white; }
247td.diff-otitle { background:#ffffff; }
248td.diff-ntitle { background:#ffffff; }
249td.diff-addedline {
250 background:#ccffcc;
251 font-size: smaller;
252 border: solid 2px black;
253}
254td.diff-deletedline {
255 background:#ffffaa;
256 font-size: smaller;
257 border: dotted 2px black;
258}
259td.diff-context {
260 background:#eeeeee;
261 font-size: smaller;
262}
263.diffchange {
264 color: silver;
265 font-weight: bold;
266 text-decoration: underline;
267}