some id name updates, some things in the footer hidden as well, black line on top...
[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.thumb {
47 margin-bottom: 0.5em;
48 border-style: solid; border-color: White;
49 width: auto;
50 }
51 div.thumb div {
52 border:1px solid #cccccc;
53 padding: 3px !important;
54 background-color:#f9f9f9;
55 font-size: 94%;
56 }
57 div.thumb div a img {
58 border:1px solid #cccccc;
59 }
60 div div.thumbcaption {
61 border: none;
62 text-align: left;
63 padding: 0.3em 0 0.1em 0 !important;
64 }
65 div.magnify {
66 float: right;
67 border: none !important;
68 background: none !important;
69 }
70 div.magnify a, div.magnify img {
71 display: block;
72 border: none !important;
73 background: none !important;
74 }
75 /* table standards */
76 table.rimage {
77 float:right;
78 width:1pt;
79 position:relative;
80 margin-left:1em;
81 margin-bottom:1em;
82 text-align:center;
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 div#column-one,
96 #colophon,
97 .editsection,
98 .toctoggle,
99 div#f-poweredbyico,
100 div#f-copyrightico,
101 li#f-viewcount,
102 li#f-about,
103 li#f-disclaimer {
104 /* Hides all the elements irrelevant for printing */
105 display: none;
106 }
107
108 ul {
109 list-style-type: square;
110 }
111
112 #content {
113 background: none;
114 border: none ! important;
115 font-size: 11pt;
116 padding: 0 ! important;
117 margin: 0 ! important;
118 text-align: left;
119 }
120 #footer {
121 border-top: 1px solid black;
122 }
123
124 h1, h2, h3, h4, h5, h6
125 {
126 font-weight: bold;
127 }
128
129 p, .documentDescription {
130 margin: 1em 0 ! important;
131 line-height: 1.2em;
132 }
133
134 pre {
135 border: 1pt dashed black;
136 white-space: pre;
137 font-size: 8pt;
138 overflow: auto;
139 padding: 1em 0;
140 }
141
142 table.listing,
143 table.listing td {
144 border: 1pt solid black;
145 border-collapse: collapse;
146 }
147
148 a {
149 color: Black !important;
150 padding: 0 !important
151 }
152
153 a:link, a:visited {
154 color: #520;
155 background: transparent;
156 text-decoration: underline;
157 }
158 /*
159 #content a:link:after,
160 #content a:visited:after {
161 content: " ( " attr(href) " ) ";
162 }*/
163
164 #globalWrapper {
165 width: 100% !important;
166 min-width: 0 !important;
167 }
168
169 #column-content {
170 margin: 0 !important;
171 }
172
173 #column-content #content {
174 padding: 1em;
175 margin: 0 !important;
176 }
177 /* MSIE/Win doesn't understand 'inherit' */
178 a, a.external, a.new, a.stub {
179 color: black ! important;
180 text-decoration: none ! important;
181 }
182
183 /* Continue ... */
184 a, a.external, a.new, a.stub {
185 color: inherit ! important;
186 text-decoration: inherit ! important;
187 }
188
189
190 /* Show some stuff */
191 .urlexpansion {
192 display: inline ! important;
193 }