[ Index ] |
|
Code source de Dotclear 2.0-beta6 |
1 .jstEditor { 2 border-width : 0 1px 1px 1px; 3 border-style : solid; 4 border-color : #000 #ccc #ccc #000; 5 padding-left: 5px; 6 background : #f9f9f9; 7 } 8 .jstEditor textarea, .jstEditor iframe { 9 margin: 0; 10 border: 0; 11 } 12 13 .jstHandle { 14 height: 3px; 15 background: #666; 16 font-size: 0.1em; 17 cursor: s-resize; 18 border-top : 1px solid #999; 19 } 20 21 .jstElements { 22 padding: 3px 3px; 23 border-width: 1px 1px 0 1px; 24 border-style: solid; 25 border-color: #000 #ccc #ccc #000; 26 background: #dfdbc7; 27 } 28 29 .jstElements select, .jstElements button { 30 vertical-align: middle; 31 } 32 .jstElements button { 33 margin-right : 2px; 34 width : 20px; 35 height: 20px; 36 padding: 0; 37 border-style: solid; 38 border-width: 1px; 39 border-color: #dfdbc7; 40 background-color : transparent; 41 background-position : 50% 50%; 42 background-repeat: no-repeat; 43 } 44 .jstElements button:hover { 45 border-color : #000; 46 } 47 .jstElements button span { 48 display : none; 49 } 50 .jstElements span { 51 display : inline; 52 } 53 54 .jstSpacer { 55 width : 0px; 56 font-size: 1px; 57 margin-right: 4px; 58 } 59 60 .jstSwitcher { 61 display: block; 62 list-style: none; 63 margin: 0 0 0 -5px; 64 padding: 2px; 65 background: #eee; 66 border-top: 1px solid #999; 67 font-size: 90%; 68 font-weight: bold; 69 } 70 .jstSwitcher li { 71 display: inline; 72 margin: 0 0.5em 0 0; 73 } 74 .jstSwitcher a { 75 font-weight: normal; 76 } 77 78 /* Buttons 79 -------------------------------------------------------- */ 80 .jstb_strong { 81 background-image: url(bt_strong.png); 82 } 83 .jstb_em { 84 background-image: url(bt_em.png); 85 } 86 .jstb_ins { 87 background-image: url(bt_ins.png); 88 } 89 .jstb_del { 90 background-image: url(bt_del.png); 91 } 92 .jstb_quote { 93 background-image: url(bt_quote.png); 94 } 95 .jstb_code { 96 background-image: url(bt_code.png); 97 } 98 .jstb_paragraph { 99 background-image: url(bt_paragraph.png); 100 } 101 .jstb_br { 102 background-image: url(bt_br.png); 103 } 104 .jstb_blockquote { 105 background-image: url(bt_bquote.png); 106 } 107 .jstb_pre { 108 background-image: url(bt_pre.png); 109 } 110 .jstb_ul { 111 background-image: url(bt_ul.png); 112 } 113 .jstb_ol { 114 background-image: url(bt_ol.png); 115 } 116 .jstb_link { 117 background-image: url(bt_link.png); 118 } 119 .jstb_img { 120 background-image: url(bt_img.png); 121 } 122 .jstb_img_select { 123 background-image: url(bt_img_select.png); 124 } 125 .jstb_removeFormat { 126 background-image: url(bt_clean.png); 127 } 128 129 130 /* WYSIWYG Iframe */ 131 .wysiwygIframe { 132 border-width : 1px; 133 border-style : solid; 134 border-color : #000 #ccc #ccc #000; 135 width : 100%; 136 } 137 138 /* WYSIWYG Document */ 139 body.wysiwygDoc { 140 font: x-small/1.5em Verdana,Geneva,sans-serif; 141 color : #000; 142 background: #f9f9f9; 143 margin: 0; 144 padding : 2px; 145 border: none; 146 } 147 .wysiwygDoc pre, .wysiwygDoc code, .wysiwygDoc kbd, .wysiwygDoc samp { 148 font-family:"Courier New",Courier,monospace; 149 font-size : 1.1em; 150 } 151 .wysiwygDoc code { 152 color : #666; 153 font-weight : bold; 154 } 155 body.wysiwygDoc > p:first-child { 156 margin-top: 0; 157 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 22:16:06 2007 | par Balluche grâce à PHPXref 0.7 |