JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / contents.css
index 81e76d5..bad9dd6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.md or http://ckeditor.com/license\r
 */\r
 \r
@@ -21,7 +21,7 @@ body
 .cke_editable\r
 {\r
        font-size: 13px;\r
-       line-height: 1.6em;\r
+       line-height: 1.6;\r
 }\r
 \r
 blockquote\r
@@ -64,7 +64,7 @@ ol,ul,dl
 h1,h2,h3,h4,h5,h6\r
 {\r
        font-weight: normal;\r
-       line-height: 1.2em;\r
+       line-height: 1.2;\r
 }\r
 \r
 hr\r
@@ -93,6 +93,8 @@ pre
 {\r
        white-space: pre-wrap; /* CSS 2.1 */\r
        word-wrap: break-word; /* IE7 */\r
+       -moz-tab-size: 4;\r
+       tab-size: 4;\r
 }\r
 \r
 .marker\r
@@ -102,5 +104,29 @@ pre
 \r
 span[lang]\r
 {\r
-   font-style: italic;\r
+       font-style: italic;\r
+}\r
+\r
+figure\r
+{\r
+       text-align: center;\r
+       border: solid 1px #ccc;\r
+       border-radius: 2px;\r
+       background: rgba(0,0,0,0.05);\r
+       padding: 10px;\r
+       margin: 10px 20px;\r
+       display: inline-block;\r
+}\r
+\r
+figure > figcaption\r
+{\r
+       text-align: center;\r
+       display: block; /* For IE8 */\r
+}\r
+\r
+a > img {\r
+       padding: 1px;\r
+       margin: 1px;\r
+       border: none;\r
+       outline: 1px solid #0782C1;\r
 }\r