JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _source / skins / office2003 / panel.css
diff --git a/_source/skins/office2003/panel.css b/_source/skins/office2003/panel.css
deleted file mode 100644 (file)
index 0fcab4d..0000000
+++ /dev/null
@@ -1,212 +0,0 @@
-/*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-.cke_skin_office2003 .cke_panel\r
-{\r
-   border: 1px solid #8f8f73;\r
-       background-color: #fff;\r
-\r
-       width: 120px;\r
-       height: 100px;\r
-\r
-       overflow:hidden;\r
-\r
-       -moz-border-radius: 3px;\r
-       -webkit-border-radius: 3px;\r
-       border-radius: 3px;\r
-}\r
-\r
-/* Ideally we would use "inherit here"... but you know... IE :( */\r
-.cke_skin_office2003 .cke_panel iframe\r
-{\r
-       width: 100%;\r
-       height: 100%;\r
-}\r
-\r
-cke_skin_office2003 .cke_panel_frame .cke_label\r
-{\r
-       display: none;\r
-}\r
-\r
-/*\r
- * All the following styles are to be used inside the iframe that holds panel\r
- * contents. We don't use the cke_skin_default there to avoid the reset to be\r
- * active.\r
- * This is not an issue as we'll never have two skins running inside the same\r
- * panel iframe.\r
- */\r
-\r
-html.cke_skin_office2003_container\r
-{\r
-       overflow: auto;\r
-       overflow-x: hidden;\r
-}\r
-\r
-body.cke_panel_frame\r
-{\r
-       overflow: auto;\r
-}\r
-\r
-ul.cke_panel_list\r
-{\r
-       list-style-type: none;\r
-       margin: 3px;\r
-       padding: 0px;\r
-   white-space: nowrap;\r
-}\r
-\r
-li.cke_panel_listItem\r
-{\r
-       margin: 0px;\r
-}\r
-\r
-.cke_panel_listItem a\r
-{\r
-       padding: 2px;\r
-       display: block;\r
-       border: 1px solid #fff;\r
-       color: inherit !important;\r
-       text-decoration: none;\r
-       overflow: hidden;\r
-   text-overflow: ellipsis;\r
-}\r
-\r
-/* IE6 */\r
-* html .cke_panel_listItem a\r
-{\r
-       width : 100%;\r
-\r
-       /* IE is not able to inherit the color, so we must force it to black */\r
-       color: #000;\r
-}\r
-\r
-/* IE7 */\r
-*:first-child+html .cke_panel_listItem a\r
-{\r
-       /* IE is not able to inherit the color, so we must force it to black */\r
-       color: #000;\r
-}\r
-\r
-.cke_panel_listItem.cke_selected a\r
-{\r
-       border: 1px solid #ccc;\r
-       background-color: #e9f5ff;\r
-}\r
-\r
-.cke_panel_listItem a:hover,\r
-.cke_panel_listItem a:focus,\r
-.cke_panel_listItem a:active\r
-{\r
-       border-color: #316ac5;\r
-       background-color: #dff1ff;\r
-}\r
-\r
-.cke_hc .cke_panel_listItem.cke_selected a,\r
-.cke_hc .cke_panel_listItem a:hover,\r
-.cke_hc .cke_panel_listItem a:focus,\r
-.cke_hc .cke_panel_listItem a:active\r
-{\r
-       border-width: 3px;\r
-       padding: 0px;\r
-}\r
-\r
-.cke_panel_grouptitle\r
-{\r
-   font-size: 11px;\r
-   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;\r
-       font-weight: bold;\r
-   white-space: nowrap;\r
-       background-color: #dcdcdc;\r
-       color: #000;\r
-       margin:0px;\r
-       padding:3px;\r
-}\r
-\r
-.cke_panel_listItem p,\r
-.cke_panel_listItem h1,\r
-.cke_panel_listItem h2,\r
-.cke_panel_listItem h3,\r
-.cke_panel_listItem h4,\r
-.cke_panel_listItem h5,\r
-.cke_panel_listItem h6,\r
-.cke_panel_listItem pre\r
-{\r
-       margin-top: 3px;\r
-       margin-bottom: 3px;\r
-}\r
-\r
-.cke_skin_office2003 .cke_button_textcolor_panel,\r
-.cke_skin_office2003 .cke_button_bgcolor_panel\r
-{\r
-       width: 150px;\r
-       height: 135px;\r
-}\r
-\r
-.cke_colorblock\r
-{\r
-       padding: 3px;\r
-   font-size: 11px;\r
-   font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
-}\r
-\r
-.cke_colorblock,\r
-.cke_colorblock a\r
-{\r
-       text-decoration: none;\r
-       color: #000;\r
-}\r
-\r
-span.cke_colorbox\r
-{\r
-       width: 10px;\r
-       height: 10px;\r
-   border: #808080 1px solid;\r
-       float: left;\r
-}\r
-\r
-.cke_rtl span.cke_colorbox\r
-{\r
-       float: right;\r
-}\r
-\r
-a.cke_colorbox\r
-{\r
-       border: #fff 1px solid;\r
-       padding: 2px;\r
-       float: left;\r
-}\r
-\r
-.cke_rtl a.cke_colorbox\r
-{\r
-       float: right;\r
-}\r
-\r
-a:hover.cke_colorbox,\r
-a:focus.cke_colorbox,\r
-a:active.cke_colorbox\r
-{\r
-       border: #316ac5 1px solid;\r
-       background-color: #dff1ff;\r
-}\r
-\r
-a.cke_colorauto,\r
-a.cke_colormore\r
-{\r
-       border: #fff 1px solid;\r
-       padding: 2px;\r
-       display: block;\r
-       cursor: pointer;\r
-}\r
-\r
-a:hover.cke_colorauto,\r
-a:hover.cke_colormore,\r
-a:focus.cke_colorauto,\r
-a:focus.cke_colormore,\r
-a:active.cke_colorauto,\r
-a:active.cke_colormore\r
-{\r
-       border: #316ac5 1px solid;\r
-       background-color: #dff1ff;\r
-}\r