2009-11-21 03:26:09 +01:00
/* Reset */
. defaultSkin table , . defaultSkin tbody , . defaultSkin a , . defaultSkin img , . defaultSkin tr , . defaultSkin div , . defaultSkin td , . defaultSkin iframe , . defaultSkin span , . defaultSkin * , . defaultSkin . mceText { border : 0 ; margin : 0 ; padding : 0 ; background : transparent ; white-space : nowrap ; text-decoration : none ; font-weight : normal ; cursor : default ; color : #000 ; vertical-align : baseline ; width : auto ; border-collapse : separate ; text-align : left }
. defaultSkin a : hover , . defaultSkin a : link , . defaultSkin a : visited , . defaultSkin a : active { text-decoration : none ; font-weight : normal ; cursor : default ; color : #000 }
. defaultSkin table td { vertical-align : middle }
/* Containers */
2011-04-05 01:42:57 +02:00
. defaultSkin table { direction : ltr ; background : transparent }
. defaultSkin iframe { display : block ; }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceToolbar { height : 26 px }
. defaultSkin . mceLeft { text-align : left }
. defaultSkin . mceRight { text-align : right }
/* External */
. defaultSkin . mceExternalToolbar { position : absolute ; border : 1 px solid #CCC ; border-bottom : 0 ; display : none ; }
. defaultSkin . mceExternalToolbar td . mceToolbar { padding-right : 13 px ; }
. defaultSkin . mceExternalClose { position : absolute ; top : 3 px ; right : 3 px ; width : 7 px ; height : 7 px ; background : url ( ../../img/icons.gif ) -820 px 0 }
/* Layout */
. defaultSkin table . mceLayout { border : 0 ; border-left : 1 px solid #CCC ; border-right : 1 px solid #CCC }
. defaultSkin table . mceLayout tr . mceFirst td { border-top : 1 px solid #CCC }
. defaultSkin table . mceLayout tr . mceLast td { border-bottom : 1 px solid #CCC }
. defaultSkin table . mceToolbar , . defaultSkin tr . mceFirst . mceToolbar tr td , . defaultSkin tr . mceLast . mceToolbar tr td { border : 0 ; margin : 0 ; padding : 0 ; }
2011-04-05 01:42:57 +02:00
. defaultSkin td . mceToolbar { background : #F0F0EE ; padding-top : 1 px ; vertical-align : top }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceIframeContainer { border-top : 1 px solid #CCC ; border-bottom : 1 px solid #CCC }
2011-04-05 01:42:57 +02:00
. defaultSkin . mceStatusbar { background : #F0F0EE ; font-family : 'MS Sans Serif' , sans-serif , Verdana , Arial ; font-size : 9 pt ; line-height : 16 px ; overflow : visible ; color : #000 ; display : block ; height : 20 px }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceStatusbar div { float : left ; margin : 2 px }
2011-04-05 01:42:57 +02:00
. defaultSkin . mceStatusbar a . mceResize { display : block ; float : right ; background : url ( ../../img/icons.gif ) -800 px 0 ; width : 20 px ; height : 20 px ; cursor : se-resize ; outline : 0 }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceStatusbar a : hover { text-decoration : underline }
. defaultSkin table . mceToolbar { margin-left : 3 px }
. defaultSkin span . mceIcon , . defaultSkin img . mceIcon { display : block ; width : 20 px ; height : 20 px }
. defaultSkin . mceIcon { background : url ( ../../img/icons.gif ) no-repeat 20 px 20 px }
. defaultSkin td . mceCenter { text-align : center ; }
. defaultSkin td . mceCenter table { margin : 0 auto ; text-align : left ; }
. defaultSkin td . mceRight table { margin : 0 0 0 auto ; }
/* Button */
. defaultSkin . mceButton { display : block ; border : 1 px solid #F0F0EE ; width : 20 px ; height : 20 px ; margin-right : 1 px }
. defaultSkin a . mceButtonEnabled : hover { border : 1 px solid #0A246A ; background-color : #B2BBD0 }
. defaultSkin a . mceButtonActive , . defaultSkin a . mceButtonSelected { border : 1 px solid #0A246A ; background-color : #C2CBE0 }
. defaultSkin . mceButtonDisabled . mceIcon { opacity : 0.3 ; -ms- filter : 'alpha(opacity=30)' ; filter : alpha ( opacity = 30 ) }
. defaultSkin . mceButtonLabeled { width : auto }
. defaultSkin . mceButtonLabeled span . mceIcon { float : left }
. defaultSkin span . mceButtonLabel { display : block ; font-size : 10 px ; padding : 4 px 6 px 0 22 px ; font-family : Tahoma , Verdana , Arial , Helvetica }
. defaultSkin . mceButtonDisabled . mceButtonLabel { color : #888 }
/* Separator */
. defaultSkin . mceSeparator { display : block ; background : url ( ../../img/icons.gif ) -180 px 0 ; width : 2 px ; height : 20 px ; margin : 2 px 2 px 0 4 px }
/* ListBox */
. defaultSkin . mceListBox , . defaultSkin . mceListBox a { display : block }
. defaultSkin . mceListBox . mceText { padding-left : 4 px ; width : 70 px ; text-align : left ; border : 1 px solid #CCC ; border-right : 0 ; background : #FFF ; font-family : Tahoma , Verdana , Arial , Helvetica ; font-size : 11 px ; height : 20 px ; line-height : 20 px ; overflow : hidden }
. defaultSkin . mceListBox . mceOpen { width : 9 px ; height : 20 px ; background : url ( ../../img/icons.gif ) -741 px 0 ; margin-right : 2 px ; border : 1 px solid #CCC ; }
. defaultSkin table . mceListBoxEnabled : hover . mceText , . defaultSkin . mceListBoxHover . mceText , . defaultSkin . mceListBoxSelected . mceText { border : 1 px solid #A2ABC0 ; border-right : 0 ; background : #FFF }
. defaultSkin table . mceListBoxEnabled : hover . mceOpen , . defaultSkin . mceListBoxHover . mceOpen , . defaultSkin . mceListBoxSelected . mceOpen { background-color : #FFF ; border : 1 px solid #A2ABC0 }
. defaultSkin . mceListBoxDisabled a . mceText { color : gray ; background-color : transparent ; }
. defaultSkin . mceListBoxMenu { overflow : auto ; overflow-x : hidden }
. defaultSkin . mceOldBoxModel . mceListBox . mceText { height : 22 px }
. defaultSkin . mceOldBoxModel . mceListBox . mceOpen { width : 11 px ; height : 22 px ; }
. defaultSkin select . mceNativeListBox { font-family : 'MS Sans Serif' , sans-serif , Verdana , Arial ; font-size : 7 pt ; background : #F0F0EE ; border : 1 px solid gray ; margin-right : 2 px ; }
/* SplitButton */
. defaultSkin . mceSplitButton { width : 32 px ; height : 20 px ; direction : ltr }
. defaultSkin . mceSplitButton a , . defaultSkin . mceSplitButton span { height : 20 px ; display : block }
. defaultSkin . mceSplitButton a . mceAction { width : 20 px ; border : 1 px solid #F0F0EE ; border-right : 0 ; }
2011-04-05 01:42:57 +02:00
. defaultSkin . mceSplitButton span . mceAction { width : 20 px ; background-image : url ( ../../img/icons.gif ) ; }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceSplitButton a . mceOpen { width : 9 px ; background : url ( ../../img/icons.gif ) -741 px 0 ; border : 1 px solid #F0F0EE ; }
. defaultSkin . mceSplitButton span . mceOpen { display : none }
. defaultSkin table . mceSplitButtonEnabled : hover a . mceAction , . defaultSkin . mceSplitButtonHover a . mceAction , . defaultSkin . mceSplitButtonSelected a . mceAction { border : 1 px solid #0A246A ; border-right : 0 ; background-color : #B2BBD0 }
. defaultSkin table . mceSplitButtonEnabled : hover a . mceOpen , . defaultSkin . mceSplitButtonHover a . mceOpen , . defaultSkin . mceSplitButtonSelected a . mceOpen { background-color : #B2BBD0 ; border : 1 px solid #0A246A ; }
. defaultSkin . mceSplitButtonDisabled . mceAction , . defaultSkin . mceSplitButtonDisabled a . mceOpen { opacity : 0.3 ; -ms- filter : 'alpha(opacity=30)' ; filter : alpha ( opacity = 30 ) }
. defaultSkin . mceSplitButtonActive a . mceAction { border : 1 px solid #0A246A ; background-color : #C2CBE0 }
. defaultSkin . mceSplitButtonActive a . mceOpen { border-left : 0 ; }
/* ColorSplitButton */
. defaultSkin div . mceColorSplitMenu table { background : #FFF ; border : 1 px solid gray }
. defaultSkin . mceColorSplitMenu td { padding : 2 px }
. defaultSkin . mceColorSplitMenu a { display : block ; width : 9 px ; height : 9 px ; overflow : hidden ; border : 1 px solid #808080 }
. defaultSkin . mceColorSplitMenu td . mceMoreColors { padding : 1 px 3 px 1 px 1 px }
. defaultSkin . mceColorSplitMenu a . mceMoreColors { width : 100 % ; height : auto ; text-align : center ; font-family : Tahoma , Verdana , Arial , Helvetica ; font-size : 11 px ; line-height : 20 px ; border : 1 px solid #FFF }
. defaultSkin . mceColorSplitMenu a . mceMoreColors : hover { border : 1 px solid #0A246A ; background-color : #B6BDD2 }
. defaultSkin a . mceMoreColors : hover { border : 1 px solid #0A246A }
. defaultSkin . mceColorPreview { margin-left : 2 px ; width : 16 px ; height : 4 px ; overflow : hidden ; background : #9a9b9a }
. defaultSkin . mce_forecolor span . mceAction , . defaultSkin . mce_backcolor span . mceAction { overflow : hidden ; height : 16 px }
/* Menu */
2012-05-08 06:29:43 +02:00
. defaultSkin . mceMenu { position : absolute ; left : 0 ; top : 0 ; z-index : 1000 ; border : 1 px solid #D4D0C8 ; direction : ltr }
2009-11-21 03:26:09 +01:00
. defaultSkin . mceNoIcons span . mceIcon { width : 0 ; }
. defaultSkin . mceNoIcons a . mceText { padding-left : 10 px }
. defaultSkin . mceMenu table { background : #FFF }
. defaultSkin . mceMenu a , . defaultSkin . mceMenu span , . defaultSkin . mceMenu { display : block }
. defaultSkin . mceMenu td { height : 20 px }
. defaultSkin . mceMenu a { position : relative ; padding : 3 px 0 4 px 0 }
. defaultSkin . mceMenu . mceText { position : relative ; display : block ; font-family : Tahoma , Verdana , Arial , Helvetica ; color : #000 ; cursor : default ; margin : 0 ; padding : 0 25 px 0 25 px ; display : block }
. defaultSkin . mceMenu span . mceText , . defaultSkin . mceMenu . mcePreview { font-size : 11 px }
. defaultSkin . mceMenu pre . mceText { font-family : Monospace }
. defaultSkin . mceMenu . mceIcon { position : absolute ; top : 0 ; left : 0 ; width : 22 px ; }
. defaultSkin . mceMenu . mceMenuItemEnabled a : hover , . defaultSkin . mceMenu . mceMenuItemActive { background-color : #dbecf3 }
. defaultSkin td . mceMenuItemSeparator { background : #DDD ; height : 1 px }
. defaultSkin . mceMenuItemTitle a { border : 0 ; background : #EEE ; border-bottom : 1 px solid #DDD }
. defaultSkin . mceMenuItemTitle span . mceText { color : #000 ; font-weight : bold ; padding-left : 4 px }
. defaultSkin . mceMenuItemDisabled . mceText { color : #888 }
. defaultSkin . mceMenuItemSelected . mceIcon { background : url ( img/menu_check.gif ) }
. defaultSkin . mceNoIcons . mceMenuItemSelected a { background : url ( img/menu_arrow.gif ) no-repeat -6 px center }
. defaultSkin . mceMenu span . mceMenuLine { display : none }
. defaultSkin . mceMenuItemSub a { background : url ( img/menu_arrow.gif ) no-repeat top right ; }
2011-10-29 11:43:39 +02:00
. defaultSkin . mceMenuItem td , . defaultSkin . mceMenuItem th { line-height : normal }
2009-11-21 03:26:09 +01:00
/* Progress,Resize */
. defaultSkin . mceBlocker { position : absolute ; left : 0 ; top : 0 ; z-index : 1000 ; opacity : 0.5 ; -ms- filter : 'alpha(opacity=50)' ; filter : alpha ( opacity = 50 ) ; background : #FFF }
. defaultSkin . mceProgress { position : absolute ; left : 0 ; top : 0 ; z-index : 1001 ; background : url ( img/progress.gif ) no-repeat ; width : 32 px ; height : 32 px ; margin : -16 px 0 0 -16 px }
2012-05-08 06:29:43 +02:00
/* Rtl */
. mceRtl . mceListBox . mceText { text-align : right ; padding : 0 4 px 0 0 }
. mceRtl . mceMenuItem . mceText { text-align : right }
2009-11-21 03:26:09 +01:00
/* Formats */
. defaultSkin . mce_formatPreview a { font-size : 10 px }
. defaultSkin . mce_p span . mceText { }
. defaultSkin . mce_address span . mceText { font-style : italic }
. defaultSkin . mce_pre span . mceText { font-family : monospace }
. defaultSkin . mce_h1 span . mceText { font-weight : bolder ; font-size : 2 em }
. defaultSkin . mce_h2 span . mceText { font-weight : bolder ; font-size : 1.5 em }
. defaultSkin . mce_h3 span . mceText { font-weight : bolder ; font-size : 1.17 em }
. defaultSkin . mce_h4 span . mceText { font-weight : bolder ; font-size : 1 em }
. defaultSkin . mce_h5 span . mceText { font-weight : bolder ; font-size : .83 em }
. defaultSkin . mce_h6 span . mceText { font-weight : bolder ; font-size : .75 em }
/* Theme */
. defaultSkin span . mce_bold { background-position : 0 0 }
. defaultSkin span . mce_italic { background-position : -60 px 0 }
. defaultSkin span . mce_underline { background-position : -140 px 0 }
. defaultSkin span . mce_strikethrough { background-position : -120 px 0 }
. defaultSkin span . mce_undo { background-position : -160 px 0 }
. defaultSkin span . mce_redo { background-position : -100 px 0 }
. defaultSkin span . mce_cleanup { background-position : -40 px 0 }
. defaultSkin span . mce_bullist { background-position : -20 px 0 }
. defaultSkin span . mce_numlist { background-position : -80 px 0 }
. defaultSkin span . mce_justifyleft { background-position : -460 px 0 }
. defaultSkin span . mce_justifyright { background-position : -480 px 0 }
. defaultSkin span . mce_justifycenter { background-position : -420 px 0 }
. defaultSkin span . mce_justifyfull { background-position : -440 px 0 }
. defaultSkin span . mce_anchor { background-position : -200 px 0 }
. defaultSkin span . mce_indent { background-position : -400 px 0 }
. defaultSkin span . mce_outdent { background-position : -540 px 0 }
. defaultSkin span . mce_link { background-position : -500 px 0 }
. defaultSkin span . mce_unlink { background-position : -640 px 0 }
. defaultSkin span . mce_sub { background-position : -600 px 0 }
. defaultSkin span . mce_sup { background-position : -620 px 0 }
. defaultSkin span . mce_removeformat { background-position : -580 px 0 }
. defaultSkin span . mce_newdocument { background-position : -520 px 0 }
. defaultSkin span . mce_image { background-position : -380 px 0 }
. defaultSkin span . mce_help { background-position : -340 px 0 }
. defaultSkin span . mce_code { background-position : -260 px 0 }
. defaultSkin span . mce_hr { background-position : -360 px 0 }
. defaultSkin span . mce_visualaid { background-position : -660 px 0 }
. defaultSkin span . mce_charmap { background-position : -240 px 0 }
. defaultSkin span . mce_paste { background-position : -560 px 0 }
. defaultSkin span . mce_copy { background-position : -700 px 0 }
. defaultSkin span . mce_cut { background-position : -680 px 0 }
. defaultSkin span . mce_blockquote { background-position : -220 px 0 }
. defaultSkin . mce_forecolor span . mceAction { background-position : -720 px 0 }
. defaultSkin . mce_backcolor span . mceAction { background-position : -760 px 0 }
. defaultSkin span . mce_forecolorpicker { background-position : -720 px 0 }
. defaultSkin span . mce_backcolorpicker { background-position : -760 px 0 }
/* Plugins */
. defaultSkin span . mce_advhr { background-position : -0 px -20 px }
. defaultSkin span . mce_ltr { background-position : -20 px -20 px }
. defaultSkin span . mce_rtl { background-position : -40 px -20 px }
. defaultSkin span . mce_emotions { background-position : -60 px -20 px }
. defaultSkin span . mce_fullpage { background-position : -80 px -20 px }
. defaultSkin span . mce_fullscreen { background-position : -100 px -20 px }
. defaultSkin span . mce_iespell { background-position : -120 px -20 px }
. defaultSkin span . mce_insertdate { background-position : -140 px -20 px }
. defaultSkin span . mce_inserttime { background-position : -160 px -20 px }
. defaultSkin span . mce_absolute { background-position : -180 px -20 px }
. defaultSkin span . mce_backward { background-position : -200 px -20 px }
. defaultSkin span . mce_forward { background-position : -220 px -20 px }
. defaultSkin span . mce_insert_layer { background-position : -240 px -20 px }
. defaultSkin span . mce_insertlayer { background-position : -260 px -20 px }
. defaultSkin span . mce_movebackward { background-position : -280 px -20 px }
. defaultSkin span . mce_moveforward { background-position : -300 px -20 px }
. defaultSkin span . mce_media { background-position : -320 px -20 px }
. defaultSkin span . mce_nonbreaking { background-position : -340 px -20 px }
. defaultSkin span . mce_pastetext { background-position : -360 px -20 px }
. defaultSkin span . mce_pasteword { background-position : -380 px -20 px }
. defaultSkin span . mce_selectall { background-position : -400 px -20 px }
. defaultSkin span . mce_preview { background-position : -420 px -20 px }
. defaultSkin span . mce_print { background-position : -440 px -20 px }
. defaultSkin span . mce_cancel { background-position : -460 px -20 px }
. defaultSkin span . mce_save { background-position : -480 px -20 px }
. defaultSkin span . mce_replace { background-position : -500 px -20 px }
. defaultSkin span . mce_search { background-position : -520 px -20 px }
. defaultSkin span . mce_styleprops { background-position : -560 px -20 px }
. defaultSkin span . mce_table { background-position : -580 px -20 px }
. defaultSkin span . mce_cell_props { background-position : -600 px -20 px }
. defaultSkin span . mce_delete_table { background-position : -620 px -20 px }
. defaultSkin span . mce_delete_col { background-position : -640 px -20 px }
. defaultSkin span . mce_delete_row { background-position : -660 px -20 px }
. defaultSkin span . mce_col_after { background-position : -680 px -20 px }
. defaultSkin span . mce_col_before { background-position : -700 px -20 px }
. defaultSkin span . mce_row_after { background-position : -720 px -20 px }
. defaultSkin span . mce_row_before { background-position : -740 px -20 px }
. defaultSkin span . mce_merge_cells { background-position : -760 px -20 px }
. defaultSkin span . mce_table_props { background-position : -980 px -20 px }
. defaultSkin span . mce_row_props { background-position : -780 px -20 px }
. defaultSkin span . mce_split_cells { background-position : -800 px -20 px }
. defaultSkin span . mce_template { background-position : -820 px -20 px }
. defaultSkin span . mce_visualchars { background-position : -840 px -20 px }
. defaultSkin span . mce_abbr { background-position : -860 px -20 px }
. defaultSkin span . mce_acronym { background-position : -880 px -20 px }
. defaultSkin span . mce_attribs { background-position : -900 px -20 px }
. defaultSkin span . mce_cite { background-position : -920 px -20 px }
. defaultSkin span . mce_del { background-position : -940 px -20 px }
. defaultSkin span . mce_ins { background-position : -960 px -20 px }
. defaultSkin span . mce_pagebreak { background-position : 0 -40 px }
2011-04-05 01:42:57 +02:00
. defaultSkin span . mce_restoredraft { background-position : -20 px -40 px }
. defaultSkin span . mce_spellchecker { background-position : -540 px -20 px }
2012-05-08 06:29:43 +02:00
. defaultSkin span . mce_visualblocks { background-position : -40 px -40 px }