summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/default.css95
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css30
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css17
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css34
4 files changed, 176 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/default.css b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/default.css
new file mode 100644
index 00000000..07a8df53
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/default.css
@@ -0,0 +1,95 @@
+/*
+Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+
+.cke_balloon.cke_balloontoolbar
+{
+ position: absolute;
+ z-index: 10000;
+ outline: none;
+ background: #f8f8f8;
+ border: 1px solid #d1d1d1;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle
+{
+ position: absolute;
+ border-style: solid;
+ display: block;
+ width: 0;
+ height: 0;
+}
+
+/* The .cke_balloon_content container height will be stretched to children height, so padding is properly applied. */
+.cke_balloon.cke_balloontoolbar .cke_balloon_content
+{
+ float: left;
+ min-height: 10px;
+ padding: 3px;
+}
+
+/* Removes bottom margins from buttons/combos so only '.cke_balloon_content' padding decides about balloon toolbar padding. */
+.cke_balloon.cke_balloontoolbar .cke_toolgroup,
+.cke_balloon.cke_balloontoolbar .cke_combo_button
+{
+ margin-bottom: 0;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_content > span:last-child > a.cke_combo_button,
+.cke_balloon.cke_balloontoolbar .cke_balloon_content > span:last-child.cke_toolgroup {
+ margin-right: 0;
+ padding-right: 0;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer
+{
+ z-index: 0;
+}
+
+/* align: [ hcenter ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_align_hcenter
+{
+ left: 50%;
+ margin-left: -7px;
+}
+
+/* side: [ bottom, top ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_bottom,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_top
+{
+ border-color: #d1d1d1 transparent;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_bottom,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_top
+{
+ border-color: #f8f8f8 transparent;
+ left: -7px;
+}
+
+/* side: [ bottom ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_bottom
+{
+ border-width: 7px 7px 0;
+ bottom: -7px;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_bottom
+{
+ border-width: 7px 7px 0;
+ top: -8px;
+}
+
+/* side: [ top ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_top
+{
+ border-width: 0 7px 7px;
+ top: -7px;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_top
+{
+ border-width: 0 7px 7px;
+}
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css
new file mode 100644
index 00000000..36a6cb02
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css
@@ -0,0 +1,30 @@
+/*
+Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+
+.cke_balloon.cke_balloontoolbar
+{
+ border: 1px solid #D3D3D3;
+ background: #fff url(../../../../skins/kama/images/sprites.png) repeat-x 0 -150px;
+ background: linear-gradient(to bottom, #fff, #d3d3d3 20px);
+ padding: 0;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_content
+{
+ padding: 4px;
+}
+
+/* side: [ bottom, top ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_bottom,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_top,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_bottom
+{
+ border-color: #D3D3D3 transparent;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_top
+{
+ border-color: #fff transparent;
+}
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css
new file mode 100644
index 00000000..3b61f97f
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css
@@ -0,0 +1,17 @@
+/*
+Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+
+.cke_balloon.cke_balloontoolbar span:last-child a:last-child::after,
+.cke_balloon.cke_balloontoolbar span:last-child a:last-child:hover::after,
+.cke_balloon.cke_balloontoolbar span:last-child::after
+{
+ border-right: 0;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_combo
+{
+ margin-bottom: 0;
+ margin-right: 2px;
+}
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css
new file mode 100644
index 00000000..ec88fa94
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css
@@ -0,0 +1,34 @@
+/*
+Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+
+.cke_balloon.cke_balloontoolbar
+{
+ background: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
+ border: 1px solid #b6b6b6;
+ border-radius: 0;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_content
+{
+ padding: 4px;
+}
+
+/* side: [ bottom, top ] */
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_bottom,
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_top
+{
+ border-color: #b6b6b6 transparent;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_bottom
+{
+ border-color: #cfd1cf transparent;
+}
+
+.cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_top
+{
+ border-color: #f5f5f5 transparent;
+}