JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / skins / office2003 / panel.css
index 9853e49..a1bef49 100644 (file)
@@ -1,11 +1,11 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, 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
+   border: 1px solid #8f8f73;\r
        background-color: #fff;\r
 \r
        width: 120px;\r
@@ -25,6 +25,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        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
@@ -42,7 +47,6 @@ html.cke_skin_office2003_container
 body.cke_panel_frame\r
 {\r
        overflow: auto;\r
-       overflow-x: hidden;\r
 }\r
 \r
 ul.cke_panel_list\r
@@ -50,7 +54,7 @@ ul.cke_panel_list
        list-style-type: none;\r
        margin: 3px;\r
        padding: 0px;\r
-    white-space: nowrap;\r
+   white-space: nowrap;\r
 }\r
 \r
 li.cke_panel_listItem\r
@@ -63,10 +67,10 @@ li.cke_panel_listItem
        padding: 2px;\r
        display: block;\r
        border: 1px solid #fff;\r
-       color: inherit;\r
+       color: inherit !important;\r
        text-decoration: none;\r
        overflow: hidden;\r
-    text-overflow: ellipsis;\r
+   text-overflow: ellipsis;\r
 }\r
 \r
 /* IE6 */\r
@@ -99,12 +103,21 @@ li.cke_panel_listItem
        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-size: 11px;\r
+   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;\r
        font-weight: bold;\r
-    white-space: nowrap;\r
+   white-space: nowrap;\r
        background-color: #dcdcdc;\r
        color: #000;\r
        margin:0px;\r
@@ -134,8 +147,8 @@ li.cke_panel_listItem
 .cke_colorblock\r
 {\r
        padding: 3px;\r
-    font-size: 11px;\r
-    font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
+   font-size: 11px;\r
+   font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
 }\r
 \r
 .cke_colorblock,\r
@@ -149,7 +162,7 @@ span.cke_colorbox
 {\r
        width: 10px;\r
        height: 10px;\r
-    border: #808080 1px solid;\r
+   border: #808080 1px solid;\r
        float: left;\r
 }\r
 \r
@@ -160,30 +173,31 @@ span.cke_colorbox
 \r
 a.cke_colorbox\r
 {\r
-    border: #fff 1px solid;\r
-    padding: 2px;\r
-    float: left;\r
+       border: #fff 1px solid;\r
+       padding: 2px;\r
+       float: left;\r
 }\r
 \r
 .cke_rtl a.cke_colorbox\r
 {\r
-    float: right;\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
+       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
+       border: #fff 1px solid;\r
+       padding: 2px;\r
+       display: block;\r
+       cursor: pointer;\r
 }\r
 \r
 a:hover.cke_colorauto,\r
@@ -193,6 +207,6 @@ a:focus.cke_colormore,
 a:active.cke_colorauto,\r
 a:active.cke_colormore\r
 {\r
-    border: #316ac5 1px solid;\r
-    background-color: #dff1ff;\r
+       border: #316ac5 1px solid;\r
+       background-color: #dff1ff;\r
 }\r