gsch2pcb: Make --m4-file and -m4-pcbdir arguments work again.
[geda-gaf/peter-b.git] / docs / wiki / print.css
blob77c82a58018578efb8f04d266c94326c01a33d8d
2 body {
3 font: 12pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
4 background-color: White;
5 color: Black;
8 table {
9 font-size: 100%;
10 padding:0;
11 margin:0;
14 tr,td,th {padding:0; margin:0;}
16 img {border:0}
18 a {
19 color:#000000;
20 text-decoration:none;
24 div.meta {
25 clear:both;
26 margin-top: 1em;
27 font-size:70%;
28 text-align:right;
31 div.breadcrumbs{
32 display:none;
35 div.secedit{
36 display:none;
39 /* --------------------- Text formating -------------------------------- */
41 /* external link */
42 a.urlextern:after {
43 content: " [" attr(href) "]";
44 font-size: 90%;
47 /* interwiki link */
48 a.interwiki:after {
49 content: " [" attr(href) "]";
50 font-size: 90%;
53 /* email link */
54 a.mail:after {
55 content: " [" attr(href) "]";
56 font-size: 90%;
59 /* existing wikilink */
60 a.wikilink1 {text-decoration:underline }
62 /* the document */
63 div.page {
64 text-align: justify;
67 /* general headline setup */
68 h1, h2, h3, h4, h5 {
69 color: Black;
70 background-color: transparent;
71 font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
72 font-size: 100%;
73 font-weight: normal;
74 margin-left: 0;
75 margin-right: 0;
76 margin-top: 0;
77 margin-bottom: 1em;
78 padding-left: 0;
79 padding-right: 0;
80 padding-top: 0.5em;
81 padding-bottom: 0;
82 border-bottom: 1px solid #000000;
83 clear:left;
86 /* special headlines */
87 h1 {font-size: 160%; font-weight: bold;}
88 h2 {font-size: 150%; }
89 h3 {font-size: 140%; border-bottom: none; font-weight: bold;}
90 h4 {font-size: 120%; border-bottom: none; font-weight: bold;}
91 h5 {font-size: 100%; border-bottom: none; font-weight: bold;}
93 /* embedded images */
94 img.media {
95 margin: 3px;
98 img.medialeft {
99 border: 0;
100 float: left;
101 margin: 0 1.5em 0 0;
104 img.mediaright {
105 border: 0;
106 float: right;
107 margin: 0 0 0 1.5em;
110 /* unordered lists */
111 ul {
112 line-height: 1.5em;
113 list-style-type: square;
114 margin: 0 0 1.0em 1.5em;
115 padding: 0;
119 /* ordered lists */
120 ol {
121 line-height: 1.5em;
122 margin: 0 0 1.0em 1.5em;
123 padding: 0;
124 font-weight: bold;
127 /* the list items overriding the ol definition */
128 span.li {
129 font-weight: normal;
132 /* code blocks by indention */
133 pre.pre {
134 font-size: 8pt;
135 padding: 0.5em;
136 border: 1px dashed #000000;
137 color: Black;
138 overflow: visible;
141 /* code blocks by code tag */
142 pre.code {
143 font-size: 8pt;
144 padding: 0.5em;
145 border: 1px dashed #000000;
146 color: Black;
147 overflow: visible;
150 /* inline code words */
151 code {
152 font-size: 120%;
155 /* code blocks by file tag */
156 pre.file {
157 font-size: 8pt;
158 padding: 0.5em;
159 border: 1px dotted #000000;
160 color: Black;
161 overflow: visible;
164 /* footnotes */
165 div.footnotes{
166 clear:both;
167 border-top: 1px solid #000000;
168 padding-left: 1em;
169 margin-top: 1em;
172 div.fn{
173 font-size:90%;
176 a.fn_top{
177 vertical-align:super;
178 font-size:80%;
181 a.fn_bot{
182 vertical-align:super;
183 font-size:80%;
184 font-weight:bold;
187 acronym{
188 border: 0;
191 /* ---------- inline tables ------------------- */
193 table.inline {
194 font-size: 80%;
195 background-color: #ffffff;
196 border-spacing: 0px;
197 border-collapse: collapse;
200 table.inline th {
201 padding: 3px;
202 border: 1px solid #000000;
203 border-bottom: 2px solid #000000;
206 table.inline td {
207 padding: 3px;
208 border: 1px solid #000000;
211 .leftalign{
212 text-align: left;
215 .centeralign{
216 text-align: center;
219 .rightalign{
220 text-align: right;
223 .toc, .footerinc, .header, .bar, .user {display:none}