]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/editor_content.css
Imported Upstream version 0.7
[roundcube.git] / skins / default / editor_content.css
index e8b1c88fe4e39fb34802f8ab4428e3fc6d5dc0e6..aabed07b5798d894c6728abf7a9b1aea5295a13f 100644 (file)
@@ -1,61 +1,31 @@
-/* This file contains the CSS data for the editable area(iframe) of TinyMCE */\r
-/* You can extend this CSS by adding your own CSS file with the the content_css option */\r
-\r
-body, td, pre {\r
-       font-family: Verdana, Arial, Helvetica, sans-serif;\r
-       font-size: 12px;\r
-}\r
-\r
-body {\r
+/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
+
+body, td, pre {
+       font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
+       font-size: 12px;
+}
+
+body {
        background-color: #FFFFFF;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 2px;
-}\r
-\r
-.mceVisualAid {\r
-       border: 1px dashed #BBBBBB !important;\r
-}\r
-\r
-div.mceVisualAid {\r
-       background-image:url('../images/spacer.gif');\r
-       visibility: visible !important;\r
-}\r
-\r
-.mceItemAnchor {\r
-       width: 12px;\r
-       line-height: 6px;\r
-       overflow: hidden;\r
-       padding-left: 12px;\r
-       background-image: url('../images/anchor_symbol.gif');\r
-       background-position: bottom;\r
-       background-repeat: no-repeat;\r
-}\r
-\r
-/* Important is needed in Gecko browsers inorder to style links */\r
-/*\r
-a {\r
-       color: green !important;\r
-}\r
-*/\r
-\r
-/* Style selection range colors in Gecko browsers */\r
-/*\r
-::-moz-selection {\r
-       background-color: red;\r
-       color: green;\r
-}\r
-*/\r
-\r
-/* MSIE specific */\r
-\r
-* html body {\r
-       scrollbar-3dlight-color: #F0F0EE;\r
-       scrollbar-arrow-color: #676662;\r
-       scrollbar-base-color: #F0F0EE;\r
-       scrollbar-darkshadow-color: #DDDDDD;\r
-       scrollbar-face-color: #E0E0DD;\r
-       scrollbar-highlight-color: #F0F0EE;\r
-       scrollbar-shadow-color: #F0F0EE;\r
-       scrollbar-track-color: #F5F5F5;\r
-}\r
+}
+
+pre
+{
+       margin: 0;
+       padding: 0;
+       white-space: -moz-pre-wrap !important;
+       white-space: pre-wrap !important;
+       white-space: pre;
+       word-wrap: break-word; /* IE (and Safari) */
+}
+
+blockquote
+{
+       padding-left: 5px;
+       border-left: #1010ff 2px solid;
+       margin-left: 5px;
+       width: 100%;
+}