File: D:/HostingSpaces/SBogers10/kms.komma.pro/wwwroot/public/css/trumbowyg.css
.trumbowyg-box,
.editor {
display: block;
position: relative;
width: 100%;
min-height: 300px;
}
.trumbowyg-box .editor {
margin: 0 auto;
background: #fefefe;
}
.trumbowyg-editor,
.trumbowyg-textarea {
position: relative;
padding: 1% 2%;
min-height: 300px;
width: 96%;
border-style: none;
resize: none;
outline: none;
}
.trumbowyg-box-blur .trumbowyg-editor * {
color: transparent !important;
text-shadow: 0 0 7px #333333;
}
.trumbowyg-textarea {
position: relative;
display: block;
overflow: auto;
border: none;
white-space: normal;
}
.trumbowyg-button-pane {
position: relative;
width: 100%;
line-height: 59px;
height: 59px;
background: #fff;
border-bottom: 1px solid #d7e0e2;
margin: 0;
padding: 0;
list-style-type: none;
}
.trumbowyg-button-pane li {
float: left;
height: 100%;
text-align: center;
}
.trumbowyg-button-pane li.trumbowyg-separator {
width: 1px;
background: #d7e0e2;
margin: 0 5px;
height: 59px;
}
.trumbowyg-button-pane li a.trumbowyg-active {
border-bottom: 1px solid #FFF;
background: #fff;
}
.trumbowyg-button-pane.trumbowyg-disable li:not(.trumbowyg-not-disable) a {
opacity: .2;
cursor: default;
}
.trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
background: #e3e9eb;
}
.trumbowyg-button-pane:not(.trumbowyg-disable) li a:hover,
.trumbowyg-button-pane:not(.trumbowyg-disable) li a:focus,
.trumbowyg-button-pane li a.trumbowyg-active,
.trumbowyg-button-pane li.trumbowyg-not-disable a:hover,
.trumbowyg-button-pane li.trumbowyg-not-disable a:focus {
background-color: #FFF;
outline: none;
}
.trumbowyg-button-pane li a.trumbowyg-open-dropdown:after {
display: block;
content: " ";
position: absolute;
top: 25px;
right: 3px;
height: 0;
width: 0;
border: 3px solid transparent;
border-top-color: #555555;
}
.trumbowyg-button-pane .trumbowyg-buttons-right {
float: right;
width: auto;
}
.trumbowyg-button-pane .trumbowyg-buttons-right a {
float: left;
}
.trumbowyg-button-pane li:first-child a {
margin-left: 6px;
}
.trumbowyg-button-pane li:last-child a {
margin-right: 6px;
}
.trumbowyg-dropdown {
width: 200px;
border: 1px solid #ecf0f1;
padding: 5px 0;
border-top: none;
background-color: #FFF;
margin-left: -1px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
}
.trumbowyg-dropdown a {
display: block;
width: 172px;
height: 35px;
line-height: 35px;
text-decoration: none;
background: inherit;
padding: 0 14px;
color: #333;
transition: background 150ms;
-moz-transition: background 150ms;
-webkit-transition: background 150ms;
}
.trumbowyg-dropdown a:hover,
.trumbowyg-dropdown .trumbowyg-dropdown a:focus {
background: #ecf0f1;
}
.trumbowyg-modal {
position: absolute;
top: 0;
left: 50%;
margin-left: -260px;
width: 520px;
height: 290px;
overflow: hidden;
}
.trumbowyg-modal-box {
position: absolute;
top: 0;
left: 50%;
margin-left: -250px;
width: 500px;
height: 275px;
z-index: 1;
background-color: #FFF;
text-align: center;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
font-size: 24px;
font-weight: bold;
margin: 0 0 20px;
padding: 15px 0 13px;
display: block;
border-bottom: 1px solid #EEE;
color: #333;
background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
width: 100%;
background: #F00;
height: 3px;
position: absolute;
top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
background: #2BC06A;
height: 100%;
transition: width 0.15s;
-moz-transition: width 0.15s;
-webkit-transition: width 0.15s;
}
.trumbowyg-modal-box label {
display: block;
position: relative;
margin: 15px 12px;
height: 27px;
line-height: 27px;
overflow: hidden;
}
.trumbowyg-modal-box label .trumbowyg-input-infos {
display: block;
text-align: left;
height: 25px;
line-height: 25px;
transition: all 0.15s;
-moz-transition: all 0.15s;
-webkit-transition: all 0.15s;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span {
display: block;
color: #859fa5;
background-color: #fbfcfc;
border: 1px solid #DEDEDE;
padding: 0 2%;
width: 19.5%;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
color: #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label .trumbowyg-modal-box label.trumbowyg-input-error textarea {
border: 1px solid #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
margin-top: -27px;
}
.trumbowyg-modal-box label input {
position: absolute;
top: 0;
right: 0;
height: 25px;
line-height: 25px;
border: 1px solid #DEDEDE;
background: transparent;
width: 72%;
padding: 0 2%;
margin: 0 0 0 23%;
transition: all 0.15s;
-moz-transition: all 0.15s;
-webkit-transition: all 0.15s;
}
.trumbowyg-modal-box label input:hover,
.trumbowyg-modal-box label .trumbowyg-modal-box label input:focus {
outline: none;
border: 1px solid #95a5a6;
}
.trumbowyg-modal-box label input:focus {
background: rgba(230, 230, 255, 0.1);
}
.trumbowyg-modal-box label .trumbowyg-modal-box .error {
margin-top: 25px;
display: block;
color: #ff0000;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
position: absolute;
bottom: 10px;
right: 0;
text-decoration: none;
color: #FFF;
display: block;
width: 100px;
height: 35px;
line-height: 33px;
margin: 0 10px;
background-color: #333;
border: none;
cursor: pointer;
font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
font-size: 16px;
transition: all 0.15s;
-moz-transition: all 0.15s;
-webkit-transition: all 0.15s;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
right: 110px;
background: #2bc06a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
background: #40d47e;
outline: none;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
background: #25a25a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
background: #b33528;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
background: #d14233;
outline: none;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
background: #962d22;
}
.trumbowyg-modal-box .trumbowyg-modal-button .trumbowyg-overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.5);
width: 100%;
left: 0;
display: none;
}
.trumbowyg-editor.trumbowyg-reset-css {
background: #FEFEFE !important;
font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
font-size: 14px !important;
line-height: 1.45em !important;
white-space: normal !important;
color: #333;
}
.trumbowyg-editor.trumbowyg-reset-css a {
color: #15c !important;
text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
box-shadow: none !important;
background: none !important;
margin: 0 !important;
margin-bottom: 15px !important;
line-height: 1.4em !important;
font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
font-size: 14px !important;
border: none;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
margin-left: 32px !important;
font-style: italic !important;
color: #555555;
}
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
border: none;
margin: 2px !important;
padding: 0 !important;
padding-left: 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
color: #111;
background: none;
margin: 0 !important;
padding: 0 !important;
font-weight: bold;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
font-size: 32px !important;
line-height: 38px !important;
margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css .trumbowyg-editor.trumbowyg-reset-css h2 {
font-size: 26px !important;
line-height: 34px !important;
margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
font-size: 22px !important;
line-height: 28px !important;
margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css .trumbowyg-editor.trumbowyg-reset-css h4 {
font-size: 16px !important;
line-height: 22px !important;
margin-bottom: 7px !important;
}
.trumbowyg-button-pane li a {
display: block;
position: relative;
text-indent: -9999px;
width: 35px;
height: 59px;
overflow: hidden;
background: url('/public/images/structure/kms_sprite.png') no-repeat;
transition: all 400ms;
-moz-transition: all 400ms;
-webkit-transition: all 400ms;
}
.trumbowyg-button-pane li a.trumbowyg-bold-button,
.trumbowyg-button-pane li a.trumbowyg-strong-button {
background-position: -360px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-bold-button:hover,
.trumbowyg-button-pane li a.trumbowyg-strong-button:hover {
background-position: -360px -330px;
}
.trumbowyg-button-pane li a.trumbowyg-italic-button,
.trumbowyg-button-pane li a.trumbowyg-em-button {
background-position: -390px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-italic-button:hover,
.trumbowyg-button-pane li a.trumbowyg-em-button:hover {
background-position: -390px -330px;
}
.trumbowyg-button-pane li a.trumbowyg-underline-button {
background-position: -420px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-underline-button:hover {
background-position: -420px -330px;
}
.trumbowyg-button-pane li a.trumbowyg-link-button {
background-position: -510px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-link-button:hover {
background-position: -510px -330px;
}
.trumbowyg-button-pane li a.trumbowyg-unorderedList-button {
background-position: -450px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-unorderedList-button:hover {
background-position: -450px -330px;
}
.trumbowyg-button-pane li a.trumbowyg-orderedList-button {
background-position: -480px -270px;
}
.trumbowyg-button-pane li a.trumbowyg-orderedList-button:hover {
background-position: -480px -330px;
}