.mtps_text_editor_desk {
margin: 0;
padding: 0;
overflow: hidden;
}
.mtps_text_editor_desk .te_desk {
margin: 0;
padding: 0;
overflow: visible;
}
.mtps_text_editor_desk .te_toolbar {
margin: 0;
padding: 5px 6px 5px 6px;
background: rgb(245,245,245);
border-bottom: 1px solid rgb(235,235,235);
overflow: hidden;
}
.mtps_text_editor_desk .te_toolbar img {
height: 1em;
margin: 0; padding: 0; border: 0;
display: inline-block;
vertical-align: text-bottom;
}
.mtps_text_editor_desk .te_toolbar a {
width: 1.7em;
height: 1.7em;
line-height: 1.6em;
text-align: center;
display: inline-block;
margin: 0 3px 0 0;
padding: 0;
border: 1px solid gray;
border-left: 1px solid white;
border-top: 1px solid white;
border-radius: 0;
text-decoration: none;
color: black;
background: rgb(235,235,235);
}
.mtps_text_editor_desk .te_toolbar a:hover { background: rgb(245,245,245); }
.mtps_text_editor_desk .te_toolbar .te_separator {
padding: 0;
margin: .6em .5em .4em .4em;
color: rgb(235,235,235);
border-right: 1px solid white;
border-left: 1px solid silver;
}
.mtps_text_editor_desk .te_editor {
outline: none;
margin: 0;
padding: .7em .8em .7em .8em;
overflow-y: auto;
overflow-x: auto;
white-space: normal;
}
.mtps_text_editor_desk .te_editor:focus { outline: none; }
.mtps_text_editor_desk .te_editor p {
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_editor h1 {
font-size: 100%;
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_editor h2 {
font-size: 100%;
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_editor span {
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_code_editor {
font-family: Consolas, "Lucida Console", "Courier New" !important;
outline: none;
margin: 0;
padding: .7em .8em .7em .8em;
overflow-y: auto;
overflow-x: auto;
white-space: normal;
line-height: 175%;
}
.mtps_text_editor_desk .te_code_editor:focus { outline: none; }
.mtps_text_editor_desk .te_code_editor p {
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_code_editor h1 {
font-size: 100%;
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_code_editor h2 {
font-size: 100%;
margin: 0;
padding: 0;
}
.mtps_text_editor_desk .te_code_editor span {
margin: 0;
padding: 0;
}
