diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-07-29 20:31:06 +0100 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-07-29 20:31:06 +0100 |
| commit | 1a293c5c57779b3750b561b5fe295aff33b3ebf9 (patch) | |
| tree | 254fc36fc473e7d60b88324d550ce95f94e18cca /_source/skins/kama/menu.css | |
| parent | 33c69a19cc35f82336bce6020b15e33152ff8763 (diff) | |
| download | ckeditor-1a293c5c57779b3750b561b5fe295aff33b3ebf9.tar.gz ckeditor-1a293c5c57779b3750b561b5fe295aff33b3ebf9.tar.bz2 ckeditor-1a293c5c57779b3750b561b5fe295aff33b3ebf9.zip | |
ync with version 3.3.1 of CKEditor
Diffstat (limited to '_source/skins/kama/menu.css')
| -rw-r--r-- | _source/skins/kama/menu.css | 408 |
1 files changed, 197 insertions, 211 deletions
diff --git a/_source/skins/kama/menu.css b/_source/skins/kama/menu.css index 5ee3cad..e14847f 100644 --- a/_source/skins/kama/menu.css +++ b/_source/skins/kama/menu.css @@ -1,211 +1,197 @@ -/*
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-
-.cke_skin_kama .cke_contextmenu
-{
- padding: 2px;
-}
-
-.cke_skin_kama .cke_menuitem a
-{
- display:block;
-}
-
-.cke_skin_kama .cke_menuitem span
-{
- cursor: default;
-}
-
-.cke_skin_kama .cke_menuitem a:hover,
-.cke_skin_kama .cke_menuitem a:focus,
-.cke_skin_kama .cke_menuitem a:active
-{
- background-color: #D3D3D3;
- display:block;
-}
-
-.cke_hc .cke_menuitem a:hover,
-.cke_hc .cke_menuitem a:focus,
-.cke_hc .cke_menuitem a:active
-{
- border: 2px solid;
-}
-
-.cke_skin_kama .cke_menuitem a.cke_disabled:hover,
-.cke_skin_kama .cke_menuitem a.cke_disabled:focus,
-.cke_skin_kama .cke_menuitem a.cke_disabled:active
-{
- background-color: transparent !important;
-}
-
-.cke_hc .cke_menuitem a.cke_disabled:hover,
-.cke_hc .cke_menuitem a.cke_disabled:focus,
-.cke_hc .cke_menuitem a.cke_disabled:active
-{
- border-width: 0px;
-}
-
-.cke_skin_kama .cke_menuitem .cke_icon
-{
- background-image: url(icons.png);
- background-position: 100px;
- background-repeat:no-repeat;
- background-color: transparent;
- width: 16px;
- height: 16px;
- float: left;
-}
-
-.cke_skin_kama .cke_menuitem .cke_disabled .cke_icon
-{
- filter: alpha(opacity=70); /* IE */
- opacity: 0.70; /* Safari, Opera and Mozilla */
-}
-
-.cke_skin_kama .cke_menuitem .cke_icon_wrapper
-{
- background-color: #D3D3D3;
- border: solid 4px #D3D3D3;
- width: 16px;
- height: 16px;
- float: left;
- filter: alpha(opacity=70); /* IE */
- opacity: 0.70; /* Safari, Opera and Mozilla */
- clear: both;
-}
-
-.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper
-{
- float: right;
-}
-
-.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,
-.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,
-.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper
-{
- background-color: #9d9d9d;
- border: solid 4px #9d9d9d;
- filter: alpha(opacity=70); /* IE */
- opacity: 0.70; /* Safari, Opera and Mozilla */
-}
-
-.cke_skin_kama .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper,
-.cke_skin_kama .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper,
-.cke_skin_kama .cke_menuitem a:active.cke_disabled .cke_icon_wrapper
-{
- background-color: #D3D3D3;
- border: solid 4px #D3D3D3;
-}
-
-.cke_skin_kama .cke_menuitem .cke_label
-{
- display:block;
- padding-right: 3px;
- padding-top: 5px;
- padding-left: 4px;
- height:19px;
- margin-left: 24px;
- background-color: #fff;
-}
-/* Set these after the document has been loaded and we know the dimensions*/
-.cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label
-{
- filter: alpha(opacity=70); /* IE */
- opacity: 0.70; /* Safari, Opera and Mozilla */
-}
-
-.cke_rtl .cke_skin_kama .cke_menuitem .cke_label
-{
- padding-right: 0;
- margin-left: 0;
- padding-left: 3px;
- margin-right: 28px;
-}
-
-.cke_skin_kama .cke_menuitem a.cke_disabled .cke_label
-{
- filter: alpha(opacity=30); /* IE */
- opacity: 0.30; /* Safari, Opera and Mozilla */
-}
-
-.cke_skin_kama .cke_menuitem a:hover .cke_label,
-.cke_skin_kama .cke_menuitem a:focus .cke_label,
-.cke_skin_kama .cke_menuitem a:active .cke_label
-{
- background-color: #D3D3D3;
-}
-
-.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,
-.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,
-.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label
-{
- background-color: transparent;
-}
-
-.cke_skin_kama .cke_menuseparator
-{
- background-color: #D3D3D3;
- height: 2px;
- filter: alpha(opacity=70); /* IE */
- opacity: 0.70; /* Safari, Opera and Mozilla */
-
- _font-size: 0;
-}
-
-.cke_skin_kama .cke_menuarrow
-{
- /* arrowright.gif*/
- background-image: url(images/sprites.png);
- _background-image: url(images/sprites_ie6.png);
- background-position: 0 -1411px;
- background-repeat: no-repeat;
- height: 5px;
- width: 3px;
- float: right;
- margin-right: 2px;
- margin-top: 3px;
-}
-
-.cke_rtl .cke_skin_kama .cke_menuarrow
-{
- float: left;
- margin-right: 0;
- margin-left: 2px;
- /* arrowleft.gif*/
- background-image: url(images/sprites.png);
- _background-image: url(images/sprites_ie6.png);
- background-position: 0px -1390px;
- background-repeat: no-repeat;
-}
-
-.cke_skin_kama .cke_menuarrow span
-{
- display: none;
-}
-
-.cke_hc .cke_skin_kama .cke_menuarrow
-{
- width: auto;
- margin-top: 0;
-}
-
-.cke_hc .cke_skin_kama .cke_menuarrow span
-{
- display: inline;
-}
-
-/* #3766 In the context menu, long labels with second level menu get wrapped */
-.cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow
-{
- position: absolute;
- right: 2px;
-}
-
-.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuarrow
-{
- position: absolute;
- left: 2px;
-}
-/* END #3766 */
+/* +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +.cke_skin_kama .cke_contextmenu +{ + padding: 2px; +} + +.cke_skin_kama .cke_menuitem a +{ + display:block; +} + +.cke_skin_kama .cke_menuitem span +{ + cursor: default; +} + +.cke_skin_kama .cke_menuitem a:hover, +.cke_skin_kama .cke_menuitem a:focus, +.cke_skin_kama .cke_menuitem a:active +{ + background-color: #D3D3D3; + display:block; +} + +.cke_hc .cke_menuitem a:hover, +.cke_hc .cke_menuitem a:focus, +.cke_hc .cke_menuitem a:active +{ + border: 2px solid; +} + +.cke_skin_kama .cke_menuitem .cke_icon +{ + background-image: url(icons.png); + background-position: 100px; + background-repeat:no-repeat; + background-color: transparent; + width: 16px; + height: 16px; + float: left; +} + +.cke_skin_kama .cke_menuitem .cke_disabled .cke_icon +{ + filter: alpha(opacity=70); /* IE */ + opacity: 0.70; /* Safari, Opera and Mozilla */ +} + +.cke_skin_kama .cke_menuitem .cke_icon_wrapper +{ + background-color: #D3D3D3; + border: solid 4px #D3D3D3; + width: 16px; + height: 16px; + float: left; + filter: alpha(opacity=70); /* IE */ + opacity: 0.70; /* Safari, Opera and Mozilla */ + clear: both; +} + +.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper +{ + float: right; +} + +.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper, +.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper, +.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper +{ + background-color: #9d9d9d; + border: solid 4px #9d9d9d; + filter: alpha(opacity=70); /* IE */ + opacity: 0.70; /* Safari, Opera and Mozilla */ +} + +.cke_skin_kama .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper, +.cke_skin_kama .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper, +.cke_skin_kama .cke_menuitem a:active.cke_disabled .cke_icon_wrapper +{ + background-color: #D3D3D3; + border: solid 4px #D3D3D3; +} + +.cke_skin_kama .cke_menuitem .cke_label +{ + display:block; + padding-right: 3px; + padding-top: 5px; + padding-left: 4px; + height:19px; + margin-left: 24px; + background-color: #fff; +} +/* Set these after the document has been loaded and we know the dimensions*/ +.cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label +{ + filter: alpha(opacity=70); /* IE */ + opacity: 0.70; /* Safari, Opera and Mozilla */ +} + +.cke_rtl .cke_skin_kama .cke_menuitem .cke_label +{ + padding-right: 0; + margin-left: 0; + padding-left: 3px; + margin-right: 28px; +} + +.cke_skin_kama .cke_menuitem a.cke_disabled .cke_label +{ + filter: alpha(opacity=30); /* IE */ + opacity: 0.30; /* Safari, Opera and Mozilla */ +} + +.cke_skin_kama .cke_menuitem a:hover .cke_label, +.cke_skin_kama .cke_menuitem a:focus .cke_label, +.cke_skin_kama .cke_menuitem a:active .cke_label +{ + background-color: #D3D3D3; +} + +.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label, +.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label, +.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label +{ + background-color: transparent; +} + +.cke_skin_kama .cke_menuseparator +{ + background-color: #D3D3D3; + height: 2px; + filter: alpha(opacity=70); /* IE */ + opacity: 0.70; /* Safari, Opera and Mozilla */ + + _font-size: 0; +} + +.cke_skin_kama .cke_menuarrow +{ + /* arrowright.gif*/ + background-image: url(images/sprites.png); + _background-image: url(images/sprites_ie6.png); + background-position: 0 -1411px; + background-repeat: no-repeat; + height: 5px; + width: 3px; + float: right; + margin-right: 2px; + margin-top: 3px; +} + +.cke_rtl .cke_skin_kama .cke_menuarrow +{ + float: left; + margin-right: 0; + margin-left: 2px; + /* arrowleft.gif*/ + background-image: url(images/sprites.png); + _background-image: url(images/sprites_ie6.png); + background-position: 0px -1390px; + background-repeat: no-repeat; +} + +.cke_skin_kama .cke_menuarrow span +{ + display: none; +} + +.cke_hc .cke_skin_kama .cke_menuarrow +{ + width: auto; + margin-top: 0; +} + +.cke_hc .cke_skin_kama .cke_menuarrow span +{ + display: inline; +} + +/* #3766 In the context menu, long labels with second level menu get wrapped */ +.cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow +{ + position: absolute; + right: 2px; +} + +.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuarrow +{ + position: absolute; + left: 2px; +} +/* END #3766 */ |
