| [ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 /* 2 * FCKeditor - The text editor for internet 3 * Copyright (C) 2003-2005 Frederico Caldeira Knabben 4 * 5 * Licensed under the terms of the GNU Lesser General Public License: 6 * http://www.opensource.org/licenses/lgpl-license.php 7 * 8 * For further information visit: 9 * http://www.fckeditor.net/ 10 * 11 * "Support Open Source software. What about a donation today?" 12 * 13 * File Name: fck_editor.css 14 * Styles used by the editor IFRAME and Toolbar. 15 * 16 * File Authors: 17 * Frederico Caldeira Knabben (fredck@fckeditor.net) 18 * gazou[Fr] 19 */ 20 21 /* 22 ### Basic Editor IFRAME Styles. 23 */ 24 25 body 26 { 27 padding: 1px 1px 1px 1px; 28 margin: 0px 0px 0px 0px; 29 } 30 31 #eWysiwygCell, .Source 32 { 33 border: #696969 1px solid; 34 } 35 36 #eSourceField 37 { 38 border: none; 39 padding: 5px; 40 font-family: Monospace; 41 } 42 43 /* 44 ### Toolbar Styles 45 */ 46 47 .TB_ToolbarSet, .TB_Expand, .TB_Collapse 48 { 49 background-color: #f7f7f7; 50 } 51 52 .TB_End 53 { 54 display: none; 55 } 56 57 .TB_ExpandImg 58 { 59 background-image: url(images/toolbar.expand.gif); 60 background-repeat: no-repeat; 61 } 62 63 .TB_CollapseImg 64 { 65 background-image: url(images/toolbar.collapse.gif); 66 background-repeat: no-repeat; 67 } 68 69 .TB_ToolbarSet 70 { 71 padding: 1px; 72 border-top: #efefde 1px outset; 73 border-bottom: #efefde 1px outset; 74 } 75 76 .TB_ToolbarSet, .TB_ToolbarSet * 77 { 78 font-size: 11px; 79 cursor: default; 80 font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; 81 } 82 83 .TB_SideBorder 84 { 85 background-color: #696969; 86 } 87 88 .TB_Expand, .TB_Collapse 89 { 90 padding: 2px 2px 2px 2px; 91 border: #efefde 1px outset; 92 } 93 94 .TB_Collapse 95 { 96 border: #efefde 1px outset; 97 width: 5px; 98 } 99 100 .TB_Button_On, .TB_Button_Off, .TB_Button_Disabled 101 { 102 padding: 1px ; 103 margin: 1px ; 104 height: 21px; 105 } 106 107 .TB_Combo_Off, .TB_Combo_Disabled 108 { 109 padding: 1px ; 110 margin: 2px ; 111 height: 21px; 112 } 113 114 .TB_Button_On, .TB_Button_Off, .TB_Button_Disabled 115 { 116 border: #cec6b5 1px solid; 117 } 118 119 .TB_Button_On 120 { 121 border-color: #316ac5; 122 background-color: #c1d2ee; 123 } 124 125 .TB_Button_Off 126 { 127 background: #efefef url(images/toolbar.buttonbg.gif) repeat-x; 128 } 129 130 .TB_Button_Off, .TB_Combo_Off 131 { 132 opacity: 0.70; /* Safari, Opera and Mozilla */ 133 filter: alpha(opacity=70); /* IE */ 134 /* -moz-opacity: 0.70; Mozilla (Old) */ 135 } 136 137 .TB_Button_Disabled, .TB_Combo_Disabled 138 { 139 opacity: 0.30; /* Safari, Opera and Mozilla */ 140 filter: gray() alpha(opacity=30); /* IE */ 141 /* -moz-opacity: 0.30; Mozilla (Old) */ 142 } 143 144 .TB_Icon DIV 145 { 146 width: 21px; 147 height: 21px; 148 background-position: 50% 50%; 149 background-repeat: no-repeat; 150 } 151 152 .TB_Text 153 { 154 height: 21px; 155 padding-right: 5px; 156 } 157 158 .TB_Break 159 { 160 height: 27px; 161 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |