Index: branches/RC/admin/editor/cmseditor/editor/css/fck_editorarea.css =================================================================== diff -u -N --- branches/RC/admin/editor/cmseditor/editor/css/fck_editorarea.css (revision 8929) +++ branches/RC/admin/editor/cmseditor/editor/css/fck_editorarea.css (revision 0) @@ -1,42 +0,0 @@ -/* - * FCKeditor - The text editor for internet - * Copyright (C) 2003-2004 Frederico Caldeira Knabben - * - * Licensed under the terms of the GNU Lesser General Public License: - * http://www.opensource.org/licenses/lgpl-license.php - * - * For further information visit: - * http://www.fckeditor.net/ - * - * File Name: fck_editorarea.css - * This is the default CSS file used by the editor area. It defines the - * initial font of the editor and background color. - * - * A user can configure the editor to use another CSS file. Just change - * the value of the FCKConfig.EditorAreaCSS key in the configuration - * file. - * - * Version: 2.0 RC3 - * Modified: 2005-02-10 11:46:11 - * - * File Authors: - * Frederico Caldeira Knabben (fredck@fckeditor.net) - */ - - -.Bold -{ - font-weight: bold; -} - - - -.Code -{ - border: #8b4513 1px solid; - padding-right: 5px; - padding-left: 5px; - color: #000066; - font-family: 'Courier New' , Monospace; - background-color: #ff9933; -} \ No newline at end of file