JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6.1
[ckeditor.git] / _source / skins / office2003 / toolbar.css
index 86619fb..980f42d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\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
@@ -17,6 +17,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        white-space: normal;\r
 }\r
 \r
+.cke_skin_office2003 .cke_toolbox\r
+{\r
+       clear: both;\r
+       /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/\r
+       padding-bottom: 1px;\r
+}\r
+\r
 .cke_skin_office2003 a.cke_toolbox_collapser,\r
 .cke_skin_office2003 a:hover.cke_toolbox_collapser\r
 {\r
@@ -38,6 +45,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: left;\r
 }\r
 \r
+.cke_skin_office2003 a.cke_toolbox_collapser span\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_office2003 .cke_hc a.cke_toolbox_collapser span\r
+{\r
+       font-size: 10px;\r
+       font-weight: bold;\r
+       font-family: Arial;\r
+       display: inline;\r
+}\r
+\r
 .cke_skin_office2003 a.cke_toolbox_collapser_min,\r
 .cke_skin_office2003 a:hover.cke_toolbox_collapser_min\r
 {\r
@@ -65,6 +85,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-repeat: repeat-x;\r
        display: inline-block;\r
        float: left;\r
+       !height: 28px;\r
+       !line-height: 28px;\r
 }\r
 \r
 .cke_skin_office2003 .cke_rtl .cke_toolbar\r
@@ -188,6 +210,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        #float: none;\r
 }\r
 \r
+/*#7181*/\r
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_separator,\r
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_start,\r
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_end\r
+{\r
+       vertical-align:middle;\r
+}\r
+\r
 .cke_skin_office2003 .cke_button a,\r
 .cke_skin_office2003 .cke_button a:hover,\r
 .cke_skin_office2003 .cke_button a:focus,\r
@@ -225,6 +255,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        opacity: 1.0;\r
        filter: alpha(opacity=100);\r
+       _border: 1px solid transparent;\r
 }\r
 \r
 .cke_skin_office2003 .cke_button a.cke_on\r
@@ -237,39 +268,48 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        _margin: 2px 0 0 0;\r
 }\r
 \r
-.cke_skin_office2003 .cke_hc .cke_button a.cke_on\r
+.cke_skin_office2003 .cke_hc .cke_button a:hover,\r
+.cke_skin_office2003 .cke_hc .cke_button a:focus,\r
+.cke_skin_office2003 .cke_hc .cke_button a:active      /* IE */\r
 {\r
        padding: 0 2px !important;\r
        border-width: 3px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:hover.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:focus.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:active.cke_disabled\r
+.cke_skin_office2003 .cke_button a.cke_disabled *\r
 {\r
-       border: solid 1px transparent;\r
        filter: alpha(opacity=30); /* IE */\r
-       opacity : 0.3; /* Safari, Opera and Mozilla */\r
-       vertical-align: top;\r
+       opacity: 0.3; /* Safari, Opera and Mozilla */\r
+}\r
 \r
-       _border: none;\r
-       _margin: 3px 1px 1px 1px;\r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled *\r
+{\r
+       filter: alpha(opacity=30);\r
 }\r
 \r
-.cke_skin_office2003 .cke_hc .cke_button a.cke_disabled,\r
-.cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled\r
+.cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *\r
 {\r
        filter: alpha(opacity=60);\r
        opacity: 0.6;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a:hover.cke_on,\r
-.cke_skin_office2003 .cke_button a:focus.cke_on,\r
-.cke_skin_office2003 .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_office2003 .cke_button a:hover.cke_off,\r
-.cke_skin_office2003 .cke_button a:focus.cke_off,\r
-.cke_skin_office2003 .cke_button a:active.cke_off      /* IE */\r
+.cke_skin_office2003 .cke_button a:hover,\r
+.cke_skin_office2003 .cke_button a:focus,\r
+.cke_skin_office2003 .cke_button a:active      /* IE */\r
 {\r
        border: solid 1px #316ac5;\r
        background-color: #dff1ff;\r
@@ -281,17 +321,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        padding: 2px 4px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_on,\r
-.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_on,\r
-.cke_skin_office2003 .cke_hc .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_off,\r
-.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_off,\r
-.cke_skin_office2003 .cke_hc .cke_button a:active.cke_off      /* IE */\r
-{\r
-       padding: 0 2px !important;\r
-       border-width: 3px;\r
-}\r
-\r
 .cke_skin_office2003 .cke_button .cke_icon\r
 {\r
        background-image: url(icons.png);\r
@@ -301,15 +330,37 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        width: 16px;\r
        height: 16px;\r
        display: inline-block;\r
+       cursor: default;\r
+}\r
+\r
+.cke_skin_office2003 .cke_rtl .cke_button .cke_icon\r
+{\r
+       background-image: url(icons_rtl.png);\r
+}\r
+\r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon\r
+{\r
+       filter: ;\r
 }\r
 \r
 .cke_skin_office2003 .cke_button .cke_label\r
 {\r
        display: none;\r
        padding-left: 3px;\r
-       vertical-align: 3px;\r
        cursor: default;\r
-\r
+       vertical-align:middle;\r
        _background-image: url(images/sprites_ie6.png);\r
        _background-position: 0 -970px;\r
        _background-repeat: repeat-x;\r
@@ -356,6 +407,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-image: url(images/sprites.png);\r
        _background-image: url(images/sprites_ie6.png);\r
        background-repeat: no-repeat;\r
+       cursor: default;\r
+}\r
+\r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow\r
+{\r
+       filter: ;\r
 }\r
 \r
 .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow\r
@@ -407,7 +469,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 }\r
 \r
 .cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label,\r
-.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break\r
+.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break,\r
+.cke_skin_office2003 .cke_browser_ie8 .cke_rtl .cke_break,\r
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_break\r
 {\r
        float: right;\r
 }\r