初始化
This commit is contained in:
+1672
File diff suppressed because it is too large
Load Diff
+4
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+4
File diff suppressed because one or more lines are too long
@@ -0,0 +1,191 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/
|
||||
.froala-element img.fr-fil,
|
||||
img.fr-tag.fr-fil {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
display: block;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
padding: 10px 10px 10px 3px;
|
||||
float: left !important;
|
||||
}
|
||||
.froala-element img.fr-fil.fr-tni,
|
||||
img.fr-tag.fr-fil.fr-tni {
|
||||
float: none !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.froala-element img.fr-fir,
|
||||
img.fr-tag.fr-fir {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
display: block;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
padding: 10px 3px 10px 10px;
|
||||
float: right !important;
|
||||
}
|
||||
.froala-element img.fr-fir.fr-tni,
|
||||
img.fr-tag.fr-fir.fr-tni {
|
||||
float: none !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.froala-element img.fr-fin,
|
||||
img.fr-tag.fr-fin {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
display: block;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
padding: 10px 0;
|
||||
float: none;
|
||||
}
|
||||
.froala-element a.fr-file,
|
||||
a.fr-file {
|
||||
position: relative;
|
||||
}
|
||||
.froala-element a.fr-file:before,
|
||||
a.fr-file:before {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: "\f0c6";
|
||||
top: 0;
|
||||
padding-right: 3px;
|
||||
}
|
||||
.froala-element hr,
|
||||
hr.fr-tag {
|
||||
height: 0px;
|
||||
border: 0;
|
||||
border-top: solid 1px #cccccc;
|
||||
clear: both;
|
||||
}
|
||||
.froala-element pre,
|
||||
pre.fr-tag {
|
||||
white-space: pre-wrap;
|
||||
/* CSS3 */
|
||||
white-space: -moz-pre-wrap;
|
||||
/* Mozilla, post millennium */
|
||||
white-space: -pre-wrap;
|
||||
/* Opera 4-6 */
|
||||
white-space: -o-pre-wrap;
|
||||
/* Opera 7 */
|
||||
word-wrap: break-word;
|
||||
/* Internet Explorer 5.5+ */
|
||||
border: solid 1px #cccccc;
|
||||
background: #fcfcfc;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.froala-element blockquote,
|
||||
blockquote.fr-tag {
|
||||
margin-left: 20px;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
padding-left: 20px;
|
||||
position: relative;
|
||||
font-style: italic;
|
||||
border-left: solid 5px #cccccc;
|
||||
}
|
||||
.froala-element ul,
|
||||
.froala-element ol,
|
||||
ul.fr-tag,
|
||||
ol.fr-tag {
|
||||
padding-left: 25px;
|
||||
}
|
||||
.froala-element table,
|
||||
table.fr-tag {
|
||||
border-collapse: collapse;
|
||||
empty-cells: show;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.froala-element table td,
|
||||
table.fr-tag td {
|
||||
border: solid 1px #cccccc;
|
||||
padding: 5px;
|
||||
}
|
||||
.froala-element p,
|
||||
p.fr-tag {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.froala-element h1,
|
||||
h1[class="fr-tag"] {
|
||||
font-size: 36px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.froala-element h2,
|
||||
h2[class="fr-tag"] {
|
||||
font-size: 30px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.froala-element h3,
|
||||
h3[class="fr-tag"] {
|
||||
font-size: 24px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.froala-element h4,
|
||||
h4[class="fr-tag"] {
|
||||
font-size: 18px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.froala-element h5,
|
||||
h5[class="fr-tag"] {
|
||||
font-size: 14px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.froala-element h6,
|
||||
h6[class="fr-tag"] {
|
||||
font-size: 12px;
|
||||
line-height: 1.1;
|
||||
font-weight: 400;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.fr-fvn {
|
||||
float: none;
|
||||
display: block !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
.fr-fvl {
|
||||
float: left;
|
||||
margin: 10px 10px 10px 1px;
|
||||
}
|
||||
.fr-fvr {
|
||||
float: right;
|
||||
margin: 10px 1px 10px 10px;
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/.froala-element img.fr-fil,img.fr-tag.fr-fil{z-index:1;position:relative;vertical-align:top;display:block;margin:auto;overflow:auto;padding:10px 10px 10px 3px;float:left!important}.froala-element img.fr-fil.fr-tni,img.fr-tag.fr-fil.fr-tni{float:none!important;margin-left:0!important}.froala-element img.fr-fir,img.fr-tag.fr-fir{z-index:1;position:relative;vertical-align:top;display:block;margin:auto;overflow:auto;padding:10px 3px 10px 10px;float:right!important}.froala-element img.fr-fir.fr-tni,img.fr-tag.fr-fir.fr-tni{float:none!important;margin-right:0!important}.froala-element img.fr-fin,img.fr-tag.fr-fin{z-index:1;position:relative;vertical-align:top;display:block;margin:auto;overflow:auto;padding:10px 0;float:none}.froala-element a.fr-file,a.fr-file{position:relative}.froala-element a.fr-file:before,a.fr-file:before{position:relative;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0c6";top:0;padding-right:3px}.froala-element hr,hr.fr-tag{height:0;border:0;border-top:solid 1px #ccc;clear:both}.froala-element pre,pre.fr-tag{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;border:solid 1px #ccc;background:#fcfcfc;padding:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.froala-element blockquote,blockquote.fr-tag{margin-left:20px;margin-right:0;margin-top:0;padding-left:20px;position:relative;font-style:italic;border-left:solid 5px #ccc}.froala-element ul,.froala-element ol,ul.fr-tag,ol.fr-tag{padding-left:25px}.froala-element table,table.fr-tag{border-collapse:collapse;empty-cells:show;width:100%;margin-bottom:10px;margin-top:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.froala-element table td,table.fr-tag td{border:solid 1px #ccc;padding:5px}.froala-element p,p.fr-tag{margin:0 0 10px}.froala-element h1,h1[class=fr-tag]{font-size:36px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-element h2,h2[class=fr-tag]{font-size:30px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-element h3,h3[class=fr-tag]{font-size:24px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-element h4,h4[class=fr-tag]{font-size:18px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}.froala-element h5,h5[class=fr-tag]{font-size:14px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}.froala-element h6,h6[class=fr-tag]{font-size:12px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}.fr-fvn{float:none;display:block!important;text-align:center!important}.fr-fvl{float:left;margin:10px 10px 10px 1px}.fr-fvr{float:right;margin:10px 1px 10px 10px}
|
||||
@@ -0,0 +1,351 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/
|
||||
.dark-theme.froala-box .html-switch {
|
||||
border-color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element hr {
|
||||
border-top-color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element.f-placeholder:before {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element pre {
|
||||
border: solid 1px #aaaaaa;
|
||||
background: #fcfcfc;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element blockquote {
|
||||
border-left: solid 5px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img {
|
||||
min-width: 32px !important;
|
||||
min-height: 32px !important;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img.fr-fil {
|
||||
padding: 10px 10px 10px 3px;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img.fr-fir {
|
||||
padding: 10px 3px 10px 10px;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img.fr-fin {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img::selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element img::-moz-selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-img-editor:before {
|
||||
border: solid 2px #ffffff !important;
|
||||
outline: solid 1px #252525 !important;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-img-editor.fr-fil {
|
||||
margin: 10px 10px 10px 3px;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-img-editor.fr-fir {
|
||||
margin: 10px 3px 10px 10px;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-img-editor.fr-fin {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-img-handle {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
border: solid 1px #252525 !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element span.f-video-editor.active:after {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element.f-basic {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-box .froala-element table td {
|
||||
border: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-box.f-html .froala-element {
|
||||
background: #202020;
|
||||
color: #ffffff;
|
||||
font-family: 'Courier New', Monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
.dark-theme.froala-editor {
|
||||
background: #353535;
|
||||
border: solid 1px #252525;
|
||||
border-top: solid 5px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor hr {
|
||||
border-top-color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor span.f-sep {
|
||||
border-right: solid 1px #aaaaaa;
|
||||
height: 35px;
|
||||
}
|
||||
.dark-theme.froala-editor button.fr-bttn,
|
||||
.dark-theme.froala-editor button.fr-trigger {
|
||||
background: transparent;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
width: 40px;
|
||||
}
|
||||
.dark-theme.froala-editor button.fr-bttn img,
|
||||
.dark-theme.froala-editor button.fr-trigger img {
|
||||
max-width: 40px;
|
||||
max-height: 35px;
|
||||
}
|
||||
.dark-theme.froala-editor button.fr-bttn:disabled,
|
||||
.dark-theme.froala-editor button.fr-trigger:disabled {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.dark-theme.froala-editor button.fr-bttn:disabled:after,
|
||||
.dark-theme.froala-editor button.fr-trigger:disabled:after {
|
||||
border-top-color: #aaaaaa !important;
|
||||
}
|
||||
.dark-theme.froala-editor.ie8 button.fr-bttn:hover,
|
||||
.dark-theme.froala-editor.ie8 button.fr-trigger:hover {
|
||||
background: #2c82c9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor.ie8 button.fr-bttn:hover:after,
|
||||
.dark-theme.froala-editor.ie8 button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover,
|
||||
.dark-theme.froala-editor .froala-popup button.fr-bttn:hover,
|
||||
.dark-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover,
|
||||
.dark-theme.froala-editor .froala-popup button.fr-trigger:hover {
|
||||
background: #2c82c9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after,
|
||||
.dark-theme.froala-editor .froala-popup button.fr-bttn:hover:after,
|
||||
.dark-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after,
|
||||
.dark-theme.froala-editor .froala-popup button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-bttn.active {
|
||||
color: #2c82c9;
|
||||
background: transparent;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-trigger:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-trigger.active {
|
||||
color: #ffffff;
|
||||
background: #2c82c9;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-trigger.active:after {
|
||||
border-top-color: #ffffff !important;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu {
|
||||
background: #353535;
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu li.active a {
|
||||
background: #ffffff !important;
|
||||
color: #353535 !important;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a:hover {
|
||||
background: #ffffff !important;
|
||||
color: #353535 !important;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > a,
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > a {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul {
|
||||
background: #353535;
|
||||
color: #ffffff;
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div {
|
||||
background: #353535;
|
||||
color: #ffffff;
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span > span {
|
||||
border: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span:hover > span,
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span.hover > span {
|
||||
background: rgba(61, 142, 185, 0.3);
|
||||
border: solid 1px #3d8eb9;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > hr {
|
||||
border-top: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn:hover {
|
||||
color: #2c82c9;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn {
|
||||
border: solid 1px #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active {
|
||||
border: solid 1px #353535;
|
||||
outline: solid 1px #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active:after {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn:hover:not(:focus):not(:active) {
|
||||
border: solid 1px #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup {
|
||||
background: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup h4 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup h4 i {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup h4 i.fa-external-link {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup h4 i.fa-external-link:hover {
|
||||
color: #2c82c9;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup h4 i:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger) {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-ok {
|
||||
background: #2c82c9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-unlink {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):hover,
|
||||
.dark-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):focus {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line.f-popup-toolbar {
|
||||
background: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line label {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line input[type="text"] {
|
||||
border: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:focus {
|
||||
border: solid 1px #54acd2;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:disabled {
|
||||
background: #ffffff;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line textarea {
|
||||
border: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup div.f-popup-line textarea:focus {
|
||||
border: solid 1px #54acd2;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-video-popup p.or {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload {
|
||||
color: #ffffff;
|
||||
border: dashed 2px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload:hover {
|
||||
border: dashed 2px #eeeeee;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload.f-hover {
|
||||
border: dashed 2px #61bd6d;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse {
|
||||
background: #475577;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse:hover {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup p.f-progress {
|
||||
background-color: #61bd6d;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-image-popup p.f-progress span {
|
||||
background-color: #61bd6d;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links {
|
||||
background: #475577;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links:hover {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul {
|
||||
background: #353535;
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li + li {
|
||||
border-top: solid 1px #252525;
|
||||
}
|
||||
.dark-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li:hover {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper {
|
||||
background: #353535;
|
||||
border: solid 1px #252525;
|
||||
border-top: solid 5px #252525;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper h4 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper h4 i {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper h4 i:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper div.f-image-list div.f-empty {
|
||||
background: #aaaaaa;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.dark-theme.froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img:hover {
|
||||
background: #ffffff;
|
||||
color: #353535;
|
||||
}
|
||||
.froala-overlay {
|
||||
background: #000000;
|
||||
}
|
||||
+4
File diff suppressed because one or more lines are too long
@@ -0,0 +1,351 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/
|
||||
.gray-theme.froala-box .html-switch {
|
||||
border-color: #aaaaaa;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element hr {
|
||||
border-top-color: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element.f-placeholder:before {
|
||||
color: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element pre {
|
||||
border: solid 1px #d1d5d8;
|
||||
background: #fcfcfc;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element blockquote {
|
||||
border-left: solid 5px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img {
|
||||
min-width: 32px !important;
|
||||
min-height: 32px !important;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img.fr-fil {
|
||||
padding: 10px 10px 10px 3px;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img.fr-fir {
|
||||
padding: 10px 3px 10px 10px;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img.fr-fin {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img::selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element img::-moz-selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-img-editor:before {
|
||||
border: solid 2px #ffffff !important;
|
||||
outline: solid 1px #252525 !important;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-img-editor.fr-fil {
|
||||
margin: 10px 10px 10px 3px;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-img-editor.fr-fir {
|
||||
margin: 10px 3px 10px 10px;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-img-editor.fr-fin {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-img-handle {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
border: solid 1px #252525 !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element span.f-video-editor.active:after {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element.f-basic {
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-box .froala-element table td {
|
||||
border: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-box.f-html .froala-element {
|
||||
background: #202020;
|
||||
color: #ffffff;
|
||||
font-family: 'Courier New', Monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
.gray-theme.froala-editor {
|
||||
background: #efefef;
|
||||
border: solid 1px #75706b;
|
||||
border-top: solid 5px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor hr {
|
||||
border-top-color: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor span.f-sep {
|
||||
border-right: solid 1px #d1d5d8;
|
||||
height: 35px;
|
||||
}
|
||||
.gray-theme.froala-editor button.fr-bttn,
|
||||
.gray-theme.froala-editor button.fr-trigger {
|
||||
background: transparent;
|
||||
color: #75706b;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
width: 40px;
|
||||
}
|
||||
.gray-theme.froala-editor button.fr-bttn img,
|
||||
.gray-theme.froala-editor button.fr-trigger img {
|
||||
max-width: 40px;
|
||||
max-height: 35px;
|
||||
}
|
||||
.gray-theme.froala-editor button.fr-bttn:disabled,
|
||||
.gray-theme.froala-editor button.fr-trigger:disabled {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.gray-theme.froala-editor button.fr-bttn:disabled:after,
|
||||
.gray-theme.froala-editor button.fr-trigger:disabled:after {
|
||||
border-top-color: #aaaaaa !important;
|
||||
}
|
||||
.gray-theme.froala-editor.ie8 button.fr-bttn:hover,
|
||||
.gray-theme.froala-editor.ie8 button.fr-trigger:hover {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor.ie8 button.fr-bttn:hover:after,
|
||||
.gray-theme.froala-editor.ie8 button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover,
|
||||
.gray-theme.froala-editor .froala-popup button.fr-bttn:hover,
|
||||
.gray-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover,
|
||||
.gray-theme.froala-editor .froala-popup button.fr-trigger:hover {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after,
|
||||
.gray-theme.froala-editor .froala-popup button.fr-bttn:hover:after,
|
||||
.gray-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after,
|
||||
.gray-theme.froala-editor .froala-popup button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-bttn.active {
|
||||
color: #28324e;
|
||||
background: transparent;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-trigger:after {
|
||||
border-top-color: #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-trigger.active {
|
||||
color: #ffffff;
|
||||
background: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-trigger.active:after {
|
||||
border-top-color: #ffffff !important;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu {
|
||||
background: #ffffff;
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu li.active a {
|
||||
background: #28324e !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a:hover {
|
||||
background: #28324e !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > a,
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > a {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul {
|
||||
background: #ffffff;
|
||||
color: #28324e;
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div {
|
||||
background: #ffffff;
|
||||
color: #28324e;
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span > span {
|
||||
border: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span:hover > span,
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span.hover > span {
|
||||
background: rgba(40, 50, 78, 0.3);
|
||||
border: solid 1px #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > hr {
|
||||
border-top: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn:hover {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn {
|
||||
border: solid 1px #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active {
|
||||
border: solid 1px #ffffff;
|
||||
outline: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active:after {
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn:hover:not(:focus):not(:active) {
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup {
|
||||
background: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup h4 {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup h4 i {
|
||||
color: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup h4 i.fa-external-link {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup h4 i.fa-external-link:hover {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup h4 i:hover {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger) {
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-ok {
|
||||
background: #75706b;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-unlink {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):hover,
|
||||
.gray-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):focus {
|
||||
background: #d1d5d8;
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line.f-popup-toolbar {
|
||||
background: #efefef;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line label {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line input[type="text"] {
|
||||
border: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:focus {
|
||||
border: solid 1px #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:disabled {
|
||||
background: #ffffff;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line textarea {
|
||||
border: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup div.f-popup-line textarea:focus {
|
||||
border: solid 1px #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-video-popup p.or {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload {
|
||||
color: #28324e;
|
||||
border: dashed 2px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload:hover {
|
||||
border: dashed 2px #353535;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload.f-hover {
|
||||
border: dashed 2px #61bd6d;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse:hover {
|
||||
background: #d1d5d8;
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup p.f-progress {
|
||||
background-color: #61bd6d;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-image-popup p.f-progress span {
|
||||
background-color: #61bd6d;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links:hover {
|
||||
background: #d1d5d8;
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul {
|
||||
background: #ffffff;
|
||||
border: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li + li {
|
||||
border-top: solid 1px #75706b;
|
||||
}
|
||||
.gray-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li:hover {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper {
|
||||
background: #ffffff;
|
||||
border: solid 1px #75706b;
|
||||
border-top: solid 5px #75706b;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper h4 {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper h4 i {
|
||||
color: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper h4 i:hover {
|
||||
color: #28324e;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper div.f-image-list div.f-empty {
|
||||
background: #d1d5d8;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
|
||||
background: #28324e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.gray-theme.froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img:hover {
|
||||
background: #d1d5d8;
|
||||
color: #28324e;
|
||||
}
|
||||
.froala-overlay {
|
||||
background: #75706b;
|
||||
}
|
||||
+4
File diff suppressed because one or more lines are too long
@@ -0,0 +1,351 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/
|
||||
.red-theme.froala-box .html-switch {
|
||||
border-color: #aaaaaa;
|
||||
}
|
||||
.red-theme.froala-box .froala-element hr {
|
||||
border-top-color: #cccccc;
|
||||
}
|
||||
.red-theme.froala-box .froala-element.f-placeholder:before {
|
||||
color: #cccccc;
|
||||
}
|
||||
.red-theme.froala-box .froala-element pre {
|
||||
border: solid 1px #cccccc;
|
||||
background: #fcfcfc;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.red-theme.froala-box .froala-element blockquote {
|
||||
border-left: solid 5px #cccccc;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img {
|
||||
min-width: 32px !important;
|
||||
min-height: 32px !important;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img.fr-fil {
|
||||
padding: 10px 10px 10px 3px;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img.fr-fir {
|
||||
padding: 10px 3px 10px 10px;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img.fr-fin {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img::selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-box .froala-element img::-moz-selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-img-editor:before {
|
||||
border: solid 2px #ffffff !important;
|
||||
outline: solid 1px #252525 !important;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-img-editor.fr-fil {
|
||||
margin: 10px 10px 10px 3px;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-img-editor.fr-fir {
|
||||
margin: 10px 3px 10px 10px;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-img-editor.fr-fin {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-img-handle {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
border: solid 1px #252525 !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
.red-theme.froala-box .froala-element span.f-video-editor.active:after {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.red-theme.froala-box .froala-element.f-basic {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.red-theme.froala-box .froala-element table td {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-box.f-html .froala-element {
|
||||
background: #202020;
|
||||
color: #ffffff;
|
||||
font-family: 'Courier New', Monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
.red-theme.froala-editor {
|
||||
background: #b8312f;
|
||||
border: solid 1px #252525;
|
||||
border-top: solid 5px #252525;
|
||||
}
|
||||
.red-theme.froala-editor hr {
|
||||
border-top-color: #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor span.f-sep {
|
||||
border-right: solid 1px #cccccc;
|
||||
height: 35px;
|
||||
}
|
||||
.red-theme.froala-editor button.fr-bttn,
|
||||
.red-theme.froala-editor button.fr-trigger {
|
||||
background: transparent;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
width: 40px;
|
||||
}
|
||||
.red-theme.froala-editor button.fr-bttn img,
|
||||
.red-theme.froala-editor button.fr-trigger img {
|
||||
max-width: 40px;
|
||||
max-height: 35px;
|
||||
}
|
||||
.red-theme.froala-editor button.fr-bttn:disabled,
|
||||
.red-theme.froala-editor button.fr-trigger:disabled {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.red-theme.froala-editor button.fr-bttn:disabled:after,
|
||||
.red-theme.froala-editor button.fr-trigger:disabled:after {
|
||||
border-top-color: #aaaaaa !important;
|
||||
}
|
||||
.red-theme.froala-editor.ie8 button.fr-bttn:hover,
|
||||
.red-theme.froala-editor.ie8 button.fr-trigger:hover {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor.ie8 button.fr-bttn:hover:after,
|
||||
.red-theme.froala-editor.ie8 button.fr-trigger:hover:after {
|
||||
border-top-color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover,
|
||||
.red-theme.froala-editor .froala-popup button.fr-bttn:hover,
|
||||
.red-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover,
|
||||
.red-theme.froala-editor .froala-popup button.fr-trigger:hover {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after,
|
||||
.red-theme.froala-editor .froala-popup button.fr-bttn:hover:after,
|
||||
.red-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after,
|
||||
.red-theme.froala-editor .froala-popup button.fr-trigger:hover:after {
|
||||
border-top-color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .fr-bttn.active {
|
||||
color: #f7da64;
|
||||
background: transparent;
|
||||
}
|
||||
.red-theme.froala-editor .fr-trigger:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .fr-trigger.active {
|
||||
color: #b8312f;
|
||||
background: #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .fr-trigger.active:after {
|
||||
border-top-color: #b8312f !important;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu {
|
||||
background: #ffffff;
|
||||
border: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu li.active a {
|
||||
background: #444444 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a:hover {
|
||||
background: #444444 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > a,
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > a {
|
||||
background: #444444;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul {
|
||||
background: #ffffff;
|
||||
color: #444444;
|
||||
border: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div {
|
||||
background: #ffffff;
|
||||
color: #444444;
|
||||
border: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span > span {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span:hover > span,
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span.hover > span {
|
||||
background: rgba(247, 218, 100, 0.3);
|
||||
border: solid 1px #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > hr {
|
||||
border-top: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn:hover {
|
||||
color: #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn {
|
||||
border: solid 1px #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active {
|
||||
border: solid 1px #ffffff;
|
||||
outline: solid 1px #252525;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active:after {
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn:hover:not(:focus):not(:active) {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup {
|
||||
background: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup h4 {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup h4 i {
|
||||
color: #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup h4 i.fa-external-link {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup h4 i.fa-external-link:hover {
|
||||
color: #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup h4 i:hover {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger) {
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-ok {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-unlink {
|
||||
background: #353535;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):hover,
|
||||
.red-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):focus {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line.f-popup-toolbar {
|
||||
background: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line label {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line input[type="text"] {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:focus {
|
||||
border: solid 1px #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:disabled {
|
||||
background: #ffffff;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line textarea {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup div.f-popup-line textarea:focus {
|
||||
border: solid 1px #f7da64;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-video-popup p.or {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload {
|
||||
color: #444444;
|
||||
border: dashed 2px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload:hover {
|
||||
border: dashed 2px #353535;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload.f-hover {
|
||||
border: dashed 2px #61bd6d;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse:hover {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #cccccc;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup p.f-progress {
|
||||
background-color: #61bd6d;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-image-popup p.f-progress span {
|
||||
background-color: #61bd6d;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links:hover {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul {
|
||||
background: #ffffff;
|
||||
border: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li + li {
|
||||
border-top: solid 1px #b8312f;
|
||||
}
|
||||
.red-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li:hover {
|
||||
background: #444444;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper {
|
||||
background: #ffffff;
|
||||
border: solid 1px #252525;
|
||||
border-top: solid 5px #252525;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper h4 {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper h4 i {
|
||||
color: #cccccc;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper h4 i:hover {
|
||||
color: #444444;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper div.f-image-list div.f-empty {
|
||||
background: #cccccc;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
|
||||
background: #353535;
|
||||
color: #ffffff;
|
||||
}
|
||||
.red-theme.froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img:hover {
|
||||
background: #f7da64;
|
||||
color: #b8312f;
|
||||
}
|
||||
.froala-overlay {
|
||||
background: #000000;
|
||||
}
|
||||
+4
File diff suppressed because one or more lines are too long
@@ -0,0 +1,351 @@
|
||||
/*!
|
||||
* froala_editor v1.2.2 (http://editor.froala.com)
|
||||
* Copyright 2014-2014 Froala
|
||||
*/
|
||||
.royal-theme.froala-box .html-switch {
|
||||
border-color: #aaaaaa;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element hr {
|
||||
border-top-color: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element.f-placeholder:before {
|
||||
color: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element pre {
|
||||
border: solid 1px #cccccc;
|
||||
background: #fcfcfc;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element blockquote {
|
||||
border-left: solid 5px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img {
|
||||
min-width: 32px !important;
|
||||
min-height: 32px !important;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img.fr-fil {
|
||||
padding: 10px 10px 10px 3px;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img.fr-fir {
|
||||
padding: 10px 3px 10px 10px;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img.fr-fin {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img::selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element img::-moz-selection {
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-img-editor:before {
|
||||
border: solid 2px #ffffff !important;
|
||||
outline: solid 1px #252525 !important;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-img-editor.fr-fil {
|
||||
margin: 10px 10px 10px 3px;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-img-editor.fr-fir {
|
||||
margin: 10px 3px 10px 10px;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-img-editor.fr-fin {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-img-handle {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
border: solid 1px #252525 !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element span.f-video-editor.active:after {
|
||||
border: solid 1px #252525;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element.f-basic {
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-box .froala-element table td {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-box.f-html .froala-element {
|
||||
background: #202020;
|
||||
color: #ffffff;
|
||||
font-family: 'Courier New', Monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
.royal-theme.froala-editor {
|
||||
background: #ffffff;
|
||||
border: solid 1px #553982;
|
||||
border-top: solid 5px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor hr {
|
||||
border-top-color: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor span.f-sep {
|
||||
border-right: solid 1px #cccccc;
|
||||
height: 35px;
|
||||
}
|
||||
.royal-theme.froala-editor button.fr-bttn,
|
||||
.royal-theme.froala-editor button.fr-trigger {
|
||||
background: transparent;
|
||||
color: #553982;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
width: 40px;
|
||||
}
|
||||
.royal-theme.froala-editor button.fr-bttn img,
|
||||
.royal-theme.froala-editor button.fr-trigger img {
|
||||
max-width: 40px;
|
||||
max-height: 35px;
|
||||
}
|
||||
.royal-theme.froala-editor button.fr-bttn:disabled,
|
||||
.royal-theme.froala-editor button.fr-trigger:disabled {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.royal-theme.froala-editor button.fr-bttn:disabled:after,
|
||||
.royal-theme.froala-editor button.fr-trigger:disabled:after {
|
||||
border-top-color: #aaaaaa !important;
|
||||
}
|
||||
.royal-theme.froala-editor.ie8 button.fr-bttn:hover,
|
||||
.royal-theme.froala-editor.ie8 button.fr-trigger:hover {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor.ie8 button.fr-bttn:hover:after,
|
||||
.royal-theme.froala-editor.ie8 button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover,
|
||||
.royal-theme.froala-editor .froala-popup button.fr-bttn:hover,
|
||||
.royal-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover,
|
||||
.royal-theme.froala-editor .froala-popup button.fr-trigger:hover {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after,
|
||||
.royal-theme.froala-editor .froala-popup button.fr-bttn:hover:after,
|
||||
.royal-theme.froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after,
|
||||
.royal-theme.froala-editor .froala-popup button.fr-trigger:hover:after {
|
||||
border-top-color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-bttn.active {
|
||||
color: #9365b8;
|
||||
background: transparent;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-trigger:after {
|
||||
border-top-color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-trigger.active {
|
||||
color: #ffffff;
|
||||
background: #9365b8;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-trigger.active:after {
|
||||
border-top-color: #ffffff !important;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu {
|
||||
background: #ffffff;
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu li.active a {
|
||||
background: #553982 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu li a:hover {
|
||||
background: #553982 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > a,
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > a {
|
||||
background: #553982;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul {
|
||||
background: #ffffff;
|
||||
color: #553982;
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div {
|
||||
background: #ffffff;
|
||||
color: #553982;
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span > span {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span:hover > span,
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span.hover > span {
|
||||
background: rgba(85, 57, 130, 0.3);
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > hr {
|
||||
border-top: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn:hover {
|
||||
color: #9365b8;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn {
|
||||
border: solid 1px #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active {
|
||||
border: solid 1px #ffffff;
|
||||
outline: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active:after {
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn:hover:not(:focus):not(:active) {
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup {
|
||||
background: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup h4 {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup h4 i {
|
||||
color: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup h4 i.fa-external-link {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup h4 i.fa-external-link:hover {
|
||||
color: #9365b8;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup h4 i:hover {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger) {
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-ok {
|
||||
background: #553982;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-unlink {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):hover,
|
||||
.royal-theme.froala-editor .froala-popup button:not(.fr-bttn):not(.fr-trigger):focus {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line.f-popup-toolbar {
|
||||
background: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line label {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line input[type="text"] {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:focus {
|
||||
border: solid 1px #2969b0;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line input[type="text"]:disabled {
|
||||
background: #ffffff;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line textarea {
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup div.f-popup-line textarea:focus {
|
||||
border: solid 1px #2969b0;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-video-popup p.or {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload {
|
||||
color: #553982;
|
||||
border: dashed 2px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload:hover {
|
||||
border: dashed 2px #353535;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload.f-hover {
|
||||
border: dashed 2px #61bd6d;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse {
|
||||
background: #2969b0;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line button.f-browse:hover {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup div.f-popup-line + div.f-popup-line {
|
||||
border-top: solid 1px #cccccc;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup p.f-progress {
|
||||
background-color: #61bd6d;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-image-popup p.f-progress span {
|
||||
background-color: #61bd6d;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links {
|
||||
background: #2969b0;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line .f-browse-links:hover {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul {
|
||||
background: #ffffff;
|
||||
border: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li + li {
|
||||
border-top: solid 1px #553982;
|
||||
}
|
||||
.royal-theme.froala-editor .froala-popup.froala-link-popup div.f-popup-line ul li:hover {
|
||||
background: #553982;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper {
|
||||
background: #ffffff;
|
||||
border: solid 1px #553982;
|
||||
border-top: solid 5px #553982;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper h4 {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper h4 i {
|
||||
color: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper h4 i:hover {
|
||||
color: #553982;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper div.f-image-list div.f-empty {
|
||||
background: #cccccc;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
|
||||
background: #b8312f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.royal-theme.froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img:hover {
|
||||
background: #9365b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
.froala-overlay {
|
||||
background: #000000;
|
||||
}
|
||||
+4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user