]> git.0d.be Git - panikdb.git/blobdiff - panikdb/static/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css
remove embedded copy of ckeditor
[panikdb.git] / panikdb / static / ckeditor / ckeditor / samples / assets / outputxhtml / outputxhtml.css
diff --git a/panikdb/static/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css b/panikdb/static/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css
deleted file mode 100644 (file)
index 9c90a2a..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-/*\r
- * Copyright (c) 2003-2013, 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