JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / contents.css
index 3581ffe..bad9dd6 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\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
 body\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
@@ -73,21 +73,60 @@ hr
        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
+img.right\r
+{\r
+       border: 1px solid #ccc;\r
+       float: right;\r
+       margin-left: 15px;\r
+       padding: 5px;\r
+}\r
+\r
+img.left\r
+{\r
+       border: 1px solid #ccc;\r
+       float: left;\r
+       margin-right: 15px;\r
+       padding: 5px;\r
+}\r
+\r
+pre\r
+{\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
+{\r
+       background-color: Yellow;\r
+}\r
+\r
+span[lang]\r
+{\r
+       font-style: italic;\r
 }\r
 \r
-img.left {\r
-    border: 1px solid #ccc;\r
-    float: left;\r
-    margin-right: 15px;\r
-    padding: 5px;\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
-img:hover {\r
-       opacity: .9;\r
-       filter: alpha(opacity = 90);\r
+a > img {\r
+       padding: 1px;\r
+       margin: 1px;\r
+       border: none;\r
+       outline: 1px solid #0782C1;\r
 }\r