diff options
author | svncommit <devs@roundcube.net> | 2008-04-04 23:32:35 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-04-04 23:32:35 +0000 |
commit | 43b9901e2e20db031ee2852efb6cebd370de9056 (patch) | |
tree | df8f12567dbbb1c669833b571091782d0fb61ab5 /skins/default | |
parent | 5bb999411d58abdcfd8a35b6dfaf9f7aecd558d7 (diff) |
restore baseline css file to themes folder, put overrides in skins folder (#1484933)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/editor_content.css | 68 |
1 files changed, 11 insertions, 57 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index e8b1c88fe..31a0a592e 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -1,61 +1,15 @@ -/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
-/* You can extend this CSS by adding your own CSS file with the the content_css option */
-
-body, td, pre {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
-}
-
-body {
+/* This file contains the CSS data for the editable area(iframe) of TinyMCE */ +/* You can extend this CSS by adding your own CSS file with the the content_css option */ + +body, td, pre { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; +} + +body { background-color: #FFFFFF; margin-left: 4px; margin-right: 4px; margin-top: 2px; -}
-
-.mceVisualAid {
- border: 1px dashed #BBBBBB !important;
-}
-
-div.mceVisualAid {
- background-image:url('../images/spacer.gif');
- visibility: visible !important;
-}
-
-.mceItemAnchor {
- width: 12px;
- line-height: 6px;
- overflow: hidden;
- padding-left: 12px;
- background-image: url('../images/anchor_symbol.gif');
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-/* Important is needed in Gecko browsers inorder to style links */
-/*
-a {
- color: green !important;
-}
-*/
-
-/* Style selection range colors in Gecko browsers */
-/*
-::-moz-selection {
- background-color: red;
- color: green;
-}
-*/
-
-/* MSIE specific */
-
-* html body {
- scrollbar-3dlight-color: #F0F0EE;
- scrollbar-arrow-color: #676662;
- scrollbar-base-color: #F0F0EE;
- scrollbar-darkshadow-color: #DDDDDD;
- scrollbar-face-color: #E0E0DD;
- scrollbar-highlight-color: #F0F0EE;
- scrollbar-shadow-color: #F0F0EE;
- scrollbar-track-color: #F5F5F5;
-}
+} + |