[ Index ] |
|
Code source de DokuWiki 2006-11-06 |
1 /** 2 * Layout and dedsign corrections for right-to-left languages 3 * 4 * @author Andreas Gohr <andi@splitbrain.org> 5 * @author Dotan Kamber <kamberd@yahoo.com> 6 */ 7 8 .bar-left { 9 float: right; 10 text-align: right; 11 } 12 13 .bar-right { 14 float: left; 15 text-align: left; 16 } 17 18 .pagename { 19 float: right; 20 text-align: right; 21 } 22 23 .logo { 24 float: left; 25 text-align: left; 26 } 27 28 label { 29 text-align: left; 30 } 31 32 label.simple { 33 text-align: right; 34 } 35 36 div.meta div.user { 37 float: right 38 } 39 40 div.meta div.doc { 41 text-align: left; 42 } 43 44 /* ------------------ Design corrections --------------------------------- */ 45 46 ul, ol { 47 margin: 0.5em 1.5em 0.5em 0; 48 } 49 50 a.urlextern,a.interwiki,a.windows{ 51 /* should work but doesn't - so we just disable icons here*/ 52 /* 53 background-position: right 1px; 54 padding-right: 16px; 55 */ 56 background-image: none !important; 57 padding: 0; 58 } 59 60 div.secedit input.button { 61 float: left; 62 } 63 64 /* headlines */ 65 h1, h2, h3, h4, h5 { 66 clear: right; 67 } 68 69 /* special headlines */ 70 h1 {margin-left: 0px; margin-right: 0px;} 71 h2 {margin-left: 0px; margin-right: 20px;} 72 h3 {margin-left: 0px; margin-right: 40px;} 73 h4 {margin-left: 0px; margin-right: 60px;} 74 h5 {margin-left: 0px; margin-right: 80px;} 75 76 /* indent different sections */ 77 div.level1 {margin-left: 0px; margin-right: 3px;} 78 div.level2 {margin-left: 0px; margin-right: 23px;} 79 div.level3 {margin-left: 0px; margin-right: 43px;} 80 div.level4 {margin-left: 0px; margin-right: 63px;} 81 div.level5 {margin-left: 0px; margin-right: 83px;} 82 83 /* TOC control */ 84 div.toc { 85 float: left; 86 margin-left: 0; 87 margin-right: 2em; 88 } 89 90 div.tocheader { 91 text-align: right; 92 } 93 94 #tocinside { 95 text-align: right; 96 } 97 98 ul.toc { 99 padding: 0; 100 padding-right: 1em; 101 } 102 103 ul.toc li { 104 background-position: right 0.6em; 105 padding-right:0.4em; 106 } 107 108 ul.toc li.clear { 109 padding-right:0.4em; 110 } 111
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 20:47:31 2007 | par Balluche grâce à PHPXref 0.7 |