trestle-tinymce 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +13 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/Gruntfile.js +77 -0
- data/LICENSE +165 -0
- data/README.md +60 -0
- data/Rakefile +6 -0
- data/app/assets/javascripts/tinymce/skins/trestle/_skin-lightgray.scss +2415 -0
- data/app/assets/javascripts/tinymce/skins/trestle/content.inline.min.css +182 -0
- data/app/assets/javascripts/tinymce/skins/trestle/content.min.css +201 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce-small.eot +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce-small.svg +63 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce-small.ttf +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce-small.woff +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce.eot +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce.svg +131 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce.ttf +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/fonts/tinymce.woff +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/img/anchor.gif +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/img/loader.gif +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/img/object.gif +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/img/trans.gif +0 -0
- data/app/assets/javascripts/tinymce/skins/trestle/skin.min.scss +64 -0
- data/app/assets/javascripts/trestle/tinymce.js.coffee +10 -0
- data/config/initializers/trestle.rb +39 -0
- data/lib/trestle/tinymce.rb +6 -0
- data/lib/trestle/tinymce/configuration.rb +8 -0
- data/lib/trestle/tinymce/engine.rb +9 -0
- data/lib/trestle/tinymce/field.rb +9 -0
- data/lib/trestle/tinymce/version.rb +5 -0
- data/package.json +14 -0
- data/src/trestle/fonts/readme.md +1 -0
- data/src/trestle/fonts/tinymce-small.eot +0 -0
- data/src/trestle/fonts/tinymce-small.json +1277 -0
- data/src/trestle/fonts/tinymce-small.svg +63 -0
- data/src/trestle/fonts/tinymce-small.ttf +0 -0
- data/src/trestle/fonts/tinymce-small.woff +0 -0
- data/src/trestle/fonts/tinymce.eot +0 -0
- data/src/trestle/fonts/tinymce.json +3469 -0
- data/src/trestle/fonts/tinymce.svg +131 -0
- data/src/trestle/fonts/tinymce.ttf +0 -0
- data/src/trestle/fonts/tinymce.woff +0 -0
- data/src/trestle/img/anchor.gif +0 -0
- data/src/trestle/img/loader.gif +0 -0
- data/src/trestle/img/object.gif +0 -0
- data/src/trestle/img/trans.gif +0 -0
- data/src/trestle/less/AbsoluteLayout.less +17 -0
- data/src/trestle/less/Animations.less +10 -0
- data/src/trestle/less/Arrows.less +115 -0
- data/src/trestle/less/Button.less +175 -0
- data/src/trestle/less/ButtonGroup.less +71 -0
- data/src/trestle/less/Checkbox.less +49 -0
- data/src/trestle/less/ColorBox.less +6 -0
- data/src/trestle/less/ColorButton.less +72 -0
- data/src/trestle/less/ColorPicker.less +80 -0
- data/src/trestle/less/ComboBox.less +97 -0
- data/src/trestle/less/Container.less +9 -0
- data/src/trestle/less/Content.Inline.less +4 -0
- data/src/trestle/less/Content.Objects.less +189 -0
- data/src/trestle/less/Content.less +27 -0
- data/src/trestle/less/CropRect.less +62 -0
- data/src/trestle/less/FieldSet.less +15 -0
- data/src/trestle/less/FitLayout.less +9 -0
- data/src/trestle/less/FloatPanel.less +69 -0
- data/src/trestle/less/FlowLayout.less +36 -0
- data/src/trestle/less/Icons.less +182 -0
- data/src/trestle/less/Iframe.less +6 -0
- data/src/trestle/less/ImagePanel.less +25 -0
- data/src/trestle/less/InfoBox.less +71 -0
- data/src/trestle/less/Label.less +38 -0
- data/src/trestle/less/ListBox.less +26 -0
- data/src/trestle/less/Menu.less +34 -0
- data/src/trestle/less/MenuBar.less +32 -0
- data/src/trestle/less/MenuButton.less +34 -0
- data/src/trestle/less/MenuItem.less +176 -0
- data/src/trestle/less/Mixins.less +54 -0
- data/src/trestle/less/Notification.less +142 -0
- data/src/trestle/less/Panel.less +7 -0
- data/src/trestle/less/Path.less +45 -0
- data/src/trestle/less/Progress.less +34 -0
- data/src/trestle/less/Radio.less +1 -0
- data/src/trestle/less/Reset.less +32 -0
- data/src/trestle/less/ResizeHandle.less +18 -0
- data/src/trestle/less/Scrollable.less +44 -0
- data/src/trestle/less/SelectBox.less +6 -0
- data/src/trestle/less/Sidebar.less +49 -0
- data/src/trestle/less/Skin.less +48 -0
- data/src/trestle/less/Slider.less +33 -0
- data/src/trestle/less/Spacer.less +5 -0
- data/src/trestle/less/SplitButton.less +49 -0
- data/src/trestle/less/StackLayout.less +5 -0
- data/src/trestle/less/TabPanel.less +44 -0
- data/src/trestle/less/TextBox.less +41 -0
- data/src/trestle/less/Throbber.less +19 -0
- data/src/trestle/less/TinyMCE.less +218 -0
- data/src/trestle/less/ToolTip.less +133 -0
- data/src/trestle/less/Variables.less +224 -0
- data/src/trestle/less/Window.less +127 -0
- data/trestle-tinymce.gemspec +26 -0
- metadata +200 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d3f1daaec312814059d3c203564e60494fb3fb9b
|
4
|
+
data.tar.gz: 5d8a4c58c9bf8f3e3505351c7901a0cc40b44e74
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 629a210fb069b3e65b2c6906780f232279763a9de2466c84d57fcc8c040d19789d7d0050b449d05541426619cda7daf2e90c1a05470ed9be1995bbd19dd81e21
|
7
|
+
data.tar.gz: aa395a2926e1941ec5a226e2281e257df5cd656142b4c65863ed5c686a302fb8ea50a577da1d0eb202f00dd81d009a3708ebffa3603fb9077e3466c81958da8c
|
data/.gitignore
ADDED
data/.rspec
ADDED
data/.travis.yml
ADDED
data/Gemfile
ADDED
data/Gruntfile.js
ADDED
@@ -0,0 +1,77 @@
|
|
1
|
+
/*eslint-env node */
|
2
|
+
|
3
|
+
module.exports = function (grunt) {
|
4
|
+
grunt.initConfig({
|
5
|
+
less: {
|
6
|
+
modern: {
|
7
|
+
options: {
|
8
|
+
cleancss: true,
|
9
|
+
strictImports: true
|
10
|
+
},
|
11
|
+
|
12
|
+
expand: true,
|
13
|
+
rename: function () {
|
14
|
+
return "app/assets/javascripts/tinymce/skins/trestle/_skin-lightgray.css";
|
15
|
+
},
|
16
|
+
src: ["src/trestle/less/Skin.less"],
|
17
|
+
dest: "app/assets/javascripts/tinymce/skins/trestle"
|
18
|
+
},
|
19
|
+
|
20
|
+
content: {
|
21
|
+
options: {
|
22
|
+
cleancss: true,
|
23
|
+
strictImports: true
|
24
|
+
},
|
25
|
+
expand: true,
|
26
|
+
rename: function () {
|
27
|
+
return "app/assets/javascripts/tinymce/skins/trestle/content.min.css";
|
28
|
+
},
|
29
|
+
src: ["src/trestle/less/Content.less"],
|
30
|
+
dest: "app/assets/javascripts/tinymce/skins/trestle"
|
31
|
+
},
|
32
|
+
|
33
|
+
"content-inline": {
|
34
|
+
options: {
|
35
|
+
cleancss: true,
|
36
|
+
strictImports: true
|
37
|
+
},
|
38
|
+
expand: true,
|
39
|
+
rename: function () {
|
40
|
+
return "app/assets/javascripts/tinymce/skins/trestle/content.inline.min.css";
|
41
|
+
},
|
42
|
+
src: ["src/trestle/less/Content.Inline.less"],
|
43
|
+
dest: "app/assets/javascripts/tinymce/skins/trestle"
|
44
|
+
}
|
45
|
+
},
|
46
|
+
|
47
|
+
copy: {
|
48
|
+
"plugin": {
|
49
|
+
files: [
|
50
|
+
{
|
51
|
+
expand: true,
|
52
|
+
flatten: true,
|
53
|
+
cwd: "src/trestle/fonts",
|
54
|
+
src: [
|
55
|
+
"**",
|
56
|
+
"!*.json",
|
57
|
+
"!*.md"
|
58
|
+
],
|
59
|
+
dest: "app/assets/javascripts/tinymce/skins/trestle/fonts"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
expand: true,
|
63
|
+
flatten: true,
|
64
|
+
cwd: "src/trestle/img",
|
65
|
+
src: "**",
|
66
|
+
dest: "app/assets/javascripts/tinymce/skins/trestle/img"
|
67
|
+
}
|
68
|
+
]
|
69
|
+
}
|
70
|
+
}
|
71
|
+
});
|
72
|
+
|
73
|
+
grunt.task.loadNpmTasks("grunt-contrib-copy");
|
74
|
+
grunt.task.loadNpmTasks("grunt-contrib-less");
|
75
|
+
|
76
|
+
grunt.registerTask("default", ["less", "copy"]);
|
77
|
+
};
|
data/LICENSE
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
2
|
+
Version 3, 29 June 2007
|
3
|
+
|
4
|
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5
|
+
Everyone is permitted to copy and distribute verbatim copies
|
6
|
+
of this license document, but changing it is not allowed.
|
7
|
+
|
8
|
+
|
9
|
+
This version of the GNU Lesser General Public License incorporates
|
10
|
+
the terms and conditions of version 3 of the GNU General Public
|
11
|
+
License, supplemented by the additional permissions listed below.
|
12
|
+
|
13
|
+
0. Additional Definitions.
|
14
|
+
|
15
|
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
16
|
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
17
|
+
General Public License.
|
18
|
+
|
19
|
+
"The Library" refers to a covered work governed by this License,
|
20
|
+
other than an Application or a Combined Work as defined below.
|
21
|
+
|
22
|
+
An "Application" is any work that makes use of an interface provided
|
23
|
+
by the Library, but which is not otherwise based on the Library.
|
24
|
+
Defining a subclass of a class defined by the Library is deemed a mode
|
25
|
+
of using an interface provided by the Library.
|
26
|
+
|
27
|
+
A "Combined Work" is a work produced by combining or linking an
|
28
|
+
Application with the Library. The particular version of the Library
|
29
|
+
with which the Combined Work was made is also called the "Linked
|
30
|
+
Version".
|
31
|
+
|
32
|
+
The "Minimal Corresponding Source" for a Combined Work means the
|
33
|
+
Corresponding Source for the Combined Work, excluding any source code
|
34
|
+
for portions of the Combined Work that, considered in isolation, are
|
35
|
+
based on the Application, and not on the Linked Version.
|
36
|
+
|
37
|
+
The "Corresponding Application Code" for a Combined Work means the
|
38
|
+
object code and/or source code for the Application, including any data
|
39
|
+
and utility programs needed for reproducing the Combined Work from the
|
40
|
+
Application, but excluding the System Libraries of the Combined Work.
|
41
|
+
|
42
|
+
1. Exception to Section 3 of the GNU GPL.
|
43
|
+
|
44
|
+
You may convey a covered work under sections 3 and 4 of this License
|
45
|
+
without being bound by section 3 of the GNU GPL.
|
46
|
+
|
47
|
+
2. Conveying Modified Versions.
|
48
|
+
|
49
|
+
If you modify a copy of the Library, and, in your modifications, a
|
50
|
+
facility refers to a function or data to be supplied by an Application
|
51
|
+
that uses the facility (other than as an argument passed when the
|
52
|
+
facility is invoked), then you may convey a copy of the modified
|
53
|
+
version:
|
54
|
+
|
55
|
+
a) under this License, provided that you make a good faith effort to
|
56
|
+
ensure that, in the event an Application does not supply the
|
57
|
+
function or data, the facility still operates, and performs
|
58
|
+
whatever part of its purpose remains meaningful, or
|
59
|
+
|
60
|
+
b) under the GNU GPL, with none of the additional permissions of
|
61
|
+
this License applicable to that copy.
|
62
|
+
|
63
|
+
3. Object Code Incorporating Material from Library Header Files.
|
64
|
+
|
65
|
+
The object code form of an Application may incorporate material from
|
66
|
+
a header file that is part of the Library. You may convey such object
|
67
|
+
code under terms of your choice, provided that, if the incorporated
|
68
|
+
material is not limited to numerical parameters, data structure
|
69
|
+
layouts and accessors, or small macros, inline functions and templates
|
70
|
+
(ten or fewer lines in length), you do both of the following:
|
71
|
+
|
72
|
+
a) Give prominent notice with each copy of the object code that the
|
73
|
+
Library is used in it and that the Library and its use are
|
74
|
+
covered by this License.
|
75
|
+
|
76
|
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
77
|
+
document.
|
78
|
+
|
79
|
+
4. Combined Works.
|
80
|
+
|
81
|
+
You may convey a Combined Work under terms of your choice that,
|
82
|
+
taken together, effectively do not restrict modification of the
|
83
|
+
portions of the Library contained in the Combined Work and reverse
|
84
|
+
engineering for debugging such modifications, if you also do each of
|
85
|
+
the following:
|
86
|
+
|
87
|
+
a) Give prominent notice with each copy of the Combined Work that
|
88
|
+
the Library is used in it and that the Library and its use are
|
89
|
+
covered by this License.
|
90
|
+
|
91
|
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
92
|
+
document.
|
93
|
+
|
94
|
+
c) For a Combined Work that displays copyright notices during
|
95
|
+
execution, include the copyright notice for the Library among
|
96
|
+
these notices, as well as a reference directing the user to the
|
97
|
+
copies of the GNU GPL and this license document.
|
98
|
+
|
99
|
+
d) Do one of the following:
|
100
|
+
|
101
|
+
0) Convey the Minimal Corresponding Source under the terms of this
|
102
|
+
License, and the Corresponding Application Code in a form
|
103
|
+
suitable for, and under terms that permit, the user to
|
104
|
+
recombine or relink the Application with a modified version of
|
105
|
+
the Linked Version to produce a modified Combined Work, in the
|
106
|
+
manner specified by section 6 of the GNU GPL for conveying
|
107
|
+
Corresponding Source.
|
108
|
+
|
109
|
+
1) Use a suitable shared library mechanism for linking with the
|
110
|
+
Library. A suitable mechanism is one that (a) uses at run time
|
111
|
+
a copy of the Library already present on the user's computer
|
112
|
+
system, and (b) will operate properly with a modified version
|
113
|
+
of the Library that is interface-compatible with the Linked
|
114
|
+
Version.
|
115
|
+
|
116
|
+
e) Provide Installation Information, but only if you would otherwise
|
117
|
+
be required to provide such information under section 6 of the
|
118
|
+
GNU GPL, and only to the extent that such information is
|
119
|
+
necessary to install and execute a modified version of the
|
120
|
+
Combined Work produced by recombining or relinking the
|
121
|
+
Application with a modified version of the Linked Version. (If
|
122
|
+
you use option 4d0, the Installation Information must accompany
|
123
|
+
the Minimal Corresponding Source and Corresponding Application
|
124
|
+
Code. If you use option 4d1, you must provide the Installation
|
125
|
+
Information in the manner specified by section 6 of the GNU GPL
|
126
|
+
for conveying Corresponding Source.)
|
127
|
+
|
128
|
+
5. Combined Libraries.
|
129
|
+
|
130
|
+
You may place library facilities that are a work based on the
|
131
|
+
Library side by side in a single library together with other library
|
132
|
+
facilities that are not Applications and are not covered by this
|
133
|
+
License, and convey such a combined library under terms of your
|
134
|
+
choice, if you do both of the following:
|
135
|
+
|
136
|
+
a) Accompany the combined library with a copy of the same work based
|
137
|
+
on the Library, uncombined with any other library facilities,
|
138
|
+
conveyed under the terms of this License.
|
139
|
+
|
140
|
+
b) Give prominent notice with the combined library that part of it
|
141
|
+
is a work based on the Library, and explaining where to find the
|
142
|
+
accompanying uncombined form of the same work.
|
143
|
+
|
144
|
+
6. Revised Versions of the GNU Lesser General Public License.
|
145
|
+
|
146
|
+
The Free Software Foundation may publish revised and/or new versions
|
147
|
+
of the GNU Lesser General Public License from time to time. Such new
|
148
|
+
versions will be similar in spirit to the present version, but may
|
149
|
+
differ in detail to address new problems or concerns.
|
150
|
+
|
151
|
+
Each version is given a distinguishing version number. If the
|
152
|
+
Library as you received it specifies that a certain numbered version
|
153
|
+
of the GNU Lesser General Public License "or any later version"
|
154
|
+
applies to it, you have the option of following the terms and
|
155
|
+
conditions either of that published version or of any later version
|
156
|
+
published by the Free Software Foundation. If the Library as you
|
157
|
+
received it does not specify a version number of the GNU Lesser
|
158
|
+
General Public License, you may choose any version of the GNU Lesser
|
159
|
+
General Public License ever published by the Free Software Foundation.
|
160
|
+
|
161
|
+
If the Library as you received it specifies that a proxy can decide
|
162
|
+
whether future versions of the GNU Lesser General Public License shall
|
163
|
+
apply, that proxy's public statement of acceptance of any version is
|
164
|
+
permanent authorization for you to choose that version for the
|
165
|
+
Library.
|
data/README.md
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
# Trestle TinyMCE Integration (trestle-tinymce)
|
2
|
+
|
3
|
+
> TinyMCE integration plugin for the Trestle admin framework
|
4
|
+
|
5
|
+
|
6
|
+
## Getting Started
|
7
|
+
|
8
|
+
These instructions assume you have a working Trestle application. To integrate trestle-tinymce, first add it to your application's Gemfile:
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
gem 'trestle-tinymce'
|
12
|
+
```
|
13
|
+
|
14
|
+
Run `bundle install`, and then restart your Rails server.
|
15
|
+
|
16
|
+
To add a TinyMCE editor to your form, use the `editor` (or `tinymce`) field type:
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
Trestle.resource(:articles) do
|
20
|
+
form do |article|
|
21
|
+
editor :content
|
22
|
+
end
|
23
|
+
end
|
24
|
+
```
|
25
|
+
|
26
|
+
The default TinyMCE configuration can be edited by defining options within `config/initializers/trestle.rb`. The default configuration is shown below:
|
27
|
+
|
28
|
+
```ruby
|
29
|
+
Trestle.configure do |config|
|
30
|
+
config.tinymce.default.configure do |c|
|
31
|
+
c.skin = "trestle"
|
32
|
+
c.selector = "textarea.tinymce"
|
33
|
+
c.branding = false
|
34
|
+
c.elementpath = false
|
35
|
+
c.menubar = false
|
36
|
+
c.statusbar = false
|
37
|
+
c.plugins = [
|
38
|
+
:lists,
|
39
|
+
:link,
|
40
|
+
:image,
|
41
|
+
:charmap,
|
42
|
+
:table,
|
43
|
+
:code,
|
44
|
+
:hr,
|
45
|
+
:paste
|
46
|
+
]
|
47
|
+
c.toolbar = [
|
48
|
+
"styleselect | bold italic underline strikethrough | subscript superscript hr | alignleft aligncenter alignright alignjustify",
|
49
|
+
"bullist numlist | indent outdent | undo redo | link unlink | image charmap table | code"
|
50
|
+
]
|
51
|
+
c.link_context_toolbar = true
|
52
|
+
c.convert_urls = false
|
53
|
+
end
|
54
|
+
end
|
55
|
+
```
|
56
|
+
|
57
|
+
|
58
|
+
## License
|
59
|
+
|
60
|
+
The gem is available as open source under the terms of the [LGPLv3 License](https://opensource.org/licenses/LGPL-3.0).
|
data/Rakefile
ADDED
@@ -0,0 +1,2415 @@
|
|
1
|
+
.mce-container,
|
2
|
+
.mce-container *,
|
3
|
+
.mce-widget,
|
4
|
+
.mce-widget *,
|
5
|
+
.mce-reset {
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
border: 0;
|
9
|
+
outline: 0;
|
10
|
+
vertical-align: top;
|
11
|
+
background: transparent;
|
12
|
+
text-decoration: none;
|
13
|
+
color: #333;
|
14
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
15
|
+
font-size: 14px;
|
16
|
+
text-shadow: none;
|
17
|
+
float: none;
|
18
|
+
position: static;
|
19
|
+
width: auto;
|
20
|
+
height: auto;
|
21
|
+
white-space: nowrap;
|
22
|
+
cursor: inherit;
|
23
|
+
-webkit-tap-highlight-color: transparent;
|
24
|
+
line-height: normal;
|
25
|
+
font-weight: normal;
|
26
|
+
text-align: left;
|
27
|
+
-moz-box-sizing: content-box;
|
28
|
+
-webkit-box-sizing: content-box;
|
29
|
+
box-sizing: content-box;
|
30
|
+
direction: ltr;
|
31
|
+
max-width: none;
|
32
|
+
}
|
33
|
+
.mce-widget button {
|
34
|
+
-moz-box-sizing: border-box;
|
35
|
+
-webkit-box-sizing: border-box;
|
36
|
+
box-sizing: border-box;
|
37
|
+
}
|
38
|
+
.mce-container *[unselectable] {
|
39
|
+
-moz-user-select: none;
|
40
|
+
-webkit-user-select: none;
|
41
|
+
-o-user-select: none;
|
42
|
+
user-select: none;
|
43
|
+
}
|
44
|
+
.mce-fade {
|
45
|
+
opacity: 0;
|
46
|
+
-webkit-transition: opacity 0.15s linear;
|
47
|
+
transition: opacity 0.15s linear;
|
48
|
+
}
|
49
|
+
.mce-fade.mce-in {
|
50
|
+
opacity: 1;
|
51
|
+
}
|
52
|
+
.mce-tinymce {
|
53
|
+
visibility: inherit !important;
|
54
|
+
position: relative;
|
55
|
+
}
|
56
|
+
.mce-fullscreen {
|
57
|
+
border: 0;
|
58
|
+
padding: 0;
|
59
|
+
margin: 0;
|
60
|
+
overflow: hidden;
|
61
|
+
height: 100%;
|
62
|
+
z-index: 100;
|
63
|
+
}
|
64
|
+
div.mce-fullscreen {
|
65
|
+
position: fixed;
|
66
|
+
top: 0;
|
67
|
+
left: 0;
|
68
|
+
width: 100%;
|
69
|
+
height: auto;
|
70
|
+
}
|
71
|
+
.mce-tinymce {
|
72
|
+
display: block;
|
73
|
+
}
|
74
|
+
.mce-wordcount {
|
75
|
+
position: absolute;
|
76
|
+
top: 0;
|
77
|
+
right: 0;
|
78
|
+
padding: 8px;
|
79
|
+
}
|
80
|
+
div.mce-edit-area {
|
81
|
+
background: #FFF;
|
82
|
+
filter: none;
|
83
|
+
}
|
84
|
+
.mce-statusbar {
|
85
|
+
position: relative;
|
86
|
+
}
|
87
|
+
.mce-statusbar .mce-container-body {
|
88
|
+
position: relative;
|
89
|
+
}
|
90
|
+
.mce-fullscreen .mce-resizehandle {
|
91
|
+
display: none;
|
92
|
+
}
|
93
|
+
.mce-charmap {
|
94
|
+
border-collapse: collapse;
|
95
|
+
}
|
96
|
+
.mce-charmap td {
|
97
|
+
cursor: default;
|
98
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
99
|
+
width: 20px;
|
100
|
+
height: 20px;
|
101
|
+
line-height: 20px;
|
102
|
+
text-align: center;
|
103
|
+
vertical-align: middle;
|
104
|
+
padding: 2px;
|
105
|
+
}
|
106
|
+
.mce-charmap td div {
|
107
|
+
text-align: center;
|
108
|
+
}
|
109
|
+
.mce-charmap td:hover {
|
110
|
+
background: #D9D9D9;
|
111
|
+
}
|
112
|
+
.mce-grid td.mce-grid-cell div {
|
113
|
+
border: 1px solid #d6d6d6;
|
114
|
+
width: 15px;
|
115
|
+
height: 15px;
|
116
|
+
margin: 0px;
|
117
|
+
cursor: pointer;
|
118
|
+
}
|
119
|
+
.mce-grid td.mce-grid-cell div:focus {
|
120
|
+
border-color: #3498db;
|
121
|
+
}
|
122
|
+
.mce-grid td.mce-grid-cell div[disabled] {
|
123
|
+
cursor: not-allowed;
|
124
|
+
}
|
125
|
+
.mce-grid {
|
126
|
+
border-spacing: 2px;
|
127
|
+
border-collapse: separate;
|
128
|
+
}
|
129
|
+
.mce-grid a {
|
130
|
+
display: block;
|
131
|
+
border: 1px solid transparent;
|
132
|
+
}
|
133
|
+
.mce-grid a:hover,
|
134
|
+
.mce-grid a:focus {
|
135
|
+
border-color: #3498db;
|
136
|
+
}
|
137
|
+
.mce-grid-border {
|
138
|
+
margin: 0 4px 0 4px;
|
139
|
+
}
|
140
|
+
.mce-grid-border a {
|
141
|
+
border-color: #d6d6d6;
|
142
|
+
width: 13px;
|
143
|
+
height: 13px;
|
144
|
+
}
|
145
|
+
.mce-grid-border a:hover,
|
146
|
+
.mce-grid-border a.mce-active {
|
147
|
+
border-color: #3498db;
|
148
|
+
background: #3498db;
|
149
|
+
}
|
150
|
+
.mce-text-center {
|
151
|
+
text-align: center;
|
152
|
+
}
|
153
|
+
div.mce-tinymce-inline {
|
154
|
+
width: 100%;
|
155
|
+
}
|
156
|
+
.mce-colorbtn-trans div {
|
157
|
+
text-align: center;
|
158
|
+
vertical-align: middle;
|
159
|
+
font-weight: bold;
|
160
|
+
font-size: 20px;
|
161
|
+
line-height: 16px;
|
162
|
+
color: #707070;
|
163
|
+
}
|
164
|
+
.mce-monospace {
|
165
|
+
font-family: "Courier New", Courier, monospace;
|
166
|
+
}
|
167
|
+
.mce-toolbar-grp {
|
168
|
+
padding: 2px 0;
|
169
|
+
}
|
170
|
+
.mce-toolbar-grp .mce-flow-layout-item {
|
171
|
+
margin-bottom: 0;
|
172
|
+
}
|
173
|
+
.mce-rtl .mce-wordcount {
|
174
|
+
left: 0;
|
175
|
+
right: auto;
|
176
|
+
}
|
177
|
+
.mce-container b {
|
178
|
+
font-weight: bold;
|
179
|
+
}
|
180
|
+
.mce-container p {
|
181
|
+
margin-bottom: 5px;
|
182
|
+
}
|
183
|
+
.mce-container a {
|
184
|
+
cursor: pointer;
|
185
|
+
color: #2980b9;
|
186
|
+
}
|
187
|
+
.mce-container a:hover {
|
188
|
+
text-decoration: underline;
|
189
|
+
}
|
190
|
+
.mce-container ul {
|
191
|
+
margin-left: 15px;
|
192
|
+
}
|
193
|
+
.mce-container .mce-table-striped {
|
194
|
+
border-collapse: collapse;
|
195
|
+
margin: 10px;
|
196
|
+
}
|
197
|
+
.mce-container .mce-table-striped thead > tr {
|
198
|
+
background-color: #fafafa;
|
199
|
+
}
|
200
|
+
.mce-container .mce-table-striped thead > tr th {
|
201
|
+
font-weight: bold;
|
202
|
+
}
|
203
|
+
.mce-container .mce-table-striped td,
|
204
|
+
.mce-container .mce-table-striped th {
|
205
|
+
padding: 5px;
|
206
|
+
}
|
207
|
+
.mce-container .mce-table-striped tr:nth-child(even) {
|
208
|
+
background-color: #fafafa;
|
209
|
+
}
|
210
|
+
.mce-container .mce-table-striped tbody > tr:hover {
|
211
|
+
background-color: #e1e1e1;
|
212
|
+
}
|
213
|
+
.mce-branding-powered-by {
|
214
|
+
background-color: #f0f0f0;
|
215
|
+
position: absolute;
|
216
|
+
right: 0;
|
217
|
+
bottom: 0;
|
218
|
+
width: 91px;
|
219
|
+
height: 9px;
|
220
|
+
margin-right: -1px;
|
221
|
+
margin-bottom: -1px;
|
222
|
+
border: 1px solid #c5c5c5;
|
223
|
+
border-width: 1px 1px 0 1px;
|
224
|
+
padding: 6px 6px 0 6px;
|
225
|
+
background-image: url('data:image/gif;base64,R0lGODlhXwAJAIABAIiIiAAAACH5BAEKAAEALAAAAABfAAkAAAJxhBGpy+2PUnzqGNpmPNJqDIZSJY4m+KXLF3At2V6xPFfuvMF6J6fINTnhTr9XcaRC6pKvFYlZjDIszaXRSA3ijlXo9AlWindaldSJthJ55XAz6+ZWbVCOdojP77p8J8vlUSI4SHEnaEiYqOhARdhIWAAAOw');
|
226
|
+
background-repeat: no-repeat;
|
227
|
+
background-position: center center;
|
228
|
+
}
|
229
|
+
.mce-croprect-container {
|
230
|
+
position: absolute;
|
231
|
+
top: 0;
|
232
|
+
left: 0;
|
233
|
+
}
|
234
|
+
.mce-croprect-handle {
|
235
|
+
position: absolute;
|
236
|
+
top: 0;
|
237
|
+
left: 0;
|
238
|
+
width: 20px;
|
239
|
+
height: 20px;
|
240
|
+
border: 2px solid white;
|
241
|
+
}
|
242
|
+
.mce-croprect-handle-nw {
|
243
|
+
border-width: 2px 0 0 2px;
|
244
|
+
margin: -2px 0 0 -2px;
|
245
|
+
cursor: nw-resize;
|
246
|
+
top: 100px;
|
247
|
+
left: 100px;
|
248
|
+
}
|
249
|
+
.mce-croprect-handle-ne {
|
250
|
+
border-width: 2px 2px 0 0;
|
251
|
+
margin: -2px 0 0 -20px;
|
252
|
+
cursor: ne-resize;
|
253
|
+
top: 100px;
|
254
|
+
left: 200px;
|
255
|
+
}
|
256
|
+
.mce-croprect-handle-sw {
|
257
|
+
border-width: 0 0 2px 2px;
|
258
|
+
margin: -20px 2px 0 -2px;
|
259
|
+
cursor: sw-resize;
|
260
|
+
top: 200px;
|
261
|
+
left: 100px;
|
262
|
+
}
|
263
|
+
.mce-croprect-handle-se {
|
264
|
+
border-width: 0 2px 2px 0;
|
265
|
+
margin: -20px 0 0 -20px;
|
266
|
+
cursor: se-resize;
|
267
|
+
top: 200px;
|
268
|
+
left: 200px;
|
269
|
+
}
|
270
|
+
.mce-croprect-handle-move {
|
271
|
+
position: absolute;
|
272
|
+
cursor: move;
|
273
|
+
border: 0;
|
274
|
+
}
|
275
|
+
.mce-croprect-block {
|
276
|
+
opacity: 0.3;
|
277
|
+
filter: alpha(opacity=30);
|
278
|
+
zoom: 1;
|
279
|
+
position: absolute;
|
280
|
+
background: black;
|
281
|
+
}
|
282
|
+
.mce-croprect-handle:focus {
|
283
|
+
border-color: #3498db;
|
284
|
+
}
|
285
|
+
.mce-croprect-handle-move:focus {
|
286
|
+
outline: 1px solid #3498db;
|
287
|
+
}
|
288
|
+
.mce-imagepanel {
|
289
|
+
overflow: auto;
|
290
|
+
background: black;
|
291
|
+
}
|
292
|
+
.mce-imagepanel-bg {
|
293
|
+
position: absolute;
|
294
|
+
background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==');
|
295
|
+
}
|
296
|
+
.mce-imagepanel img {
|
297
|
+
position: absolute;
|
298
|
+
}
|
299
|
+
.mce-imagetool.mce-btn .mce-ico {
|
300
|
+
display: block;
|
301
|
+
width: 20px;
|
302
|
+
height: 20px;
|
303
|
+
text-align: center;
|
304
|
+
line-height: 20px;
|
305
|
+
font-size: 20px;
|
306
|
+
padding: 5px;
|
307
|
+
}
|
308
|
+
.mce-arrow-up {
|
309
|
+
margin-top: 12px;
|
310
|
+
}
|
311
|
+
.mce-arrow-down {
|
312
|
+
margin-top: -12px;
|
313
|
+
}
|
314
|
+
.mce-arrow:before,
|
315
|
+
.mce-arrow:after {
|
316
|
+
position: absolute;
|
317
|
+
left: 50%;
|
318
|
+
display: block;
|
319
|
+
width: 0;
|
320
|
+
height: 0;
|
321
|
+
border-style: solid;
|
322
|
+
border-color: transparent;
|
323
|
+
content: "";
|
324
|
+
}
|
325
|
+
.mce-arrow.mce-arrow-up:before {
|
326
|
+
top: -9px;
|
327
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
328
|
+
border-width: 0 9px 9px;
|
329
|
+
margin-left: -9px;
|
330
|
+
}
|
331
|
+
.mce-arrow.mce-arrow-down:before {
|
332
|
+
bottom: -9px;
|
333
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
334
|
+
border-width: 9px 9px 0;
|
335
|
+
margin-left: -9px;
|
336
|
+
}
|
337
|
+
.mce-arrow.mce-arrow-up:after {
|
338
|
+
top: -8px;
|
339
|
+
border-bottom-color: #f0f0f0;
|
340
|
+
border-width: 0 8px 8px;
|
341
|
+
margin-left: -8px;
|
342
|
+
}
|
343
|
+
.mce-arrow.mce-arrow-down:after {
|
344
|
+
bottom: -8px;
|
345
|
+
border-top-color: #f0f0f0;
|
346
|
+
border-width: 8px 8px 0;
|
347
|
+
margin-left: -8px;
|
348
|
+
}
|
349
|
+
.mce-arrow.mce-arrow-left:before,
|
350
|
+
.mce-arrow.mce-arrow-left:after {
|
351
|
+
margin: 0;
|
352
|
+
}
|
353
|
+
.mce-arrow.mce-arrow-left:before {
|
354
|
+
left: 8px;
|
355
|
+
}
|
356
|
+
.mce-arrow.mce-arrow-left:after {
|
357
|
+
left: 9px;
|
358
|
+
}
|
359
|
+
.mce-arrow.mce-arrow-right:before,
|
360
|
+
.mce-arrow.mce-arrow-right:after {
|
361
|
+
left: auto;
|
362
|
+
margin: 0;
|
363
|
+
}
|
364
|
+
.mce-arrow.mce-arrow-right:before {
|
365
|
+
right: 8px;
|
366
|
+
}
|
367
|
+
.mce-arrow.mce-arrow-right:after {
|
368
|
+
right: 9px;
|
369
|
+
}
|
370
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
|
371
|
+
left: -9px;
|
372
|
+
top: 50%;
|
373
|
+
border-right-color: rgba(0, 0, 0, 0.2);
|
374
|
+
border-width: 9px 9px 9px 0;
|
375
|
+
margin-top: -9px;
|
376
|
+
}
|
377
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
|
378
|
+
left: -8px;
|
379
|
+
top: 50%;
|
380
|
+
border-right-color: #f0f0f0;
|
381
|
+
border-width: 8px 8px 8px 0;
|
382
|
+
margin-top: -8px;
|
383
|
+
}
|
384
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
|
385
|
+
margin-left: 12px;
|
386
|
+
}
|
387
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
|
388
|
+
right: -9px;
|
389
|
+
top: 50%;
|
390
|
+
border-left-color: rgba(0, 0, 0, 0.2);
|
391
|
+
border-width: 9px 0 9px 9px;
|
392
|
+
margin-top: -9px;
|
393
|
+
}
|
394
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
|
395
|
+
right: -8px;
|
396
|
+
top: 50%;
|
397
|
+
border-left-color: #f0f0f0;
|
398
|
+
border-width: 8px 0 8px 8px;
|
399
|
+
margin-top: -8px;
|
400
|
+
}
|
401
|
+
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
|
402
|
+
margin-left: -14px;
|
403
|
+
}
|
404
|
+
.mce-edit-aria-container > .mce-container-body {
|
405
|
+
display: flex;
|
406
|
+
}
|
407
|
+
.mce-edit-aria-container > .mce-container-body .mce-edit-area {
|
408
|
+
flex: 1;
|
409
|
+
}
|
410
|
+
.mce-edit-aria-container > .mce-container-body .mce-sidebar > .mce-container-body {
|
411
|
+
display: flex;
|
412
|
+
align-items: stretch;
|
413
|
+
height: 100%;
|
414
|
+
}
|
415
|
+
.mce-edit-aria-container > .mce-container-body .mce-sidebar-panel {
|
416
|
+
min-width: 250px;
|
417
|
+
max-width: 250px;
|
418
|
+
position: relative;
|
419
|
+
}
|
420
|
+
.mce-edit-aria-container > .mce-container-body .mce-sidebar-panel > .mce-container-body {
|
421
|
+
position: absolute;
|
422
|
+
width: 100%;
|
423
|
+
height: 100%;
|
424
|
+
overflow: auto;
|
425
|
+
top: 0;
|
426
|
+
left: 0;
|
427
|
+
}
|
428
|
+
.mce-sidebar-toolbar {
|
429
|
+
border: 0 solid rgba(0, 0, 0, 0.2);
|
430
|
+
border-left-width: 1px;
|
431
|
+
}
|
432
|
+
.mce-sidebar-toolbar .mce-btn.mce-active,
|
433
|
+
.mce-sidebar-toolbar .mce-btn.mce-active:hover {
|
434
|
+
border: 1px solid transparent;
|
435
|
+
border-color: transparent;
|
436
|
+
background-color: #2d8ac7;
|
437
|
+
}
|
438
|
+
.mce-sidebar-toolbar .mce-btn.mce-active button,
|
439
|
+
.mce-sidebar-toolbar .mce-btn.mce-active:hover button,
|
440
|
+
.mce-sidebar-toolbar .mce-btn.mce-active button i,
|
441
|
+
.mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
|
442
|
+
color: #fff;
|
443
|
+
text-shadow: 1px 1px none;
|
444
|
+
}
|
445
|
+
.mce-sidebar-panel {
|
446
|
+
border: 0 solid rgba(0, 0, 0, 0.2);
|
447
|
+
border-left-width: 1px;
|
448
|
+
}
|
449
|
+
.mce-container,
|
450
|
+
.mce-container-body {
|
451
|
+
display: block;
|
452
|
+
}
|
453
|
+
.mce-autoscroll {
|
454
|
+
overflow: hidden;
|
455
|
+
}
|
456
|
+
.mce-scrollbar {
|
457
|
+
position: absolute;
|
458
|
+
width: 7px;
|
459
|
+
height: 100%;
|
460
|
+
top: 2px;
|
461
|
+
right: 2px;
|
462
|
+
opacity: 0.4;
|
463
|
+
filter: alpha(opacity=40);
|
464
|
+
zoom: 1;
|
465
|
+
}
|
466
|
+
.mce-scrollbar-h {
|
467
|
+
top: auto;
|
468
|
+
right: auto;
|
469
|
+
left: 2px;
|
470
|
+
bottom: 2px;
|
471
|
+
width: 100%;
|
472
|
+
height: 7px;
|
473
|
+
}
|
474
|
+
.mce-scrollbar-thumb {
|
475
|
+
position: absolute;
|
476
|
+
background-color: #000;
|
477
|
+
border: 1px solid #888;
|
478
|
+
border-color: rgba(85, 85, 85, 0.6);
|
479
|
+
width: 5px;
|
480
|
+
height: 100%;
|
481
|
+
}
|
482
|
+
.mce-scrollbar-h .mce-scrollbar-thumb {
|
483
|
+
width: 100%;
|
484
|
+
height: 5px;
|
485
|
+
}
|
486
|
+
.mce-scrollbar:hover,
|
487
|
+
.mce-scrollbar.mce-active {
|
488
|
+
background-color: #AAA;
|
489
|
+
opacity: 0.6;
|
490
|
+
filter: alpha(opacity=60);
|
491
|
+
zoom: 1;
|
492
|
+
}
|
493
|
+
.mce-scroll {
|
494
|
+
position: relative;
|
495
|
+
}
|
496
|
+
.mce-panel {
|
497
|
+
border: 0 solid #cacaca;
|
498
|
+
border: 0 solid rgba(0, 0, 0, 0.2);
|
499
|
+
background-color: #f0f0f0;
|
500
|
+
}
|
501
|
+
.mce-floatpanel {
|
502
|
+
position: absolute;
|
503
|
+
}
|
504
|
+
.mce-floatpanel.mce-fixed {
|
505
|
+
position: fixed;
|
506
|
+
}
|
507
|
+
.mce-floatpanel .mce-arrow,
|
508
|
+
.mce-floatpanel .mce-arrow:after {
|
509
|
+
position: absolute;
|
510
|
+
display: block;
|
511
|
+
width: 0;
|
512
|
+
height: 0;
|
513
|
+
border-color: transparent;
|
514
|
+
border-style: solid;
|
515
|
+
}
|
516
|
+
.mce-floatpanel .mce-arrow {
|
517
|
+
border-width: 11px;
|
518
|
+
}
|
519
|
+
.mce-floatpanel .mce-arrow:after {
|
520
|
+
border-width: 10px;
|
521
|
+
content: "";
|
522
|
+
}
|
523
|
+
.mce-floatpanel.mce-popover {
|
524
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
525
|
+
background: transparent;
|
526
|
+
top: 0;
|
527
|
+
left: 0;
|
528
|
+
background: #FFF;
|
529
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
530
|
+
border: 1px solid rgba(0, 0, 0, 0.25);
|
531
|
+
}
|
532
|
+
.mce-floatpanel.mce-popover.mce-bottom {
|
533
|
+
margin-top: 10px;
|
534
|
+
*margin-top: 0;
|
535
|
+
}
|
536
|
+
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
|
537
|
+
left: 50%;
|
538
|
+
margin-left: -11px;
|
539
|
+
border-top-width: 0;
|
540
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
541
|
+
border-bottom-color: rgba(0, 0, 0, 0.25);
|
542
|
+
top: -11px;
|
543
|
+
}
|
544
|
+
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
|
545
|
+
top: 1px;
|
546
|
+
margin-left: -10px;
|
547
|
+
border-top-width: 0;
|
548
|
+
border-bottom-color: #FFF;
|
549
|
+
}
|
550
|
+
.mce-floatpanel.mce-popover.mce-bottom.mce-start {
|
551
|
+
margin-left: -22px;
|
552
|
+
}
|
553
|
+
.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
|
554
|
+
left: 20px;
|
555
|
+
}
|
556
|
+
.mce-floatpanel.mce-popover.mce-bottom.mce-end {
|
557
|
+
margin-left: 22px;
|
558
|
+
}
|
559
|
+
.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
|
560
|
+
right: 10px;
|
561
|
+
left: auto;
|
562
|
+
}
|
563
|
+
.mce-fullscreen {
|
564
|
+
border: 0;
|
565
|
+
padding: 0;
|
566
|
+
margin: 0;
|
567
|
+
overflow: hidden;
|
568
|
+
height: 100%;
|
569
|
+
}
|
570
|
+
div.mce-fullscreen {
|
571
|
+
position: fixed;
|
572
|
+
top: 0;
|
573
|
+
left: 0;
|
574
|
+
}
|
575
|
+
#mce-modal-block {
|
576
|
+
opacity: 0;
|
577
|
+
filter: alpha(opacity=0);
|
578
|
+
zoom: 1;
|
579
|
+
position: fixed;
|
580
|
+
left: 0;
|
581
|
+
top: 0;
|
582
|
+
width: 100%;
|
583
|
+
height: 100%;
|
584
|
+
background: #000;
|
585
|
+
}
|
586
|
+
#mce-modal-block.mce-in {
|
587
|
+
opacity: 0.3;
|
588
|
+
filter: alpha(opacity=30);
|
589
|
+
zoom: 1;
|
590
|
+
}
|
591
|
+
.mce-window-move {
|
592
|
+
cursor: move;
|
593
|
+
}
|
594
|
+
.mce-window {
|
595
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
596
|
+
background: transparent;
|
597
|
+
background: #FFF;
|
598
|
+
position: fixed;
|
599
|
+
top: 0;
|
600
|
+
left: 0;
|
601
|
+
opacity: 0;
|
602
|
+
transform: scale(0.1);
|
603
|
+
transition: transform 100ms ease-in, opacity 150ms ease-in;
|
604
|
+
}
|
605
|
+
.mce-window.mce-in {
|
606
|
+
transform: scale(1);
|
607
|
+
opacity: 1;
|
608
|
+
}
|
609
|
+
.mce-window-head {
|
610
|
+
padding: 9px 15px;
|
611
|
+
border-bottom: 1px solid #c5c5c5;
|
612
|
+
position: relative;
|
613
|
+
}
|
614
|
+
.mce-window-head .mce-close {
|
615
|
+
position: absolute;
|
616
|
+
right: 0;
|
617
|
+
top: 0;
|
618
|
+
height: 38px;
|
619
|
+
width: 38px;
|
620
|
+
text-align: center;
|
621
|
+
cursor: pointer;
|
622
|
+
}
|
623
|
+
.mce-window-head .mce-close i {
|
624
|
+
color: #858585;
|
625
|
+
}
|
626
|
+
.mce-close:hover i {
|
627
|
+
color: #adadad;
|
628
|
+
}
|
629
|
+
.mce-window-head .mce-title {
|
630
|
+
line-height: 20px;
|
631
|
+
font-size: 20px;
|
632
|
+
font-weight: bold;
|
633
|
+
text-rendering: optimizelegibility;
|
634
|
+
padding-right: 20px;
|
635
|
+
}
|
636
|
+
.mce-window .mce-container-body {
|
637
|
+
display: block;
|
638
|
+
}
|
639
|
+
.mce-foot {
|
640
|
+
display: block;
|
641
|
+
background-color: #FFF;
|
642
|
+
border-top: 1px solid #c5c5c5;
|
643
|
+
}
|
644
|
+
.mce-window-head .mce-dragh {
|
645
|
+
position: absolute;
|
646
|
+
top: 0;
|
647
|
+
left: 0;
|
648
|
+
cursor: move;
|
649
|
+
width: 90%;
|
650
|
+
height: 100%;
|
651
|
+
}
|
652
|
+
.mce-window iframe {
|
653
|
+
width: 100%;
|
654
|
+
height: 100%;
|
655
|
+
}
|
656
|
+
.mce-window-body .mce-listbox {
|
657
|
+
border-color: #cccccc;
|
658
|
+
}
|
659
|
+
.mce-rtl .mce-window-head .mce-close {
|
660
|
+
position: absolute;
|
661
|
+
right: auto;
|
662
|
+
left: 15px;
|
663
|
+
}
|
664
|
+
.mce-rtl .mce-window-head .mce-dragh {
|
665
|
+
left: auto;
|
666
|
+
right: 0;
|
667
|
+
}
|
668
|
+
.mce-rtl .mce-window-head .mce-title {
|
669
|
+
direction: rtl;
|
670
|
+
text-align: right;
|
671
|
+
}
|
672
|
+
.mce-tooltip {
|
673
|
+
position: absolute;
|
674
|
+
padding: 5px;
|
675
|
+
opacity: 0.8;
|
676
|
+
filter: alpha(opacity=80);
|
677
|
+
zoom: 1;
|
678
|
+
}
|
679
|
+
.mce-tooltip-inner {
|
680
|
+
font-size: 11px;
|
681
|
+
background-color: #000;
|
682
|
+
color: white;
|
683
|
+
max-width: 200px;
|
684
|
+
padding: 5px 8px 4px 8px;
|
685
|
+
text-align: center;
|
686
|
+
white-space: normal;
|
687
|
+
}
|
688
|
+
.mce-tooltip-arrow {
|
689
|
+
position: absolute;
|
690
|
+
width: 0;
|
691
|
+
height: 0;
|
692
|
+
line-height: 0;
|
693
|
+
border: 5px dashed #000;
|
694
|
+
}
|
695
|
+
.mce-tooltip-arrow-n {
|
696
|
+
border-bottom-color: #000;
|
697
|
+
}
|
698
|
+
.mce-tooltip-arrow-s {
|
699
|
+
border-top-color: #000;
|
700
|
+
}
|
701
|
+
.mce-tooltip-arrow-e {
|
702
|
+
border-left-color: #000;
|
703
|
+
}
|
704
|
+
.mce-tooltip-arrow-w {
|
705
|
+
border-right-color: #000;
|
706
|
+
}
|
707
|
+
.mce-tooltip-nw,
|
708
|
+
.mce-tooltip-sw {
|
709
|
+
margin-left: -14px;
|
710
|
+
}
|
711
|
+
.mce-tooltip-ne,
|
712
|
+
.mce-tooltip-se {
|
713
|
+
margin-left: 14px;
|
714
|
+
}
|
715
|
+
.mce-tooltip-n .mce-tooltip-arrow {
|
716
|
+
top: 0px;
|
717
|
+
left: 50%;
|
718
|
+
margin-left: -5px;
|
719
|
+
border-bottom-style: solid;
|
720
|
+
border-top: none;
|
721
|
+
border-left-color: transparent;
|
722
|
+
border-right-color: transparent;
|
723
|
+
}
|
724
|
+
.mce-tooltip-nw .mce-tooltip-arrow {
|
725
|
+
top: 0;
|
726
|
+
left: 10px;
|
727
|
+
border-bottom-style: solid;
|
728
|
+
border-top: none;
|
729
|
+
border-left-color: transparent;
|
730
|
+
border-right-color: transparent;
|
731
|
+
}
|
732
|
+
.mce-tooltip-ne .mce-tooltip-arrow {
|
733
|
+
top: 0;
|
734
|
+
right: 10px;
|
735
|
+
border-bottom-style: solid;
|
736
|
+
border-top: none;
|
737
|
+
border-left-color: transparent;
|
738
|
+
border-right-color: transparent;
|
739
|
+
}
|
740
|
+
.mce-tooltip-s .mce-tooltip-arrow {
|
741
|
+
bottom: 0;
|
742
|
+
left: 50%;
|
743
|
+
margin-left: -5px;
|
744
|
+
border-top-style: solid;
|
745
|
+
border-bottom: none;
|
746
|
+
border-left-color: transparent;
|
747
|
+
border-right-color: transparent;
|
748
|
+
}
|
749
|
+
.mce-tooltip-sw .mce-tooltip-arrow {
|
750
|
+
bottom: 0;
|
751
|
+
left: 10px;
|
752
|
+
border-top-style: solid;
|
753
|
+
border-bottom: none;
|
754
|
+
border-left-color: transparent;
|
755
|
+
border-right-color: transparent;
|
756
|
+
}
|
757
|
+
.mce-tooltip-se .mce-tooltip-arrow {
|
758
|
+
bottom: 0;
|
759
|
+
right: 10px;
|
760
|
+
border-top-style: solid;
|
761
|
+
border-bottom: none;
|
762
|
+
border-left-color: transparent;
|
763
|
+
border-right-color: transparent;
|
764
|
+
}
|
765
|
+
.mce-tooltip-e .mce-tooltip-arrow {
|
766
|
+
right: 0;
|
767
|
+
top: 50%;
|
768
|
+
margin-top: -5px;
|
769
|
+
border-left-style: solid;
|
770
|
+
border-right: none;
|
771
|
+
border-top-color: transparent;
|
772
|
+
border-bottom-color: transparent;
|
773
|
+
}
|
774
|
+
.mce-tooltip-w .mce-tooltip-arrow {
|
775
|
+
left: 0;
|
776
|
+
top: 50%;
|
777
|
+
margin-top: -5px;
|
778
|
+
border-right-style: solid;
|
779
|
+
border-left: none;
|
780
|
+
border-top-color: transparent;
|
781
|
+
border-bottom-color: transparent;
|
782
|
+
}
|
783
|
+
.mce-progress {
|
784
|
+
display: inline-block;
|
785
|
+
position: relative;
|
786
|
+
height: 20px;
|
787
|
+
}
|
788
|
+
.mce-progress .mce-bar-container {
|
789
|
+
display: inline-block;
|
790
|
+
width: 100px;
|
791
|
+
height: 100%;
|
792
|
+
margin-right: 8px;
|
793
|
+
border: 1px solid #ccc;
|
794
|
+
overflow: hidden;
|
795
|
+
}
|
796
|
+
.mce-progress .mce-text {
|
797
|
+
display: inline-block;
|
798
|
+
margin-top: auto;
|
799
|
+
margin-bottom: auto;
|
800
|
+
font-size: 14px;
|
801
|
+
width: 40px;
|
802
|
+
color: #333;
|
803
|
+
}
|
804
|
+
.mce-bar {
|
805
|
+
display: block;
|
806
|
+
width: 0%;
|
807
|
+
height: 100%;
|
808
|
+
background-color: #d7d7d7;
|
809
|
+
-webkit-transition: width 0.2s ease;
|
810
|
+
transition: width 0.2s ease;
|
811
|
+
}
|
812
|
+
.mce-notification {
|
813
|
+
position: absolute;
|
814
|
+
background-color: #F0F0F0;
|
815
|
+
padding: 5px;
|
816
|
+
margin-top: 5px;
|
817
|
+
border-width: 1px;
|
818
|
+
border-style: solid;
|
819
|
+
border-color: #CCCCCC;
|
820
|
+
transition: transform 100ms ease-in, opacity 150ms ease-in;
|
821
|
+
opacity: 0;
|
822
|
+
}
|
823
|
+
.mce-notification.mce-in {
|
824
|
+
opacity: 1;
|
825
|
+
}
|
826
|
+
.mce-notification-success {
|
827
|
+
background-color: #dff0d8;
|
828
|
+
border-color: #d6e9c6;
|
829
|
+
}
|
830
|
+
.mce-notification-info {
|
831
|
+
background-color: #d9edf7;
|
832
|
+
border-color: #779ECB;
|
833
|
+
}
|
834
|
+
.mce-notification-warning {
|
835
|
+
background-color: #fcf8e3;
|
836
|
+
border-color: #faebcc;
|
837
|
+
}
|
838
|
+
.mce-notification-error {
|
839
|
+
background-color: #f2dede;
|
840
|
+
border-color: #ebccd1;
|
841
|
+
}
|
842
|
+
.mce-notification.mce-has-close {
|
843
|
+
padding-right: 15px;
|
844
|
+
}
|
845
|
+
.mce-notification .mce-ico {
|
846
|
+
margin-top: 5px;
|
847
|
+
}
|
848
|
+
.mce-notification-inner {
|
849
|
+
display: inline-block;
|
850
|
+
font-size: 14px;
|
851
|
+
margin: 5px 8px 4px 8px;
|
852
|
+
text-align: center;
|
853
|
+
white-space: normal;
|
854
|
+
color: #31708f;
|
855
|
+
}
|
856
|
+
.mce-notification-inner a {
|
857
|
+
text-decoration: underline;
|
858
|
+
cursor: pointer;
|
859
|
+
}
|
860
|
+
.mce-notification .mce-progress {
|
861
|
+
margin-right: 8px;
|
862
|
+
}
|
863
|
+
.mce-notification .mce-progress .mce-text {
|
864
|
+
margin-top: 5px;
|
865
|
+
}
|
866
|
+
.mce-notification *,
|
867
|
+
.mce-notification .mce-progress .mce-text {
|
868
|
+
color: #333333;
|
869
|
+
}
|
870
|
+
.mce-notification .mce-progress .mce-bar-container {
|
871
|
+
border-color: #CCCCCC;
|
872
|
+
}
|
873
|
+
.mce-notification .mce-progress .mce-bar-container .mce-bar {
|
874
|
+
background-color: #333333;
|
875
|
+
}
|
876
|
+
.mce-notification-success *,
|
877
|
+
.mce-notification-success .mce-progress .mce-text {
|
878
|
+
color: #3c763d;
|
879
|
+
}
|
880
|
+
.mce-notification-success .mce-progress .mce-bar-container {
|
881
|
+
border-color: #d6e9c6;
|
882
|
+
}
|
883
|
+
.mce-notification-success .mce-progress .mce-bar-container .mce-bar {
|
884
|
+
background-color: #3c763d;
|
885
|
+
}
|
886
|
+
.mce-notification-info *,
|
887
|
+
.mce-notification-info .mce-progress .mce-text {
|
888
|
+
color: #31708f;
|
889
|
+
}
|
890
|
+
.mce-notification-info .mce-progress .mce-bar-container {
|
891
|
+
border-color: #779ECB;
|
892
|
+
}
|
893
|
+
.mce-notification-info .mce-progress .mce-bar-container .mce-bar {
|
894
|
+
background-color: #31708f;
|
895
|
+
}
|
896
|
+
.mce-notification-warning *,
|
897
|
+
.mce-notification-warning .mce-progress .mce-text {
|
898
|
+
color: #8a6d3b;
|
899
|
+
}
|
900
|
+
.mce-notification-warning .mce-progress .mce-bar-container {
|
901
|
+
border-color: #faebcc;
|
902
|
+
}
|
903
|
+
.mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
|
904
|
+
background-color: #8a6d3b;
|
905
|
+
}
|
906
|
+
.mce-notification-error *,
|
907
|
+
.mce-notification-error .mce-progress .mce-text {
|
908
|
+
color: #a94442;
|
909
|
+
}
|
910
|
+
.mce-notification-error .mce-progress .mce-bar-container {
|
911
|
+
border-color: #ebccd1;
|
912
|
+
}
|
913
|
+
.mce-notification-error .mce-progress .mce-bar-container .mce-bar {
|
914
|
+
background-color: #a94442;
|
915
|
+
}
|
916
|
+
.mce-notification .mce-close {
|
917
|
+
position: absolute;
|
918
|
+
top: 6px;
|
919
|
+
right: 8px;
|
920
|
+
font-size: 20px;
|
921
|
+
font-weight: bold;
|
922
|
+
line-height: 20px;
|
923
|
+
color: #858585;
|
924
|
+
cursor: pointer;
|
925
|
+
height: 20px;
|
926
|
+
overflow: hidden;
|
927
|
+
}
|
928
|
+
.mce-abs-layout {
|
929
|
+
position: relative;
|
930
|
+
}
|
931
|
+
body .mce-abs-layout-item,
|
932
|
+
.mce-abs-end {
|
933
|
+
position: absolute;
|
934
|
+
}
|
935
|
+
.mce-abs-end {
|
936
|
+
width: 1px;
|
937
|
+
height: 1px;
|
938
|
+
}
|
939
|
+
.mce-container-body.mce-abs-layout {
|
940
|
+
overflow: hidden;
|
941
|
+
}
|
942
|
+
.mce-btn {
|
943
|
+
border: 1px solid #b1b1b1;
|
944
|
+
border-color: transparent transparent transparent transparent;
|
945
|
+
position: relative;
|
946
|
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
947
|
+
display: inline-block;
|
948
|
+
*display: inline;
|
949
|
+
*zoom: 1;
|
950
|
+
background-color: #f0f0f0;
|
951
|
+
}
|
952
|
+
.mce-btn:hover,
|
953
|
+
.mce-btn:focus {
|
954
|
+
color: #333;
|
955
|
+
background-color: #e3e3e3;
|
956
|
+
border-color: #cccccc;
|
957
|
+
}
|
958
|
+
.mce-btn.mce-disabled button,
|
959
|
+
.mce-btn.mce-disabled:hover button {
|
960
|
+
cursor: default;
|
961
|
+
opacity: 0.4;
|
962
|
+
filter: alpha(opacity=40);
|
963
|
+
zoom: 1;
|
964
|
+
}
|
965
|
+
.mce-btn.mce-active,
|
966
|
+
.mce-btn.mce-active:hover {
|
967
|
+
background-color: #dbdbdb;
|
968
|
+
border-color: #cccccc;
|
969
|
+
}
|
970
|
+
.mce-btn:active {
|
971
|
+
background-color: #e0e0e0;
|
972
|
+
border-color: #cccccc;
|
973
|
+
}
|
974
|
+
.mce-btn button {
|
975
|
+
padding: 4px 8px;
|
976
|
+
font-size: 14px;
|
977
|
+
line-height: 20px;
|
978
|
+
*line-height: 16px;
|
979
|
+
cursor: pointer;
|
980
|
+
color: #333;
|
981
|
+
text-align: center;
|
982
|
+
overflow: visible;
|
983
|
+
-webkit-appearance: none;
|
984
|
+
}
|
985
|
+
.mce-btn button::-moz-focus-inner {
|
986
|
+
border: 0;
|
987
|
+
padding: 0;
|
988
|
+
}
|
989
|
+
.mce-btn i {
|
990
|
+
text-shadow: 1px 1px none;
|
991
|
+
}
|
992
|
+
.mce-primary.mce-btn-has-text {
|
993
|
+
min-width: 50px;
|
994
|
+
}
|
995
|
+
.mce-primary {
|
996
|
+
color: #fff;
|
997
|
+
border: 1px solid transparent;
|
998
|
+
border-color: transparent;
|
999
|
+
background-color: #2d8ac7;
|
1000
|
+
}
|
1001
|
+
.mce-primary:hover,
|
1002
|
+
.mce-primary:focus {
|
1003
|
+
background-color: #257cb6;
|
1004
|
+
border-color: transparent;
|
1005
|
+
}
|
1006
|
+
.mce-primary.mce-disabled button,
|
1007
|
+
.mce-primary.mce-disabled:hover button {
|
1008
|
+
cursor: default;
|
1009
|
+
opacity: 0.4;
|
1010
|
+
filter: alpha(opacity=40);
|
1011
|
+
zoom: 1;
|
1012
|
+
}
|
1013
|
+
.mce-primary.mce-active,
|
1014
|
+
.mce-primary.mce-active:hover,
|
1015
|
+
.mce-primary:not(.mce-disabled):active {
|
1016
|
+
background-color: #206ea1;
|
1017
|
+
}
|
1018
|
+
.mce-primary button,
|
1019
|
+
.mce-primary button i {
|
1020
|
+
color: #fff;
|
1021
|
+
text-shadow: 1px 1px none;
|
1022
|
+
}
|
1023
|
+
.mce-btn .mce-txt {
|
1024
|
+
font-size: inherit;
|
1025
|
+
line-height: inherit;
|
1026
|
+
color: inherit;
|
1027
|
+
}
|
1028
|
+
.mce-btn-large button {
|
1029
|
+
padding: 9px 14px;
|
1030
|
+
font-size: 16px;
|
1031
|
+
line-height: normal;
|
1032
|
+
}
|
1033
|
+
.mce-btn-large i {
|
1034
|
+
margin-top: 2px;
|
1035
|
+
}
|
1036
|
+
.mce-btn-small button {
|
1037
|
+
padding: 1px 5px;
|
1038
|
+
font-size: 12px;
|
1039
|
+
*padding-bottom: 2px;
|
1040
|
+
}
|
1041
|
+
.mce-btn-small i {
|
1042
|
+
line-height: 20px;
|
1043
|
+
vertical-align: top;
|
1044
|
+
*line-height: 18px;
|
1045
|
+
}
|
1046
|
+
.mce-btn .mce-caret {
|
1047
|
+
margin-top: 8px;
|
1048
|
+
margin-left: 0;
|
1049
|
+
}
|
1050
|
+
.mce-btn-small .mce-caret {
|
1051
|
+
margin-top: 8px;
|
1052
|
+
margin-left: 0;
|
1053
|
+
}
|
1054
|
+
.mce-caret {
|
1055
|
+
display: inline-block;
|
1056
|
+
*display: inline;
|
1057
|
+
*zoom: 1;
|
1058
|
+
width: 0;
|
1059
|
+
height: 0;
|
1060
|
+
vertical-align: top;
|
1061
|
+
border-top: 4px solid #333;
|
1062
|
+
border-right: 4px solid transparent;
|
1063
|
+
border-left: 4px solid transparent;
|
1064
|
+
content: "";
|
1065
|
+
}
|
1066
|
+
.mce-disabled .mce-caret {
|
1067
|
+
border-top-color: #aaa;
|
1068
|
+
}
|
1069
|
+
.mce-caret.mce-up {
|
1070
|
+
border-bottom: 4px solid #333;
|
1071
|
+
border-top: 0;
|
1072
|
+
}
|
1073
|
+
.mce-btn-flat {
|
1074
|
+
border: 0;
|
1075
|
+
background: transparent;
|
1076
|
+
filter: none;
|
1077
|
+
}
|
1078
|
+
.mce-btn-flat:hover,
|
1079
|
+
.mce-btn-flat.mce-active,
|
1080
|
+
.mce-btn-flat:focus,
|
1081
|
+
.mce-btn-flat:active {
|
1082
|
+
border: 0;
|
1083
|
+
background: #e6e6e6;
|
1084
|
+
filter: none;
|
1085
|
+
}
|
1086
|
+
.mce-btn-has-text .mce-ico {
|
1087
|
+
padding-right: 5px;
|
1088
|
+
}
|
1089
|
+
.mce-rtl .mce-btn button {
|
1090
|
+
direction: rtl;
|
1091
|
+
}
|
1092
|
+
.mce-btn-group .mce-btn {
|
1093
|
+
border-width: 1px;
|
1094
|
+
margin: 0;
|
1095
|
+
margin-left: 2px;
|
1096
|
+
}
|
1097
|
+
.mce-btn-group:not(:first-child) {
|
1098
|
+
border-left: 1px solid #d9d9d9;
|
1099
|
+
padding-left: 3px;
|
1100
|
+
margin-left: 3px;
|
1101
|
+
}
|
1102
|
+
.mce-btn-group .mce-first {
|
1103
|
+
margin-left: 0;
|
1104
|
+
}
|
1105
|
+
.mce-btn-group .mce-btn.mce-flow-layout-item {
|
1106
|
+
margin: 0;
|
1107
|
+
}
|
1108
|
+
.mce-rtl .mce-btn-group .mce-btn {
|
1109
|
+
margin-left: 0;
|
1110
|
+
margin-right: 2px;
|
1111
|
+
}
|
1112
|
+
.mce-rtl .mce-btn-group .mce-first {
|
1113
|
+
margin-right: 0;
|
1114
|
+
}
|
1115
|
+
.mce-rtl .mce-btn-group:not(:first-child) {
|
1116
|
+
border-left: none;
|
1117
|
+
border-right: 1px solid #d9d9d9;
|
1118
|
+
padding-right: 4px;
|
1119
|
+
margin-right: 4px;
|
1120
|
+
}
|
1121
|
+
.mce-checkbox {
|
1122
|
+
cursor: pointer;
|
1123
|
+
}
|
1124
|
+
i.mce-i-checkbox {
|
1125
|
+
margin: 0 3px 0 0;
|
1126
|
+
border: 1px solid #c5c5c5;
|
1127
|
+
background-color: #f0f0f0;
|
1128
|
+
text-indent: -10em;
|
1129
|
+
*font-size: 0;
|
1130
|
+
*line-height: 0;
|
1131
|
+
*text-indent: 0;
|
1132
|
+
overflow: hidden;
|
1133
|
+
}
|
1134
|
+
.mce-checked i.mce-i-checkbox {
|
1135
|
+
color: #333;
|
1136
|
+
font-size: 16px;
|
1137
|
+
line-height: 16px;
|
1138
|
+
text-indent: 0;
|
1139
|
+
}
|
1140
|
+
.mce-checkbox:focus i.mce-i-checkbox,
|
1141
|
+
.mce-checkbox.mce-focus i.mce-i-checkbox {
|
1142
|
+
border: 1px solid rgba(82, 168, 236, 0.8);
|
1143
|
+
}
|
1144
|
+
.mce-checkbox.mce-disabled .mce-label,
|
1145
|
+
.mce-checkbox.mce-disabled i.mce-i-checkbox {
|
1146
|
+
color: #acacac;
|
1147
|
+
}
|
1148
|
+
.mce-checkbox .mce-label {
|
1149
|
+
vertical-align: middle;
|
1150
|
+
}
|
1151
|
+
.mce-rtl .mce-checkbox {
|
1152
|
+
direction: rtl;
|
1153
|
+
text-align: right;
|
1154
|
+
}
|
1155
|
+
.mce-rtl i.mce-i-checkbox {
|
1156
|
+
margin: 0 0 0 3px;
|
1157
|
+
}
|
1158
|
+
.mce-combobox {
|
1159
|
+
position: relative;
|
1160
|
+
display: inline-block;
|
1161
|
+
*display: inline;
|
1162
|
+
*zoom: 1;
|
1163
|
+
*height: 32px;
|
1164
|
+
}
|
1165
|
+
.mce-combobox input {
|
1166
|
+
border: 1px solid #c5c5c5;
|
1167
|
+
border-right-color: #c5c5c5;
|
1168
|
+
height: 28px;
|
1169
|
+
}
|
1170
|
+
.mce-combobox.mce-disabled input {
|
1171
|
+
color: #adadad;
|
1172
|
+
}
|
1173
|
+
.mce-combobox .mce-btn {
|
1174
|
+
border: 1px solid #c5c5c5;
|
1175
|
+
border-left: 0;
|
1176
|
+
margin: 0;
|
1177
|
+
}
|
1178
|
+
.mce-combobox button {
|
1179
|
+
padding-right: 8px;
|
1180
|
+
padding-left: 8px;
|
1181
|
+
}
|
1182
|
+
.mce-combobox.mce-disabled .mce-btn button {
|
1183
|
+
cursor: default;
|
1184
|
+
opacity: 0.4;
|
1185
|
+
filter: alpha(opacity=40);
|
1186
|
+
zoom: 1;
|
1187
|
+
}
|
1188
|
+
.mce-combobox .mce-status {
|
1189
|
+
position: absolute;
|
1190
|
+
right: 2px;
|
1191
|
+
top: 50%;
|
1192
|
+
line-height: 16px;
|
1193
|
+
margin-top: -8px;
|
1194
|
+
font-size: 12px;
|
1195
|
+
width: 15px;
|
1196
|
+
height: 15px;
|
1197
|
+
text-align: center;
|
1198
|
+
cursor: pointer;
|
1199
|
+
}
|
1200
|
+
.mce-combobox.mce-has-status input {
|
1201
|
+
padding-right: 20px;
|
1202
|
+
}
|
1203
|
+
.mce-combobox.mce-has-open .mce-status {
|
1204
|
+
right: 37px;
|
1205
|
+
}
|
1206
|
+
.mce-combobox .mce-status.mce-i-warning {
|
1207
|
+
color: #c09853;
|
1208
|
+
}
|
1209
|
+
.mce-combobox .mce-status.mce-i-checkmark {
|
1210
|
+
color: #468847;
|
1211
|
+
}
|
1212
|
+
.mce-menu.mce-combobox-menu {
|
1213
|
+
border-top: 0;
|
1214
|
+
margin-top: 0;
|
1215
|
+
max-height: 200px;
|
1216
|
+
}
|
1217
|
+
.mce-menu.mce-combobox-menu .mce-menu-item {
|
1218
|
+
padding: 4px 6px 4px 4px;
|
1219
|
+
font-size: 11px;
|
1220
|
+
}
|
1221
|
+
.mce-menu.mce-combobox-menu .mce-menu-item-sep {
|
1222
|
+
padding: 0;
|
1223
|
+
}
|
1224
|
+
.mce-menu.mce-combobox-menu .mce-text {
|
1225
|
+
font-size: 11px;
|
1226
|
+
}
|
1227
|
+
.mce-menu.mce-combobox-menu .mce-menu-item-link,
|
1228
|
+
.mce-menu.mce-combobox-menu .mce-menu-item-link b {
|
1229
|
+
font-size: 11px;
|
1230
|
+
}
|
1231
|
+
.mce-menu.mce-combobox-menu .mce-text b {
|
1232
|
+
font-size: 11px;
|
1233
|
+
}
|
1234
|
+
.mce-colorbox i {
|
1235
|
+
border: 1px solid #c5c5c5;
|
1236
|
+
width: 14px;
|
1237
|
+
height: 14px;
|
1238
|
+
}
|
1239
|
+
.mce-colorbutton .mce-ico {
|
1240
|
+
position: relative;
|
1241
|
+
}
|
1242
|
+
.mce-colorbutton-grid {
|
1243
|
+
margin: 4px;
|
1244
|
+
}
|
1245
|
+
.mce-colorbutton button {
|
1246
|
+
padding-right: 6px;
|
1247
|
+
padding-left: 6px;
|
1248
|
+
}
|
1249
|
+
.mce-colorbutton .mce-preview {
|
1250
|
+
padding-right: 3px;
|
1251
|
+
display: block;
|
1252
|
+
position: absolute;
|
1253
|
+
left: 50%;
|
1254
|
+
top: 50%;
|
1255
|
+
margin-left: -17px;
|
1256
|
+
margin-top: 7px;
|
1257
|
+
background: gray;
|
1258
|
+
width: 13px;
|
1259
|
+
height: 2px;
|
1260
|
+
overflow: hidden;
|
1261
|
+
}
|
1262
|
+
.mce-colorbutton.mce-btn-small .mce-preview {
|
1263
|
+
margin-left: -16px;
|
1264
|
+
padding-right: 0;
|
1265
|
+
width: 16px;
|
1266
|
+
}
|
1267
|
+
.mce-colorbutton .mce-open {
|
1268
|
+
padding-left: 4px;
|
1269
|
+
padding-right: 4px;
|
1270
|
+
border-left: 1px solid transparent;
|
1271
|
+
}
|
1272
|
+
.mce-colorbutton:hover .mce-open {
|
1273
|
+
border-color: #cccccc;
|
1274
|
+
}
|
1275
|
+
.mce-colorbutton.mce-btn-small .mce-open {
|
1276
|
+
padding: 0 3px 0 3px;
|
1277
|
+
}
|
1278
|
+
.mce-rtl .mce-colorbutton {
|
1279
|
+
direction: rtl;
|
1280
|
+
}
|
1281
|
+
.mce-rtl .mce-colorbutton .mce-preview {
|
1282
|
+
margin-left: 0;
|
1283
|
+
padding-right: 0;
|
1284
|
+
padding-left: 3px;
|
1285
|
+
}
|
1286
|
+
.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
|
1287
|
+
margin-left: 0;
|
1288
|
+
padding-right: 0;
|
1289
|
+
padding-left: 2px;
|
1290
|
+
}
|
1291
|
+
.mce-rtl .mce-colorbutton .mce-open {
|
1292
|
+
padding-left: 4px;
|
1293
|
+
padding-right: 4px;
|
1294
|
+
border-left: 0;
|
1295
|
+
}
|
1296
|
+
.mce-colorpicker {
|
1297
|
+
position: relative;
|
1298
|
+
width: 250px;
|
1299
|
+
height: 220px;
|
1300
|
+
}
|
1301
|
+
.mce-colorpicker-sv {
|
1302
|
+
position: absolute;
|
1303
|
+
top: 0;
|
1304
|
+
left: 0;
|
1305
|
+
width: 90%;
|
1306
|
+
height: 100%;
|
1307
|
+
border: 1px solid #c5c5c5;
|
1308
|
+
cursor: crosshair;
|
1309
|
+
overflow: hidden;
|
1310
|
+
}
|
1311
|
+
.mce-colorpicker-h-chunk {
|
1312
|
+
width: 100%;
|
1313
|
+
}
|
1314
|
+
.mce-colorpicker-overlay1,
|
1315
|
+
.mce-colorpicker-overlay2 {
|
1316
|
+
width: 100%;
|
1317
|
+
height: 100%;
|
1318
|
+
position: absolute;
|
1319
|
+
top: 0;
|
1320
|
+
left: 0;
|
1321
|
+
}
|
1322
|
+
.mce-colorpicker-overlay1 {
|
1323
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
|
1324
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
|
1325
|
+
background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
|
1326
|
+
}
|
1327
|
+
.mce-colorpicker-overlay2 {
|
1328
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
|
1329
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
|
1330
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
|
1331
|
+
}
|
1332
|
+
.mce-colorpicker-selector1 {
|
1333
|
+
background: none;
|
1334
|
+
position: absolute;
|
1335
|
+
width: 12px;
|
1336
|
+
height: 12px;
|
1337
|
+
margin: -8px 0 0 -8px;
|
1338
|
+
border: 1px solid black;
|
1339
|
+
border-radius: 50%;
|
1340
|
+
}
|
1341
|
+
.mce-colorpicker-selector2 {
|
1342
|
+
position: absolute;
|
1343
|
+
width: 10px;
|
1344
|
+
height: 10px;
|
1345
|
+
border: 1px solid white;
|
1346
|
+
border-radius: 50%;
|
1347
|
+
}
|
1348
|
+
.mce-colorpicker-h {
|
1349
|
+
position: absolute;
|
1350
|
+
top: 0;
|
1351
|
+
right: 0;
|
1352
|
+
width: 6.5%;
|
1353
|
+
height: 100%;
|
1354
|
+
border: 1px solid #c5c5c5;
|
1355
|
+
cursor: crosshair;
|
1356
|
+
}
|
1357
|
+
.mce-colorpicker-h-marker {
|
1358
|
+
margin-top: -4px;
|
1359
|
+
position: absolute;
|
1360
|
+
top: 0;
|
1361
|
+
left: -1px;
|
1362
|
+
width: 100%;
|
1363
|
+
border: 1px solid #333;
|
1364
|
+
background: #fff;
|
1365
|
+
height: 4px;
|
1366
|
+
z-index: 100;
|
1367
|
+
}
|
1368
|
+
.mce-path {
|
1369
|
+
display: inline-block;
|
1370
|
+
*display: inline;
|
1371
|
+
*zoom: 1;
|
1372
|
+
padding: 8px;
|
1373
|
+
white-space: normal;
|
1374
|
+
}
|
1375
|
+
.mce-path .mce-txt {
|
1376
|
+
display: inline-block;
|
1377
|
+
padding-right: 3px;
|
1378
|
+
}
|
1379
|
+
.mce-path .mce-path-body {
|
1380
|
+
display: inline-block;
|
1381
|
+
}
|
1382
|
+
.mce-path-item {
|
1383
|
+
display: inline-block;
|
1384
|
+
*display: inline;
|
1385
|
+
*zoom: 1;
|
1386
|
+
cursor: pointer;
|
1387
|
+
color: #333;
|
1388
|
+
}
|
1389
|
+
.mce-path-item:hover {
|
1390
|
+
text-decoration: underline;
|
1391
|
+
}
|
1392
|
+
.mce-path-item:focus {
|
1393
|
+
background: #666;
|
1394
|
+
color: #fff;
|
1395
|
+
}
|
1396
|
+
.mce-path .mce-divider {
|
1397
|
+
display: inline;
|
1398
|
+
}
|
1399
|
+
.mce-disabled .mce-path-item {
|
1400
|
+
color: #aaa;
|
1401
|
+
}
|
1402
|
+
.mce-rtl .mce-path {
|
1403
|
+
direction: rtl;
|
1404
|
+
}
|
1405
|
+
.mce-fieldset {
|
1406
|
+
border: 0 solid #9E9E9E;
|
1407
|
+
}
|
1408
|
+
.mce-fieldset > .mce-container-body {
|
1409
|
+
margin-top: -15px;
|
1410
|
+
}
|
1411
|
+
.mce-fieldset-title {
|
1412
|
+
margin-left: 5px;
|
1413
|
+
padding: 0 5px 0 5px;
|
1414
|
+
}
|
1415
|
+
.mce-fit-layout {
|
1416
|
+
display: inline-block;
|
1417
|
+
*display: inline;
|
1418
|
+
*zoom: 1;
|
1419
|
+
}
|
1420
|
+
.mce-fit-layout-item {
|
1421
|
+
position: absolute;
|
1422
|
+
}
|
1423
|
+
.mce-flow-layout-item {
|
1424
|
+
display: inline-block;
|
1425
|
+
*display: inline;
|
1426
|
+
*zoom: 1;
|
1427
|
+
}
|
1428
|
+
.mce-flow-layout-item {
|
1429
|
+
margin: 2px 0 2px 2px;
|
1430
|
+
}
|
1431
|
+
.mce-flow-layout-item.mce-last {
|
1432
|
+
margin-right: 2px;
|
1433
|
+
}
|
1434
|
+
.mce-flow-layout {
|
1435
|
+
white-space: normal;
|
1436
|
+
}
|
1437
|
+
.mce-tinymce-inline .mce-flow-layout {
|
1438
|
+
white-space: nowrap;
|
1439
|
+
}
|
1440
|
+
.mce-rtl .mce-flow-layout {
|
1441
|
+
text-align: right;
|
1442
|
+
direction: rtl;
|
1443
|
+
}
|
1444
|
+
.mce-rtl .mce-flow-layout-item {
|
1445
|
+
margin: 2px 2px 2px 0;
|
1446
|
+
}
|
1447
|
+
.mce-rtl .mce-flow-layout-item.mce-last {
|
1448
|
+
margin-left: 2px;
|
1449
|
+
}
|
1450
|
+
.mce-iframe {
|
1451
|
+
border: 0 solid rgba(0, 0, 0, 0.2);
|
1452
|
+
width: 100%;
|
1453
|
+
height: 100%;
|
1454
|
+
}
|
1455
|
+
.mce-infobox {
|
1456
|
+
display: inline-block;
|
1457
|
+
*display: inline;
|
1458
|
+
*zoom: 1;
|
1459
|
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
1460
|
+
overflow: hidden;
|
1461
|
+
border: 1px solid red;
|
1462
|
+
}
|
1463
|
+
.mce-infobox div {
|
1464
|
+
display: block;
|
1465
|
+
margin: 5px;
|
1466
|
+
}
|
1467
|
+
.mce-infobox div button {
|
1468
|
+
position: absolute;
|
1469
|
+
top: 50%;
|
1470
|
+
right: 4px;
|
1471
|
+
cursor: pointer;
|
1472
|
+
margin-top: -8px;
|
1473
|
+
display: none;
|
1474
|
+
}
|
1475
|
+
.mce-infobox div button:focus {
|
1476
|
+
outline: 2px solid #cccccc;
|
1477
|
+
}
|
1478
|
+
.mce-infobox.mce-has-help div {
|
1479
|
+
margin-right: 25px;
|
1480
|
+
}
|
1481
|
+
.mce-infobox.mce-has-help button {
|
1482
|
+
display: block;
|
1483
|
+
}
|
1484
|
+
.mce-infobox.mce-success {
|
1485
|
+
background: #dff0d8;
|
1486
|
+
border-color: #d6e9c6;
|
1487
|
+
}
|
1488
|
+
.mce-infobox.mce-success div {
|
1489
|
+
color: #3c763d;
|
1490
|
+
}
|
1491
|
+
.mce-infobox.mce-warning {
|
1492
|
+
background: #fcf8e3;
|
1493
|
+
border-color: #faebcc;
|
1494
|
+
}
|
1495
|
+
.mce-infobox.mce-warning div {
|
1496
|
+
color: #8a6d3b;
|
1497
|
+
}
|
1498
|
+
.mce-infobox.mce-error {
|
1499
|
+
background: #f2dede;
|
1500
|
+
border-color: #ebccd1;
|
1501
|
+
}
|
1502
|
+
.mce-infobox.mce-error div {
|
1503
|
+
color: #a94442;
|
1504
|
+
}
|
1505
|
+
.mce-rtl .mce-infobox div {
|
1506
|
+
text-align: right;
|
1507
|
+
direction: rtl;
|
1508
|
+
}
|
1509
|
+
.mce-label {
|
1510
|
+
display: inline-block;
|
1511
|
+
*display: inline;
|
1512
|
+
*zoom: 1;
|
1513
|
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
1514
|
+
overflow: hidden;
|
1515
|
+
}
|
1516
|
+
.mce-label.mce-autoscroll {
|
1517
|
+
overflow: auto;
|
1518
|
+
}
|
1519
|
+
.mce-label.mce-disabled {
|
1520
|
+
color: #aaa;
|
1521
|
+
}
|
1522
|
+
.mce-label.mce-multiline {
|
1523
|
+
white-space: pre-wrap;
|
1524
|
+
}
|
1525
|
+
.mce-label.mce-success {
|
1526
|
+
color: #468847;
|
1527
|
+
}
|
1528
|
+
.mce-label.mce-warning {
|
1529
|
+
color: #c09853;
|
1530
|
+
}
|
1531
|
+
.mce-label.mce-error {
|
1532
|
+
color: #b94a48;
|
1533
|
+
}
|
1534
|
+
.mce-rtl .mce-label {
|
1535
|
+
text-align: right;
|
1536
|
+
direction: rtl;
|
1537
|
+
}
|
1538
|
+
/* MenuBar */
|
1539
|
+
.mce-menubar .mce-menubtn {
|
1540
|
+
border-color: transparent;
|
1541
|
+
background: transparent;
|
1542
|
+
filter: none;
|
1543
|
+
}
|
1544
|
+
.mce-menubar .mce-menubtn button {
|
1545
|
+
color: #333;
|
1546
|
+
}
|
1547
|
+
.mce-menubar {
|
1548
|
+
border: 1px solid rgba(217, 217, 217, 0.52);
|
1549
|
+
}
|
1550
|
+
.mce-menubar .mce-menubtn button span {
|
1551
|
+
color: #333;
|
1552
|
+
}
|
1553
|
+
.mce-menubar .mce-caret {
|
1554
|
+
border-top-color: #333;
|
1555
|
+
}
|
1556
|
+
.mce-menubar .mce-menubtn:hover,
|
1557
|
+
.mce-menubar .mce-menubtn.mce-active,
|
1558
|
+
.mce-menubar .mce-menubtn:focus {
|
1559
|
+
border-color: #cccccc;
|
1560
|
+
background: #fff;
|
1561
|
+
filter: none;
|
1562
|
+
}
|
1563
|
+
/* MenuButton */
|
1564
|
+
.mce-menubtn button {
|
1565
|
+
color: #333;
|
1566
|
+
}
|
1567
|
+
.mce-menubtn.mce-btn-small span {
|
1568
|
+
font-size: 12px;
|
1569
|
+
}
|
1570
|
+
.mce-menubtn.mce-fixed-width span {
|
1571
|
+
display: inline-block;
|
1572
|
+
overflow-x: hidden;
|
1573
|
+
text-overflow: ellipsis;
|
1574
|
+
width: 90px;
|
1575
|
+
}
|
1576
|
+
.mce-menubtn.mce-fixed-width.mce-btn-small span {
|
1577
|
+
width: 70px;
|
1578
|
+
}
|
1579
|
+
.mce-menubtn .mce-caret {
|
1580
|
+
*margin-top: 6px;
|
1581
|
+
}
|
1582
|
+
.mce-rtl .mce-menubtn button {
|
1583
|
+
direction: rtl;
|
1584
|
+
text-align: right;
|
1585
|
+
}
|
1586
|
+
.mce-menu-item {
|
1587
|
+
display: block;
|
1588
|
+
padding: 6px 15px 6px 12px;
|
1589
|
+
clear: both;
|
1590
|
+
font-weight: normal;
|
1591
|
+
line-height: 20px;
|
1592
|
+
color: #333;
|
1593
|
+
white-space: nowrap;
|
1594
|
+
cursor: pointer;
|
1595
|
+
line-height: normal;
|
1596
|
+
border-left: 4px solid transparent;
|
1597
|
+
margin-bottom: 1px;
|
1598
|
+
}
|
1599
|
+
.mce-menu-item .mce-ico,
|
1600
|
+
.mce-menu-item .mce-text {
|
1601
|
+
color: #333;
|
1602
|
+
}
|
1603
|
+
.mce-menu-item.mce-disabled .mce-text,
|
1604
|
+
.mce-menu-item.mce-disabled .mce-ico {
|
1605
|
+
color: #adadad;
|
1606
|
+
}
|
1607
|
+
.mce-menu-item:hover .mce-text,
|
1608
|
+
.mce-menu-item.mce-selected .mce-text,
|
1609
|
+
.mce-menu-item:focus .mce-text {
|
1610
|
+
color: white;
|
1611
|
+
}
|
1612
|
+
.mce-menu-item:hover .mce-ico,
|
1613
|
+
.mce-menu-item.mce-selected .mce-ico,
|
1614
|
+
.mce-menu-item:focus .mce-ico {
|
1615
|
+
color: white;
|
1616
|
+
}
|
1617
|
+
.mce-menu-item.mce-disabled:hover {
|
1618
|
+
background: #CCC;
|
1619
|
+
}
|
1620
|
+
.mce-menu-shortcut {
|
1621
|
+
display: inline-block;
|
1622
|
+
color: #adadad;
|
1623
|
+
}
|
1624
|
+
.mce-menu-shortcut {
|
1625
|
+
display: inline-block;
|
1626
|
+
*display: inline;
|
1627
|
+
*zoom: 1;
|
1628
|
+
padding: 0 15px 0 20px;
|
1629
|
+
}
|
1630
|
+
.mce-menu-item:hover .mce-menu-shortcut,
|
1631
|
+
.mce-menu-item.mce-selected .mce-menu-shortcut,
|
1632
|
+
.mce-menu-item:focus .mce-menu-shortcut {
|
1633
|
+
color: white;
|
1634
|
+
}
|
1635
|
+
.mce-menu-item .mce-caret {
|
1636
|
+
margin-top: 4px;
|
1637
|
+
*margin-top: 3px;
|
1638
|
+
margin-right: 6px;
|
1639
|
+
border-top: 4px solid transparent;
|
1640
|
+
border-bottom: 4px solid transparent;
|
1641
|
+
border-left: 4px solid #333;
|
1642
|
+
}
|
1643
|
+
.mce-menu-item.mce-selected .mce-caret,
|
1644
|
+
.mce-menu-item:focus .mce-caret,
|
1645
|
+
.mce-menu-item:hover .mce-caret {
|
1646
|
+
border-left-color: white;
|
1647
|
+
}
|
1648
|
+
.mce-menu-align .mce-menu-shortcut {
|
1649
|
+
*margin-top: -2px;
|
1650
|
+
}
|
1651
|
+
.mce-menu-align .mce-menu-shortcut,
|
1652
|
+
.mce-menu-align .mce-caret {
|
1653
|
+
position: absolute;
|
1654
|
+
right: 0;
|
1655
|
+
}
|
1656
|
+
.mce-menu-item.mce-active i {
|
1657
|
+
visibility: visible;
|
1658
|
+
}
|
1659
|
+
.mce-menu-item-normal.mce-active {
|
1660
|
+
background-color: #3498db;
|
1661
|
+
}
|
1662
|
+
.mce-menu-item-preview.mce-active {
|
1663
|
+
border-left: 5px solid #aaa;
|
1664
|
+
}
|
1665
|
+
.mce-menu-item-normal.mce-active .mce-text {
|
1666
|
+
color: white;
|
1667
|
+
}
|
1668
|
+
.mce-menu-item-normal.mce-active:hover .mce-text,
|
1669
|
+
.mce-menu-item-normal.mce-active:hover .mce-ico {
|
1670
|
+
color: white;
|
1671
|
+
}
|
1672
|
+
.mce-menu-item-normal.mce-active:focus .mce-text,
|
1673
|
+
.mce-menu-item-normal.mce-active:focus .mce-ico {
|
1674
|
+
color: white;
|
1675
|
+
}
|
1676
|
+
.mce-menu-item:hover,
|
1677
|
+
.mce-menu-item.mce-selected,
|
1678
|
+
.mce-menu-item:focus {
|
1679
|
+
text-decoration: none;
|
1680
|
+
color: white;
|
1681
|
+
background-color: #2d8ac7;
|
1682
|
+
}
|
1683
|
+
.mce-menu-item-link {
|
1684
|
+
color: #093;
|
1685
|
+
overflow: hidden;
|
1686
|
+
text-overflow: ellipsis;
|
1687
|
+
white-space: nowrap;
|
1688
|
+
}
|
1689
|
+
.mce-menu-item-link b {
|
1690
|
+
color: #093;
|
1691
|
+
}
|
1692
|
+
.mce-menu-item-ellipsis {
|
1693
|
+
display: block;
|
1694
|
+
text-overflow: ellipsis;
|
1695
|
+
white-space: nowrap;
|
1696
|
+
overflow: hidden;
|
1697
|
+
}
|
1698
|
+
.mce-menu-item:hover *,
|
1699
|
+
.mce-menu-item.mce-selected *,
|
1700
|
+
.mce-menu-item:focus * {
|
1701
|
+
color: white;
|
1702
|
+
}
|
1703
|
+
div.mce-menu .mce-menu-item-sep,
|
1704
|
+
.mce-menu-item-sep:hover {
|
1705
|
+
border: 0;
|
1706
|
+
padding: 0;
|
1707
|
+
height: 1px;
|
1708
|
+
margin: 9px 1px;
|
1709
|
+
overflow: hidden;
|
1710
|
+
background: transparent;
|
1711
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1712
|
+
cursor: default;
|
1713
|
+
filter: none;
|
1714
|
+
}
|
1715
|
+
div.mce-menu .mce-menu-item b {
|
1716
|
+
font-weight: bold;
|
1717
|
+
}
|
1718
|
+
.mce-menu-item-indent-1 {
|
1719
|
+
padding-left: 20px;
|
1720
|
+
}
|
1721
|
+
.mce-menu-item-indent-2 {
|
1722
|
+
padding-left: 35px;
|
1723
|
+
}
|
1724
|
+
.mce-menu-item-indent-2 {
|
1725
|
+
padding-left: 35px;
|
1726
|
+
}
|
1727
|
+
.mce-menu-item-indent-3 {
|
1728
|
+
padding-left: 40px;
|
1729
|
+
}
|
1730
|
+
.mce-menu-item-indent-4 {
|
1731
|
+
padding-left: 45px;
|
1732
|
+
}
|
1733
|
+
.mce-menu-item-indent-5 {
|
1734
|
+
padding-left: 50px;
|
1735
|
+
}
|
1736
|
+
.mce-menu-item-indent-6 {
|
1737
|
+
padding-left: 55px;
|
1738
|
+
}
|
1739
|
+
.mce-menu.mce-rtl {
|
1740
|
+
direction: rtl;
|
1741
|
+
}
|
1742
|
+
.mce-rtl .mce-menu-item {
|
1743
|
+
text-align: right;
|
1744
|
+
direction: rtl;
|
1745
|
+
padding: 6px 12px 6px 15px;
|
1746
|
+
}
|
1747
|
+
.mce-menu-align.mce-rtl .mce-menu-shortcut,
|
1748
|
+
.mce-menu-align.mce-rtl .mce-caret {
|
1749
|
+
right: auto;
|
1750
|
+
left: 0;
|
1751
|
+
}
|
1752
|
+
.mce-rtl .mce-menu-item .mce-caret {
|
1753
|
+
margin-left: 6px;
|
1754
|
+
margin-right: 0;
|
1755
|
+
border-right: 4px solid #333;
|
1756
|
+
border-left: 0;
|
1757
|
+
}
|
1758
|
+
.mce-rtl .mce-menu-item.mce-selected .mce-caret,
|
1759
|
+
.mce-rtl .mce-menu-item:focus .mce-caret,
|
1760
|
+
.mce-rtl .mce-menu-item:hover .mce-caret {
|
1761
|
+
border-left-color: transparent;
|
1762
|
+
border-right-color: white;
|
1763
|
+
}
|
1764
|
+
.mce-throbber {
|
1765
|
+
position: absolute;
|
1766
|
+
top: 0;
|
1767
|
+
left: 0;
|
1768
|
+
width: 100%;
|
1769
|
+
height: 100%;
|
1770
|
+
opacity: 0.6;
|
1771
|
+
filter: alpha(opacity=60);
|
1772
|
+
zoom: 1;
|
1773
|
+
background: #fff url('img/loader.gif') no-repeat center center;
|
1774
|
+
}
|
1775
|
+
.mce-throbber-inline {
|
1776
|
+
position: static;
|
1777
|
+
height: 50px;
|
1778
|
+
}
|
1779
|
+
.mce-menu .mce-throbber-inline {
|
1780
|
+
height: 25px;
|
1781
|
+
background-size: contain;
|
1782
|
+
}
|
1783
|
+
.mce-menu {
|
1784
|
+
position: absolute;
|
1785
|
+
left: 0;
|
1786
|
+
top: 0;
|
1787
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
1788
|
+
background: transparent;
|
1789
|
+
z-index: 1000;
|
1790
|
+
padding: 5px 0 5px 0;
|
1791
|
+
margin: -1px 0 0;
|
1792
|
+
min-width: 160px;
|
1793
|
+
background: #fff;
|
1794
|
+
border: 1px solid #989898;
|
1795
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
1796
|
+
z-index: 1002;
|
1797
|
+
max-height: 400px;
|
1798
|
+
overflow: auto;
|
1799
|
+
overflow-x: hidden;
|
1800
|
+
}
|
1801
|
+
.mce-menu i {
|
1802
|
+
display: none;
|
1803
|
+
}
|
1804
|
+
.mce-menu-has-icons i {
|
1805
|
+
display: inline-block;
|
1806
|
+
*display: inline;
|
1807
|
+
}
|
1808
|
+
.mce-menu-sub-tr-tl {
|
1809
|
+
margin: -6px 0 0 -1px;
|
1810
|
+
}
|
1811
|
+
.mce-menu-sub-br-bl {
|
1812
|
+
margin: 6px 0 0 -1px;
|
1813
|
+
}
|
1814
|
+
.mce-menu-sub-tl-tr {
|
1815
|
+
margin: -6px 0 0 1px;
|
1816
|
+
}
|
1817
|
+
.mce-menu-sub-bl-br {
|
1818
|
+
margin: 6px 0 0 1px;
|
1819
|
+
}
|
1820
|
+
.mce-listbox button {
|
1821
|
+
text-align: left;
|
1822
|
+
padding-right: 20px;
|
1823
|
+
position: relative;
|
1824
|
+
}
|
1825
|
+
.mce-listbox .mce-caret {
|
1826
|
+
position: absolute;
|
1827
|
+
margin-top: -2px;
|
1828
|
+
right: 8px;
|
1829
|
+
top: 50%;
|
1830
|
+
}
|
1831
|
+
.mce-rtl .mce-listbox .mce-caret {
|
1832
|
+
right: auto;
|
1833
|
+
left: 8px;
|
1834
|
+
}
|
1835
|
+
.mce-rtl .mce-listbox button {
|
1836
|
+
padding-right: 10px;
|
1837
|
+
padding-left: 20px;
|
1838
|
+
}
|
1839
|
+
.mce-container-body .mce-resizehandle {
|
1840
|
+
position: absolute;
|
1841
|
+
right: 0;
|
1842
|
+
bottom: 0;
|
1843
|
+
width: 16px;
|
1844
|
+
height: 16px;
|
1845
|
+
visibility: visible;
|
1846
|
+
cursor: s-resize;
|
1847
|
+
margin: 0;
|
1848
|
+
}
|
1849
|
+
.mce-container-body .mce-resizehandle-both {
|
1850
|
+
cursor: se-resize;
|
1851
|
+
}
|
1852
|
+
i.mce-i-resize {
|
1853
|
+
color: #333;
|
1854
|
+
}
|
1855
|
+
.mce-selectbox {
|
1856
|
+
background: #fff;
|
1857
|
+
border: 1px solid #c5c5c5;
|
1858
|
+
}
|
1859
|
+
.mce-slider {
|
1860
|
+
border: 1px solid #AAA;
|
1861
|
+
background: #EEE;
|
1862
|
+
width: 100px;
|
1863
|
+
height: 10px;
|
1864
|
+
position: relative;
|
1865
|
+
display: block;
|
1866
|
+
}
|
1867
|
+
.mce-slider.mce-vertical {
|
1868
|
+
width: 10px;
|
1869
|
+
height: 100px;
|
1870
|
+
}
|
1871
|
+
.mce-slider-handle {
|
1872
|
+
border: 1px solid #BBB;
|
1873
|
+
background: #DDD;
|
1874
|
+
display: block;
|
1875
|
+
width: 13px;
|
1876
|
+
height: 13px;
|
1877
|
+
position: absolute;
|
1878
|
+
top: 0;
|
1879
|
+
left: 0;
|
1880
|
+
margin-left: -1px;
|
1881
|
+
margin-top: -2px;
|
1882
|
+
}
|
1883
|
+
.mce-slider-handle:focus {
|
1884
|
+
background: #BBB;
|
1885
|
+
}
|
1886
|
+
.mce-spacer {
|
1887
|
+
visibility: hidden;
|
1888
|
+
}
|
1889
|
+
.mce-splitbtn .mce-open {
|
1890
|
+
border-left: 1px solid transparent;
|
1891
|
+
}
|
1892
|
+
.mce-splitbtn:hover .mce-open {
|
1893
|
+
border-left-color: #cccccc;
|
1894
|
+
}
|
1895
|
+
.mce-splitbtn button {
|
1896
|
+
padding-right: 6px;
|
1897
|
+
padding-left: 6px;
|
1898
|
+
}
|
1899
|
+
.mce-splitbtn .mce-open {
|
1900
|
+
padding-right: 4px;
|
1901
|
+
padding-left: 4px;
|
1902
|
+
}
|
1903
|
+
.mce-splitbtn .mce-open.mce-active {
|
1904
|
+
background-color: #dbdbdb;
|
1905
|
+
outline: 1px solid #cccccc;
|
1906
|
+
}
|
1907
|
+
.mce-splitbtn.mce-btn-small .mce-open {
|
1908
|
+
padding: 0 3px 0 3px;
|
1909
|
+
}
|
1910
|
+
.mce-rtl .mce-splitbtn {
|
1911
|
+
direction: rtl;
|
1912
|
+
text-align: right;
|
1913
|
+
}
|
1914
|
+
.mce-rtl .mce-splitbtn button {
|
1915
|
+
padding-right: 4px;
|
1916
|
+
padding-left: 4px;
|
1917
|
+
}
|
1918
|
+
.mce-rtl .mce-splitbtn .mce-open {
|
1919
|
+
border-left: 0;
|
1920
|
+
}
|
1921
|
+
.mce-stack-layout-item {
|
1922
|
+
display: block;
|
1923
|
+
}
|
1924
|
+
.mce-tabs {
|
1925
|
+
display: block;
|
1926
|
+
border-bottom: 1px solid #c5c5c5;
|
1927
|
+
}
|
1928
|
+
.mce-tabs,
|
1929
|
+
.mce-tabs + .mce-container-body {
|
1930
|
+
background: #FFF;
|
1931
|
+
}
|
1932
|
+
.mce-tab {
|
1933
|
+
display: inline-block;
|
1934
|
+
*display: inline;
|
1935
|
+
*zoom: 1;
|
1936
|
+
border: 1px solid #c5c5c5;
|
1937
|
+
border-width: 0 1px 0 0;
|
1938
|
+
background: #ffffff;
|
1939
|
+
padding: 8px;
|
1940
|
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
1941
|
+
height: 13px;
|
1942
|
+
cursor: pointer;
|
1943
|
+
}
|
1944
|
+
.mce-tab:hover {
|
1945
|
+
background: #FDFDFD;
|
1946
|
+
}
|
1947
|
+
.mce-tab.mce-active {
|
1948
|
+
background: #FDFDFD;
|
1949
|
+
border-bottom-color: transparent;
|
1950
|
+
margin-bottom: -1px;
|
1951
|
+
height: 14px;
|
1952
|
+
}
|
1953
|
+
.mce-rtl .mce-tabs {
|
1954
|
+
text-align: right;
|
1955
|
+
direction: rtl;
|
1956
|
+
}
|
1957
|
+
.mce-rtl .mce-tab {
|
1958
|
+
border-width: 0 0 0 1px;
|
1959
|
+
}
|
1960
|
+
.mce-textbox {
|
1961
|
+
background: #fff;
|
1962
|
+
border: 1px solid #c5c5c5;
|
1963
|
+
display: inline-block;
|
1964
|
+
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
1965
|
+
transition: border linear .2s, box-shadow linear .2s;
|
1966
|
+
height: 28px;
|
1967
|
+
resize: none;
|
1968
|
+
padding: 0 4px 0 4px;
|
1969
|
+
white-space: pre-wrap;
|
1970
|
+
*white-space: pre;
|
1971
|
+
color: #333;
|
1972
|
+
}
|
1973
|
+
.mce-textbox:focus,
|
1974
|
+
.mce-textbox.mce-focus {
|
1975
|
+
border-color: #3498db;
|
1976
|
+
}
|
1977
|
+
.mce-placeholder .mce-textbox {
|
1978
|
+
color: #aaa;
|
1979
|
+
}
|
1980
|
+
.mce-textbox.mce-multiline {
|
1981
|
+
padding: 4px;
|
1982
|
+
height: auto;
|
1983
|
+
}
|
1984
|
+
.mce-textbox.mce-disabled {
|
1985
|
+
color: #adadad;
|
1986
|
+
}
|
1987
|
+
.mce-rtl .mce-textbox {
|
1988
|
+
text-align: right;
|
1989
|
+
direction: rtl;
|
1990
|
+
}
|
1991
|
+
/* Icons */
|
1992
|
+
@font-face {
|
1993
|
+
font-family: 'tinymce';
|
1994
|
+
src: url('fonts/tinymce.eot');
|
1995
|
+
src: url('fonts/tinymce.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce.woff') format('woff'), url('fonts/tinymce.ttf') format('truetype'), url('fonts/tinymce.svg#tinymce') format('svg');
|
1996
|
+
font-weight: normal;
|
1997
|
+
font-style: normal;
|
1998
|
+
}
|
1999
|
+
@font-face {
|
2000
|
+
font-family: 'tinymce-small';
|
2001
|
+
src: url('fonts/tinymce-small.eot');
|
2002
|
+
src: url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce-small.woff') format('woff'), url('fonts/tinymce-small.ttf') format('truetype'), url('fonts/tinymce-small.svg#tinymce') format('svg');
|
2003
|
+
font-weight: normal;
|
2004
|
+
font-style: normal;
|
2005
|
+
}
|
2006
|
+
.mce-ico {
|
2007
|
+
font-family: 'tinymce', Arial;
|
2008
|
+
font-style: normal;
|
2009
|
+
font-weight: normal;
|
2010
|
+
font-variant: normal;
|
2011
|
+
font-size: 16px;
|
2012
|
+
line-height: 16px;
|
2013
|
+
speak: none;
|
2014
|
+
vertical-align: text-top;
|
2015
|
+
-webkit-font-smoothing: antialiased;
|
2016
|
+
-moz-osx-font-smoothing: grayscale;
|
2017
|
+
display: inline-block;
|
2018
|
+
background: transparent center center;
|
2019
|
+
background-size: cover;
|
2020
|
+
width: 16px;
|
2021
|
+
height: 16px;
|
2022
|
+
color: #333;
|
2023
|
+
}
|
2024
|
+
.mce-btn-small .mce-ico {
|
2025
|
+
font-family: 'tinymce-small', Arial;
|
2026
|
+
}
|
2027
|
+
.mce-i-save:before {
|
2028
|
+
content: "\e000";
|
2029
|
+
}
|
2030
|
+
.mce-i-newdocument:before {
|
2031
|
+
content: "\e001";
|
2032
|
+
}
|
2033
|
+
.mce-i-fullpage:before {
|
2034
|
+
content: "\e002";
|
2035
|
+
}
|
2036
|
+
.mce-i-alignleft:before {
|
2037
|
+
content: "\e003";
|
2038
|
+
}
|
2039
|
+
.mce-i-aligncenter:before {
|
2040
|
+
content: "\e004";
|
2041
|
+
}
|
2042
|
+
.mce-i-alignright:before {
|
2043
|
+
content: "\e005";
|
2044
|
+
}
|
2045
|
+
.mce-i-alignjustify:before {
|
2046
|
+
content: "\e006";
|
2047
|
+
}
|
2048
|
+
.mce-i-alignnone:before {
|
2049
|
+
content: "\e003";
|
2050
|
+
}
|
2051
|
+
.mce-i-cut:before {
|
2052
|
+
content: "\e007";
|
2053
|
+
}
|
2054
|
+
.mce-i-paste:before {
|
2055
|
+
content: "\e008";
|
2056
|
+
}
|
2057
|
+
.mce-i-searchreplace:before {
|
2058
|
+
content: "\e009";
|
2059
|
+
}
|
2060
|
+
.mce-i-bullist:before {
|
2061
|
+
content: "\e00a";
|
2062
|
+
}
|
2063
|
+
.mce-i-numlist:before {
|
2064
|
+
content: "\e00b";
|
2065
|
+
}
|
2066
|
+
.mce-i-indent:before {
|
2067
|
+
content: "\e00c";
|
2068
|
+
}
|
2069
|
+
.mce-i-outdent:before {
|
2070
|
+
content: "\e00d";
|
2071
|
+
}
|
2072
|
+
.mce-i-blockquote:before {
|
2073
|
+
content: "\e00e";
|
2074
|
+
}
|
2075
|
+
.mce-i-undo:before {
|
2076
|
+
content: "\e00f";
|
2077
|
+
}
|
2078
|
+
.mce-i-redo:before {
|
2079
|
+
content: "\e010";
|
2080
|
+
}
|
2081
|
+
.mce-i-link:before {
|
2082
|
+
content: "\e011";
|
2083
|
+
}
|
2084
|
+
.mce-i-unlink:before {
|
2085
|
+
content: "\e012";
|
2086
|
+
}
|
2087
|
+
.mce-i-anchor:before {
|
2088
|
+
content: "\e013";
|
2089
|
+
}
|
2090
|
+
.mce-i-image:before {
|
2091
|
+
content: "\e014";
|
2092
|
+
}
|
2093
|
+
.mce-i-media:before {
|
2094
|
+
content: "\e015";
|
2095
|
+
}
|
2096
|
+
.mce-i-help:before {
|
2097
|
+
content: "\e016";
|
2098
|
+
}
|
2099
|
+
.mce-i-code:before {
|
2100
|
+
content: "\e017";
|
2101
|
+
}
|
2102
|
+
.mce-i-insertdatetime:before {
|
2103
|
+
content: "\e018";
|
2104
|
+
}
|
2105
|
+
.mce-i-preview:before {
|
2106
|
+
content: "\e019";
|
2107
|
+
}
|
2108
|
+
.mce-i-forecolor:before {
|
2109
|
+
content: "\e01a";
|
2110
|
+
}
|
2111
|
+
.mce-i-backcolor:before {
|
2112
|
+
content: "\e01a";
|
2113
|
+
}
|
2114
|
+
.mce-i-table:before {
|
2115
|
+
content: "\e01b";
|
2116
|
+
}
|
2117
|
+
.mce-i-hr:before {
|
2118
|
+
content: "\e01c";
|
2119
|
+
}
|
2120
|
+
.mce-i-removeformat:before {
|
2121
|
+
content: "\e01d";
|
2122
|
+
}
|
2123
|
+
.mce-i-subscript:before {
|
2124
|
+
content: "\e01e";
|
2125
|
+
}
|
2126
|
+
.mce-i-superscript:before {
|
2127
|
+
content: "\e01f";
|
2128
|
+
}
|
2129
|
+
.mce-i-charmap:before {
|
2130
|
+
content: "\e020";
|
2131
|
+
}
|
2132
|
+
.mce-i-emoticons:before {
|
2133
|
+
content: "\e021";
|
2134
|
+
}
|
2135
|
+
.mce-i-print:before {
|
2136
|
+
content: "\e022";
|
2137
|
+
}
|
2138
|
+
.mce-i-fullscreen:before {
|
2139
|
+
content: "\e023";
|
2140
|
+
}
|
2141
|
+
.mce-i-spellchecker:before {
|
2142
|
+
content: "\e024";
|
2143
|
+
}
|
2144
|
+
.mce-i-nonbreaking:before {
|
2145
|
+
content: "\e025";
|
2146
|
+
}
|
2147
|
+
.mce-i-template:before {
|
2148
|
+
content: "\e026";
|
2149
|
+
}
|
2150
|
+
.mce-i-pagebreak:before {
|
2151
|
+
content: "\e027";
|
2152
|
+
}
|
2153
|
+
.mce-i-restoredraft:before {
|
2154
|
+
content: "\e028";
|
2155
|
+
}
|
2156
|
+
.mce-i-bold:before {
|
2157
|
+
content: "\e02a";
|
2158
|
+
}
|
2159
|
+
.mce-i-italic:before {
|
2160
|
+
content: "\e02b";
|
2161
|
+
}
|
2162
|
+
.mce-i-underline:before {
|
2163
|
+
content: "\e02c";
|
2164
|
+
}
|
2165
|
+
.mce-i-strikethrough:before {
|
2166
|
+
content: "\e02d";
|
2167
|
+
}
|
2168
|
+
.mce-i-visualchars:before {
|
2169
|
+
content: "\e02e";
|
2170
|
+
}
|
2171
|
+
.mce-i-visualblocks:before {
|
2172
|
+
content: "\e02e";
|
2173
|
+
}
|
2174
|
+
.mce-i-ltr:before {
|
2175
|
+
content: "\e02f";
|
2176
|
+
}
|
2177
|
+
.mce-i-rtl:before {
|
2178
|
+
content: "\e030";
|
2179
|
+
}
|
2180
|
+
.mce-i-copy:before {
|
2181
|
+
content: "\e031";
|
2182
|
+
}
|
2183
|
+
.mce-i-resize:before {
|
2184
|
+
content: "\e032";
|
2185
|
+
}
|
2186
|
+
.mce-i-browse:before {
|
2187
|
+
content: "\e034";
|
2188
|
+
}
|
2189
|
+
.mce-i-pastetext:before {
|
2190
|
+
content: "\e035";
|
2191
|
+
}
|
2192
|
+
.mce-i-rotateleft:before {
|
2193
|
+
content: "\eaa8";
|
2194
|
+
}
|
2195
|
+
.mce-i-rotateright:before {
|
2196
|
+
content: "\eaa9";
|
2197
|
+
}
|
2198
|
+
.mce-i-crop:before {
|
2199
|
+
content: "\ee78";
|
2200
|
+
}
|
2201
|
+
.mce-i-editimage:before {
|
2202
|
+
content: "\e915";
|
2203
|
+
}
|
2204
|
+
.mce-i-options:before {
|
2205
|
+
content: "\ec6a";
|
2206
|
+
}
|
2207
|
+
.mce-i-flipv:before {
|
2208
|
+
content: "\eaaa";
|
2209
|
+
}
|
2210
|
+
.mce-i-fliph:before {
|
2211
|
+
content: "\eaac";
|
2212
|
+
}
|
2213
|
+
.mce-i-zoomin:before {
|
2214
|
+
content: "\eb35";
|
2215
|
+
}
|
2216
|
+
.mce-i-zoomout:before {
|
2217
|
+
content: "\eb36";
|
2218
|
+
}
|
2219
|
+
.mce-i-sun:before {
|
2220
|
+
content: "\eccc";
|
2221
|
+
}
|
2222
|
+
.mce-i-moon:before {
|
2223
|
+
content: "\eccd";
|
2224
|
+
}
|
2225
|
+
.mce-i-arrowleft:before {
|
2226
|
+
content: "\edc0";
|
2227
|
+
}
|
2228
|
+
.mce-i-arrowright:before {
|
2229
|
+
content: "\e93c";
|
2230
|
+
}
|
2231
|
+
.mce-i-drop:before {
|
2232
|
+
content: "\e935";
|
2233
|
+
}
|
2234
|
+
.mce-i-contrast:before {
|
2235
|
+
content: "\ecd4";
|
2236
|
+
}
|
2237
|
+
.mce-i-sharpen:before {
|
2238
|
+
content: "\eba7";
|
2239
|
+
}
|
2240
|
+
.mce-i-resize2:before {
|
2241
|
+
content: "\edf9";
|
2242
|
+
}
|
2243
|
+
.mce-i-orientation:before {
|
2244
|
+
content: "\e601";
|
2245
|
+
}
|
2246
|
+
.mce-i-invert:before {
|
2247
|
+
content: "\e602";
|
2248
|
+
}
|
2249
|
+
.mce-i-gamma:before {
|
2250
|
+
content: "\e600";
|
2251
|
+
}
|
2252
|
+
.mce-i-remove:before {
|
2253
|
+
content: "\ed6a";
|
2254
|
+
}
|
2255
|
+
.mce-i-tablerowprops:before {
|
2256
|
+
content: "\e604";
|
2257
|
+
}
|
2258
|
+
.mce-i-tablecellprops:before {
|
2259
|
+
content: "\e605";
|
2260
|
+
}
|
2261
|
+
.mce-i-table2:before {
|
2262
|
+
content: "\e606";
|
2263
|
+
}
|
2264
|
+
.mce-i-tablemergecells:before {
|
2265
|
+
content: "\e607";
|
2266
|
+
}
|
2267
|
+
.mce-i-tableinsertcolbefore:before {
|
2268
|
+
content: "\e608";
|
2269
|
+
}
|
2270
|
+
.mce-i-tableinsertcolafter:before {
|
2271
|
+
content: "\e609";
|
2272
|
+
}
|
2273
|
+
.mce-i-tableinsertrowbefore:before {
|
2274
|
+
content: "\e60a";
|
2275
|
+
}
|
2276
|
+
.mce-i-tableinsertrowafter:before {
|
2277
|
+
content: "\e60b";
|
2278
|
+
}
|
2279
|
+
.mce-i-tablesplitcells:before {
|
2280
|
+
content: "\e60d";
|
2281
|
+
}
|
2282
|
+
.mce-i-tabledelete:before {
|
2283
|
+
content: "\e60e";
|
2284
|
+
}
|
2285
|
+
.mce-i-tableleftheader:before {
|
2286
|
+
content: "\e62a";
|
2287
|
+
}
|
2288
|
+
.mce-i-tabletopheader:before {
|
2289
|
+
content: "\e62b";
|
2290
|
+
}
|
2291
|
+
.mce-i-tabledeleterow:before {
|
2292
|
+
content: "\e800";
|
2293
|
+
}
|
2294
|
+
.mce-i-tabledeletecol:before {
|
2295
|
+
content: "\e801";
|
2296
|
+
}
|
2297
|
+
.mce-i-codesample:before {
|
2298
|
+
content: "\e603";
|
2299
|
+
}
|
2300
|
+
.mce-i-fill:before {
|
2301
|
+
content: "\e902";
|
2302
|
+
}
|
2303
|
+
.mce-i-borderwidth:before {
|
2304
|
+
content: "\e903";
|
2305
|
+
}
|
2306
|
+
.mce-i-line:before {
|
2307
|
+
content: "\e904";
|
2308
|
+
}
|
2309
|
+
.mce-i-count:before {
|
2310
|
+
content: "\e905";
|
2311
|
+
}
|
2312
|
+
.mce-i-translate:before {
|
2313
|
+
content: "\e907";
|
2314
|
+
}
|
2315
|
+
.mce-i-drag:before {
|
2316
|
+
content: "\e908";
|
2317
|
+
}
|
2318
|
+
.mce-i-home:before {
|
2319
|
+
content: "\e90b";
|
2320
|
+
}
|
2321
|
+
.mce-i-upload:before {
|
2322
|
+
content: "\e914";
|
2323
|
+
}
|
2324
|
+
.mce-i-bubble:before {
|
2325
|
+
content: "\e91c";
|
2326
|
+
}
|
2327
|
+
.mce-i-user:before {
|
2328
|
+
content: "\e91d";
|
2329
|
+
}
|
2330
|
+
.mce-i-lock:before {
|
2331
|
+
content: "\e926";
|
2332
|
+
}
|
2333
|
+
.mce-i-unlock:before {
|
2334
|
+
content: "\e927";
|
2335
|
+
}
|
2336
|
+
.mce-i-settings:before {
|
2337
|
+
content: "\e928";
|
2338
|
+
}
|
2339
|
+
.mce-i-remove2:before {
|
2340
|
+
content: "\e92a";
|
2341
|
+
}
|
2342
|
+
.mce-i-menu:before {
|
2343
|
+
content: "\e92d";
|
2344
|
+
}
|
2345
|
+
.mce-i-warning:before {
|
2346
|
+
content: "\e930";
|
2347
|
+
}
|
2348
|
+
.mce-i-question:before {
|
2349
|
+
content: "\e931";
|
2350
|
+
}
|
2351
|
+
.mce-i-pluscircle:before {
|
2352
|
+
content: "\e932";
|
2353
|
+
}
|
2354
|
+
.mce-i-info:before {
|
2355
|
+
content: "\e933";
|
2356
|
+
}
|
2357
|
+
.mce-i-notice:before {
|
2358
|
+
content: "\e934";
|
2359
|
+
}
|
2360
|
+
.mce-i-arrowup:before {
|
2361
|
+
content: "\e93b";
|
2362
|
+
}
|
2363
|
+
.mce-i-arrowdown:before {
|
2364
|
+
content: "\e93d";
|
2365
|
+
}
|
2366
|
+
.mce-i-arrowup2:before {
|
2367
|
+
content: "\e93f";
|
2368
|
+
}
|
2369
|
+
.mce-i-arrowdown2:before {
|
2370
|
+
content: "\e940";
|
2371
|
+
}
|
2372
|
+
.mce-i-menu2:before {
|
2373
|
+
content: "\e941";
|
2374
|
+
}
|
2375
|
+
.mce-i-newtab:before {
|
2376
|
+
content: "\e961";
|
2377
|
+
}
|
2378
|
+
.mce-i-a11y:before {
|
2379
|
+
content: "\e900";
|
2380
|
+
}
|
2381
|
+
.mce-i-plus:before {
|
2382
|
+
content: "\e93a";
|
2383
|
+
}
|
2384
|
+
.mce-i-insert:before {
|
2385
|
+
content: "\e93a";
|
2386
|
+
}
|
2387
|
+
.mce-i-minus:before {
|
2388
|
+
content: "\e939";
|
2389
|
+
}
|
2390
|
+
.mce-i-books:before {
|
2391
|
+
content: "\e911";
|
2392
|
+
}
|
2393
|
+
.mce-i-reload:before {
|
2394
|
+
content: "\e906";
|
2395
|
+
}
|
2396
|
+
.mce-i-toc:before {
|
2397
|
+
content: "\e901";
|
2398
|
+
}
|
2399
|
+
.mce-i-checkmark:before {
|
2400
|
+
content: "\e033";
|
2401
|
+
}
|
2402
|
+
.mce-i-checkbox:before,
|
2403
|
+
.mce-i-selected:before {
|
2404
|
+
content: "\e033";
|
2405
|
+
}
|
2406
|
+
.mce-i-insert {
|
2407
|
+
font-size: 14px;
|
2408
|
+
}
|
2409
|
+
.mce-i-selected {
|
2410
|
+
visibility: hidden;
|
2411
|
+
}
|
2412
|
+
i.mce-i-backcolor {
|
2413
|
+
text-shadow: none;
|
2414
|
+
background: #BBB;
|
2415
|
+
}
|