Built motion from commit 99feb03.|0.0.140
[motion.git] / public / assets / plugins / ckeditor / samples / old / assets / outputxhtml / outputxhtml.css
index 50daa1d..09ca048 100644 (file)
-/*
- * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or http://ckeditor.com/license
- *
- * Styles used by the XHTML 1.1 sample page (xhtml.html).
- */
-
-/**
- * Basic definitions for the editing area.
- */
-body
-{
-       font-family: Arial, Verdana, sans-serif;
-       font-size: 80%;
-       color: #000000;
-       background-color: #ffffff;
-       padding: 5px;
-       margin: 0px;
-}
-
-/**
- * Core styles.
- */
-
-.Bold
-{
-       font-weight: bold;
-}
-
-.Italic
-{
-       font-style: italic;
-}
-
-.Underline
-{
-       text-decoration: underline;
-}
-
-.StrikeThrough
-{
-       text-decoration: line-through;
-}
-
-.Subscript
-{
-       vertical-align: sub;
-       font-size: smaller;
-}
-
-.Superscript
-{
-       vertical-align: super;
-       font-size: smaller;
-}
-
-/**
- * Font faces.
- */
-
-.FontComic
-{
-       font-family: 'Comic Sans MS';
-}
-
-.FontCourier
-{
-       font-family: 'Courier New';
-}
-
-.FontTimes
-{
-       font-family: 'Times New Roman';
-}
-
-/**
- * Font sizes.
- */
-
-.FontSmaller
-{
-       font-size: smaller;
-}
-
-.FontLarger
-{
-       font-size: larger;
-}
-
-.FontSmall
-{
-       font-size: 8pt;
-}
-
-.FontBig
-{
-       font-size: 14pt;
-}
-
-.FontDouble
-{
-       font-size: 200%;
-}
-
-/**
- * Font colors.
- */
-.FontColor1
-{
-       color: #ff9900;
-}
-
-.FontColor2
-{
-       color: #0066cc;
-}
-
-.FontColor3
-{
-       color: #ff0000;
-}
-
-.FontColor1BG
-{
-       background-color: #ff9900;
-}
-
-.FontColor2BG
-{
-       background-color: #0066cc;
-}
-
-.FontColor3BG
-{
-       background-color: #ff0000;
-}
-
-/**
- * Indentation.
- */
-
-.Indent1
-{
-       margin-left: 40px;
-}
-
-.Indent2
-{
-       margin-left: 80px;
-}
-
-.Indent3
-{
-       margin-left: 120px;
-}
-
-/**
- * Alignment.
- */
-
-.JustifyLeft
-{
-       text-align: left;
-}
-
-.JustifyRight
-{
-       text-align: right;
-}
-
-.JustifyCenter
-{
-       text-align: center;
-}
-
-.JustifyFull
-{
-       text-align: justify;
-}
-
-/**
- * Other.
- */
-
-code
-{
-       font-family: courier, monospace;
-       background-color: #eeeeee;
-       padding-left: 1px;
-       padding-right: 1px;
-       border: #c0c0c0 1px solid;
-}
-
-kbd
-{
-       padding: 0px 1px 0px 1px;
-       border-width: 1px 2px 2px 1px;
-       border-style: solid;
-}
-
-blockquote
-{
-       color: #808080;
-}
+/*\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ *\r
+ * Styles used by the XHTML 1.1 sample page (xhtml.html).\r
+ */\r
+\r
+/**\r
+ * Basic definitions for the editing area.\r
+ */\r
+body\r
+{\r
+       font-family: Arial, Verdana, sans-serif;\r
+       font-size: 80%;\r
+       color: #000000;\r
+       background-color: #ffffff;\r
+       padding: 5px;\r
+       margin: 0px;\r
+}\r
+\r
+/**\r
+ * Core styles.\r
+ */\r
+\r
+.Bold\r
+{\r
+       font-weight: bold;\r
+}\r
+\r
+.Italic\r
+{\r
+       font-style: italic;\r
+}\r
+\r
+.Underline\r
+{\r
+       text-decoration: underline;\r
+}\r
+\r
+.StrikeThrough\r
+{\r
+       text-decoration: line-through;\r
+}\r
+\r
+.Subscript\r
+{\r
+       vertical-align: sub;\r
+       font-size: smaller;\r
+}\r
+\r
+.Superscript\r
+{\r
+       vertical-align: super;\r
+       font-size: smaller;\r
+}\r
+\r
+/**\r
+ * Font faces.\r
+ */\r
+\r
+.FontComic\r
+{\r
+       font-family: 'Comic Sans MS';\r
+}\r
+\r
+.FontCourier\r
+{\r
+       font-family: 'Courier New';\r
+}\r
+\r
+.FontTimes\r
+{\r
+       font-family: 'Times New Roman';\r
+}\r
+\r
+/**\r
+ * Font sizes.\r
+ */\r
+\r
+.FontSmaller\r
+{\r
+       font-size: smaller;\r
+}\r
+\r
+.FontLarger\r
+{\r
+       font-size: larger;\r
+}\r
+\r
+.FontSmall\r
+{\r
+       font-size: 8pt;\r
+}\r
+\r
+.FontBig\r
+{\r
+       font-size: 14pt;\r
+}\r
+\r
+.FontDouble\r
+{\r
+       font-size: 200%;\r
+}\r
+\r
+/**\r
+ * Font colors.\r
+ */\r
+.FontColor1\r
+{\r
+       color: #ff9900;\r
+}\r
+\r
+.FontColor2\r
+{\r
+       color: #0066cc;\r
+}\r
+\r
+.FontColor3\r
+{\r
+       color: #ff0000;\r
+}\r
+\r
+.FontColor1BG\r
+{\r
+       background-color: #ff9900;\r
+}\r
+\r
+.FontColor2BG\r
+{\r
+       background-color: #0066cc;\r
+}\r
+\r
+.FontColor3BG\r
+{\r
+       background-color: #ff0000;\r
+}\r
+\r
+/**\r
+ * Indentation.\r
+ */\r
+\r
+.Indent1\r
+{\r
+       margin-left: 40px;\r
+}\r
+\r
+.Indent2\r
+{\r
+       margin-left: 80px;\r
+}\r
+\r
+.Indent3\r
+{\r
+       margin-left: 120px;\r
+}\r
+\r
+/**\r
+ * Alignment.\r
+ */\r
+\r
+.JustifyLeft\r
+{\r
+       text-align: left;\r
+}\r
+\r
+.JustifyRight\r
+{\r
+       text-align: right;\r
+}\r
+\r
+.JustifyCenter\r
+{\r
+       text-align: center;\r
+}\r
+\r
+.JustifyFull\r
+{\r
+       text-align: justify;\r
+}\r
+\r
+/**\r
+ * Other.\r
+ */\r
+\r
+code\r
+{\r
+       font-family: courier, monospace;\r
+       background-color: #eeeeee;\r
+       padding-left: 1px;\r
+       padding-right: 1px;\r
+       border: #c0c0c0 1px solid;\r
+}\r
+\r
+kbd\r
+{\r
+       padding: 0px 1px 0px 1px;\r
+       border-width: 1px 2px 2px 1px;\r
+       border-style: solid;\r
+}\r
+\r
+blockquote\r
+{\r
+       color: #808080;\r
+}\r