[otrs-cvs] otrs/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/skins/office2003 richcombo.css, NONE, 1.1.2.1 panel.css, NONE, 1.1.2.1 icons.css, NONE, 1.1.2.1 mainui.css, NONE, 1.1.2.1 icons_rtl.png, NONE, 1.1.2.1 menu.css, NONE, 1.1.2.1 editor.css, NONE, 1.1.2.1 icons.png, NONE, 1.1.2.1 elementspath.css, NONE, 1.1.2.1 toolbar.css, NONE, 1.1.2.1 dialog.css, NONE, 1.1.2.1 presets.css, NONE, 1.1.2.1 templates.css, NONE, 1.1.2.1 skin.js, NONE, 1.1.2.1 reset.css, NONE, 1.1.2.1

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs,gmane.spam.detected
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/skins/office2003
In directory lancelot:/tmp/cvs-serv18213/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/skins/office2003

Added Files:
      Tag: rel-3_1
	richcombo.css panel.css icons.css mainui.css icons_rtl.png 
	menu.css editor.css icons.png elementspath.css toolbar.css 
	dialog.css presets.css templates.css skin.js reset.css 
Log Message:
Updated CKEditor to version 3.6.6.

Author: mn

--- NEW FILE: richcombo.css ---
/* Special Combo */

.cke_skin_office2003 .cke_rcombo
{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	vertical-align: top;
}

.cke_skin_office2003 .cke_browser_ie .cke_rcombo
{
	#display: inline;
}

.cke_skin_office2003 .cke_rcombopanel
{
	border: 1px solid #316ac5;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	/*margin-left: 1px;*/
	/*_margin-left: 0;*/
}

.cke_skin_office2003 .cke_rcombo a
{
	display: inline-block;
	float: left;

	filter: alpha(opacity=70); /* IE */
	opacity: 0.70; /* Safari, Opera and Mozilla */
}

.cke_skin_office2003 .cke_rtl .cke_rcombo a
{
	float: right;
}

.cke_skin_office2003 .cke_hc .cke_rcombo a
{
	filter: alpha(opacity=100); /* IE */
	opacity: 1.0; /* Safari, Opera and Mozilla */
}

.cke_skin_office2003 .cke_rcombo .cke_label
{
	display: inline-block;
	float: left;
	cursor: default;

	line-height: 24px;
	height: 24px;

	vertical-align: top;
	padding-left: 4px;
	padding-right: 5px;
	filter: alpha(opacity=70); /* IE */
	opacity: 0.70; /* Safari, Opera and Mozilla */

	_background-image: url(images/sprites.png);
	_background-image: url(images/sprites_ie6.png);
	_background-position: 0 -962px;
	_background-repeat: repeat-x;
}

.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_label
{
	float: right;
	padding-right: 4px;
	padding-left: 5px;
}

.cke_skin_office2003 .cke_hc .cke_rcombo .cke_label
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.cke_skin_office2003 .cke_rcombo .cke_inline_label
{
	color: #fff;
}

.cke_skin_office2003 .cke_rcombo .cke_text
{
	border: 1px solid #8f8f73;
	background-color: #fff;
	height: 14px;
	width:60px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: default;
}

