Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
85
public/assets/development/themes/content/default.css
vendored
Normal file
85
public/assets/development/themes/content/default.css
vendored
Normal file
|
@ -0,0 +1,85 @@
|
|||
/*! SCEditor | (C) 2011-2013, Sam Clarke | sceditor.com/license */
|
||||
html, body, p, code:before, table {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
line-height: 1.25;
|
||||
overflow: visible;
|
||||
}
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
.ios {
|
||||
/* Needed for iOS scrolling bug fix */
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ios body {
|
||||
/* Needed for iOS scrolling bug fix */
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
body {
|
||||
/* Needed to make sure body covers the whole editor and that
|
||||
long lines don't cause horizontal scrolling */
|
||||
min-height: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
body.placeholder::before {
|
||||
content: attr(placeholder);
|
||||
color: #555;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
table, td {
|
||||
border: 1px dotted #000;
|
||||
empty-cells: show;
|
||||
}
|
||||
|
||||
table td {
|
||||
min-width: 5px;
|
||||
}
|
||||
|
||||
code {
|
||||
display: block;
|
||||
background: #f1f1f1;
|
||||
white-space: pre;
|
||||
padding: 1em;
|
||||
text-align: left;
|
||||
margin: .25em 0;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: #fff7d9;
|
||||
margin: .25em 0;
|
||||
border-left: .3em solid #f4e59f;
|
||||
padding: .5em .5em .5em .75em;
|
||||
}
|
||||
blockquote cite {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
font-size: 1em;
|
||||
margin: 0 -.5em .25em -.75em;
|
||||
padding: 0 .5em .15em .75em;
|
||||
border-bottom: 1px solid #f4e59f;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
padding: 0; margin: 0;
|
||||
}
|
||||
|
||||
/* Prevent empty paragraphs from collapsing */
|
||||
div, p {
|
||||
min-height: 1.25em;
|
||||
}
|
530
public/assets/development/themes/default.css
vendored
Normal file
530
public/assets/development/themes/default.css
vendored
Normal file
|
@ -0,0 +1,530 @@
|
|||
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2011-16, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
548
public/assets/development/themes/defaultdark.css
vendored
Normal file
548
public/assets/development/themes/defaultdark.css
vendored
Normal file
|
@ -0,0 +1,548 @@
|
|||
/*! SCEditor | (C) 2017, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
div.sceditor-toolbar {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
div.sceditor-group {
|
||||
background: #303030;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #6b6b6b;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #777;
|
||||
}
|
BIN
public/assets/development/themes/famfamfam.png
Normal file
BIN
public/assets/development/themes/famfamfam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
604
public/assets/development/themes/modern.css
vendored
Normal file
604
public/assets/development/themes/modern.css
vendored
Normal file
|
@ -0,0 +1,604 @@
|
|||
/**
|
||||
* Modern theme
|
||||
*
|
||||
* Copyright (C) 2012, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
||||
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
||||
*/
|
||||
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2011-16, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.sceditor-container {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
|
||||
background: #2e3436;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
div.sceditor-toolbar {
|
||||
background: #ccc;
|
||||
background: linear-gradient(to bottom, #cccccc 0%, #b2b2b2 100%);
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline;
|
||||
background: transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
.sceditor-button {
|
||||
padding: 4px;
|
||||
margin: 2px 1px 2px 3px;
|
||||
height: 16px;
|
||||
border-radius: 12px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button.active,
|
||||
.sceditor-button.active:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button:hover {
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.75);
|
||||
margin: 1px 0 1px 2px;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
margin: 2px 1px 2px 3px;
|
||||
border: 0;
|
||||
}
|
||||
.sceditor-button.active {
|
||||
background: #b1b1b1;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
margin: 1px 0 1px 2px;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
.sceditor-button.active:hover {
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active:active {
|
||||
margin: 1px 0 1px 2px;
|
||||
border: 1px solid #999;
|
||||
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.sceditor-button div,
|
||||
.sceditor-button svg {
|
||||
margin: 0;
|
||||
}
|
596
public/assets/development/themes/office-toolbar.css
vendored
Normal file
596
public/assets/development/themes/office-toolbar.css
vendored
Normal file
|
@ -0,0 +1,596 @@
|
|||
/**
|
||||
* Copyright (C) 2012, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
||||
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
||||
*/
|
||||
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2011-16, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.sceditor-container {
|
||||
border: 1px solid #8db2e3;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
|
||||
}
|
||||
div.sceditor-toolbar {
|
||||
border-bottom: 1px solid #95a9c3;
|
||||
background: #dee8f5;
|
||||
background: linear-gradient(to bottom, #dee8f5 0%, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
|
||||
}
|
||||
div.sceditor-group {
|
||||
border: 1px solid #7596bf;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
background: #cadcf0;
|
||||
background: linear-gradient(to bottom, #cadcf0 24%, #bcd0e9 38%, #d0e1f7 99%);
|
||||
}
|
||||
.sceditor-button {
|
||||
height: 16px;
|
||||
padding: 3px 4px;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px #d5e3f1, inset 0 -1px #e3edfb, inset 1px 0 #cddcef, inset -1px 0 #b8ceea;
|
||||
}
|
||||
.sceditor-button:first-child {
|
||||
border-radius: 4px 0 0 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:last-child {
|
||||
border-radius: 0 4px 4px 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button div,
|
||||
.sceditor-button svg {
|
||||
margin: 0;
|
||||
}
|
||||
.sceditor-button.active {
|
||||
background: #fbdbb5;
|
||||
background: linear-gradient(to bottom, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
|
||||
box-shadow: inset 0 1px #ebd1b4, inset 0 -1px #ffe47f, inset -1px 0 #b8ceea;
|
||||
}
|
||||
.sceditor-button:hover {
|
||||
background: #fef7d5;
|
||||
background: linear-gradient(to bottom, #fef7d5 0%, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
|
||||
box-shadow: inset 0 1px #fffbe8, inset -1px 0 #ffefc4, inset 0 -1px #fff9cc;
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #e7a66d;
|
||||
background: linear-gradient(to bottom, #e7a66d 0%, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
|
||||
box-shadow: inset 0 1px 1px #7b6645, inset 0 -1px #d19c33;
|
||||
}
|
||||
.sceditor-button.active:hover {
|
||||
background: #dba368;
|
||||
background: linear-gradient(to bottom, #dba368 0%, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
|
||||
box-shadow: inset 0 1px 1px #9e8255, inset 0 -1px #fcce6b;
|
||||
}
|
618
public/assets/development/themes/office.css
vendored
Normal file
618
public/assets/development/themes/office.css
vendored
Normal file
|
@ -0,0 +1,618 @@
|
|||
/**
|
||||
* Copyright (C) 2012, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
||||
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
||||
*/
|
||||
/**
|
||||
* Copyright (C) 2012, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
||||
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
||||
*/
|
||||
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2011-16, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.sceditor-container {
|
||||
border: 1px solid #8db2e3;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
|
||||
}
|
||||
div.sceditor-toolbar {
|
||||
border-bottom: 1px solid #95a9c3;
|
||||
background: #dee8f5;
|
||||
background: linear-gradient(to bottom, #dee8f5 0%, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
|
||||
}
|
||||
div.sceditor-group {
|
||||
border: 1px solid #7596bf;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
background: #cadcf0;
|
||||
background: linear-gradient(to bottom, #cadcf0 24%, #bcd0e9 38%, #d0e1f7 99%);
|
||||
}
|
||||
.sceditor-button {
|
||||
height: 16px;
|
||||
padding: 3px 4px;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px #d5e3f1, inset 0 -1px #e3edfb, inset 1px 0 #cddcef, inset -1px 0 #b8ceea;
|
||||
}
|
||||
.sceditor-button:first-child {
|
||||
border-radius: 4px 0 0 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:last-child {
|
||||
border-radius: 0 4px 4px 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button div,
|
||||
.sceditor-button svg {
|
||||
margin: 0;
|
||||
}
|
||||
.sceditor-button.active {
|
||||
background: #fbdbb5;
|
||||
background: linear-gradient(to bottom, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
|
||||
box-shadow: inset 0 1px #ebd1b4, inset 0 -1px #ffe47f, inset -1px 0 #b8ceea;
|
||||
}
|
||||
.sceditor-button:hover {
|
||||
background: #fef7d5;
|
||||
background: linear-gradient(to bottom, #fef7d5 0%, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
|
||||
box-shadow: inset 0 1px #fffbe8, inset -1px 0 #ffefc4, inset 0 -1px #fff9cc;
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #e7a66d;
|
||||
background: linear-gradient(to bottom, #e7a66d 0%, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
|
||||
box-shadow: inset 0 1px 1px #7b6645, inset 0 -1px #d19c33;
|
||||
}
|
||||
.sceditor-button.active:hover {
|
||||
background: #dba368;
|
||||
background: linear-gradient(to bottom, #dba368 0%, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
|
||||
box-shadow: inset 0 1px 1px #9e8255, inset 0 -1px #fcce6b;
|
||||
}
|
||||
.sceditor-container {
|
||||
background: #a3c2ea;
|
||||
background: linear-gradient(to bottom, #a3c2ea 0%, #6d92c1 39%, #577fb3 64%, #6591cc 100%);
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
border: 1px solid #646464;
|
||||
background: #fff;
|
||||
margin: 7px 40px;
|
||||
padding: 20px;
|
||||
width: calc(100% - 120px) !important;
|
||||
box-shadow: 1px 1px 5px #293a52;
|
||||
}
|
619
public/assets/development/themes/square.css
vendored
Normal file
619
public/assets/development/themes/square.css
vendored
Normal file
|
@ -0,0 +1,619 @@
|
|||
/**
|
||||
* Square theme
|
||||
*
|
||||
* This theme is best suited to short toolbars that
|
||||
* don't span multiple lines.
|
||||
*
|
||||
* Copyright (C) 2012, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
||||
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
||||
*/
|
||||
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
||||
/**
|
||||
* Default SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2011-16, Sam Clarke
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
div.sceditor-grip,
|
||||
.sceditor-button div {
|
||||
background-image: url("famfamfam.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.sceditor-button-youtube div {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.sceditor-button-link div {
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.sceditor-button-unlink div {
|
||||
background-position: 0px -32px;
|
||||
}
|
||||
.sceditor-button-underline div {
|
||||
background-position: 0px -48px;
|
||||
}
|
||||
.sceditor-button-time div {
|
||||
background-position: 0px -64px;
|
||||
}
|
||||
.sceditor-button-table div {
|
||||
background-position: 0px -80px;
|
||||
}
|
||||
.sceditor-button-superscript div {
|
||||
background-position: 0px -96px;
|
||||
}
|
||||
.sceditor-button-subscript div {
|
||||
background-position: 0px -112px;
|
||||
}
|
||||
.sceditor-button-strike div {
|
||||
background-position: 0px -128px;
|
||||
}
|
||||
.sceditor-button-source div {
|
||||
background-position: 0px -144px;
|
||||
}
|
||||
.sceditor-button-size div {
|
||||
background-position: 0px -160px;
|
||||
}
|
||||
.sceditor-button-rtl div {
|
||||
background-position: 0px -176px;
|
||||
}
|
||||
.sceditor-button-right div {
|
||||
background-position: 0px -192px;
|
||||
}
|
||||
.sceditor-button-removeformat div {
|
||||
background-position: 0px -208px;
|
||||
}
|
||||
.sceditor-button-quote div {
|
||||
background-position: 0px -224px;
|
||||
}
|
||||
.sceditor-button-print div {
|
||||
background-position: 0px -240px;
|
||||
}
|
||||
.sceditor-button-pastetext div {
|
||||
background-position: 0px -256px;
|
||||
}
|
||||
.sceditor-button-paste div {
|
||||
background-position: 0px -272px;
|
||||
}
|
||||
.sceditor-button-outdent div {
|
||||
background-position: 0px -288px;
|
||||
}
|
||||
.sceditor-button-orderedlist div {
|
||||
background-position: 0px -304px;
|
||||
}
|
||||
.sceditor-button-maximize div {
|
||||
background-position: 0px -320px;
|
||||
}
|
||||
.sceditor-button-ltr div {
|
||||
background-position: 0px -336px;
|
||||
}
|
||||
.sceditor-button-left div {
|
||||
background-position: 0px -352px;
|
||||
}
|
||||
.sceditor-button-justify div {
|
||||
background-position: 0px -368px;
|
||||
}
|
||||
.sceditor-button-italic div {
|
||||
background-position: 0px -384px;
|
||||
}
|
||||
.sceditor-button-indent div {
|
||||
background-position: 0px -400px;
|
||||
}
|
||||
.sceditor-button-image div {
|
||||
background-position: 0px -416px;
|
||||
}
|
||||
.sceditor-button-horizontalrule div {
|
||||
background-position: 0px -432px;
|
||||
}
|
||||
.sceditor-button-format div {
|
||||
background-position: 0px -448px;
|
||||
}
|
||||
.sceditor-button-font div {
|
||||
background-position: 0px -464px;
|
||||
}
|
||||
.sceditor-button-emoticon div {
|
||||
background-position: 0px -480px;
|
||||
}
|
||||
.sceditor-button-email div {
|
||||
background-position: 0px -496px;
|
||||
}
|
||||
.sceditor-button-date div {
|
||||
background-position: 0px -512px;
|
||||
}
|
||||
.sceditor-button-cut div {
|
||||
background-position: 0px -528px;
|
||||
}
|
||||
.sceditor-button-copy div {
|
||||
background-position: 0px -544px;
|
||||
}
|
||||
.sceditor-button-color div {
|
||||
background-position: 0px -560px;
|
||||
}
|
||||
.sceditor-button-code div {
|
||||
background-position: 0px -576px;
|
||||
}
|
||||
.sceditor-button-center div {
|
||||
background-position: 0px -592px;
|
||||
}
|
||||
.sceditor-button-bulletlist div {
|
||||
background-position: 0px -608px;
|
||||
}
|
||||
.sceditor-button-bold div {
|
||||
background-position: 0px -624px;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
background-position: 0px -640px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
background-position: 0px -650px;
|
||||
}
|
||||
/**
|
||||
* SCEditor
|
||||
* http://www.sceditor.com/
|
||||
*
|
||||
* Copyright (C) 2017, Sam Clarke (samclarke.com)
|
||||
*
|
||||
* SCEditor is licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
/*---------------------------------------------------
|
||||
LESS Elements 0.7
|
||||
---------------------------------------------------
|
||||
A set of useful LESS mixins
|
||||
More info at: http://lesselements.com
|
||||
---------------------------------------------------*/
|
||||
.sceditor-container {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
font-size: 13px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
height: 250px;
|
||||
border-radius: 4px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container *,
|
||||
.sceditor-container *:before,
|
||||
.sceditor-container *:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.sceditor-container,
|
||||
.sceditor-container div,
|
||||
div.sceditor-dropdown,
|
||||
div.sceditor-dropdown div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.sceditor-container iframe,
|
||||
.sceditor-container textarea {
|
||||
display: block;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
line-height: 1.25;
|
||||
border: 0;
|
||||
outline: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #111;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
resize: none;
|
||||
background: #fff;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
width: calc(100% - 10px) !important;
|
||||
min-height: 1px;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
margin: 7px 5px;
|
||||
}
|
||||
div.sceditor-dnd-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 5px dashed #aaa;
|
||||
z-index: 200;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
div.sceditor-dnd-cover p {
|
||||
position: relative;
|
||||
top: 45%;
|
||||
pointer-events: none;
|
||||
}
|
||||
div.sceditor-resize-cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.3;
|
||||
}
|
||||
div.sceditor-grip {
|
||||
overflow: hidden;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
line-height: 0;
|
||||
}
|
||||
div.sceditor-grip.has-icon {
|
||||
background-image: none;
|
||||
}
|
||||
.sceditor-maximize {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
z-index: 2000;
|
||||
}
|
||||
html.sceditor-maximize,
|
||||
body.sceditor-maximize {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-grip {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-maximize div.sceditor-toolbar {
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
/**
|
||||
* Dropdown styleing
|
||||
*/
|
||||
div.sceditor-dropdown {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
z-index: 4000;
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
div.sceditor-dropdown *,
|
||||
div.sceditor-dropdown *:before,
|
||||
div.sceditor-dropdown *:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.sceditor-dropdown a,
|
||||
div.sceditor-dropdown a:link {
|
||||
color: #333;
|
||||
}
|
||||
div.sceditor-dropdown form {
|
||||
margin: 0;
|
||||
}
|
||||
div.sceditor-dropdown label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #3c3c3c;
|
||||
padding: 4px 0;
|
||||
}
|
||||
div.sceditor-dropdown input,
|
||||
div.sceditor-dropdown textarea {
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #888;
|
||||
margin: 0 0 .75em;
|
||||
border-radius: 1px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-dropdown textarea {
|
||||
padding: 6px;
|
||||
}
|
||||
div.sceditor-dropdown input:focus,
|
||||
div.sceditor-dropdown textarea:focus {
|
||||
border-color: #aaa;
|
||||
border-top-color: #666;
|
||||
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div.sceditor-dropdown .button {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
padding: 6px 12px;
|
||||
background: #ececec;
|
||||
border: solid 1px #ccc;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
margin: .3em 0 0;
|
||||
}
|
||||
div.sceditor-dropdown .button:hover {
|
||||
background: #f3f3f3;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.sceditor-font-picker,
|
||||
div.sceditor-fontsize-picker,
|
||||
div.sceditor-format {
|
||||
padding: 6px 0;
|
||||
}
|
||||
div.sceditor-color-picker {
|
||||
padding: 4px;
|
||||
}
|
||||
div.sceditor-emoticons,
|
||||
div.sceditor-more-emoticons {
|
||||
padding: 0;
|
||||
}
|
||||
.sceditor-pastetext textarea {
|
||||
border: 1px solid #bbb;
|
||||
width: 20em;
|
||||
}
|
||||
.sceditor-emoticons img,
|
||||
.sceditor-more-emoticons img {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.sceditor-more {
|
||||
border-top: 1px solid #bbb;
|
||||
display: block;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
}
|
||||
.sceditor-dropdown a:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.sceditor-fontsize-option,
|
||||
.sceditor-font-option,
|
||||
.sceditor-format a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #222;
|
||||
}
|
||||
.sceditor-fontsize-option {
|
||||
padding: 7px 13px;
|
||||
}
|
||||
.sceditor-color-column {
|
||||
float: left;
|
||||
}
|
||||
.sceditor-color-option {
|
||||
display: block;
|
||||
border: 2px solid #fff;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sceditor-color-option:hover {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
/**
|
||||
* Toolbar styleing
|
||||
*/
|
||||
div.sceditor-toolbar {
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px 2px;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #c0c0c0;
|
||||
line-height: 0;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group {
|
||||
display: inline-block;
|
||||
background: #ddd;
|
||||
margin: 1px 5px 1px 0;
|
||||
padding: 1px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
width: 16px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #fff;
|
||||
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button,
|
||||
.sceditor-button div {
|
||||
display: block;
|
||||
}
|
||||
.sceditor-button svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 2px 0;
|
||||
fill: #111;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.sceditor-button.disabled svg {
|
||||
fill: #888;
|
||||
}
|
||||
.sceditor-button div {
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sceditor-button.has-icon div {
|
||||
display: none;
|
||||
}
|
||||
.sceditor-button.disabled div {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.text .sceditor-button,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text,
|
||||
.sceditor-button.text div,
|
||||
.text-icon .sceditor-button,
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon,
|
||||
.sceditor-button.text-icon div {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
line-height: 16px;
|
||||
font-size: 1em;
|
||||
color: inherit;
|
||||
text-indent: 0;
|
||||
}
|
||||
.text-icon .sceditor-button.has-icon div,
|
||||
.sceditor-button.has-icon div,
|
||||
.text .sceditor-button div,
|
||||
.sceditor-button.text div {
|
||||
padding: 0 2px;
|
||||
background: none;
|
||||
}
|
||||
.text .sceditor-button svg,
|
||||
.sceditor-button.text svg {
|
||||
display: none;
|
||||
}
|
||||
.text-icon .sceditor-button div,
|
||||
.sceditor-button.text-icon div {
|
||||
padding: 0 2px 0 20px;
|
||||
}
|
||||
.rtl div.sceditor-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .sceditor-button {
|
||||
float: right;
|
||||
}
|
||||
.rtl div.sceditor-grip {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.sceditor-container {
|
||||
border: 1px solid #d6d6d6;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-container textarea {
|
||||
font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
|
||||
background: #2e3436;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
div.sceditor-toolbar,
|
||||
div.sceditor-group {
|
||||
background: #f2f2f2;
|
||||
background: linear-gradient(to bottom, #f2f2f2 0%, #dddddd 89%);
|
||||
}
|
||||
div.sceditor-toolbar {
|
||||
padding: 0;
|
||||
border-bottom: 1px solid #bbb;
|
||||
background-size: 100% 32px;
|
||||
}
|
||||
div.sceditor-group {
|
||||
margin: 0;
|
||||
padding: 2px 4px;
|
||||
border: 0;
|
||||
border-right: 1px solid #ccc;
|
||||
border-left: 1px solid #eaeaea;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
div.sceditor-group:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
div.sceditor-group:first-child {
|
||||
border-left: 0;
|
||||
}
|
||||
.sceditor-button {
|
||||
height: 16px;
|
||||
padding: 5px;
|
||||
margin: 1px;
|
||||
border-radius: 0;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.sceditor-button div,
|
||||
.sceditor-button svg {
|
||||
margin: 0;
|
||||
}
|
||||
.sceditor-button.active,
|
||||
.sceditor-button:hover,
|
||||
.sceditor-button:active,
|
||||
.sceditor-button.active:hover {
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sceditor-button.active {
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.sceditor-button:hover {
|
||||
background: #fefefe;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.sceditor-button.disabled:hover {
|
||||
margin: 1px;
|
||||
border: 0;
|
||||
}
|
||||
.sceditor-button:active {
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.sceditor-button.active:hover {
|
||||
background: #f8f8f8;
|
||||
border: 1px solid #ddd;
|
||||
}
|
Reference in a new issue