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