JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / contents.css
index 3b64467..3581ffe 100644 (file)
@@ -1,25 +1,93 @@
 /*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
 body\r
 {\r
        /* Font */\r
-       font-family: Arial, Verdana, sans-serif;\r
+       font-family: sans-serif, Arial, Verdana, "Trebuchet MS";\r
        font-size: 12px;\r
 \r
        /* Text color */\r
-       color: #222;\r
+       color: #333;\r
 \r
        /* Remove the background color to make it transparent */\r
        background-color: #fff;\r
+\r
+       margin: 20px;\r
+}\r
+\r
+.cke_editable\r
+{\r
+       font-size: 13px;\r
+       line-height: 1.6em;\r
+}\r
+\r
+blockquote\r
+{\r
+       font-style: italic;\r
+       font-family: Georgia, Times, "Times New Roman", serif;\r
+       padding: 2px 0;\r
+       border-style: solid;\r
+       border-color: #ccc;\r
+       border-width: 0;\r
+}\r
+\r
+.cke_contents_ltr blockquote\r
+{\r
+       padding-left: 20px;\r
+       padding-right: 8px;\r
+       border-left-width: 5px;\r
+}\r
+\r
+.cke_contents_rtl blockquote\r
+{\r
+       padding-left: 8px;\r
+       padding-right: 20px;\r
+       border-right-width: 5px;\r
+}\r
+\r
+a\r
+{\r
+       color: #0782C1;\r
 }\r
 \r
 ol,ul,dl\r
 {\r
        /* IE7: reset rtl list margin. (#7334) */\r
-       *margin-right:0px;\r
+       *margin-right: 0px;\r
        /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r
-    padding:0 40px;\r
+       padding: 0 40px;\r
+}\r
+\r
+h1,h2,h3,h4,h5,h6\r
+{\r
+       font-weight: normal;\r
+       line-height: 1.2em;\r
+}\r
+\r
+hr\r
+{\r
+       border: 0px;\r
+       border-top: 1px solid #ccc;\r
+}\r
+\r
+img.right {\r
+    border: 1px solid #ccc;\r
+    float: right;\r
+    margin-left: 15px;\r
+    padding: 5px;\r
+}\r
+\r
+img.left {\r
+    border: 1px solid #ccc;\r
+    float: left;\r
+    margin-right: 15px;\r
+    padding: 5px;\r
+}\r
+\r
+img:hover {\r
+       opacity: .9;\r
+       filter: alpha(opacity = 90);\r
 }\r