.cke_skin_office2003 .cke_ltr .cke_rcombo .cke_text
{
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_text
{
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Fix for IE height */
.cke_skin_office2003 .cke_browser_iequirks .cke_rcombo .cke_text
{
	height: 22px;
}

.cke_skin_office2003 .cke_rcombo .cke_openbutton
{
	display: inline-block;
	border-top: 1px solid #8f8f73;
	border-bottom: 1px solid #8f8f73;
}

.cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon
{
	display: inline-block;
	background-position: 5px -1002px;
	background-image: url(images/sprites.png);
	_background-image: url(images/sprites_ie6.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 22px;
}

.cke_skin_office2003 .cke_browser_iequirks .cke_rcombo .cke_openbutton .cke_icon
{
	height: 20px;
}

/* IE with zoom != 100% will distort the icons otherwise #4821 */
.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
}
.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon
{
	filter: ;
}
.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon
{
	background: none;
	filter: ;
}

.cke_skin_office2003 .cke_ltr .cke_rcombo .cke_openbutton
{
    border-right: 1px solid #8f8f73;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_openbutton
{
    border-left: 1px solid #8f8f73;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cke_skin_office2003 .cke_rcombo .cke_off a:hover,
.cke_skin_office2003 .cke_rcombo .cke_off a:focus,
.cke_skin_office2003 .cke_rcombo .cke_off a:active,
.cke_skin_office2003 .cke_rcombo .cke_on a
{
	filter: alpha(opacity=100); /* IE */
	opacity: 1; /* Safari, Opera and Mozilla */
}

.cke_skin_office2003 .cke_rcombo .cke_off a:hover .cke_text,
.cke_skin_office2003 .cke_rcombo .cke_off a:focus .cke_text,
.cke_skin_office2003 .cke_rcombo .cke_off a:active .cke_text,
.cke_skin_office2003 .cke_rcombo .cke_on .cke_text
{
	border-color: #316ac5;
}

.cke_skin_office2003 .cke_rcombo .cke_off a:hover .cke_openbutton,
.cke_skin_office2003 .cke_rcombo .cke_off a:focus .cke_openbutton,
.cke_skin_office2003 .cke_rcombo .cke_off a:active .cke_openbutton,
.cke_skin_office2003 .cke_rcombo .cke_on .cke_openbutton
{
	border-color: #316ac5;
	background-color: #dff1ff;
}

.cke_skin_office2003 .cke_rcombo .cke_on .cke_text
{
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cke_skin_office2003 .cke_rcombo .cke_on .cke_openbutton
{
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_label
{
	filter: alpha(opacity=30); /* IE */
	opacity: 0.3; /* Safari, Opera and Mozilla */
}

.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_label
{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text,
.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_openbutton
{
	filter: alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera and Mozilla */
}

/* IE with zoom != 100% will distort the icons otherwise #4821 */
.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50);
}
.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton
{
	filter: alpha(opacity=50);
}

.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_text,
.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton
{
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text
{
	color: #fff;
}

/* Firefox 2 & WebKit Section */

.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_label,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_text,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_openbutton,
.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_label,
.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_text,
.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_openbutton
{
	display: block;
	float: left;
}

.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text,
.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton,
.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,
.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,
.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton
{
	float: right;
}

/*** IE ***/

.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo,
.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo a,
.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label
{
	float: none;
}

.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_font .cke_text,
.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_fontSize .cke_text
{
	direction: ltr;
}

Author: mn

--- NEW FILE: panel.css ---
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.cke_skin_office2003 .cke_panel
{
   border: 1px solid #8f8f73;
	background-color: #fff;

	width: 120px;
	height: 100px;

	overflow:hidden;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Ideally we would use "inherit here"... but you know... IE :( */
.cke_skin_office2003 .cke_panel iframe
{
	width: 100%;
	height: 100%;
}

cke_skin_office2003 .cke_panel_frame .cke_label
{
	display: none;
}

/*
 * All the following styles are to be used inside the iframe that holds panel
 * contents. We don't use the cke_skin_default there to avoid the reset to be
 * active.
 * This is not an issue as we'll never have two skins running inside the same
 * panel iframe.
 */

html.cke_skin_office2003_container
{
	overflow: auto;
	overflow-x: hidden;
}

body.cke_panel_frame
{
	overflow: auto;
}

ul.cke_panel_list
{
	list-style-type: none;
	margin: 3px;
	padding: 0px;
   white-space: nowrap;
}

li.cke_panel_listItem
{
	margin: 0px;
}

.cke_panel_listItem a
{
	padding: 2px;
	display: block;
	border: 1px solid #fff;
	color: inherit !important;
	text-decoration: none;
	overflow: hidden;
   text-overflow: ellipsis;
}

/* IE6 */
* html .cke_panel_listItem a
{
	width : 100%;

	/* IE is not able to inherit the color, so we must force it to black */
	color: #000;
}

/* IE7 */
*:first-child+html .cke_panel_listItem a
{
	/* IE is not able to inherit the color, so we must force it to black */
	color: #000;
}

.cke_panel_listItem.cke_selected a
{
	border: 1px solid #ccc;
	background-color: #e9f5ff;
}

.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active
{
	border-color: #316ac5;
	background-color: #dff1ff;
}

.cke_hc .cke_panel_listItem.cke_selected a,
.cke_hc .cke_panel_listItem a:hover,
.cke_hc .cke_panel_listItem a:focus,
.cke_hc .cke_panel_listItem a:active
{
	border-width: 3px;
	padding: 0px;
}

.cke_panel_grouptitle
{
   font-size: 11px;
   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
	font-weight: bold;
   white-space: nowrap;
	background-color: #dcdcdc;
	color: #000;
	margin:0px;
	padding:3px;
}

.cke_panel_listItem p,
.cke_panel_listItem h1,
.cke_panel_listItem h2,
.cke_panel_listItem h3,
.cke_panel_listItem h4,
.cke_panel_listItem h5,
.cke_panel_listItem h6,
.cke_panel_listItem pre
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.cke_skin_office2003 .cke_button_textcolor_panel,
.cke_skin_office2003 .cke_button_bgcolor_panel
{
	width: 150px;
	height: 135px;
}

.cke_colorblock
{
	padding: 3px;
   font-size: 11px;
   font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
}

.cke_colorblock,
.cke_colorblock a
{
	text-decoration: none;
	color: #000;
}

span.cke_colorbox
{
	width: 10px;
	height: 10px;
   border: #808080 1px solid;
	float: left;
}

.cke_rtl span.cke_colorbox
{
	float: right;
}

a.cke_colorbox
{
	border: #fff 1px solid;
	padding: 2px;
	float: left;
}

.cke_rtl a.cke_colorbox
{
	float: right;
}

a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox
{
	border: #316ac5 1px solid;
	background-color: #dff1ff;
}

a.cke_colorauto,
a.cke_colormore
{
	border: #fff 1px solid;
	padding: 2px;
	display: block;
	cursor: pointer;
}

a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore
{
	border: #316ac5 1px solid;
	background-color: #dff1ff;
}

Author: mn

--- NEW FILE: icons.css ---
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.cke_skin_office2003 .cke_button_source .cke_icon
{
	background-position: 0 0;
}

.cke_skin_office2003 .cke_button_docProps .cke_icon
{
	background-position: 0 -16px;
}

.cke_skin_office2003 .cke_button_newpage .cke_icon
{
	background-position: 0 -48px;
}

.cke_skin_office2003 .cke_button_preview .cke_icon
{
	background-position: 0 -64px;
}

.cke_skin_office2003 .cke_button_cut .cke_icon
{
	background-position: 0 -96px;
}

.cke_skin_office2003 .cke_button_copy .cke_icon
{
	background-position: 0 -112px;
}

.cke_skin_office2003 .cke_button_paste .cke_icon
{
	background-position: 0 -128px;
}

.cke_skin_office2003 .cke_button_pastetext .cke_icon
{
	background-position: 0 -144px;
}

.cke_skin_office2003 .cke_button_find .cke_icon
{
	background-position: 0 -240px;
}

.cke_skin_office2003 .cke_button_replace .cke_icon
{
	background-position: 0 -256px;
}

.cke_skin_office2003 .cke_button_selectAll .cke_icon
{
	background-position: 0 -272px;
}

.cke_skin_office2003 .cke_button_removeFormat .cke_icon
{
	background-position: 0 -288px;
}

.cke_skin_office2003 .cke_button_bold .cke_icon
{
	background-position: 0 -304px;
}

.cke_skin_office2003 .cke_button_italic .cke_icon
{
	background-position: 0 -320px;
}

.cke_skin_office2003 .cke_button_underline .cke_icon
{
	background-position: 0 -336px;
}

.cke_skin_office2003 .cke_button_strike .cke_icon
{
	background-position: 0 -352px;
}

.cke_skin_office2003 .cke_button_subscript .cke_icon
{
	background-position: 0 -368px;
}

.cke_skin_office2003 .cke_button_superscript .cke_icon
{
	background-position: 0 -384px;
}

.cke_skin_office2003 .cke_button_table .cke_icon
{
	background-position: 0 -608px;
}

.cke_skin_office2003 .cke_button_horizontalrule .cke_icon
{
	background-position: 0 -624px;
}

.cke_skin_office2003 .cke_button_smiley .cke_icon
{
	background-position: 0 -640px;
}

.cke_skin_office2003 .cke_button_link .cke_icon
{
	background-position: 0 -528px;
}

.cke_skin_office2003 .cke_button_unlink .cke_icon
{
	background-position: 0 -544px;
}

.cke_skin_office2003 .cke_button_anchor .cke_icon
{
	background-position: 0 -560px;
}

.cke_skin_office2003 .cke_button_image .cke_icon
{
	background-position: 0 -576px;
}

.cke_skin_office2003 .cke_button_flash .cke_icon
{
	background-position: 0 -592px;
}

.cke_skin_office2003 .cke_button_specialchar .cke_icon
{
	background-position: 0 -656px;
}

.cke_skin_office2003 .cke_button_pagebreak .cke_icon
{
	background-position: 0 -672px;
}

.cke_skin_office2003 .cke_button_print .cke_icon
{
	background-position: 0 -176px;
}

.cke_skin_office2003 .cke_button_checkspell .cke_icon,
.cke_skin_office2003 .cke_button_scayt .cke_icon
{
	background-position: 0 -192px;
}

.cke_skin_office2003 .cke_button_pagebreak .cke_icon
{
	background-position: 0 -672px;
}

.cke_skin_office2003 .cke_button_textcolor .cke_icon
{
	background-position: 0 -704px;
}

.cke_skin_office2003 .cke_button_bgcolor .cke_icon
{
	background-position: 0 -720px;
}

.cke_skin_office2003 .cke_button_form .cke_icon
{
	background-position: 0 -752px;
}

.cke_skin_office2003 .cke_button_checkbox .cke_icon
{
	background-position: 0 -768px;
}

.cke_skin_office2003 .cke_button_radio .cke_icon
{
	background-position: 0 -784px;
}

.cke_skin_office2003 .cke_button_textfield .cke_icon
{
	background-position: 0 -800px;
}

.cke_skin_office2003 .cke_button_textarea .cke_icon
{
	background-position: 0 -816px;
}
.cke_skin_office2003 .cke_button_showblocks .cke_icon
{
	background-position: 0 -1136px;
}

.cke_skin_office2003 .cke_button_select .cke_icon
{
	background-position: 0 -832px;
}

.cke_skin_office2003 .cke_button_button .cke_icon
{
	background-position: 0 -848px;
}

.cke_skin_office2003 .cke_button_imagebutton .cke_icon
{
	background-position: 0 -864px;
}

.cke_skin_office2003 .cke_button_hiddenfield .cke_icon
{
	background-position: 0 -880px;
}

.cke_skin_office2003 .cke_button_undo .cke_icon
{
	background-position: 0 -208px;
}

.cke_skin_office2003 .cke_rtl .cke_button_undo .cke_icon
{
	background-position: 0 -224px;
}

.cke_skin_office2003 .cke_button_redo .cke_icon
{
	background-position: 0 -224px;
}

.cke_skin_office2003 .cke_rtl .cke_button_redo .cke_icon
{
	background-position: 0 -208px;
}

.cke_skin_office2003 .cke_button_templates .cke_icon
{
	background-position: 0 -80px;
}

.cke_skin_office2003 .cke_button_numberedlist .cke_icon
{
	background-position: 0 -400px;
}

.cke_skin_office2003 .cke_button_bulletedlist .cke_icon
{
	background-position: 0 -416px;
}

.cke_skin_office2003 .cke_mixed_dir_content .cke_button_numberedlist .cke_icon
{
	background-position: 0 -1217px;
}

.cke_skin_office2003 .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon
{
	background-position: 0 -1233px;
}

.cke_skin_office2003 .cke_button_outdent .cke_icon
{
	background-position: 0 -432px;
}

.cke_skin_office2003 .cke_button_indent .cke_icon
{
	background-position: 0 -448px;
}

.cke_skin_office2003 .cke_mixed_dir_content .cke_button_indent .cke_icon
{
	background-position: 0 -1265px;
}

.cke_skin_office2003 .cke_mixed_dir_content .cke_button_outdent .cke_icon
{
	background-position: 0 -1249px;
}

.cke_skin_office2003 .cke_button_justifyleft .cke_icon
{
	background-position: 0 -464px;
}

.cke_skin_office2003 .cke_button_justifycenter .cke_icon
{
	background-position: 0 -480px;
}

.cke_skin_office2003 .cke_button_justifyright .cke_icon
{
	background-position: 0 -496px;
}

.cke_skin_office2003 .cke_button_justifyblock .cke_icon
{
	background-position: 0 -512px;
}

.cke_skin_office2003 .cke_button_blockquote .cke_icon
{
	background-position: 0 -1152px;
}

.cke_skin_office2003 .cke_button_flash .cke_icon
{
	background-position: 0 -592px;
}

.cke_skin_office2003 .cke_button_pastefromword .cke_icon
{
	background-position: 0 -160px;
}

.cke_skin_office2003 .cke_button_save .cke_icon
{
	background-position: 0 -32px;
}

.cke_skin_office2003 .cke_button_about .cke_icon
{
	background-position: 0 -736px;
}

.cke_skin_office2003 .cke_button_maximize .cke_icon
{
	background-position: 0 -1040px;
}

.cke_skin_office2003 .cke_button_creatediv .cke_icon
{
	background-position: 0 -1168px;
}

.cke_skin_office2003 .cke_button_editdiv .cke_icon
{
	background-position: 0 -1184px;
}

.cke_skin_office2003 .cke_button_removediv .cke_icon
{
	background-position: 0 -1200px;
}

.cke_skin_office2003 .cke_button_bidirtl .cke_icon
{
	background-position: 0 -1072px;
}

.cke_skin_office2003 .cke_button_bidiltr .cke_icon
{
	background-position: 0 -1056px;
}
.cke_skin_office2003 .cke_button_iframe .cke_icon
{
	background-position: 0 -1279px;
}

Author: mn

--- NEW FILE: mainui.css ---
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.cke_skin_office2003 .cke_editor
{
	display: inline-table;
	width: 100%;
}
.cke_skin_office2003 .cke_browser_webkit .cke_editor
{
	display: table;	/* #6684 */
}

.cke_skin_office2003 span.cke_browser_webkit,
.cke_skin_office2003 span.cke_browser_gecko18
{
	display: block;
}

.cke_skin_office2003,
.cke_skin_office2003 .cke_wrapper
{
	display: block;
}

.cke_skin_office2003 .cke_top,
.cke_skin_office2003 .cke_bottom,
 .cke_shared .cke_skin_office2003
{
	background-color: #f7f8fd;
}

.cke_skin_office2003 .cke_top
{
    border-top: solid 1px #fafaf5;
    border-left: solid 1px #fafaf5;
    border-right: solid 1px #696969;
    border-bottom: solid 2px #696969;
}

.cke_skin_office2003 .cke_rtl .cke_top
{
    border-left: solid 1px #696969;
    border-right: solid 1px #fafaf5;
}

.cke_skin_office2003 .cke_bottom
{
    border-left: solid 1px #696969;
    border-right: solid 1px #696969;
    border-bottom: solid 1px #696969;
}

.cke_skin_office2003 .cke_contents
{
	border: solid 1px #696969;
	/* Prevent background content from penetrate through when switching between editing modes. (#4918) */
	background-color: white;
}

.cke_skin_office2003 .cke_focus
{
	outline: auto 5px -webkit-focus-ring-color;
}

.cke_skin_office2003 textarea.cke_source
{
	font-family: 'Courier New' , Monospace;
	font-size: small;
	white-space: pre;
	background-color: #fff;
}

.cke_skin_office2003 .cke_browser_iequirks textarea.cke_source
{
    /* For IE6+Quirks only */
    _white-space: normal;
}

.cke_skin_office2003 .cke_resizer
{
	width: 12px;
	height: 12px;
	margin-top: 16px;
	display: block;
	float: right;
	/* resizer.gif*/
	background-image: url(images/sprites.png);
	_background-image: url(images/sprites_ie6.png);
	background-position: 0 -1088px;
	background-repeat: no-repeat;
	cursor: se-resize;
}

/* Adobe AIR doesn't support *-resize cursor shape. */
.cke_skin_office2003 .cke_browser_air .cke_resizer,
.cke_skin_office2003 .cke_browser_air .cke_rtl .cke_resizer
{
	cursor: move;
}

.cke_skin_office2003 .cke_resizer_rtl
{
	cursor: sw-resize;
	/* resizer_rtl.gif*/
	background-position: 0 -1115px;
	float: left;
}

.cke_skin_office2003 .cke_resizer_horizontal,
.cke_skin_office2003 .cke_rtl .cke_resizer_horizontal
{
	cursor: e-resize;
}

.cke_skin_office2003 .cke_resizer_vertical,
.cke_skin_office2003 .cke_rtl .cke_resizer_vertical
{
	cursor: n-resize;
}

.cke_skin_office2003 .cke_maximized .cke_resizer
{
	display: none;
}

.cke_skin_office2003 .cke_browser_ie6 .cke_contents textarea,
.cke_skin_office2003 .cke_browser_ie7 .cke_contents textarea
{
	position: absolute;
}

/* All voice labels are not displayed. */
.cke_skin_office2003 .cke_voice_label
{
	display: none;
}

.cke_skin_office2003 legend.cke_voice_label
{
	display: none;
}

.cke_skin_office2003 .cke_browser_ie legend.cke_voice_label
{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

Author: mn

--- NEW FILE: icons_rtl.png ---
‰PNG

lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.