slitaz-forge view doc/lib/tpl/slitaz-orange/print.css @ rev 49

Add latest Dokuwiki theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:29:19 2011 +0200 (2011-04-06)
parents
children
line source
2 body {
3 font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
4 background-color: White;
5 color: Black;
6 }
8 table {
9 font-size: 100%;
10 padding:0;
11 margin:0;
12 }
14 tr,td,th {padding:0; margin:0;}
16 img {border:0}
18 a {
19 color:#000000;
20 text-decoration:none;
21 background: none !important;
22 }
25 div.meta {
26 clear:both;
27 margin-top: 1em;
28 font-size:70%;
29 text-align:right;
30 }
33 div.notify,
34 div.info,
35 div.success,
36 div.error,
37 div.breadcrumbs,
38 div.secedit {
39 display:none;
40 }
42 /* --------------------- Text formating -------------------------------- */
44 /* external link */
45 a.urlextern:after {
46 content: " [" attr(href) "]";
47 font-size: 90%;
48 }
50 /* interwiki link */
51 a.interwiki:after {
52 content: " [" attr(href) "]";
53 font-size: 90%;
54 }
56 /* email link */
57 a.mail:after {
58 content: " [" attr(href) "]";
59 font-size: 90%;
60 }
62 /* existing wikilink */
63 a.wikilink1 {text-decoration:underline }
65 /* the document */
66 div.page {
67 text-align: justify;
68 }
70 /* general headline setup */
71 h1, h2, h3, h4, h5 {
72 color: Black;
73 background-color: transparent;
74 font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
75 font-size: 100%;
76 font-weight: normal;
77 margin-left: 0;
78 margin-right: 0;
79 margin-top: 0;
80 margin-bottom: 1em;
81 padding-left: 0;
82 padding-right: 0;
83 padding-top: 0.5em;
84 padding-bottom: 0;
85 border-bottom: 1px solid #000000;
86 clear:left;
87 }
89 /* special headlines */
90 h1 {font-size: 160%; font-weight: bold;}
91 h2 {font-size: 150%; }
92 h3 {font-size: 140%; border-bottom: none; }
93 h4 {font-size: 120%; border-bottom: none; }
94 h5 {font-size: 100%; border-bottom: none; }
96 /* embedded images */
97 img.media {
98 margin: 3px;
99 }
101 img.medialeft {
102 border: 0;
103 float: left;
104 margin: 0 1.5em 0 0;
105 }
107 img.mediaright {
108 border: 0;
109 float: right;
110 margin: 0 0 0 1.5em;
111 }
113 /* unordered lists */
114 ul {
115 line-height: 1.5em;
116 list-style-type: square;
117 margin: 0 0 0.5em 1.5em;
118 padding: 0;
120 }
122 /* ordered lists */
123 ol {
124 line-height: 1.5em;
125 margin: 0 0 0.5em 2.5em;
126 padding: 0;
127 font-weight: normal;
128 }
129 ol ol {
130 margin: 0 0 0.5em 1.5em;
131 }
133 div.dokuwiki ol {list-style-type: decimal}
134 div.dokuwiki ol ol {list-style-type: upper-roman}
135 div.dokuwiki ol ol ol {list-style-type: lower-alpha}
136 div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
138 /* the list items overriding the ol definition */
139 span.li {
140 font-weight: normal;
141 }
143 /* code blocks by indention */
144 pre.pre {
145 font-size: 8pt;
146 padding: 0.5em;
147 border: 1px dashed #000000;
148 color: Black;
149 overflow: visible;
150 }
152 /* code blocks by code tag */
153 pre.code {
154 font-size: 8pt;
155 padding: 0.5em;
156 border: 1px dashed #000000;
157 color: Black;
158 overflow: visible;
159 }
161 /* inline code words */
162 code {
163 font-size: 120%;
164 }
166 /* code blocks by file tag */
167 pre.file {
168 font-size: 8pt;
169 padding: 0.5em;
170 border: 1px dotted #000000;
171 color: Black;
172 overflow: visible;
173 }
175 /* footnotes */
176 div.footnotes{
177 clear:both;
178 border-top: 1px solid #000000;
179 padding-left: 1em;
180 margin-top: 1em;
181 }
183 div.fn{
184 font-size:90%;
185 }
187 a.fn_top{
188 vertical-align:super;
189 font-size:80%;
190 }
192 a.fn_bot{
193 vertical-align:super;
194 font-size:80%;
195 font-weight:bold;
196 }
198 acronym{
199 border: 0;
200 }
202 /* ---------- inline tables ------------------- */
204 table.inline {
205 font-size: 80%;
206 background-color: #ffffff;
207 border-spacing: 0px;
208 border-collapse: collapse;
209 }
211 table.inline th {
212 padding: 3px;
213 border: 1px solid #000000;
214 border-bottom: 2px solid #000000;
215 }
217 table.inline td {
218 padding: 3px;
219 border: 1px solid #000000;
220 }
222 .leftalign{
223 text-align: left;
224 }
226 .centeralign{
227 text-align: center;
228 }
230 .rightalign{
231 text-align: right;
232 }
234 .toc, .footerinc, .header, .bar, .user {display:none}