[ 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_dialog_common.css 22 * This is the CSS file used for interface details in some dialog 23 * windows. 24 * 25 * File Authors: 26 * Frederico Caldeira Knabben (www.fckeditor.net) 27 */ 28 29 .ImagePreviewArea 30 { 31 border: #000000 1px solid; 32 overflow: auto; 33 width: 100%; 34 height: 170px; 35 background-color: #ffffff; 36 } 37 38 .FlashPreviewArea 39 { 40 border: #000000 1px solid; 41 padding: 5px; 42 overflow: auto; 43 width: 100%; 44 height: 170px; 45 background-color: #ffffff; 46 } 47 48 .BtnReset 49 { 50 float: left; 51 background-position: center center; 52 background-image: url(images/reset.gif); 53 width: 16px; 54 height: 16px; 55 background-repeat: no-repeat; 56 border: 1px none; 57 font-size: 1px ; 58 } 59 60 .BtnLocked, .BtnUnlocked 61 { 62 float: left; 63 background-position: center center; 64 background-image: url(images/locked.gif); 65 width: 16px; 66 height: 16px; 67 background-repeat: no-repeat; 68 border: none 1px; 69 font-size: 1px ; 70 } 71 72 .BtnUnlocked 73 { 74 background-image: url(images/unlocked.gif); 75 } 76 77 .BtnOver 78 { 79 border: outset 1px; 80 cursor: pointer; 81 cursor: hand; 82 } 83 84 .FCK__FieldNumeric 85 { 86 behavior: url(common/fcknumericfield.htc) ; 87 }
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 |