]> git.pld-linux.org Git - packages/dokuwiki-tpl-sidebar.git/blame - dokuwiki-tpl-sidebar-20101007.patch
- update dw patch against real 2010-11-07 release; rel 2
[packages/dokuwiki-tpl-sidebar.git] / dokuwiki-tpl-sidebar-20101007.patch
CommitLineData
97b4e085
ER
1diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/_admin.css dokuwiki-2010-11-07/lib/tpl/default/_admin.css
2--- dokuwiki-2009-02-14/lib/tpl/default/_admin.css 1970-01-01 02:00:00.000000000 +0200
3+++ dokuwiki-2010-11-07/lib/tpl/default/_admin.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
4@@ -0,0 +1,48 @@
5+#admin__version {
6+ clear:left;
7+ float: right;
8+ color: __text_neu__;
9+}
10+
11+.dokuwiki ul.admin_tasks {
12+ font-size: 115%;
13+ float: left;
14+ width: 40%;
15+ list-style-type: none;
16+}
17+
18+.dokuwiki ul.admin_tasks li {
19+ line-height: 22px;
20+ padding-left: 35px;
21+ margin: 1em 0;
22+ background: transparent none no-repeat scroll 0 0;
23+ text-align: left;
24+}
25+
26+.dokuwiki ul.admin_tasks li div.li {
27+ font-weight: bold;
28+}
29+
30+.dokuwiki ul.admin_tasks li.admin_acl {
31+ background-image: url(../../images/admin/acl.png);
32+}
33+
34+.dokuwiki ul.admin_tasks li.admin_usermanager {
35+ background-image: url(../../images/admin/usermanager.png);
36+}
37+
38+.dokuwiki ul.admin_tasks li.admin_plugin {
39+ background-image: url(../../images/admin/plugin.png);
40+}
41+
42+.dokuwiki ul.admin_tasks li.admin_config {
43+ background-image: url(../../images/admin/config.png);
44+}
45+
46+.dokuwiki ul.admin_tasks li.admin_revert {
47+ background-image: url(../../images/admin/revert.png);
48+}
49+
50+.dokuwiki ul.admin_tasks li.admin_popularity {
51+ background-image: url(../../images/admin/popularity.png);
52+}
97b4e085
ER
53diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/design.css dokuwiki-2010-11-07/lib/tpl/default/design.css
54--- dokuwiki-2009-02-14/lib/tpl/default/design.css 2009-02-14 14:13:25.000000000 +0200
55+++ dokuwiki-2010-11-07/lib/tpl/default/design.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
56@@ -91,7 +91,10 @@
57 background-color: __background__;
58 border: 1px solid __border__;
59 padding: 0.3em 0 0 0.3em;
60- width: 100%;
61+ /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
62+ width: 700px;
63+ min-width: 100%;
64+ max-width: 100%;
65 }
66
67 /* nice alphatransparency background except for IE <7 */
68@@ -137,6 +140,7 @@
69 div.dokuwiki textarea.edit[readonly],
70 div.dokuwiki input.edit[disabled],
71 div.dokuwiki input.edit[readonly],
72+div.dokuwiki input.button[disabled],
73 div.dokuwiki select.edit[disabled] {
74 background-color: __background_neu__!important;
75 color: __text_neu__!important;
76@@ -404,11 +408,11 @@
77 div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}
78
79 /* indent different sections */
80-div.dokuwiki div.level1 {margin-left: 3px;}
81-div.dokuwiki div.level2 {margin-left: 23px;}
82-div.dokuwiki div.level3 {margin-left: 43px;}
83-div.dokuwiki div.level4 {margin-left: 63px;}
84-div.dokuwiki div.level5 {margin-left: 83px;}
85+div.dokuwiki div.level1 { margin-left: 3px; }
86+div.dokuwiki div.level2 { margin-left: 23px; }
87+div.dokuwiki div.level3 { margin-left: 43px; }
88+div.dokuwiki div.level4 { margin-left: 63px; }
89+div.dokuwiki div.level5 { margin-left: 83px; }
90
91 /* unordered lists */
92 div.dokuwiki ul {
93@@ -428,12 +432,10 @@
94 font-weight: bold;
95 }
96
97-/* no gap in between nested lists */
98-div.dokuwiki li ul {
99- margin-bottom: 0;
100-}
101+/* no bottom gap in between and smaller left margin for nested lists */
102+div.dokuwiki li ul,
103 div.dokuwiki li ol {
104- margin-bottom: 0;
105+ margin: 0 0 0 1.5em;
106 }
107
108 /* the list items overriding the ul/ol definition */
109@@ -442,10 +444,10 @@
110 font-weight: normal;
111 }
112
113-div.dokuwiki ol {list-style-type: decimal}
114-div.dokuwiki ol ol {list-style-type: upper-roman}
115-div.dokuwiki ol ol ol {list-style-type: lower-alpha}
116-div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
117+div.dokuwiki ol { list-style-type: decimal; }
118+div.dokuwiki ol ol { list-style-type: upper-roman; }
119+div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
120+div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
121
122 div.dokuwiki li.open {
123 list-style-image: url(images/open.gif);
124@@ -463,6 +465,7 @@
125 }
126
127 div.dokuwiki pre {
128+ font-family: monospace;
129 font-size: 120%;
130 padding: 0.5em;
131 border: 1px dashed __border__;
132@@ -480,16 +483,47 @@
133 background-color: __background_other__;
134 }
135
136-/* inline code words */
137-div.dokuwiki code {
138- font-size: 120%;
139-}
140-
141 /* code blocks by file tag */
142 div.dokuwiki pre.file {
143 background-color: __background_alt__;
144 }
145
146+/* filenames for file and code blocks */
147+div.dokuwiki dl.file,
148+div.dokuwiki dl.code {
149+ margin-top: 2em;
150+ margin-bottom: 2.5em;
151+}
152+
153+div.dokuwiki dl.file dt,
154+div.dokuwiki dl.code dt {
155+ border: 1px dashed __border__;
156+ display: inline;
157+ padding: 0.1em 1em;
158+ margin-left: 2em;
159+}
160+
161+div.dokuwiki dl.code dt a,
162+div.dokuwiki dl.file dt a {
163+ color: __text__;
164+}
165+
166+div.dokuwiki dl.code dt {
167+ background-color: __background_other__;
168+ border-bottom: 1px solid __background_other__;
169+}
170+
171+div.dokuwiki dl.file dt {
172+ background-color: __background_alt__;
173+ border-bottom: 1px solid __background_alt__;
174+}
175+
176+
177+/* inline code words */
178+div.dokuwiki code {
179+ font-size: 120%;
180+}
181+
182 /* inline tables */
183 div.dokuwiki table.inline {
184 background-color: __background__;
185@@ -658,6 +692,7 @@
186 text-align: left;
187 padding: 4px;
188 max-width: 40%; /* IE's width is handled in javascript */
189+ min-width: 5em;
190 }
191
192 /* overcome IE issue with one line code or file boxes which require h. scrolling */
193@@ -707,10 +742,14 @@
194
195 div.dokuwiki ul.search_quickhits li {
196 margin: 0 1.0em 0 1.0em;
197- float:left;
198+ float: left;
199 width: 30%;
200 }
201
202+div.dokuwiki .section_highlight {
203+ background-color: __background_alt__ !important;
204+}
205+
206 /* ------------------ Additional ---------------------- */
207
208 div.footerinc {
209@@ -761,6 +800,10 @@
210 background-color: __background_alt__;
211 }
212
213+div.pk_hl {
214+ width: 125px;
215+}
216+
217 button.pickerbutton {
218 padding: 0px;
219 margin: 0 1px 1px 0;
220@@ -792,6 +835,7 @@
221 }
222
223 div.dokuwiki div.imagemeta img.thumb {
224- float:left;
225+ float: left;
226 margin-right: 0.1em;
227 }
228+
97b4e085
ER
229diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/detail.php dokuwiki-2010-11-07/lib/tpl/default/detail.php
230--- dokuwiki-2009-02-14/lib/tpl/default/detail.php 2009-02-14 14:13:25.000000000 +0200
231+++ dokuwiki-2010-11-07/lib/tpl/default/detail.php 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
232@@ -53,7 +53,7 @@
233 <dl class="img_tags">
234 <?php
235 $t = tpl_img_getTag('Date.EarliestTime');
236- if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
237+ if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.dformat($t).'</dd>';
238
239 $t = tpl_img_getTag('File.Name');
240 if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>';
97b4e085
ER
241Files dokuwiki-2009-02-14/lib/tpl/default/images/button-php.gif and dokuwiki-2010-11-07/lib/tpl/default/images/button-php.gif differ
242diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/layout.css dokuwiki-2010-11-07/lib/tpl/default/layout.css
243--- dokuwiki-2009-02-14/lib/tpl/default/layout.css 2009-02-14 14:13:25.000000000 +0200
244+++ dokuwiki-2010-11-07/lib/tpl/default/layout.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
245@@ -58,7 +58,7 @@
246 }
247
248 div.dokuwiki #bar__bottom {
249- margin-bottom:3px;
250+ margin-bottom: 3px;
251 }
252
253 /* ------------- File Metadata ----------------------- */
97b4e085
ER
254diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/_linkwiz.css dokuwiki-2010-11-07/lib/tpl/default/_linkwiz.css
255--- dokuwiki-2009-02-14/lib/tpl/default/_linkwiz.css 1970-01-01 02:00:00.000000000 +0200
256+++ dokuwiki-2010-11-07/lib/tpl/default/_linkwiz.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
257@@ -0,0 +1,68 @@
258+#link__wiz {
259+ position: absolute;
260+ display: block;
261+ z-index: 99;
262+ width: 300px;
263+ height: 250px;
264+ padding: 0;
265+ margin: 0;
266+ overflow: hidden;
267+ border: 1px solid __border__;
268+ background-color: __background_neu__;
269+ text-align: center;
270+}
271+
272+#link__wiz_header {
273+ background-color: __background_alt__;
274+ height: 16px;
275+ margin-bottom: 5px;
276+}
277+
278+#link__wiz_close {
279+ cursor: pointer;
280+ margin: 0;
281+}
282+
283+#link__wiz_result {
284+ background-color: __background__;
285+ width: 293px;
286+ height: 193px;
287+ overflow: auto;
288+ border: 1px solid __border__;
289+ margin: 3px auto;
290+ text-align: left;
291+}
292+
293+#link__wiz_result div.type_u {
294+ padding: 3px 3px 3px 22px;
295+ background: transparent url(../../images/up.png) 3px 3px no-repeat;
296+}
297+
298+#link__wiz_result div.type_f {
299+ padding: 3px 3px 3px 22px;
300+ background: transparent url(../../images/page.png) 3px 3px no-repeat;
301+}
302+
303+#link__wiz_result div.type_d {
304+ padding: 3px 3px 3px 22px;
305+ background: transparent url(../../images/ns.png) 3px 3px no-repeat;
306+}
307+
308+#link__wiz_result div.even {
309+ background-color: __background_neu__;
310+}
311+
312+#link__wiz_result div.selected {
313+ background-color: __background_alt__;
314+}
315+
316+#link__wiz_result span {
317+ display: block;
318+ color: __text_neu__;
319+}
320+
321+/*FIXME maybe move to a more general style sheet*/
322+.ondrag {
323+ cursor: move;
324+ opacity: 0.8;
325+}
97b4e085
ER
326diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/main.php dokuwiki-2010-11-07/lib/tpl/default/main.php
327--- dokuwiki-2009-02-14/lib/tpl/default/main.php 2009-02-14 14:13:25.000000000 +0200
328+++ dokuwiki-2010-11-07/lib/tpl/default/main.php 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
329@@ -82,7 +82,7 @@
330 <?php }?>
331
332 </div>
333- <?php flush()?>
334+ <?php tpl_flush()?>
335
336 <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
337
338@@ -94,7 +94,7 @@
339
340 <div class="clearer">&nbsp;</div>
341
342- <?php flush()?>
343+ <?php tpl_flush()?>
344
345 <div class="stylefoot">
346
347@@ -113,10 +113,10 @@
348 <div class="bar-left" id="bar__bottomleft">
349 <?php tpl_button('edit')?>
350 <?php tpl_button('history')?>
351+ <?php tpl_button('revert')?>
352 </div>
353 <div class="bar-right" id="bar__bottomright">
354 <?php tpl_button('subscribe')?>
355- <?php tpl_button('subscribens')?>
356 <?php tpl_button('admin')?>
357 <?php tpl_button('profile')?>
358 <?php tpl_button('login')?>
97b4e085
ER
359diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/media.css dokuwiki-2010-11-07/lib/tpl/default/media.css
360--- dokuwiki-2009-02-14/lib/tpl/default/media.css 2009-02-14 14:13:25.000000000 +0200
361+++ dokuwiki-2010-11-07/lib/tpl/default/media.css 2010-11-07 18:43:04.000000000 +0200
362@@ -1,5 +1,5 @@
363 /**
364- * The CSS in here cotrols the appearance of the media manager
365+ * The CSS in here controls the appearance of the media manager
366 */
367
368 #media__manager {
c69c2b67
ER
369@@ -35,7 +35,7 @@
370 /* --- Tree formatting --- */
371
372 #media__tree img {
373- float:left;
374+ float: left;
375 padding: 0.5em 0.3em 0 0;
376 }
377
97b4e085
ER
378diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/_mediaoptions.css dokuwiki-2010-11-07/lib/tpl/default/_mediaoptions.css
379--- dokuwiki-2009-02-14/lib/tpl/default/_mediaoptions.css 1970-01-01 02:00:00.000000000 +0200
380+++ dokuwiki-2010-11-07/lib/tpl/default/_mediaoptions.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
381@@ -0,0 +1,92 @@
382+/* --- popup --- */
383+
384+#media__popup {
385+ background-color:__background__;
386+ display:none;
387+ border: 1px solid __border__;
388+ position: absolute;
389+ width:270px;
390+}
391+
392+#media__popup h1 {
393+ text-align:center;
394+ font-weight:normal;
395+ background-color: __background_alt__;
396+ height: 16px;
397+ margin-bottom: 5px;
398+ font-size:12px;
399+ border-bottom: 0;
400+}
401+
402+#media__popup p {
403+ display:block;
404+ line-height:14pt;
405+ margin:0.5em;
406+}
407+
408+#media_nolink {
409+ padding:4px 0;
410+}
411+
412+#media__popup label {
413+ float:left;
414+ width:9em;
415+}
416+
417+#media__popup .button {
418+ margin-left:auto;
419+ margin-right:auto;
420+}
421+
422+#media__popup .btnlbl {
423+ text-align:center;
424+}
425+
426+#media__popup .btnlbl input {
427+ margin:0 1em;
428+}
429+
430+#media__closeimg {
431+ float:right;
432+}
433+
434+/* --- display options --- */
435+
436+#media__linkopts label,
437+#media__nolnk {
438+ width: 80px;
439+ float: left;
440+ margin-left: 10px;
441+}
442+
443+#media__linkopts label{
444+ line-height: 20px;
445+}
446+
447+#media__nolnk,
448+#media__linkopts label.long{
449+ margin-bottom: 8px;
450+ line-height: 12px;
451+}
452+
453+#media__linkopts label.long{
454+ width: 150px;
455+ float: none;
456+}
457+
458+#media__linkopts br {
459+ clear: both;
460+}
461+
462+#media__linkopts select {
463+ width: 60px;
464+ margin-left: 10px;
465+}
466+
467+#media__linkopts input.edit {
468+ width:50px;
469+ margin-left:10px;
470+}
471+#media__linkopts #media__title {
472+ width:150px;
473+}
97b4e085
ER
474diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/print.css dokuwiki-2010-11-07/lib/tpl/default/print.css
475--- dokuwiki-2009-02-14/lib/tpl/default/print.css 2009-02-14 14:13:25.000000000 +0200
476+++ dokuwiki-2010-11-07/lib/tpl/default/print.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
477@@ -7,26 +7,30 @@
478
479 table {
480 font-size: 100%;
481- padding:0;
482- margin:0;
483+ padding: 0;
484+ margin: 0;
485 }
486
487-tr,td,th {padding:0; margin:0;}
488+tr,td,th { padding: 0; margin: 0; }
489
490-img {border:0}
491+img { border: 0; }
492
493 a {
494- color:#000000;
495- text-decoration:none;
496+ color: #000000;
497+ text-decoration: none;
498 background: none !important;
499 }
500
501+a.interwiki {
502+ padding-left: 0px !important;
503+}
504+
505
506 div.meta {
507- clear:both;
508+ clear: both;
509 margin-top: 1em;
510- font-size:70%;
511- text-align:right;
512+ font-size: 70%;
513+ text-align: right;
514 }
515
516
517@@ -36,7 +40,7 @@
518 div.error,
519 div.breadcrumbs,
520 div.secedit {
521- display:none;
522+ display: none;
523 }
524
525 /* --------------------- Text formating -------------------------------- */
526@@ -60,7 +64,7 @@
527 }
528
529 /* existing wikilink */
530-a.wikilink1 {text-decoration:underline }
531+a.wikilink1 { text-decoration: underline; }
532
533 /* the document */
534 div.page {
535@@ -83,15 +87,15 @@
536 padding-top: 0.5em;
537 padding-bottom: 0;
538 border-bottom: 1px solid #000000;
539- clear:left;
540+ clear: left;
541 }
542
543 /* special headlines */
544-h1 {font-size: 160%; font-weight: bold;}
545-h2 {font-size: 150%; }
546-h3 {font-size: 140%; border-bottom: none; }
547-h4 {font-size: 120%; border-bottom: none; }
548-h5 {font-size: 100%; border-bottom: none; }
549+h1 { font-size: 160%; font-weight: bold; }
550+h2 { font-size: 150%; }
551+h3 { font-size: 140%; border-bottom: none; }
552+h4 { font-size: 120%; border-bottom: none; }
553+h5 { font-size: 100%; border-bottom: none; }
554
555 /* embedded images */
556 img.media {
557@@ -133,16 +137,20 @@
558 margin-bottom: 0;
559 }
560
561-div.dokuwiki ol {list-style-type: decimal}
562-div.dokuwiki ol ol {list-style-type: upper-roman}
563-div.dokuwiki ol ol ol {list-style-type: lower-alpha}
564-div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
565+div.dokuwiki ol { list-style-type: decimal; }
566+div.dokuwiki ol ol { list-style-type: upper-roman; }
567+div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
568+div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
569
570 /* the list items overriding the ol definition */
571 span.li {
572 font-weight: normal;
573 }
574
575+pre {
576+ font-family: monospace;
577+}
578+
579 /* code blocks by indention */
580 pre.pre {
581 font-size: 8pt;
582@@ -176,29 +184,29 @@
583 }
584
585 /* footnotes */
586-div.footnotes{
587- clear:both;
588+div.footnotes {
589+ clear: both;
590 border-top: 1px solid #000000;
591 padding-left: 1em;
592 margin-top: 1em;
593 }
594
595-div.fn{
596- font-size:90%;
597+div.fn {
598+ font-size: 90%;
599 }
600
601-a.fn_top{
602- vertical-align:super;
603- font-size:80%;
604+a.fn_top {
605+ vertical-align: super;
606+ font-size: 80%;
607 }
608
609-a.fn_bot{
610- vertical-align:super;
611- font-size:80%;
612- font-weight:bold;
613+a.fn_bot {
614+ vertical-align: super;
615+ font-size: 80%;
616+ font-weight: bold;
617 }
618
619-acronym{
620+acronym {
621 border: 0;
622 }
623
624@@ -222,17 +230,17 @@
625 border: 1px solid #000000;
626 }
627
628-.leftalign{
629+.leftalign {
630 text-align: left;
631 }
632
633-.centeralign{
634+.centeralign {
635 text-align: center;
636 }
637
638-.rightalign{
639+.rightalign {
640 text-align: right;
641 }
642
643-.toc, .footerinc, .header, .bar, .user {display:none}
644+.toc, .footerinc, .header, .bar, .user { display: none; }
645
97b4e085
ER
646diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/rtl.css dokuwiki-2010-11-07/lib/tpl/default/rtl.css
647--- dokuwiki-2009-02-14/lib/tpl/default/rtl.css 2009-02-14 14:13:25.000000000 +0200
648+++ dokuwiki-2010-11-07/lib/tpl/default/rtl.css 2010-11-07 18:43:04.000000000 +0200
649@@ -1,5 +1,5 @@
650 /**
651- * Layout and dedsign corrections for right-to-left languages
652+ * Layout and design corrections for right-to-left languages
653 *
654 * @author Andreas Gohr <andi@splitbrain.org>
655 * @author Dotan Kamber <kamberd@yahoo.com>
c69c2b67
ER
656@@ -34,7 +34,7 @@
657 }
658
659 div.meta div.user {
660- float: right
661+ float: right;
662 }
663
664 div.meta div.doc {
665@@ -45,6 +45,10 @@
666
667 div.dokuwiki ul,
668 div.dokuwiki ol {
669+ margin: 0.5em 3.5em 0.5em 0;
670+}
671+div.dokuwiki li ul,
672+div.dokuwiki li ol {
673 margin: 0.5em 1.5em 0.5em 0;
674 }
675
676@@ -72,18 +76,18 @@
677 }
678
679 /* special headlines */
680-div.dokuwiki h1 {margin-left: 0px; margin-right: 0px;}
681-div.dokuwiki h2 {margin-left: 0px; margin-right: 20px;}
682-div.dokuwiki h3 {margin-left: 0px; margin-right: 40px;}
683-div.dokuwiki h4 {margin-left: 0px; margin-right: 60px;}
684-div.dokuwiki h5 {margin-left: 0px; margin-right: 80px;}
685+div.dokuwiki h1 { margin-left: 0px; margin-right: 0px; }
686+div.dokuwiki h2 { margin-left: 0px; margin-right: 20px; }
687+div.dokuwiki h3 { margin-left: 0px; margin-right: 40px; }
688+div.dokuwiki h4 { margin-left: 0px; margin-right: 60px; }
689+div.dokuwiki h5 { margin-left: 0px; margin-right: 80px; }
690
691 /* indent different sections */
692-div.dokuwiki div.level1 {margin-left: 0px; margin-right: 3px;}
693-div.dokuwiki div.level2 {margin-left: 0px; margin-right: 23px;}
694-div.dokuwiki div.level3 {margin-left: 0px; margin-right: 43px;}
695-div.dokuwiki div.level4 {margin-left: 0px; margin-right: 63px;}
696-div.dokuwiki div.level5 {margin-left: 0px; margin-right: 83px;}
697+div.dokuwiki div.level1 { margin-left: 0px; margin-right: 3px; }
698+div.dokuwiki div.level2 { margin-left: 0px; margin-right: 23px; }
699+div.dokuwiki div.level3 { margin-left: 0px; margin-right: 43px; }
700+div.dokuwiki div.level4 { margin-left: 0px; margin-right: 63px; }
701+div.dokuwiki div.level5 { margin-left: 0px; margin-right: 83px; }
702
703 /* TOC control */
704 div.dokuwiki div.toc {
97b4e085 705@@ -105,15 +109,47 @@
c69c2b67
ER
706
707 div.dokuwiki ul.toc li {
708 background-position: right 0.6em;
709- padding-right:0.4em;
710+ padding-right: 0.4em;
711 direction: rtl;
712 }
713
714 div.dokuwiki ul.toc li.clear {
715- padding-right:0.4em;
716+ padding-right: 0.4em;
717 }
718
719-div.dokuwiki pre {
720+div.dokuwiki .code {
721+ direction: ltr;
722 text-align: left;
723 }
724+div.dokuwiki blockquote {
725+ border-left: 0;
726+ padding-left: 0;
727+ border-right: 2px solid __border__;
728+ padding-right: 3px;
729+}
730+
731+/* Admin corrections */
732+#admin__version {
733+ clear: right;
734+ float: left;
735+}
736+
737+.dokuwiki ul.admin_tasks {
738+ float: right;
739+}
740+
741+.dokuwiki ul.admin_tasks li {
742+ padding-left: 0px;
743+ padding-right: 35px;
744+ background: transparent none no-repeat scroll right 0;
745+ text-align: right;
746+}
747
97b4e085
ER
748+/* Search corrections */
749+div.dokuwiki ul.search_quickhits li {
750+ float: right;
751+}
752+
753+div#qsearch__out {
754+ text-align: right;
755+}
756diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/style.ini dokuwiki-2010-11-07/lib/tpl/default/style.ini
757--- dokuwiki-2009-02-14/lib/tpl/default/style.ini 2009-02-14 14:13:25.000000000 +0200
758+++ dokuwiki-2010-11-07/lib/tpl/default/style.ini 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
759@@ -10,7 +10,11 @@
760 design.css = screen
761 style.css = screen
762
763-media.css = screen
764+media.css = screen
765+_mediaoptions.css = screen
766+_admin.css = screen
767+_linkwiz.css = screen
768+_subscription.css = screen
769
770 rtl.css = rtl
771 print.css = print
97b4e085
ER
772diff -ur -x .svn -x .git -x .bzr -x CVS -Nur dokuwiki-2009-02-14/lib/tpl/default/_subscription.css dokuwiki-2010-11-07/lib/tpl/default/_subscription.css
773--- dokuwiki-2009-02-14/lib/tpl/default/_subscription.css 1970-01-01 02:00:00.000000000 +0200
774+++ dokuwiki-2010-11-07/lib/tpl/default/_subscription.css 2010-11-07 18:43:04.000000000 +0200
c69c2b67
ER
775@@ -0,0 +1,21 @@
776+/**
777+ * Styles for the subscription page
778+ */
779+
780+form#subscribe__form {
781+ display: block;
782+ width: 300px;
783+ text-align: center;
784+}
785+
786+form#subscribe__form fieldset {
787+ text-align: left;
788+ margin: 0.5em 0;
789+}
790+
791+form#subscribe__form label {
792+ display:block;
793+ margin: 0 0.5em 0.5em;
794+}
795+
796+
This page took 0.134326 seconds and 4 git commands to generate.