tinymce-rails 4.4.3 → 4.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/source/tinymce/tinymce.js +2044 -391
  3. data/lib/tinymce/rails/version.rb +2 -2
  4. data/vendor/assets/javascripts/tinymce/jquery.tinymce.js +1 -1
  5. data/vendor/assets/javascripts/tinymce/plugins/advlist/plugin.js +1 -1
  6. data/vendor/assets/javascripts/tinymce/plugins/anchor/plugin.js +1 -1
  7. data/vendor/assets/javascripts/tinymce/plugins/autolink/plugin.js +1 -1
  8. data/vendor/assets/javascripts/tinymce/plugins/autoresize/plugin.js +1 -1
  9. data/vendor/assets/javascripts/tinymce/plugins/autosave/plugin.js +1 -1
  10. data/vendor/assets/javascripts/tinymce/plugins/charmap/plugin.js +1 -1
  11. data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.dev.js +141 -0
  12. data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.js +1 -1
  13. data/vendor/assets/javascripts/tinymce/plugins/contextmenu/plugin.js +1 -1
  14. data/vendor/assets/javascripts/tinymce/plugins/fullpage/plugin.js +1 -1
  15. data/vendor/assets/javascripts/tinymce/plugins/fullscreen/plugin.js +1 -1
  16. data/vendor/assets/javascripts/tinymce/plugins/image/plugin.js +1 -1
  17. data/vendor/assets/javascripts/tinymce/plugins/imagetools/plugin.js +1 -1
  18. data/vendor/assets/javascripts/tinymce/plugins/importcss/plugin.js +1 -1
  19. data/vendor/assets/javascripts/tinymce/plugins/insertdatetime/plugin.js +1 -1
  20. data/vendor/assets/javascripts/tinymce/plugins/legacyoutput/plugin.js +1 -1
  21. data/vendor/assets/javascripts/tinymce/plugins/link/plugin.js +1 -1
  22. data/vendor/assets/javascripts/tinymce/plugins/lists/plugin.js +1 -1
  23. data/vendor/assets/javascripts/tinymce/plugins/media/plugin.js +1 -1
  24. data/vendor/assets/javascripts/tinymce/plugins/nonbreaking/plugin.js +1 -1
  25. data/vendor/assets/javascripts/tinymce/plugins/noneditable/plugin.js +1 -1
  26. data/vendor/assets/javascripts/tinymce/plugins/pagebreak/plugin.js +1 -1
  27. data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.dev.js +143 -0
  28. data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.js +1 -1
  29. data/vendor/assets/javascripts/tinymce/plugins/preview/plugin.js +1 -1
  30. data/vendor/assets/javascripts/tinymce/plugins/save/plugin.js +1 -1
  31. data/vendor/assets/javascripts/tinymce/plugins/searchreplace/plugin.js +1 -1
  32. data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.dev.js +139 -0
  33. data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.js +1 -1
  34. data/vendor/assets/javascripts/tinymce/plugins/tabfocus/plugin.js +1 -1
  35. data/vendor/assets/javascripts/tinymce/plugins/table/plugin.dev.js +143 -0
  36. data/vendor/assets/javascripts/tinymce/plugins/table/plugin.js +2 -2
  37. data/vendor/assets/javascripts/tinymce/plugins/template/plugin.js +1 -1
  38. data/vendor/assets/javascripts/tinymce/plugins/textpattern/plugin.js +1 -1
  39. data/vendor/assets/javascripts/tinymce/plugins/toc/plugin.js +1 -0
  40. data/vendor/assets/javascripts/tinymce/plugins/visualchars/plugin.js +1 -1
  41. data/vendor/assets/javascripts/tinymce/plugins/wordcount/plugin.js +1 -1
  42. data/vendor/assets/javascripts/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
  43. data/vendor/assets/javascripts/tinymce/skins/lightgray/Animations.less +10 -0
  44. data/vendor/assets/javascripts/tinymce/skins/lightgray/Arrows.less +115 -0
  45. data/vendor/assets/javascripts/tinymce/skins/lightgray/Button.less +175 -0
  46. data/vendor/assets/javascripts/tinymce/skins/lightgray/ButtonGroup.less +71 -0
  47. data/vendor/assets/javascripts/tinymce/skins/lightgray/Checkbox.less +49 -0
  48. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorBox.less +6 -0
  49. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorButton.less +72 -0
  50. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorPicker.less +80 -0
  51. data/vendor/assets/javascripts/tinymce/skins/lightgray/ComboBox.less +97 -0
  52. data/vendor/assets/javascripts/tinymce/skins/lightgray/Container.less +9 -0
  53. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.Inline.less +4 -0
  54. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.Objects.less +178 -0
  55. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.less +27 -0
  56. data/vendor/assets/javascripts/tinymce/skins/lightgray/CropRect.less +62 -0
  57. data/vendor/assets/javascripts/tinymce/skins/lightgray/FieldSet.less +15 -0
  58. data/vendor/assets/javascripts/tinymce/skins/lightgray/FitLayout.less +9 -0
  59. data/vendor/assets/javascripts/tinymce/skins/lightgray/FloatPanel.less +69 -0
  60. data/vendor/assets/javascripts/tinymce/skins/lightgray/FlowLayout.less +36 -0
  61. data/vendor/assets/javascripts/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
  62. data/vendor/assets/javascripts/tinymce/skins/lightgray/Icons.less +182 -0
  63. data/vendor/assets/javascripts/tinymce/skins/lightgray/Iframe.less +6 -0
  64. data/vendor/assets/javascripts/tinymce/skins/lightgray/ImagePanel.less +25 -0
  65. data/vendor/assets/javascripts/tinymce/skins/lightgray/InfoBox.less +71 -0
  66. data/vendor/assets/javascripts/tinymce/skins/lightgray/Label.less +38 -0
  67. data/vendor/assets/javascripts/tinymce/skins/lightgray/ListBox.less +26 -0
  68. data/vendor/assets/javascripts/tinymce/skins/lightgray/Menu.less +34 -0
  69. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuBar.less +32 -0
  70. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuButton.less +34 -0
  71. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuItem.less +176 -0
  72. data/vendor/assets/javascripts/tinymce/skins/lightgray/Mixins.less +54 -0
  73. data/vendor/assets/javascripts/tinymce/skins/lightgray/Notification.less +142 -0
  74. data/vendor/assets/javascripts/tinymce/skins/lightgray/Panel.less +7 -0
  75. data/vendor/assets/javascripts/tinymce/skins/lightgray/Path.less +45 -0
  76. data/vendor/assets/javascripts/tinymce/skins/lightgray/Progress.less +34 -0
  77. data/vendor/assets/javascripts/tinymce/skins/lightgray/Radio.less +1 -0
  78. data/vendor/assets/javascripts/tinymce/skins/lightgray/Reset.less +32 -0
  79. data/vendor/assets/javascripts/tinymce/skins/lightgray/ResizeHandle.less +18 -0
  80. data/vendor/assets/javascripts/tinymce/skins/lightgray/Scrollable.less +44 -0
  81. data/vendor/assets/javascripts/tinymce/skins/lightgray/SelectBox.less +6 -0
  82. data/vendor/assets/javascripts/tinymce/skins/lightgray/Sidebar.less +49 -0
  83. data/vendor/assets/javascripts/tinymce/skins/lightgray/Slider.less +33 -0
  84. data/vendor/assets/javascripts/tinymce/skins/lightgray/Spacer.less +5 -0
  85. data/vendor/assets/javascripts/tinymce/skins/lightgray/SplitButton.less +49 -0
  86. data/vendor/assets/javascripts/tinymce/skins/lightgray/StackLayout.less +5 -0
  87. data/vendor/assets/javascripts/tinymce/skins/lightgray/TabPanel.less +44 -0
  88. data/vendor/assets/javascripts/tinymce/skins/lightgray/TextBox.less +41 -0
  89. data/vendor/assets/javascripts/tinymce/skins/lightgray/Throbber.less +19 -0
  90. data/vendor/assets/javascripts/tinymce/skins/lightgray/TinyMCE.less +159 -0
  91. data/vendor/assets/javascripts/tinymce/skins/lightgray/ToolTip.less +133 -0
  92. data/vendor/assets/javascripts/tinymce/skins/lightgray/Variables.less +218 -0
  93. data/vendor/assets/javascripts/tinymce/skins/lightgray/Window.less +127 -0
  94. data/vendor/assets/javascripts/tinymce/skins/lightgray/content.inline.min.css +1 -1
  95. data/vendor/assets/javascripts/tinymce/skins/lightgray/content.min.css +1 -1
  96. data/vendor/assets/javascripts/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  97. data/vendor/assets/javascripts/tinymce/skins/lightgray/fonts/tinymce.svg +2 -0
  98. data/vendor/assets/javascripts/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  99. data/vendor/assets/javascripts/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  100. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.dev.less +48 -0
  101. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.ie7.dev.less +47 -0
  102. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.ie7.less +2777 -0
  103. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.ie7.min.css +1 -1
  104. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.less +2874 -0
  105. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.min.css +1 -1
  106. data/vendor/assets/javascripts/tinymce/themes/inlite/theme.js +1 -1
  107. data/vendor/assets/javascripts/tinymce/themes/modern/theme.js +1 -1
  108. data/vendor/assets/javascripts/tinymce/tinymce.js +14 -14
  109. metadata +65 -4
  110. data/vendor/assets/javascripts/tinymce/plugins/media/moxieplayer.swf +0 -0
