| [ 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.css 22 * Styles used by the dialog boxes. 23 * 24 * File Authors: 25 * Frederico Caldeira Knabben (www.fckeditor.net) 26 */ 27 28 body 29 { 30 margin: 0px; 31 padding: 10px; 32 background-color: #f7f8fd; 33 } 34 35 body, td, input, select, textarea 36 { 37 font-size: 11px; 38 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; 39 } 40 41 body, .BackColor 42 { 43 background-color: #f7f8fd; 44 } 45 46 .PopupBody 47 { 48 margin: 0px; 49 padding: 0px; 50 } 51 52 .PopupTitle 53 { 54 font-weight: bold; 55 font-size: 14pt; 56 color: #0e3460; 57 background-color: #8cb2fd; 58 padding: 3px 10px 3px 10px; 59 } 60 61 .PopupButtons 62 { 63 border-top: #466ca6 1px solid; 64 background-color: #8cb2fd; 65 padding: 7px 10px 7px 10px; 66 } 67 68 .Button 69 { 70 border: #1c3460 1px solid; 71 color: #000a28; 72 background-color: #7096d3; 73 } 74 75 .DarkBackground 76 { 77 background-color: #d7d79f; 78 } 79 80 .LightBackground 81 { 82 background-color: #ffffbe; 83 } 84 85 .PopupTitleBorder 86 { 87 border-bottom: #d5d59d 1px solid; 88 } 89 90 .PopupTabArea 91 { 92 color: #0e3460; 93 background-color: #8cb2fd; 94 } 95 96 .PopupTabEmptyArea 97 { 98 padding-left: 10px ; 99 border-bottom: #466ca6 1px solid; 100 } 101 102 .PopupTab, .PopupTabSelected 103 { 104 border-right: #466ca6 1px solid; 105 border-top: #466ca6 1px solid; 106 border-left: #466ca6 1px solid; 107 padding-right: 5px; 108 padding-left: 5px; 109 padding-bottom: 3px; 110 padding-top: 3px; 111 color: #0e3460; 112 } 113 114 .PopupTab 115 { 116 margin-top: 1px; 117 border-bottom: #466ca6 1px solid; 118 cursor: pointer; 119 cursor: hand; 120 } 121 122 .PopupTabSelected 123 { 124 font-weight:bold; 125 cursor: default; 126 padding-top: 4px; 127 border-bottom: #f7f8fd 1px solid; 128 background-color: #f7f8fd; 129 } 130 131 .PopupSelectionBox 132 { 133 border: #1e90ff 1px solid !important; 134 background-color: #add8e6 !important; 135 cursor: pointer; 136 cursor: hand; 137 }
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 |