summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/css/fck_editorarea.css
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/fckeditor/editor/css/fck_editorarea.css')
-rw-r--r--httemplate/elements/fckeditor/editor/css/fck_editorarea.css49
1 files changed, 15 insertions, 34 deletions
diff --git a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css
index 50cfe0e..8539aa4 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-2010 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2007 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,20 +40,19 @@ body
body, td
{
- font-family: Arial, Verdana, sans-serif;
+ font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
}
a[href]
{
- 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 */
+ color: #0000FF !important; /* For Firefox... mark as important, otherwise it becomes black */
}
-/**
- * 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
@@ -63,30 +62,12 @@ 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.
- */
-
/*
-.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.
*/
-/**
- * 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;
@@ -107,4 +88,4 @@ p, ul, li
color: #000066;
font-family: 'Courier New' , Monospace;
background-color: #ff9933;
-}
+} \ No newline at end of file