first
1469
plugins/ckeditor/4.9.0/full-all/CHANGES.md
Normal file
1420
plugins/ckeditor/4.9.0/full-all/LICENSE.md
Normal file
39
plugins/ckeditor/4.9.0/full-all/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
CKEditor 4
|
||||
==========
|
||||
|
||||
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
http://ckeditor.com - See LICENSE.md for license information.
|
||||
|
||||
CKEditor is a text editor to be used inside web pages. It's not a replacement
|
||||
for desktop text editors like Word or OpenOffice, but a component to be used as
|
||||
part of web applications and websites.
|
||||
|
||||
## Documentation
|
||||
|
||||
The full editor documentation is available online at the following address:
|
||||
http://docs.ckeditor.com
|
||||
|
||||
## Installation
|
||||
|
||||
Installing CKEditor is an easy task. Just follow these simple steps:
|
||||
|
||||
1. **Download** the latest version from the CKEditor website:
|
||||
http://ckeditor.com. You should have already completed this step, but be
|
||||
sure you have the very latest version.
|
||||
2. **Extract** (decompress) the downloaded file into the root of your website.
|
||||
|
||||
**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
|
||||
place the files in whichever you want though.
|
||||
|
||||
## Checking Your Installation
|
||||
|
||||
The editor comes with a few sample pages that can be used to verify that
|
||||
installation proceeded properly. Take a look at the `samples` directory.
|
||||
|
||||
To test your installation, just call the following page at your website:
|
||||
|
||||
http://<your site>/<CKEditor installation path>/samples/index.html
|
||||
|
||||
For example:
|
||||
|
||||
http://www.example.com/ckeditor/samples/index.html
|
||||
10
plugins/ckeditor/4.9.0/full-all/adapters/jquery.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
(function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},
|
||||
ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g)){var m=d;d=g;g=m}var k=[];d=d||{};this.each(function(){var b=a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,l=new a.Deferred;k.push(l.promise());if(c&&!f)g&&g.apply(c,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)},
|
||||
null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor",
|
||||
[e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize",
|
||||
c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,k).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var m=
|
||||
this,k=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.promise());return!0}return g.call(b,d)});if(k.length){var b=new a.Deferred;a.when.apply(this,k).done(function(){b.resolveWith(m)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}}))})(window.jQuery);
|
||||
189
plugins/ckeditor/4.9.0/full-all/build-config.js
Normal file
@@ -0,0 +1,189 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
/**
|
||||
* This file was added automatically by CKEditor builder.
|
||||
* You may re-use it at any time to build CKEditor again.
|
||||
*
|
||||
* If you would like to build CKEditor online again
|
||||
* (for example to upgrade), visit one the following links:
|
||||
*
|
||||
* (1) http://ckeditor.com/builder
|
||||
* Visit online builder to build CKEditor from scratch.
|
||||
*
|
||||
* (2) http://ckeditor.com/builder/d92ab52ffca329d7b5e1b78ef77a81f9
|
||||
* Visit online builder to build CKEditor, starting with the same setup as before.
|
||||
*
|
||||
* (3) http://ckeditor.com/builder/download/d92ab52ffca329d7b5e1b78ef77a81f9
|
||||
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
|
||||
*
|
||||
* NOTE:
|
||||
* This file is not used by CKEditor, you may remove it.
|
||||
* Changing this file will not change your CKEditor configuration.
|
||||
*/
|
||||
|
||||
var CKBUILDER_CONFIG = {
|
||||
skin: 'moono-lisa',
|
||||
preset: 'full',
|
||||
ignore: [
|
||||
'.DS_Store',
|
||||
'.bender',
|
||||
'.editorconfig',
|
||||
'.gitattributes',
|
||||
'.gitignore',
|
||||
'.idea',
|
||||
'.jscsrc',
|
||||
'.jshintignore',
|
||||
'.jshintrc',
|
||||
'.mailmap',
|
||||
'.travis.yml',
|
||||
'bender-err.log',
|
||||
'bender-out.log',
|
||||
'bender.ci.js',
|
||||
'bender.js',
|
||||
'dev',
|
||||
'gruntfile.js',
|
||||
'less',
|
||||
'node_modules',
|
||||
'package.json',
|
||||
'tests'
|
||||
],
|
||||
plugins : {
|
||||
'a11yhelp' : 1,
|
||||
'about' : 1,
|
||||
'basicstyles' : 1,
|
||||
'bidi' : 1,
|
||||
'blockquote' : 1,
|
||||
'clipboard' : 1,
|
||||
'colorbutton' : 1,
|
||||
'colordialog' : 1,
|
||||
'contextmenu' : 1,
|
||||
'copyformatting' : 1,
|
||||
'dialogadvtab' : 1,
|
||||
'div' : 1,
|
||||
'elementspath' : 1,
|
||||
'enterkey' : 1,
|
||||
'entities' : 1,
|
||||
'filebrowser' : 1,
|
||||
'find' : 1,
|
||||
'flash' : 1,
|
||||
'floatingspace' : 1,
|
||||
'font' : 1,
|
||||
'format' : 1,
|
||||
'forms' : 1,
|
||||
'horizontalrule' : 1,
|
||||
'htmlwriter' : 1,
|
||||
'iframe' : 1,
|
||||
'image' : 1,
|
||||
'indentblock' : 1,
|
||||
'indentlist' : 1,
|
||||
'justify' : 1,
|
||||
'language' : 1,
|
||||
'link' : 1,
|
||||
'list' : 1,
|
||||
'liststyle' : 1,
|
||||
'magicline' : 1,
|
||||
'maximize' : 1,
|
||||
'newpage' : 1,
|
||||
'pagebreak' : 1,
|
||||
'pastefromword' : 1,
|
||||
'pastetext' : 1,
|
||||
'preview' : 1,
|
||||
'print' : 1,
|
||||
'removeformat' : 1,
|
||||
'resize' : 1,
|
||||
'save' : 1,
|
||||
'scayt' : 1,
|
||||
'selectall' : 1,
|
||||
'showblocks' : 1,
|
||||
'showborders' : 1,
|
||||
'smiley' : 1,
|
||||
'sourcearea' : 1,
|
||||
'specialchar' : 1,
|
||||
'stylescombo' : 1,
|
||||
'tab' : 1,
|
||||
'table' : 1,
|
||||
'tableselection' : 1,
|
||||
'tabletools' : 1,
|
||||
'templates' : 1,
|
||||
'toolbar' : 1,
|
||||
'undo' : 1,
|
||||
'uploadimage' : 1,
|
||||
'wsc' : 1,
|
||||
'wysiwygarea' : 1
|
||||
},
|
||||
languages : {
|
||||
'af' : 1,
|
||||
'ar' : 1,
|
||||
'az' : 1,
|
||||
'bg' : 1,
|
||||
'bn' : 1,
|
||||
'bs' : 1,
|
||||
'ca' : 1,
|
||||
'cs' : 1,
|
||||
'cy' : 1,
|
||||
'da' : 1,
|
||||
'de' : 1,
|
||||
'de-ch' : 1,
|
||||
'el' : 1,
|
||||
'en' : 1,
|
||||
'en-au' : 1,
|
||||
'en-ca' : 1,
|
||||
'en-gb' : 1,
|
||||
'eo' : 1,
|
||||
'es' : 1,
|
||||
'es-mx' : 1,
|
||||
'et' : 1,
|
||||
'eu' : 1,
|
||||
'fa' : 1,
|
||||
'fi' : 1,
|
||||
'fo' : 1,
|
||||
'fr' : 1,
|
||||
'fr-ca' : 1,
|
||||
'gl' : 1,
|
||||
'gu' : 1,
|
||||
'he' : 1,
|
||||
'hi' : 1,
|
||||
'hr' : 1,
|
||||
'hu' : 1,
|
||||
'id' : 1,
|
||||
'is' : 1,
|
||||
'it' : 1,
|
||||
'ja' : 1,
|
||||
'ka' : 1,
|
||||
'km' : 1,
|
||||
'ko' : 1,
|
||||
'ku' : 1,
|
||||
'lt' : 1,
|
||||
'lv' : 1,
|
||||
'mk' : 1,
|
||||
'mn' : 1,
|
||||
'ms' : 1,
|
||||
'nb' : 1,
|
||||
'nl' : 1,
|
||||
'no' : 1,
|
||||
'oc' : 1,
|
||||
'pl' : 1,
|
||||
'pt' : 1,
|
||||
'pt-br' : 1,
|
||||
'ro' : 1,
|
||||
'ru' : 1,
|
||||
'si' : 1,
|
||||
'sk' : 1,
|
||||
'sl' : 1,
|
||||
'sq' : 1,
|
||||
'sr' : 1,
|
||||
'sr-latn' : 1,
|
||||
'sv' : 1,
|
||||
'th' : 1,
|
||||
'tr' : 1,
|
||||
'tt' : 1,
|
||||
'ug' : 1,
|
||||
'uk' : 1,
|
||||
'vi' : 1,
|
||||
'zh' : 1,
|
||||
'zh-cn' : 1
|
||||
}
|
||||
};
|
||||
1315
plugins/ckeditor/4.9.0/full-all/ckeditor.js
vendored
Normal file
10
plugins/ckeditor/4.9.0/full-all/config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
// Define changes to default configuration here. For example:
|
||||
config.language = 'ko';
|
||||
// config.uiColor = '#AADC6E';
|
||||
};
|
||||
216
plugins/ckeditor/4.9.0/full-all/contents.css
Normal file
@@ -0,0 +1,216 @@
|
||||
/*
|
||||
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
body
|
||||
{
|
||||
/* Font */
|
||||
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
|
||||
font-size: 12px;
|
||||
|
||||
/* Text color */
|
||||
color: #333;
|
||||
|
||||
/* Remove the background color to make it transparent */
|
||||
background-color: #fff;
|
||||
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.cke_editable
|
||||
{
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
|
||||
/* Fix for missing scrollbars with RTL texts. (#10488) */
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto
|
||||
}
|
||||
|
||||
blockquote
|
||||
{
|
||||
font-style: italic;
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
padding: 2px 0;
|
||||
border-style: solid;
|
||||
border-color: #ccc;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.cke_contents_ltr blockquote
|
||||
{
|
||||
padding-left: 20px;
|
||||
padding-right: 8px;
|
||||
border-left-width: 5px;
|
||||
}
|
||||
|
||||
.cke_contents_rtl blockquote
|
||||
{
|
||||
padding-left: 8px;
|
||||
padding-right: 20px;
|
||||
border-right-width: 5px;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #0782C1;
|
||||
}
|
||||
|
||||
ol,ul,dl
|
||||
{
|
||||
/* IE7: reset rtl list margin. (#7334) */
|
||||
*margin-right: 0px;
|
||||
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6
|
||||
{
|
||||
font-weight: normal;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
hr
|
||||
{
|
||||
border: 0px;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
img.right
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
img.left
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
pre
|
||||
{
|
||||
white-space: pre-wrap; /* CSS 2.1 */
|
||||
word-wrap: break-word; /* IE7 */
|
||||
-moz-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
.marker
|
||||
{
|
||||
background-color: Yellow;
|
||||
}
|
||||
|
||||
span[lang]
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
figure
|
||||
{
|
||||
text-align: center;
|
||||
outline: solid 1px #ccc;
|
||||
background: rgba(0,0,0,0.05);
|
||||
padding: 10px;
|
||||
margin: 10px 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
figure > figcaption
|
||||
{
|
||||
text-align: center;
|
||||
display: block; /* For IE8 */
|
||||
}
|
||||
|
||||
a > img {
|
||||
padding: 1px;
|
||||
margin: 1px;
|
||||
border: none;
|
||||
outline: 1px solid #0782C1;
|
||||
}
|
||||
|
||||
/* Widget Styles */
|
||||
.code-featured
|
||||
{
|
||||
border: 5px solid red;
|
||||
}
|
||||
|
||||
.math-featured
|
||||
{
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 2px rgba(200, 0, 0, 1);
|
||||
background-color: rgba(255, 0, 0, 0.05);
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.image-clean
|
||||
{
|
||||
border: 0;
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.image-clean > figcaption
|
||||
{
|
||||
font-size: .9em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.image-grayscale
|
||||
{
|
||||
background-color: white;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.image-grayscale img, img.image-grayscale
|
||||
{
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.embed-240p
|
||||
{
|
||||
max-width: 426px;
|
||||
max-height: 240px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.embed-360p
|
||||
{
|
||||
max-width: 640px;
|
||||
max-height: 360px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.embed-480p
|
||||
{
|
||||
max-width: 854px;
|
||||
max-height: 480px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.embed-720p
|
||||
{
|
||||
max-width: 1280px;
|
||||
max-height: 720px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.embed-1080p
|
||||
{
|
||||
max-width: 1920px;
|
||||
max-height: 1080px;
|
||||
margin:0 auto;
|
||||
}
|
||||
5
plugins/ckeditor/4.9.0/full-all/lang/ko.js
Normal file
BIN
plugins/ckeditor/4.9.0/full-all/skins/moono-lisa/icons.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
plugins/ckeditor/4.9.0/full-all/skins/moono-lisa/icons_hidpi.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 191 B |
|
After Width: | Height: | Size: 615 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 511 B |
BIN
plugins/ckeditor/4.9.0/full-all/skins/moono-lisa/images/lock.png
Normal file
|
After Width: | Height: | Size: 506 B |
|
After Width: | Height: | Size: 757 B |
|
After Width: | Height: | Size: 2.9 KiB |
46
plugins/ckeditor/4.9.0/full-all/skins/moono-lisa/readme.md
Normal file
@@ -0,0 +1,46 @@
|
||||
"Moono-lisa" Skin
|
||||
=================
|
||||
|
||||
This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
|
||||
|
||||
For more information about skins, please check the [CKEditor Skin SDK](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_intro)
|
||||
documentation.
|
||||
|
||||
Features
|
||||
-------------------
|
||||
"Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
|
||||
It comes with the following features:
|
||||
|
||||
- Chameleon feature with brightness.
|
||||
- High-contrast compatibility.
|
||||
- Graphics source provided in SVG.
|
||||
|
||||
Directory Structure
|
||||
-------------------
|
||||
|
||||
CSS parts:
|
||||
- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
|
||||
- **mainui.css**: the file contains styles of entire editor outline structures,
|
||||
- **toolbar.css**: the file contains styles of the editor toolbar space (top),
|
||||
- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
|
||||
- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
|
||||
until the first panel open up,
|
||||
- **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
|
||||
- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
|
||||
it's not loaded until the first menu open up,
|
||||
- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
||||
- **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
||||
- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
|
||||
- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
|
||||
|
||||
Other parts:
|
||||
- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
|
||||
- **images/**: contains a fill general used images,
|
||||
- **dev/**: contains SVG and PNG source of the skin icons.
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
|
||||
For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
|
||||
137
plugins/ckeditor/4.9.0/full-all/styles.js
Normal file
@@ -0,0 +1,137 @@
|
||||
/**
|
||||
* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
// This file contains style definitions that can be used by CKEditor plugins.
|
||||
//
|
||||
// The most common use for it is the "stylescombo" plugin which shows the Styles drop-down
|
||||
// list containing all styles in the editor toolbar. Other plugins, like
|
||||
// the "div" plugin, use a subset of the styles for their features.
|
||||
//
|
||||
// If you do not have plugins that depend on this file in your editor build, you can simply
|
||||
// ignore it. Otherwise it is strongly recommended to customize this file to match your
|
||||
// website requirements and design properly.
|
||||
//
|
||||
// For more information refer to: https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_styles-section-style-rules
|
||||
|
||||
CKEDITOR.stylesSet.add( 'default', [
|
||||
/* Block styles */
|
||||
|
||||
// These styles are already available in the "Format" drop-down list ("format" plugin),
|
||||
// so they are not needed here by default. You may enable them to avoid
|
||||
// placing the "Format" combo in the toolbar, maintaining the same features.
|
||||
/*
|
||||
{ name: 'Paragraph', element: 'p' },
|
||||
{ name: 'Heading 1', element: 'h1' },
|
||||
{ name: 'Heading 2', element: 'h2' },
|
||||
{ name: 'Heading 3', element: 'h3' },
|
||||
{ name: 'Heading 4', element: 'h4' },
|
||||
{ name: 'Heading 5', element: 'h5' },
|
||||
{ name: 'Heading 6', element: 'h6' },
|
||||
{ name: 'Preformatted Text',element: 'pre' },
|
||||
{ name: 'Address', element: 'address' },
|
||||
*/
|
||||
|
||||
{ name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
|
||||
{ name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
|
||||
{
|
||||
name: 'Special Container',
|
||||
element: 'div',
|
||||
styles: {
|
||||
padding: '5px 10px',
|
||||
background: '#eee',
|
||||
border: '1px solid #ccc'
|
||||
}
|
||||
},
|
||||
|
||||
/* Inline styles */
|
||||
|
||||
// These are core styles available as toolbar buttons. You may opt enabling
|
||||
// some of them in the Styles drop-down list, removing them from the toolbar.
|
||||
// (This requires the "stylescombo" plugin.)
|
||||
/*
|
||||
{ name: 'Strong', element: 'strong', overrides: 'b' },
|
||||
{ name: 'Emphasis', element: 'em' , overrides: 'i' },
|
||||
{ name: 'Underline', element: 'u' },
|
||||
{ name: 'Strikethrough', element: 'strike' },
|
||||
{ name: 'Subscript', element: 'sub' },
|
||||
{ name: 'Superscript', element: 'sup' },
|
||||
*/
|
||||
|
||||
{ name: 'Marker', element: 'span', attributes: { 'class': 'marker' } },
|
||||
|
||||
{ name: 'Big', element: 'big' },
|
||||
{ name: 'Small', element: 'small' },
|
||||
{ name: 'Typewriter', element: 'tt' },
|
||||
|
||||
{ name: 'Computer Code', element: 'code' },
|
||||
{ name: 'Keyboard Phrase', element: 'kbd' },
|
||||
{ name: 'Sample Text', element: 'samp' },
|
||||
{ name: 'Variable', element: 'var' },
|
||||
|
||||
{ name: 'Deleted Text', element: 'del' },
|
||||
{ name: 'Inserted Text', element: 'ins' },
|
||||
|
||||
{ name: 'Cited Work', element: 'cite' },
|
||||
{ name: 'Inline Quotation', element: 'q' },
|
||||
|
||||
{ name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
|
||||
{ name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } },
|
||||
|
||||
/* Object styles */
|
||||
|
||||
{
|
||||
name: 'Styled Image (left)',
|
||||
element: 'img',
|
||||
attributes: { 'class': 'left' }
|
||||
},
|
||||
|
||||
{
|
||||
name: 'Styled Image (right)',
|
||||
element: 'img',
|
||||
attributes: { 'class': 'right' }
|
||||
},
|
||||
|
||||
{
|
||||
name: 'Compact Table',
|
||||
element: 'table',
|
||||
attributes: {
|
||||
cellpadding: '5',
|
||||
cellspacing: '0',
|
||||
border: '1',
|
||||
bordercolor: '#ccc'
|
||||
},
|
||||
styles: {
|
||||
'border-collapse': 'collapse'
|
||||
}
|
||||
},
|
||||
|
||||
{ name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
|
||||
{ name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } },
|
||||
|
||||
/* Widget styles */
|
||||
|
||||
{ name: 'Clean Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-clean' } },
|
||||
{ name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-grayscale' } },
|
||||
|
||||
{ name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { 'class': 'code-featured' } },
|
||||
|
||||
{ name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { 'class': 'math-featured' } },
|
||||
|
||||
{ name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-240p' }, group: 'size' },
|
||||
{ name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-360p' }, group: 'size' },
|
||||
{ name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-480p' }, group: 'size' },
|
||||
{ name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-720p' }, group: 'size' },
|
||||
{ name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' },
|
||||
|
||||
// Adding space after the style name is an intended workaround. For now, there
|
||||
// is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
|
||||
{ name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' },
|
||||
{ name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
|
||||
{ name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },
|
||||
{ name: '720p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-720p' }, group: 'size' },
|
||||
{ name: '1080p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-1080p' }, group: 'size' }
|
||||
|
||||
] );
|
||||
|
||||
9
plugins/ckeditor/filter.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
$__SRC__ = str_replace('<img alt="getWidget(','<?php getWidget(',$__SRC__);
|
||||
$__SRC__ = str_replace('))" ','))?><tmp ',$__SRC__);
|
||||
$__SRC__ = str_replace('\'=>\'','\'=>\'',$__SRC__);
|
||||
$__SRC__ = str_replace('<!--?php','<?php',$__SRC__);
|
||||
$__SRC__ = str_replace('?-->','?>',$__SRC__);
|
||||
?>
|
||||
122
plugins/ckeditor/import.desktop.php
Normal file
@@ -0,0 +1,122 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
?>
|
||||
|
||||
<style>
|
||||
/* 툴바 감추기 설정 - 게시판 테마 */
|
||||
<?php if (!$d['theme']['show_edittoolbar']): ?>
|
||||
#cke_1_top {display: none}
|
||||
<?php endif; ?>
|
||||
</style>
|
||||
|
||||
<div class="rb-article">
|
||||
<textarea name="content" class="form-control ckeditor d-none" id="ckeditor_textarea"><?php echo $__SRC__?></textarea>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
getImport('ckeditor','full-all/ckeditor','4.9.0','js');
|
||||
$editor_type = 'html'; // 에디터 타입 : html,markdown
|
||||
$editor_height = $d['theme']['edit_height']?$d['theme']['edit_height']:'350';
|
||||
?>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
function InserHTMLtoEditor(type,sHTML) {
|
||||
CKEDITOR.instances['ckeditor_textarea'].insertHtml(sHTML);
|
||||
}
|
||||
|
||||
CKEDITOR.replace( 'ckeditor_textarea', {
|
||||
// Define the toolbar: http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_toolbar
|
||||
// The standard preset from CDN which we used as a base provides more features than we need.
|
||||
// Also by default it comes with a 2-line toolbar. Here we put all buttons in a single row.
|
||||
|
||||
|
||||
toolbar: [
|
||||
{ name: 'styles', items: [ 'Styles', 'Format' ] },
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', '-', 'RemoveFormat' ] },
|
||||
{ name: 'colors', items: [ 'TextColor', 'BGColor' ] },
|
||||
{ name: 'align', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ] },
|
||||
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
|
||||
{ name: 'links', items: [ 'Link', 'Unlink' ] },
|
||||
{ name: 'insert', items: [ 'Image', 'EmbedSemantic', 'Table','HorizontalRule'] },
|
||||
{ name: 'tools', items: [ 'Maximize' ] }
|
||||
],
|
||||
// Since we define all configuration options here, let's instruct CKEditor to not load config.js which it does by default.
|
||||
// One HTTP request less will result in a faster startup time.
|
||||
// For more information check http://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-customConfig
|
||||
customConfig: '',
|
||||
// Enabling extra plugins, available in the standard-all preset: http://ckeditor.com/presets-all
|
||||
extraPlugins: 'autoembed,embedsemantic,tableresize,horizontalrule',
|
||||
/*********************** File management support ***********************/
|
||||
// In order to turn on support for file uploads, CKEditor has to be configured to use some server side
|
||||
// solution with file upload/management capabilities, like for example CKFinder.
|
||||
// For more information see http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_ckfinder_integration
|
||||
// Uncomment and correct these lines after you setup your local CKFinder instance.
|
||||
// filebrowserBrowseUrl: 'http://example.com/ckfinder/ckfinder.html',
|
||||
// filebrowserUploadUrl: '/uploader/upload.php',
|
||||
/*********************** File management support ***********************/
|
||||
// Remove the default image plugin because image2, which offers captions for images, was enabled above.
|
||||
// removePlugins: 'image',
|
||||
// Make the editing area bigger than default.
|
||||
height: 450,
|
||||
|
||||
// An array of stylesheets to style the WYSIWYG area.
|
||||
// Note: it is recommended to keep your own styles in a separate file in order to make future updates painless.
|
||||
// contentsCss: [ 'https://cdn.ckeditor.com/4.8.0/standard-all/contents.css', 'mystyles.css' ],
|
||||
// This is optional, but will let us define multiple different styles for multiple editors using the same CSS file.
|
||||
bodyClass: 'article-editor',
|
||||
// Reduce the list of block elements listed in the Format dropdown to the most commonly used.
|
||||
format_tags: 'p;h1;h2;h3;pre',
|
||||
// Simplify the Image and Link dialog windows. The "Advanced" tab is not needed in most cases.
|
||||
removeDialogTabs: 'image:advanced;link:advanced',
|
||||
// Define the list of styles which should be available in the Styles dropdown list.
|
||||
// If the "class" attribute is used to style an element, make sure to define the style for the class in "mystyles.css"
|
||||
// (and on your website so that it rendered in the same way).
|
||||
// Note: by default CKEditor looks for styles.js file. Defining stylesSet inline (as below) stops CKEditor from loading
|
||||
// that file, which means one HTTP request less (and a faster startup).
|
||||
// For more information see http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_styles
|
||||
stylesSet: [
|
||||
/* Inline Styles */
|
||||
{ name: '작성자', element: 'span', attributes: { 'class': 'marker' } },
|
||||
{ name: 'Inline Quotation', element: 'q' },
|
||||
/* Object Styles */
|
||||
{
|
||||
name: '강조박스',
|
||||
element: 'div',
|
||||
styles: {
|
||||
margin: '15px 0',
|
||||
padding: '5px 10px',
|
||||
background: '#eee',
|
||||
border: '1px solid #ccc'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '콤팩트 테이블',
|
||||
element: 'table',
|
||||
attributes: {
|
||||
cellpadding: '5',
|
||||
cellspacing: '0',
|
||||
border: '1',
|
||||
bordercolor: '#ccc'
|
||||
},
|
||||
styles: {
|
||||
'border-collapse': 'collapse'
|
||||
}
|
||||
},
|
||||
{ name: '테두리 없는 테이블', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
|
||||
{ name: '사각 목록', element: 'ul', styles: { 'list-style-type': 'square' } },
|
||||
// { name: '반응형 이미지', element: 'img', styles: { 'max-width': '100%', 'height': 'auto' } },
|
||||
/* Widget Styles */
|
||||
// We use this one to style the brownie picture.
|
||||
{ name: '반응형 이미지', type: 'widget', widget: 'image', styles: { 'max-width': '100%', 'height': 'auto' } },
|
||||
// Media embed
|
||||
{ name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-240p' } },
|
||||
{ name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-360p' } },
|
||||
{ name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-480p' } },
|
||||
{ name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-720p' } },
|
||||
{ name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' } }
|
||||
]
|
||||
} );
|
||||
|
||||
</script>
|
||||
21
plugins/ckeditor/import.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
$__SRC__ = str_replace("<?php getWidget(",'<img alt="getWidget(',$__SRC__);
|
||||
$__SRC__ = str_replace("))?>",'))" src="./_core/images/blank.gif" class="rb-widget-edit-img">',$__SRC__);
|
||||
?>
|
||||
|
||||
<div class="form-group">
|
||||
<textarea name="source" class="form-control ckeditor" id="ckeditor_textarea"><?php echo $__SRC__?></textarea>
|
||||
</div>
|
||||
|
||||
<?php getImport('ckeditor','full/ckeditor',false,'js')?>
|
||||
<script>
|
||||
function InserHTMLtoEditor(sHTML)
|
||||
{
|
||||
CKEDITOR.instances['ckeditor_textarea'].insertHtml(sHTML);
|
||||
}
|
||||
CKEDITOR.replace('ckeditor_textarea', {
|
||||
height: 500,
|
||||
language : '<?php echo $lang['site']['a4027']?substr($lang['site']['a4027'],0,2):'en'?>'
|
||||
});
|
||||
</script>
|
||||
115
plugins/ckeditor/import.system.php
Normal file
@@ -0,0 +1,115 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
?>
|
||||
|
||||
<textarea name="source" class="form-control ckeditor d-none" id="ckeditor_textarea"><?php echo $__SRC__?></textarea>
|
||||
|
||||
<?php
|
||||
getImport('ckeditor','full-all/ckeditor','4.9.0','js');
|
||||
$editor_type = 'html'; // 에디터 타입 : html,markdown
|
||||
?>
|
||||
|
||||
<script>
|
||||
|
||||
function InserHTMLtoEditor(sHTML) {
|
||||
CKEDITOR.instances['ckeditor_textarea'].insertHtml(sHTML);
|
||||
}
|
||||
|
||||
CKEDITOR.replace( 'ckeditor_textarea', {
|
||||
// Define the toolbar: http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_toolbar
|
||||
// The standard preset from CDN which we used as a base provides more features than we need.
|
||||
// Also by default it comes with a 2-line toolbar. Here we put all buttons in a single row.
|
||||
|
||||
|
||||
toolbar: [
|
||||
{ name: 'clipboard', items: [ 'Undo', 'Redo' ] },
|
||||
{ name: 'styles', items: [ 'Styles', 'Format' ] },
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', '-', 'RemoveFormat' ] },
|
||||
{ name: 'colors', items: [ 'TextColor', 'BGColor' ] },
|
||||
{ name: 'align', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ] },
|
||||
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
|
||||
{ name: 'links', items: [ 'Link', 'Unlink' ] },
|
||||
{ name: 'insert', items: [ 'Image', 'EmbedSemantic', 'Table','HorizontalRule'] },
|
||||
{ name: 'tools', items: [ 'Maximize' ] }
|
||||
],
|
||||
// Since we define all configuration options here, let's instruct CKEditor to not load config.js which it does by default.
|
||||
// One HTTP request less will result in a faster startup time.
|
||||
// For more information check http://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-customConfig
|
||||
customConfig: '',
|
||||
// Enabling extra plugins, available in the standard-all preset: http://ckeditor.com/presets-all
|
||||
extraPlugins: 'autoembed,embedsemantic,autogrow,tableresize,horizontalrule',
|
||||
/*********************** File management support ***********************/
|
||||
// In order to turn on support for file uploads, CKEditor has to be configured to use some server side
|
||||
// solution with file upload/management capabilities, like for example CKFinder.
|
||||
// For more information see http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_ckfinder_integration
|
||||
// Uncomment and correct these lines after you setup your local CKFinder instance.
|
||||
// filebrowserBrowseUrl: 'http://example.com/ckfinder/ckfinder.html',
|
||||
// filebrowserUploadUrl: '/uploader/upload.php',
|
||||
/*********************** File management support ***********************/
|
||||
// Remove the default image plugin because image2, which offers captions for images, was enabled above.
|
||||
removePlugins: 'image',
|
||||
// Make the editing area bigger than default.
|
||||
// height: 450,
|
||||
|
||||
autoGrow_minHeight: 350,
|
||||
autoGrow_onStartup: true,
|
||||
autoGrow_bottomSpace: 20,
|
||||
|
||||
// An array of stylesheets to style the WYSIWYG area.
|
||||
// Note: it is recommended to keep your own styles in a separate file in order to make future updates painless.
|
||||
// contentsCss: [ 'https://cdn.ckeditor.com/4.8.0/standard-all/contents.css', 'mystyles.css' ],
|
||||
// This is optional, but will let us define multiple different styles for multiple editors using the same CSS file.
|
||||
bodyClass: 'article-editor',
|
||||
// Reduce the list of block elements listed in the Format dropdown to the most commonly used.
|
||||
format_tags: 'p;h1;h2;h3;pre',
|
||||
// Simplify the Image and Link dialog windows. The "Advanced" tab is not needed in most cases.
|
||||
removeDialogTabs: 'image:advanced;link:advanced',
|
||||
// Define the list of styles which should be available in the Styles dropdown list.
|
||||
// If the "class" attribute is used to style an element, make sure to define the style for the class in "mystyles.css"
|
||||
// (and on your website so that it rendered in the same way).
|
||||
// Note: by default CKEditor looks for styles.js file. Defining stylesSet inline (as below) stops CKEditor from loading
|
||||
// that file, which means one HTTP request less (and a faster startup).
|
||||
// For more information see http://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_styles
|
||||
stylesSet: [
|
||||
/* Inline Styles */
|
||||
{ name: '작성자', element: 'span', attributes: { 'class': 'marker' } },
|
||||
{ name: 'Inline Quotation', element: 'q' },
|
||||
/* Object Styles */
|
||||
{
|
||||
name: '강조박스',
|
||||
element: 'div',
|
||||
styles: {
|
||||
padding: '5px 10px',
|
||||
background: '#eee',
|
||||
border: '1px solid #ccc'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '콤팩트 테이블',
|
||||
element: 'table',
|
||||
attributes: {
|
||||
cellpadding: '5',
|
||||
cellspacing: '0',
|
||||
border: '1',
|
||||
bordercolor: '#ccc'
|
||||
},
|
||||
styles: {
|
||||
'border-collapse': 'collapse'
|
||||
}
|
||||
},
|
||||
{ name: '테두리 없는 테이블', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
|
||||
{ name: '사각 목록', element: 'ul', styles: { 'list-style-type': 'square' } },
|
||||
// { name: '반응형 이미지', element: 'img', styles: { 'max-width': '100%', 'height': 'auto' } },
|
||||
/* Widget Styles */
|
||||
// We use this one to style the brownie picture.
|
||||
{ name: '반응형 이미지', type: 'widget', widget: 'image', styles: { 'max-width': '100%', 'height': 'auto' } },
|
||||
// Media embed
|
||||
{ name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-240p' } },
|
||||
{ name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-360p' } },
|
||||
{ name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-480p' } },
|
||||
{ name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-720p' } },
|
||||
{ name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' } }
|
||||
]
|
||||
} );
|
||||
|
||||
</script>
|
||||
1
plugins/ckeditor/name.txt
Normal file
@@ -0,0 +1 @@
|
||||
CK 에디터
|
||||
158
plugins/ckeditor/rb-edit-style.css
Normal file
@@ -0,0 +1,158 @@
|
||||
/*포스트 미디어 삽입*/
|
||||
.rb-widget-edit-img {
|
||||
width: 300px;
|
||||
height: 150px;
|
||||
border: #666 dotted 2px;
|
||||
background: url('../../modules/site/lang.korean/pages/images/thumb_small.gif') #efefef no-repeat center center;
|
||||
}
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.img-responsive,
|
||||
.thumbnail > img,
|
||||
.thumbnail a > img,
|
||||
.carousel-inner > .item > img,
|
||||
.carousel-inner > .item > a > img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.img-rounded {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.img-thumbnail {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 4px;
|
||||
line-height: 1.42857143;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
.img-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-sm-12 {
|
||||
width: 99.7%;
|
||||
}
|
||||
.col-sm-10 {
|
||||
width: 53.6%;
|
||||
}
|
||||
.col-sm-9 {
|
||||
width: 45.6%;
|
||||
}
|
||||
.col-sm-8 {
|
||||
width: 58.8%;
|
||||
}
|
||||
.col-sm-7 {
|
||||
width: 40.6%;
|
||||
}
|
||||
.col-sm-6 {
|
||||
width: 49.70%;
|
||||
}
|
||||
.col-sm-5 {
|
||||
width: 32.999%;
|
||||
}
|
||||
.col-sm-4 {
|
||||
width: 24%;
|
||||
}
|
||||
.col-sm-3 {
|
||||
width: 19.5%;
|
||||
}
|
||||
.col-sm-2 {
|
||||
width: 15.66666667%;
|
||||
}
|
||||
.col-sm-1 {
|
||||
width: 8.33333333%;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.rb-insert-media {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.rb-insert-media img {
|
||||
padding: 0;
|
||||
margin: 1px;
|
||||
border: 1px solid rgba(0, 0, 0, .1);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.rb-insert-media .row {
|
||||
margin-left: -1px;
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.rb-insert-media .col-xs-1,
|
||||
.rb-insert-media .col-sm-1,
|
||||
.rb-insert-media .col-md-1,
|
||||
.rb-insert-media .col-lg-1,
|
||||
.rb-insert-media .col-xs-2,
|
||||
.rb-insert-media .col-sm-2,
|
||||
.rb-insert-media .col-md-2,
|
||||
.rb-insert-media .col-lg-2,
|
||||
.rb-insert-media .col-xs-3,
|
||||
.rb-insert-media .col-sm-3,
|
||||
.rb-insert-media .col-md-3,
|
||||
.rb-insert-media .col-lg-3,
|
||||
.rb-insert-media .col-xs-4,
|
||||
.rb-insert-media .col-sm-4,
|
||||
.rb-insert-media .col-md-4,
|
||||
.rb-insert-media .col-lg-4,
|
||||
.rb-insert-media .col-xs-5,
|
||||
.rb-insert-media .col-sm-5,
|
||||
.rb-insert-media .col-md-5,
|
||||
.rb-insert-media .col-lg-5,
|
||||
.rb-insert-media .col-xs-6,
|
||||
.rb-insert-media .col-sm-6,
|
||||
.rb-insert-media .col-md-6,
|
||||
.rb-insert-media .col-lg-6,
|
||||
.rb-insert-media .col-xs-7,
|
||||
.rb-insert-media .col-sm-7,
|
||||
.rb-insert-media .col-md-7,
|
||||
.rb-insert-media .col-lg-7,
|
||||
.rb-insert-media .col-xs-8,
|
||||
.rb-insert-media .col-sm-8,
|
||||
.rb-insert-media .col-md-8,
|
||||
.rb-insert-media .col-lg-8,
|
||||
.rb-insert-media .col-xs-9,
|
||||
.rb-insert-media .col-sm-9,
|
||||
.rb-insert-media .col-md-9,
|
||||
.rb-insert-media .col-lg-9,
|
||||
.rb-insert-media .col-xs-10,
|
||||
.rb-insert-media .col-sm-10,
|
||||
.rb-insert-media .col-md-10,
|
||||
.rb-insert-media .col-lg-10,
|
||||
.rb-insert-media .col-xs-11,
|
||||
.rb-insert-media .col-sm-11,
|
||||
.rb-insert-media .col-md-11,
|
||||
.rb-insert-media .col-lg-11,
|
||||
.rb-insert-media .col-xs-12,
|
||||
.rb-insert-media .col-sm-12,
|
||||
.rb-insert-media .col-md-12,
|
||||
.rb-insert-media .col-lg-12 {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
.rb-insert-media .rb-caption {
|
||||
margin-top: 15px;
|
||||
color: #777
|
||||
}
|
||||
|
||||
.rb-insert-media .caption:before {
|
||||
content: '▲ ' ;
|
||||
}
|
||||
1
plugins/ckeditor/size.txt
Normal file
@@ -0,0 +1 @@
|
||||
8132416,765
|
||||