mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-21 07:29:38 +08:00
464 lines
9.2 KiB
Plaintext
464 lines
9.2 KiB
Plaintext
.enable_plugin_mindmup_wysiwyg() when(@enable-plugin-mindmup-wysiwyg = true) {
|
|
|
|
.wysiwyg-editor {
|
|
max-height: 250px;
|
|
height: 250px;
|
|
background-color: #F7F8FA;
|
|
border-collapse: separate;
|
|
border: 1px solid #BBC0CA;
|
|
padding: 4px;
|
|
box-sizing: content-box;
|
|
overflow-y: scroll;
|
|
overflow-x:hidden;
|
|
outline: none;
|
|
|
|
&:focus {
|
|
background-color:#FFF;
|
|
}
|
|
}
|
|
|
|
|
|
.wysiwyg-toolbar {
|
|
line-height: 33px;
|
|
margin: 0 !important;
|
|
position: relative;
|
|
|
|
.dropdown-menu {
|
|
text-align: left;
|
|
}
|
|
|
|
.btn-group {
|
|
float: none !important;//to override .RTL's
|
|
font-size: 0;
|
|
}
|
|
|
|
.btn-group > .btn {
|
|
//sometimes we need to put .btn inside an .inline.position-relative for dropdowns to show up in correct position
|
|
float: none;
|
|
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
text-align: center;
|
|
margin-left: 1px;
|
|
|
|
> .@{icon}:first-child {
|
|
font-size: @font-size-wysiwyg-button-icon;
|
|
width: 25px;
|
|
max-width: 25px;
|
|
display: inline-block;
|
|
border-width: 1px !important;
|
|
}
|
|
&.dropdown-toggle > .@{icon}:last-child {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
/**
|
|
&.active:after {
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
border-top-color: inherit;
|
|
border-width: 6px 14px;
|
|
bottom: -13px;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
*/
|
|
}
|
|
}
|
|
|
|
|
|
.wysiwyg-style1 , .wysiwyg-style2 {
|
|
.btn-group > .btn , .btn-group > .inline > .btn {
|
|
margin: 0 !important;
|
|
background: #FFF !important;
|
|
border-width: 0 !important;
|
|
color: #ADB3BE !important;
|
|
text-shadow: none !important;
|
|
|
|
&:hover {
|
|
background: #FFF !important;
|
|
}
|
|
|
|
&.active {
|
|
color: #5B80CE !important;
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-group {
|
|
position:relative;
|
|
&:after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
left: -2px;
|
|
top: 6px;
|
|
bottom:6px;
|
|
width: 0;
|
|
max-width: 0;
|
|
border-left:1px solid #E1E6EA;
|
|
}
|
|
&:first-child:after {
|
|
display:none;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.wysiwyg-style2 {
|
|
background-color:#E5E5E5;
|
|
|
|
& + .wysiwyg-editor {
|
|
border-color:#DDD;
|
|
background-color:#FFF;
|
|
border-top:none;
|
|
}
|
|
|
|
.btn-group > .btn , .btn-group > .inline > .btn {
|
|
margin:0 1px 0 0 !important;
|
|
background:#FFF !important;
|
|
border:none !important;
|
|
color:#8D939E !important;
|
|
text-shadow:none !important;
|
|
|
|
&.active {
|
|
color:#FFF !important;
|
|
background:#6AAEDF !important;
|
|
}
|
|
}
|
|
.btn-group:after {
|
|
display:none;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wysiwyg-toolbar {
|
|
.btn-colorpicker {
|
|
width: 24px;
|
|
height: 24px;
|
|
position: relative;
|
|
//border-radius: 12px;
|
|
|
|
background: #87B87F; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#CF3E73), color-stop(20%,#FFFFFF), color-stop(30%,#2283C5), color-stop(40%,#FFFFFF), color-stop(50%,#87B87F), color-stop(60%,#FFFFFF), color-stop(70%,#FFB752), color-stop(80%,#FFFFFF), color-stop(90%,#D15B47), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%); /* Opera11.10+ */
|
|
background: -ms-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%); /* IE10+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CF3E73', endColorstr='#FFB752',GradientType=0 ); /* IE6-9 */
|
|
background: linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%); /* W3C */
|
|
}
|
|
.dropdown-colorpicker > .dropdown-menu {
|
|
top: auto;
|
|
}
|
|
|
|
input[type=file] {
|
|
position: fixed;
|
|
z-index: -10;
|
|
opacity: 0;
|
|
//inside modals the z-index:-10 does not work as expected
|
|
max-width: 0;
|
|
max-height: 0;
|
|
display: block;
|
|
}
|
|
.wysiwyg-choose-file {
|
|
display:inline-block;
|
|
width:auto;
|
|
margin:4px auto 0;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|
|
.dropdown-menu {
|
|
input[type=text] {
|
|
margin-left:8px;
|
|
margin-bottom:0;
|
|
&.form-control {
|
|
min-width: 150px;
|
|
}
|
|
}
|
|
.btn {
|
|
margin-right: 8px;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
.wysiwyg-style1 .btn-colorpicker {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
/* for adding image resize functionality in chrome and safari */
|
|
.wysiwyg-editor {
|
|
img {
|
|
display:inline !important;
|
|
}
|
|
.ui-wrapper {
|
|
border:1px dotted #D00;
|
|
overflow:visible !important;/* because it's image only, so it's ok */
|
|
display:inline-block !important;
|
|
vertical-align:middle;
|
|
&:after {
|
|
content:"";
|
|
display:block;
|
|
position:absolute;
|
|
right:-3px; bottom:-3px;
|
|
width:7px; height:7px;
|
|
border:1px solid #D00;
|
|
background-color:#FFF;
|
|
z-index:1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
/* inside widget */
|
|
.widget-header .wysiwyg-toolbar {
|
|
background-color:transparent;
|
|
.btn-group > .btn , .btn-group > .inline > .btn {
|
|
border-color:transparent;
|
|
background:rgba(255,255,255,0.25) !important;
|
|
color:#FFF !important;
|
|
|
|
min-width: 32px;
|
|
|
|
border-width: 1px !important;
|
|
border-radius: 4px !important;
|
|
|
|
padding: 2px 1px 4px;
|
|
|
|
&.active {
|
|
background:rgba(0,0,0,0.25) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.widget-body .wysiwyg-editor {
|
|
border-width: 0;
|
|
}
|
|
|
|
.wysiwyg-speech-input {
|
|
width: 20px !important;
|
|
color: transparent !important;
|
|
background: transparent none !important;
|
|
border-width: 0 !important;
|
|
|
|
.transform(~"scale(2.0, 2.0)");
|
|
.box-shadow(none) !important;
|
|
|
|
position: absolute;
|
|
right: 0;
|
|
top: -10px;
|
|
|
|
cursor: pointer;
|
|
&:focus {
|
|
.box-shadow(none) !important;
|
|
}
|
|
}
|
|
|
|
}
|
|
.enable_plugin_mindmup_wysiwyg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.enable_markdown_editor() when(@enable-markdown-editor = true) {
|
|
|
|
//Markdown Editor
|
|
/**
|
|
* Bootstrap-Markdown.less
|
|
*
|
|
* @author Taufan Aditya @taufanaditya
|
|
* @copyright 2013-2015 Taufan Aditya
|
|
*/
|
|
.md-editor {
|
|
display: block;
|
|
border: 1px solid @table-border-color;
|
|
|
|
> .md-header, .md-footer {
|
|
display: block;
|
|
padding: 6px 4px;
|
|
background: @panel-default-heading-bg;
|
|
}
|
|
|
|
> .md-header {
|
|
margin: 0;
|
|
}
|
|
|
|
> .md-preview {
|
|
//background: @panel-bg;
|
|
border-top: 1px dashed @table-border-color;
|
|
border-bottom: 1px dashed @table-border-color;
|
|
min-height: 10px;
|
|
overflow: auto;
|
|
}
|
|
|
|
> textarea {
|
|
font-family: @font-family-monospace;
|
|
font-size: @font-size-base;
|
|
outline: 0;
|
|
outline: thin dotted \9; /* IE6-9 */
|
|
margin: 0;
|
|
display: block;
|
|
padding: 0;
|
|
width: 100%;
|
|
border: 0;
|
|
border-top: 1px dashed @table-border-color;
|
|
border-bottom: 1px dashed @table-border-color;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
//background: @input-bg-disabled;
|
|
background: #f7f8fa;
|
|
&:focus {
|
|
box-shadow: none;
|
|
background: @input-bg;
|
|
}
|
|
}
|
|
|
|
// Hover state
|
|
@color: @input-border-focus;
|
|
@color-rgba: rgba(red(@color), green(@color), blue(@color), .6);
|
|
&.active {
|
|
border-color: @color;
|
|
outline: 0;
|
|
//.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");
|
|
}
|
|
|
|
.md-controls {
|
|
float: right;
|
|
padding: 3px;
|
|
|
|
.md-control {
|
|
right: 5px;
|
|
color: #bebebe;
|
|
padding: 3px 3px 3px 10px;
|
|
&:hover {
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
|
|
// fullscreen mode styles
|
|
&.md-fullscreen-mode {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99999;
|
|
padding: 60px 30px 15px;
|
|
background: #fff !important;
|
|
border: 0 !important;
|
|
|
|
.md-footer {
|
|
display: none;
|
|
}
|
|
|
|
.md-input,
|
|
.md-preview {
|
|
margin: 0 auto !important;
|
|
height: 100% !important;
|
|
font-size: 20px !important;
|
|
padding: 20px !important;
|
|
color: #999;
|
|
line-height: 1.6em !important;
|
|
resize: none !important;
|
|
box-shadow: none !important;
|
|
background: #fff !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.md-preview {
|
|
color: #333;
|
|
overflow: auto;
|
|
}
|
|
|
|
.md-input {
|
|
&:hover,
|
|
&:focus {
|
|
color: #333;
|
|
background: #fff !important;
|
|
}
|
|
}
|
|
|
|
.md-header {
|
|
background: none;
|
|
text-align: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 20px;
|
|
}
|
|
|
|
.btn-group {
|
|
float: none;
|
|
}
|
|
|
|
.btn {
|
|
border: 0;
|
|
background: none;
|
|
color: #b3b3b3;
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&.active,
|
|
&:active {
|
|
box-shadow: none;
|
|
color: #333;
|
|
}
|
|
}
|
|
|
|
.md-fullscreen-controls {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
text-align: right;
|
|
z-index: 1002;
|
|
display: block;
|
|
a {
|
|
color: #b3b3b3;
|
|
clear: right;
|
|
margin: 10px;
|
|
width: 30px;
|
|
height: 30px;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.md-editor {
|
|
height: 100% !important;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.md-fullscreen-controls {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.md-nooverflow {
|
|
overflow: hidden;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
.enable_markdown_editor();
|
|
|