Built motion from commit 503e72f.|0.0.143
[motion.git] / public / assets / plugins / ckeditor / contents.css
index c6936fe..bef3ebc 100644 (file)
-/*\r
-Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.md or http://ckeditor.com/license\r
-*/\r
-\r
-body\r
-{\r
-       /* Font */\r
-       font-family: sans-serif, Arial, Verdana, "Trebuchet MS";\r
-       font-size: 12px;\r
-\r
-       /* Text color */\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.6;\r
-\r
-       /* Fix for missing scrollbars with RTL texts. (#10488) */\r
-       word-wrap: break-word;\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
-       /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r
-       padding: 0 40px;\r
-}\r
-\r
-h1,h2,h3,h4,h5,h6\r
-{\r
-       font-weight: normal;\r
-       line-height: 1.2;\r
-}\r
-\r
-hr\r
-{\r
-       border: 0px;\r
-       border-top: 1px solid #ccc;\r
-}\r
-\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
-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
+/*
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+
+body
+{
+       /* Font */
+       font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
+       font-size: 12px;
+
+       /* Text color */
+       color: #333;
+
+       /* Remove the background color to make it transparent */
+       background-color: #fff;
+
+       margin: 20px;
+}
+
+.cke_editable
+{
+       font-size: 13px;
+       line-height: 1.6;
+
+       /* Fix for missing scrollbars with RTL texts. (#10488) */
+       word-wrap: break-word;
+}
+
+blockquote
+{
+       font-style: italic;
+       font-family: Georgia, Times, "Times New Roman", serif;
+       padding: 2px 0;
+       border-style: solid;
+       border-color: #ccc;
+       border-width: 0;
+}
+
+.cke_contents_ltr blockquote
+{
+       padding-left: 20px;
+       padding-right: 8px;
+       border-left-width: 5px;
+}
+
+.cke_contents_rtl blockquote
+{
+       padding-left: 8px;
+       padding-right: 20px;
+       border-right-width: 5px;
+}
+
+a
+{
+       color: #0782C1;
+}
+
+ol,ul,dl
+{
+       /* IE7: reset rtl list margin. (#7334) */
+       *margin-right: 0px;
+       /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
+       padding: 0 40px;
+}
+
+h1,h2,h3,h4,h5,h6
+{
+       font-weight: normal;
+       line-height: 1.2;
+}
+
+hr
+{
+       border: 0px;
+       border-top: 1px solid #ccc;
+}
+
+img.right
+{
+       border: 1px solid #ccc;
+       float: right;
+       margin-left: 15px;
+       padding: 5px;
+}
+
+img.left
+{
+       border: 1px solid #ccc;
+       float: left;
+       margin-right: 15px;
+       padding: 5px;
+}
+
+pre
+{
+       white-space: pre-wrap; /* CSS 2.1 */
+       word-wrap: break-word; /* IE7 */
+       -moz-tab-size: 4;
+       tab-size: 4;
+}
+
+.marker
+{
+       background-color: Yellow;
+}
+
+span[lang]
+{
+       font-style: italic;
+}
+
+figure
+{
+       text-align: center;
+       border: solid 1px #ccc;
+       border-radius: 2px;
+       background: rgba(0,0,0,0.05);
+       padding: 10px;
+       margin: 10px 20px;
+       display: inline-block;
+}
+
+figure > figcaption
+{
+       text-align: center;
+       display: block; /* For IE8 */
+}
+
+a > img {
+       padding: 1px;
+       margin: 1px;
+       border: none;
+       outline: 1px solid #0782C1;
+}