[ Index ] |
|
Code source de FCKeditor 2.4 |
1 /* 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 4 * 5 * == BEGIN LICENSE == 6 * 7 * Licensed under the terms of any of the following licenses at your 8 * choice: 9 * 10 * - GNU General Public License Version 2 or later (the "GPL") 11 * http://www.gnu.org/licenses/gpl.html 12 * 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 * http://www.gnu.org/licenses/lgpl.html 15 * 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 18 * 19 * == END LICENSE == 20 * 21 * File Name: fck_internal.css 22 * This CSS Style Sheet defines rules used by the editor for its internal use. 23 * 24 * File Authors: 25 * Frederico Caldeira Knabben (www.fckeditor.net) 26 * Alfonso Martinez de Lizarrondo - Uritec (alfonso at uritec dot net) 27 */ 28 29 /* Fix to allow putting the caret at the end of the 30 content in Firefox if clicking below the content */ 31 html 32 { 33 min-height:100%; 34 } 35 36 37 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th 38 { 39 border: #d3d3d3 1px solid; 40 } 41 42 form 43 { 44 border: 1px dotted #FF0000; 45 padding: 2px; 46 } 47 48 .FCK__Flash 49 { 50 border: darkgray 1px solid; 51 background-position: center center; 52 background-image: url(images/fck_flashlogo.gif); 53 background-repeat: no-repeat; 54 width: 80px; 55 height: 80px; 56 } 57 58 /* Empty anchors images */ 59 .FCK__Anchor 60 { 61 border: 1px dotted #00F; 62 background-position: center center; 63 background-image: url(images/fck_anchor.gif); 64 background-repeat: no-repeat; 65 width: 16px; 66 height: 15px; 67 vertical-align: middle; 68 } 69 70 /* Anchors with content */ 71 .FCK__AnchorC 72 { 73 border: 1px dotted #00F; 74 background-position: 1 center; 75 background-image: url(images/fck_anchor.gif); 76 background-repeat: no-repeat; 77 padding-left:18px; 78 } 79 80 /* Any anchor for non-IE, if we combine it 81 with the previous rule IE ignores all. */ 82 a[name] 83 { 84 border: 1px dotted #00F; 85 background-position: 0 center; 86 background-image: url(images/fck_anchor.gif); 87 background-repeat: no-repeat; 88 padding-left:18px; 89 } 90 91 .FCK__PageBreak 92 { 93 background-position: center center; 94 background-image: url(images/fck_pagebreak.gif); 95 background-repeat: no-repeat; 96 clear: both; 97 display: block; 98 float: none; 99 width: 100%; 100 border-top: #999999 1px dotted; 101 border-bottom: #999999 1px dotted; 102 border-right: 0px; 103 border-left: 0px; 104 height: 5px; 105 } 106 107 input[type="hidden"] 108 { 109 display: inline; 110 width:20px; 111 height:20px; 112 border:1px dotted #FF0000 ; 113 background-image: url(behaviors/hiddenfield.gif); 114 background-repeat: no-repeat; 115 } 116 117 input[type="hidden"]:after 118 { 119 padding-left: 20px; 120 content: "" ; 121 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 15:28:05 2007 | par Balluche grâce à PHPXref 0.7 |