on Windows, you can't use a hard-coded directory. Getting temp directory from the...
[mediawiki.git] / stylesheets / commonPrint.css
blob597800c111b69dae73ccc1d373bf6cad61eac372
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 */
9 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
10 a.stub,
11 a.new{ color:#ba0000; text-decoration:none; }
13 #toc {
14 /*border:1px solid #2f6fab;*/
15 border:1px solid #aaaaaa;
16 background-color:#f9f9f9;
17 padding:5px;
19 .tocindent {
20 margin-left: 2em;
22 .tocline {
23 margin-bottom: 0px;
25 .toctoggle, .editsection {
26 font-size: smaller;
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;
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;
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%;
54 div.thumbnail-none div,
55 div.thumbnail-right div,
56 div.thumbnail-left div {
57 border:1px solid #cccccc;
58 text-align: center;
60 div div.thumbcaption {
61 border: none;
62 text-align: left;
63 padding: 2px;
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;
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;
79 div div.magnify a {
80 display: block;
81 width: 100%;
82 height: 100%;
83 cursor: pointer;
84 border: none;
86 div.magnify img {
87 visibility: hidden;
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;
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;
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;
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;
142 ul {
143 list-style-type: square;
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;
156 h1, h2, h3, h4, h5, h6
158 font-weight: bold;
161 p, .documentDescription {
162 margin: 1em 0 ! important;
163 line-height: 1.2em;
166 pre {
167 border: 1pt dashed black;
168 white-space: pre;
169 font-size: 8pt;
170 overflow: auto;
171 padding: 1em 0;
174 table.listing,
175 table.listing td {
176 border: 1pt solid black;
177 border-collapse: collapse;
181 color: Black !important;
182 padding: 0 !important
185 a:link, a:visited {
186 color: #520;
187 background: transparent;
188 text-decoration: underline;
191 #content a:link:after,
192 #content a:visited:after {
193 content: " ( " attr(href) " ) ";
196 #globalWrapper {
197 width: 100% !important;
198 min-width: 0 !important;
201 #portal-column-content {
202 margin: 0 !important;
205 #portal-column-content #content {
206 padding: 1em;
207 margin: 0 !important;
209 /* MSIE/Win doesn't understand 'inherit' */
210 a, a.external, a.new, a.stub {
211 color: black ! important;
212 text-decoration: none ! important;
214 #article {
215 margin: 0 ! important;
218 /* Continue ... */
219 a, a.external, a.new, a.stub {
220 color: inherit ! important;
221 text-decoration: inherit ! important;
224 /* */
225 #article {
226 position: relative;
227 margin: inherit ! important;
230 /* Show some stuff */
231 .urlexpansion {
232 display: inline ! important;