/* Editor */ .editor { background: {ALTBG1}; border: 1px solid {BGBORDER}; border-bottom: 1px solid {BORDERCOLOR}; } .editor_line { border-top:1px solid {BORDERCOLOR}; } .editor_switcher { position: relative; top: 1px; border-bottom: 1px solid {BORDERCOLOR}; background: {ALTBG1}; margin-left: 10px; vertical-align: middle; } .editor_switcher_highlight { position: relative; top: 1px; border-bottom: 1px solid {ALTBG2}; background: {ALTBG2}; margin-left: 10px; vertical-align: middle; font-weight: {BOLD}; } .editor_text { font: {MSGFONTSIZE} {FONT}; border: 1px solid {BORDERCOLOR}; border-top: 0px; background: {ALTBG2}; } .editor_text textarea { border: 0px; background: Transparent; overflow: auto; padding: 4px; word-break: break-all; behavior: url(#default#userdata); } .editor_button { background: {ALTBG1}; border: 1px solid {BGBORDER}; border-top: 1px solid {BORDERCOLOR}; position: relative; top: -1px; margin-bottom: 6px; } .editor_textexpand { float: left; position: relative; top: -3px; border-top: 0px; } .editor_buttonnormal { background: {ALTBG1}; color: #000000; padding: 1px; border: none; } .editor_buttondown, .editor_buttonhover, .editor_buttonselected { background: {ALTBG1}; color: #000000; padding: 0px; border: 1px solid {BORDERCOLOR}; } .editor_menunormal, .editor_menuhover { font: 11px tahoma; height: 18px; padding: 0px 3px 0px 3px; white-space: nowrap; overflow: hidden; background: #FFFFFF; color: #000000; } .editor_menunormal { border-right: 1px solid #FFFFFF; } .editor_menuhover { border-right: 1px solid {BORDERCOLOR}; } .editor_menuhover div, .editor_menunormal div { background: #FFFFFF; color: #000000; } .editor_colormenunormal { border-right: 1px solid #FFFFFF; } .editor_colormenuhover { border-right: 1px solid {BORDERCOLOR}; } .editor_colornormal { padding: 2px; font-size: 1px; } .editor_colorhover { background: {BORDERCOLOR}; white-space: nowrap; padding: 2px; font-size: 1px; } .editor_colornormal div { width: 10px; height: 10px; border: 1px solid {CATTEXT}; } .editor_colorhover div { width: 10px; height: 10px; border: 1px solid {BORDERCOLOR}; }