X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffckeditor%2Feditor%2Fcss%2Ffck_editorarea.css;h=50cfe0e92c7c754cf888a0467c05017064ac7835;hp=8539aa414431613ee538367dbf90e7bfe0b41fab;hb=18067f0bd41356e905666128c5e8105d1fca7c60;hpb=d0b2224eefe4df27ba4f5158a58fb86f9221301c diff --git a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css index 8539aa414..50cfe0e92 100644 --- a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css +++ b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -26,10 +26,10 @@ * file. */ -/* - The "body" styles should match your editor web site, mainly regarding - background color and font family and size. -*/ +/** + * The "body" styles should match your editor web site, mainly regarding + * background color and font family and size. + */ body { @@ -40,19 +40,20 @@ body body, td { - font-family: Arial, Verdana, Sans-Serif; + font-family: Arial, Verdana, sans-serif; font-size: 12px; } a[href] { - color: #0000FF !important; /* For Firefox... mark as important, otherwise it becomes black */ + color: -moz-hyperlinktext !important; /* For Firefox... mark as important, otherwise it becomes black */ + text-decoration: -moz-anchor-decoration; /* For Firefox 3, otherwise no underline will be used */ } -/* - Just uncomment the following block if you want to avoid spaces between - paragraphs. Remember to apply the same style in your output front end page. -*/ +/** + * Just uncomment the following block if you want to avoid spaces between + * paragraphs. Remember to apply the same style in your output front end page. + */ /* p, ul, li @@ -62,12 +63,30 @@ p, ul, li } */ +/** + * Uncomment the following block, or only selected lines if appropriate, + * if you have some style items that would break the styles combo box. + * You can also write other CSS overrides inside the style block below + * as needed and they will be applied to inside the style combo only. + */ + /* - The following are some sample styles used in the "Styles" toolbar command. - You should instead remove them, and include the styles used by the site - you are using the editor in. +.SC_Item *, .SC_ItemSelected * +{ + margin: 0px !important; + padding: 0px !important; + text-indent: 0px !important; + clip: auto !important; + position: static !important; +} */ +/** + * The following are some sample styles used in the "Styles" toolbar command. + * You should instead remove them, and include the styles used by the site + * you are using the editor in. + */ + .Bold { font-weight: bold; @@ -88,4 +107,4 @@ p, ul, li color: #000066; font-family: 'Courier New' , Monospace; background-color: #ff9933; -} \ No newline at end of file +}