@@ -0,0 +1,27 @@
1
+ /* Content.less */
2
+
3
+ @font-family: Verdana, Arial, Helvetica, sans-serif;
4
+ @font-size: 14px;
5
+
6
+ body {
7
+ background-color: #FFFFFF;
8
+ color: #000000;
9
+ font-family: @font-family;
10
+ font-size: @font-size;
11
+ scrollbar-3dlight-color: #F0F0EE;
12
+ scrollbar-arrow-color: #676662;
13
+ scrollbar-base-color: #F0F0EE;
14
+ scrollbar-darkshadow-color: #DDDDDD;
15
+ scrollbar-face-color: #E0E0DD;
16
+ scrollbar-highlight-color: #F0F0EE;
17
+ scrollbar-shadow-color: #F0F0EE;
18
+ scrollbar-track-color: #F5F5F5;
19
+ }
20
+
21
+ td, th {
22
+ font-family: @font-family;
23
+ font-size: @font-size;
24
+ }
25
+
26
+ @import "Mixins.less";
27
+ @import "Content.Objects.less";
@@ -0,0 +1,62 @@
1
+ // CropRect
2
+
3
+ .@{prefix}-croprect-container {
4
+ position: absolute;
5
+ top: 0;
6
+ left: 0;
7
+ }
8
+
9
+ .@{prefix}-croprect-handle {
10
+ position: absolute;
11
+ top: 0; left: 0;
12
+ width: 20px; height: 20px;
13
+ border: 2px solid white;
14
+ }
15
+
16
+ .@{prefix}-croprect-handle-nw {
17
+ border-width: 2px 0 0 2px;
18
+ margin: -2px 0 0 -2px;
19
+ cursor: nw-resize;
20
+ top: 100px; left: 100px;
21
+ }
22
+
23
+ .@{prefix}-croprect-handle-ne {
24
+ border-width: 2px 2px 0 0;
25
+ margin: -2px 0 0 -20px;
26
+ cursor: ne-resize;
27
+ top: 100px; left: 200px;
28
+ }
29
+
30
+ .@{prefix}-croprect-handle-sw {
31
+ border-width: 0 0 2px 2px;
32
+ margin: -20px 2px 0 -2px;
33
+ cursor: sw-resize;
34
+ top: 200px; left: 100px;
35
+ }
36
+
37
+ .@{prefix}-croprect-handle-se {
38
+ border-width: 0 2px 2px 0;
39
+ margin: -20px 0 0 -20px;
40
+ cursor: se-resize;
41
+ top: 200px; left: 200px;
42
+ }
43
+
44
+ .@{prefix}-croprect-handle-move {
45
+ position: absolute;
46
+ cursor: move;
47
+ border: 0;
48
+ }
49
+
50
+ .@{prefix}-croprect-block {
51
+ .opacity(@window-modalblock-opacity);
52
+ position: absolute;
53
+ background: black;
54
+ }
55
+
56
+ .@{prefix}-croprect-handle:focus {
57
+ border-color: @textbox-border-focus;
58
+ }
59
+
60
+ .@{prefix}-croprect-handle-move:focus {
61
+ outline: 1px solid @textbox-border-focus;
62
+ }
@@ -0,0 +1,15 @@
1
+ // FieldSet
2
+
3
+ .@{prefix}-fieldset {
4
+ border: 0 solid #9E9E9E;
5
+ .border-radius(3px);
6
+ }
7
+
8
+ .@{prefix}-fieldset > .@{prefix}-container-body {
9
+ margin-top: -15px;
10
+ }
11
+
12
+ .@{prefix}-fieldset-title {
13
+ margin-left: 5px;
14
+ padding: 0 5px 0 5px;
15
+ }
@@ -0,0 +1,9 @@
1
+ // FitLayout
2
+
3
+ .@{prefix}-fit-layout {
4
+ .inline-block();
5
+ }
6
+
7
+ .@{prefix}-fit-layout-item {
8
+ position: absolute;
9
+ }
@@ -0,0 +1,69 @@
1
+ // FloatPanel
2
+
3
+ .@{prefix}-floatpanel {
4
+ position: absolute;
5
+ .box-shadow(@floatpanel-box-shadow);
6
+ }
7
+
8
+ .@{prefix}-floatpanel.@{prefix}-fixed {
9
+ position: fixed;
10
+ }
11
+
12
+ // Popover panel
13
+
14
+ .@{prefix}-floatpanel .@{prefix}-arrow,
15
+ .@{prefix}-floatpanel .@{prefix}-arrow:after {
16
+ position: absolute;
17
+ display: block;
18
+ width: 0;
19
+ height: 0;
20
+ border-color: transparent;
21
+ border-style: solid;
22
+ }
23
+
24
+ .@{prefix}-floatpanel .@{prefix}-arrow {
25
+ border-width: @popover-arrow-outer-width;
26
+ }
27
+
28
+ .@{prefix}-floatpanel .@{prefix}-arrow:after {
29
+ border-width: @popover-arrow-width;
30
+ content: "";
31
+ }
32
+
33
+ .@{prefix}-floatpanel.@{prefix}-popover {
34
+ .reset-gradient();
35
+ .border-radius(6px);
36
+ .box-shadow(@floatpanel-box-shadow);
37
+ top: 0;
38
+ left: 0;
39
+ background: @popover-bg;
40
+ border: 1px solid @panel-border;
41
+ border: 1px solid @popover-arrow-outer;
42
+
43
+ &.@{prefix}-bottom {
44
+ margin-top: @popover-arrow-width;
45
+ *margin-top: 0;
46
+
47
+ & > .@{prefix}-arrow {
48
+ left: 50%;
49
+ margin-left: -@popover-arrow-outer-width;
50
+ border-top-width: 0;
51
+ border-bottom-color: @panel-border;
52
+ border-bottom-color: @popover-arrow-outer;
53
+ top: -@popover-arrow-outer-width;
54
+
55
+ &:after {
56
+ top: 1px;
57
+ margin-left: -@popover-arrow-width;
58
+ border-top-width: 0;
59
+ border-bottom-color: @popover-arrow;
60
+ }
61
+ }
62
+
63
+ &.@{prefix}-start { margin-left: -22px; }
64
+ &.@{prefix}-start > .@{prefix}-arrow { left: 20px; }
65
+
66
+ &.@{prefix}-end { margin-left: 22px; }
67
+ &.@{prefix}-end > .@{prefix}-arrow { right: 10px; left: auto; }
68
+ }
69
+ }
@@ -0,0 +1,36 @@
1
+ // FlowLayout
2
+
3
+ .@{prefix}-flow-layout-item {
4
+ .inline-block();
5
+ }
6
+
7
+ .@{prefix}-flow-layout-item {
8
+ margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
9
+ }
10
+
11
+ .@{prefix}-flow-layout-item.@{prefix}-last {
12
+ margin-right: @flow-layout-spacing;
13
+ }
14
+
15
+ .@{prefix}-flow-layout {
16
+ white-space: normal;
17
+ }
18
+
19
+ .@{prefix}-tinymce-inline .@{prefix}-flow-layout {
20
+ white-space: nowrap;
21
+ }
22
+
23
+ // RTL
24
+
25
+ .@{prefix}-rtl .@{prefix}-flow-layout {
26
+ text-align: right;
27
+ direction: rtl;
28
+ }
29
+
30
+ .@{prefix}-rtl .@{prefix}-flow-layout-item {
31
+ margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
32
+ }
33
+
34
+ .@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
35
+ margin-left: @flow-layout-spacing;
36
+ }
@@ -0,0 +1,136 @@
1
+ /* Icons IE7 */
2
+
3
+ @font-face {
4
+ font-family: 'tinymce';
5
+ src:url('fonts/tinymce.eot');
6
+ src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
7
+ url('fonts/tinymce.woff') format('woff'),
8
+ url('fonts/tinymce.ttf') format('truetype'),
9
+ url('fonts/tinymce.svg#tinymce') format('svg');
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ }
13
+
14
+ @font-face {
15
+ font-family: 'tinymce-small';
16
+ src:url('fonts/tinymce-small.eot');
17
+ src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
18
+ url('fonts/tinymce-small.woff') format('woff'),
19
+ url('fonts/tinymce-small.ttf') format('truetype'),
20
+ url('fonts/tinymce-small.svg#tinymce') format('svg');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ }
24
+
25
+ @iconSize: 16px;
26
+
27
+ .@{prefix}-ico {
28
+ font-family: 'tinymce';
29
+ font-style: normal;
30
+ font-weight: normal;
31
+ font-size: @iconSize;
32
+ line-height: 16px;
33
+ vertical-align: text-top;
34
+ -webkit-font-smoothing: antialiased;
35
+
36
+ display: inline-block;
37
+ background: transparent center center;
38
+ width: 16px;
39
+ height: 16px;
40
+ color: @btn-text;
41
+ -ie7-icon: ' ';
42
+ }
43
+
44
+ .@{prefix}-btn-small .@{prefix}-ico {
45
+ font-family: 'tinymce-small';
46
+ }
47
+
48
+ // .@{prefix}-i-checkbox needs to have zoom overridden since it's set by the gradient mixin
49
+ .@{prefix}-ico, i.@{prefix}-i-checkbox {
50
+ zoom: ~"expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = this.currentStyle['-ie7-icon'].substr(1, 1) + ' ')";
51
+ }
52
+
53
+ .@{prefix}-i-save { -ie7-icon: "\e000"; }
54
+ .@{prefix}-i-newdocument { -ie7-icon: "\e001"; }
55
+ .@{prefix}-i-fullpage { -ie7-icon: "\e002"; }
56
+ .@{prefix}-i-alignleft { -ie7-icon: "\e003"; }
57
+ .@{prefix}-i-aligncenter { -ie7-icon: "\e004"; }
58
+ .@{prefix}-i-alignright { -ie7-icon: "\e005"; }
59
+ .@{prefix}-i-alignjustify { -ie7-icon: "\e006"; }
60
+ .@{prefix}-i-alignnone { -ie7-icon: "\e003"; }
61
+ .@{prefix}-i-cut { -ie7-icon: "\e007"; }
62
+ .@{prefix}-i-paste { -ie7-icon: "\e008"; }
63
+ .@{prefix}-i-searchreplace { -ie7-icon: "\e009"; }
64
+ .@{prefix}-i-bullist { -ie7-icon: "\e00a"; }
65
+ .@{prefix}-i-numlist { -ie7-icon: "\e00b"; }
66
+ .@{prefix}-i-indent { -ie7-icon: "\e00c"; }
67
+ .@{prefix}-i-outdent { -ie7-icon: "\e00d"; }
68
+ .@{prefix}-i-blockquote { -ie7-icon: "\e00e"; }
69
+ .@{prefix}-i-undo { -ie7-icon: "\e00f"; }
70
+ .@{prefix}-i-redo { -ie7-icon: "\e010"; }
71
+ .@{prefix}-i-link { -ie7-icon: "\e011"; }
72
+ .@{prefix}-i-unlink { -ie7-icon: "\e012"; }
73
+ .@{prefix}-i-anchor { -ie7-icon: "\e013"; }
74
+ .@{prefix}-i-image { -ie7-icon: "\e014"; }
75
+ .@{prefix}-i-media { -ie7-icon: "\e015"; }
76
+ .@{prefix}-i-help { -ie7-icon: "\e016"; }
77
+ .@{prefix}-i-code { -ie7-icon: "\e017"; }
78
+ .@{prefix}-i-insertdatetime { -ie7-icon: "\e018"; }
79
+ .@{prefix}-i-preview { -ie7-icon: "\e019"; }
80
+ .@{prefix}-i-forecolor { -ie7-icon: "\e01a"; }
81
+ .@{prefix}-i-backcolor { -ie7-icon: "\e01a"; }
82
+ .@{prefix}-i-table { -ie7-icon: "\e01b"; }
83
+ .@{prefix}-i-hr { -ie7-icon: "\e01c"; }
84
+ .@{prefix}-i-removeformat { -ie7-icon: "\e01d"; }
85
+ .@{prefix}-i-subscript { -ie7-icon: "\e01e"; }
86
+ .@{prefix}-i-superscript { -ie7-icon: "\e01f"; }
87
+ .@{prefix}-i-charmap { -ie7-icon: "\e020"; }
88
+ .@{prefix}-i-emoticons { -ie7-icon: "\e021"; }
89
+ .@{prefix}-i-print { -ie7-icon: "\e022"; }
90
+ .@{prefix}-i-fullscreen { -ie7-icon: "\e023"; }
91
+ .@{prefix}-i-spellchecker { -ie7-icon: "\e024"; }
92
+ .@{prefix}-i-nonbreaking { -ie7-icon: "\e025"; }
93
+ .@{prefix}-i-template { -ie7-icon: "\e026"; }
94
+ .@{prefix}-i-pagebreak { -ie7-icon: "\e027"; }
95
+ .@{prefix}-i-restoredraft { -ie7-icon: "\e028"; }
96
+ .@{prefix}-i-untitled { -ie7-icon: "\e029"; }
97
+ .@{prefix}-i-bold { -ie7-icon: "\e02a"; }
98
+ .@{prefix}-i-italic { -ie7-icon: "\e02b"; }
99
+ .@{prefix}-i-underline { -ie7-icon: "\e02c"; }
100
+ .@{prefix}-i-strikethrough { -ie7-icon: "\e02d"; }
101
+ .@{prefix}-i-visualchars { -ie7-icon: "\e02e"; }
102
+ .@{prefix}-i-ltr { -ie7-icon: "\e02f"; }
103
+ .@{prefix}-i-rtl { -ie7-icon: "\e030"; }
104
+ .@{prefix}-i-copy { -ie7-icon: "\e031"; }
105
+ .@{prefix}-i-resize { -ie7-icon: "\e032"; }
106
+ .@{prefix}-i-browse { -ie7-icon: "\e034"; }
107
+ .@{prefix}-i-pastetext { -ie7-icon: "\e035"; }
108
+ .@{prefix}-i-rotateleft { -ie7-icon: "\eaa8"; }
109
+ .@{prefix}-i-rotateright { -ie7-icon: "\eaa9"; }
110
+ .@{prefix}-i-crop { -ie7-icon: "\ee78"; }
111
+ .@{prefix}-i-editimage { -ie7-icon: "\e914"; }
112
+ .@{prefix}-i-options { -ie7-icon: "\ec6a"; }
113
+ .@{prefix}-i-flipv { -ie7-icon: "\eaaa"; }
114
+ .@{prefix}-i-fliph { -ie7-icon: "\eaac"; }
115
+ .@{prefix}-i-zoomin { -ie7-icon: "\eb35"; }
116
+ .@{prefix}-i-zoomout { -ie7-icon: "\eb36"; }
117
+ .@{prefix}-i-sun { -ie7-icon: "\eccc"; }
118
+ .@{prefix}-i-moon { -ie7-icon: "\eccd"; }
119
+ .@{prefix}-i-arrowleft { -ie7-icon: "\edc0"; }
120
+ .@{prefix}-i-arrowright { -ie7-icon: "\edb8"; }
121
+ .@{prefix}-i-drop { -ie7-icon: "\e934"; }
122
+ .@{prefix}-i-contrast { -ie7-icon: "\ecd4"; }
123
+ .@{prefix}-i-sharpen { -ie7-icon: "\eba7"; }
124
+ .@{prefix}-i-palette { -ie7-icon: "\e92a"; }
125
+ .@{prefix}-i-resize2 { -ie7-icon: "\edf9"; }
126
+ .@{prefix}-i-orientation { -ie7-icon: "\e601"; }
127
+ .@{prefix}-i-invert { -ie7-icon: "\e602"; }
128
+ .@{prefix}-i-gamma { -ie7-icon: "\e600"; }
129
+ .@{prefix}-i-remove { -ie7-icon: "\ed6a"; }
130
+ .@{prefix}-i-codesample { -ie7-icon: "\e603"; }
131
+ .@{prefix}-i-checkbox, .@{prefix}-i-selected {
132
+ -ie7-icon: "\e033";
133
+ }
134
+
135
+ .@{prefix}-i-selected { visibility: hidden; }
136
+ .@{prefix}-i-backcolor { background: #BBB; }
@@ -0,0 +1,182 @@
1
+ /* Icons */
2
+
3
+ @font-face {
4
+ font-family: 'tinymce';
5
+ src:url('fonts/tinymce.eot');
6
+ src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
7
+ url('fonts/tinymce.woff') format('woff'),
8
+ url('fonts/tinymce.ttf') format('truetype'),
9
+ url('fonts/tinymce.svg#tinymce') format('svg');
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ }
13
+
14
+ @font-face {
15
+ font-family: 'tinymce-small';
16
+ src:url('fonts/tinymce-small.eot');
17
+ src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
18
+ url('fonts/tinymce-small.woff') format('woff'),
19
+ url('fonts/tinymce-small.ttf') format('truetype'),
20
+ url('fonts/tinymce-small.svg#tinymce') format('svg');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ }
24
+
25
+ @iconSize: 16px;
26
+
27
+ .@{prefix}-ico {
28
+ font-family: 'tinymce', Arial;
29
+ font-style: normal;
30
+ font-weight: normal;
31
+ font-variant: normal;
32
+ font-size: @iconSize;
33
+ line-height: 16px;
34
+ speak: none;
35
+ vertical-align: text-top;
36
+ -webkit-font-smoothing: antialiased;
37
+ -moz-osx-font-smoothing: grayscale;
38
+
39
+ display: inline-block;
40
+ background: transparent center center;
41
+ background-size: cover;
42
+ width: 16px;
43
+ height: 16px;
44
+ color: @btn-text;
45
+ }
46
+
47
+ .@{prefix}-btn-small .@{prefix}-ico {
48
+ font-family: 'tinymce-small', Arial;
49
+ }
50
+
51
+ .@{prefix}-i-save:before { content: "\e000"; }
52
+ .@{prefix}-i-newdocument:before { content: "\e001"; }
53
+ .@{prefix}-i-fullpage:before { content: "\e002"; }
54
+ .@{prefix}-i-alignleft:before { content: "\e003"; }
55
+ .@{prefix}-i-aligncenter:before { content: "\e004"; }
56
+ .@{prefix}-i-alignright:before { content: "\e005"; }
57
+ .@{prefix}-i-alignjustify:before { content: "\e006"; }
58
+ .@{prefix}-i-alignnone:before { content: "\e003"; }
59
+ .@{prefix}-i-cut:before { content: "\e007"; }
60
+ .@{prefix}-i-paste:before { content: "\e008"; }
61
+ .@{prefix}-i-searchreplace:before { content: "\e009"; }
62
+ .@{prefix}-i-bullist:before { content: "\e00a"; }
63
+ .@{prefix}-i-numlist:before { content: "\e00b"; }
64
+ .@{prefix}-i-indent:before { content: "\e00c"; }
65
+ .@{prefix}-i-outdent:before { content: "\e00d"; }
66
+ .@{prefix}-i-blockquote:before { content: "\e00e"; }
67
+ .@{prefix}-i-undo:before { content: "\e00f"; }
68
+ .@{prefix}-i-redo:before { content: "\e010"; }
69
+ .@{prefix}-i-link:before { content: "\e011"; }
70
+ .@{prefix}-i-unlink:before { content: "\e012"; }
71
+ .@{prefix}-i-anchor:before { content: "\e013"; }
72
+ .@{prefix}-i-image:before { content: "\e014"; }
73
+ .@{prefix}-i-media:before { content: "\e015"; }
74
+ .@{prefix}-i-help:before { content: "\e016"; }
75
+ .@{prefix}-i-code:before { content: "\e017"; }
76
+ .@{prefix}-i-insertdatetime:before { content: "\e018"; }
77
+ .@{prefix}-i-preview:before { content: "\e019"; }
78
+ .@{prefix}-i-forecolor:before { content: "\e01a"; }
79
+ .@{prefix}-i-backcolor:before { content: "\e01a"; }
80
+ .@{prefix}-i-table:before { content: "\e01b"; }
81
+ .@{prefix}-i-hr:before { content: "\e01c"; }
82
+ .@{prefix}-i-removeformat:before { content: "\e01d"; }
83
+ .@{prefix}-i-subscript:before { content: "\e01e"; }
84
+ .@{prefix}-i-superscript:before { content: "\e01f"; }
85
+ .@{prefix}-i-charmap:before { content: "\e020"; }
86
+ .@{prefix}-i-emoticons:before { content: "\e021"; }
87
+ .@{prefix}-i-print:before { content: "\e022"; }
88
+ .@{prefix}-i-fullscreen:before { content: "\e023"; }
89
+ .@{prefix}-i-spellchecker:before { content: "\e024"; }
90
+ .@{prefix}-i-nonbreaking:before { content: "\e025"; }
91
+ .@{prefix}-i-template:before { content: "\e026"; }
92
+ .@{prefix}-i-pagebreak:before { content: "\e027"; }
93
+ .@{prefix}-i-restoredraft:before { content: "\e028"; }
94
+ .@{prefix}-i-bold:before { content: "\e02a"; }
95
+ .@{prefix}-i-italic:before { content: "\e02b"; }
96
+ .@{prefix}-i-underline:before { content: "\e02c"; }
97
+ .@{prefix}-i-strikethrough:before { content: "\e02d"; }
98
+ .@{prefix}-i-visualchars:before { content: "\e02e"; }
99
+ .@{prefix}-i-visualblocks:before { content: "\e02e"; }
100
+ .@{prefix}-i-ltr:before { content: "\e02f"; }
101
+ .@{prefix}-i-rtl:before { content: "\e030"; }
102
+ .@{prefix}-i-copy:before { content: "\e031"; }
103
+ .@{prefix}-i-resize:before { content: "\e032"; }
104
+ .@{prefix}-i-browse:before { content: "\e034"; }
105
+ .@{prefix}-i-pastetext:before { content: "\e035"; }
106
+ .@{prefix}-i-rotateleft:before { content: "\eaa8"; }
107
+ .@{prefix}-i-rotateright:before { content: "\eaa9"; }
108
+ .@{prefix}-i-crop:before { content: "\ee78"; }
109
+ .@{prefix}-i-editimage:before { content: "\e915"; }
110
+ .@{prefix}-i-options:before { content: "\ec6a"; }
111
+ .@{prefix}-i-flipv:before { content: "\eaaa"; }
112
+ .@{prefix}-i-fliph:before { content: "\eaac"; }
113
+ .@{prefix}-i-zoomin:before { content: "\eb35"; }
114
+ .@{prefix}-i-zoomout:before { content: "\eb36"; }
115
+ .@{prefix}-i-sun:before { content: "\eccc"; }
116
+ .@{prefix}-i-moon:before { content: "\eccd"; }
117
+ .@{prefix}-i-arrowleft:before { content: "\edc0"; }
118
+ .@{prefix}-i-arrowright:before { content: "\e93c"; }
119
+ .@{prefix}-i-drop:before { content: "\e935"; }
120
+ .@{prefix}-i-contrast:before { content: "\ecd4"; }
121
+ .@{prefix}-i-sharpen:before { content: "\eba7"; }
122
+ .@{prefix}-i-resize2:before { content: "\edf9"; }
123
+ .@{prefix}-i-orientation:before { content: "\e601"; }
124
+ .@{prefix}-i-invert:before { content: "\e602"; }
125
+ .@{prefix}-i-gamma:before { content: "\e600"; }
126
+ .@{prefix}-i-remove:before { content: "\ed6a"; }
127
+ .@{prefix}-i-tablerowprops:before { content: "\e604"; }
128
+ .@{prefix}-i-tablecellprops:before { content: "\e605"; }
129
+ .@{prefix}-i-table2:before { content: "\e606"; }
130
+ .@{prefix}-i-tablemergecells:before { content: "\e607"; }
131
+ .@{prefix}-i-tableinsertcolbefore:before { content: "\e608"; }
132
+ .@{prefix}-i-tableinsertcolafter:before { content: "\e609"; }
133
+ .@{prefix}-i-tableinsertrowbefore:before { content: "\e60a"; }
134
+ .@{prefix}-i-tableinsertrowafter:before { content: "\e60b"; }
135
+ .@{prefix}-i-tablesplitcells:before { content: "\e60d"; }
136
+ .@{prefix}-i-tabledelete:before { content: "\e60e"; }
137
+ .@{prefix}-i-tableleftheader:before { content: "\e62a"; }
138
+ .@{prefix}-i-tabletopheader:before { content: "\e62b"; }
139
+ .@{prefix}-i-tabledeleterow:before { content: "\e800"; }
140
+ .@{prefix}-i-tabledeletecol:before { content: "\e801"; }
141
+ .@{prefix}-i-codesample:before { content: "\e603"; }
142
+ .@{prefix}-i-fill:before { content: "\e902"; }
143
+ .@{prefix}-i-borderwidth:before { content: "\e903"; }
144
+ .@{prefix}-i-line:before { content: "\e904"; }
145
+ .@{prefix}-i-count:before { content: "\e905"; }
146
+ .@{prefix}-i-translate:before { content: "\e907"; }
147
+ .@{prefix}-i-drag:before { content: "\e908"; }
148
+ .@{prefix}-i-home:before { content: "\e90b"; }
149
+ .@{prefix}-i-upload:before { content: "\e914"; }
150
+ .@{prefix}-i-bubble:before { content: "\e91c"; }
151
+ .@{prefix}-i-user:before { content: "\e91d"; }
152
+ .@{prefix}-i-lock:before { content: "\e926"; }
153
+ .@{prefix}-i-unlock:before { content: "\e927"; }
154
+ .@{prefix}-i-settings:before { content: "\e928"; }
155
+ .@{prefix}-i-remove2:before { content: "\e92a"; }
156
+ .@{prefix}-i-menu:before { content: "\e92d"; }
157
+ .@{prefix}-i-warning:before { content: "\e930"; }
158
+ .@{prefix}-i-question:before { content: "\e931"; }
159
+ .@{prefix}-i-pluscircle:before { content: "\e932"; }
160
+ .@{prefix}-i-info:before { content: "\e933"; }
161
+ .@{prefix}-i-notice:before { content: "\e934"; }
162
+ .@{prefix}-i-arrowup:before { content: "\e93b"; }
163
+ .@{prefix}-i-arrowdown:before { content: "\e93d"; }
164
+ .@{prefix}-i-arrowup2:before { content: "\e93f"; }
165
+ .@{prefix}-i-arrowdown2:before { content: "\e940"; }
166
+ .@{prefix}-i-menu2:before { content: "\e941"; }
167
+ .@{prefix}-i-newtab:before { content: "\e961"; }
168
+ .@{prefix}-i-a11y:before { content: "\e900"; }
169
+ .@{prefix}-i-plus:before { content: "\e93a"; }
170
+ .@{prefix}-i-insert:before { content: "\e93a"; }
171
+ .@{prefix}-i-minus:before { content: "\e939"; }
172
+ .@{prefix}-i-books:before { content: "\e911"; }
173
+ .@{prefix}-i-reload:before { content: "\e906"; }
174
+ .@{prefix}-i-toc:before { content: "\e901"; }
175
+ .@{prefix}-i-checkmark:before { content: "\e033"; }
176
+ .@{prefix}-i-checkbox:before, .@{prefix}-i-selected:before {
177
+ content: "\e033";
178
+ }
179
+
180
+ .@{prefix}-i-insert { font-size: 14px; }
181
+ .@{prefix}-i-selected { visibility: hidden; }
182
+ i.@{prefix}-i-backcolor { text-shadow: none; background: @colorbtn-backcolor-bg; }