mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
1354 lines
33 KiB
SCSS
1354 lines
33 KiB
SCSS
.table-editor-wrapper {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
|
|
|
|
.fr-element,
|
|
.fr-element:focus {
|
|
outline: 0px solid transparent;
|
|
}
|
|
.fr-element {
|
|
background: transparent;
|
|
color: #000000;
|
|
position: relative;
|
|
z-index: 2;
|
|
text-align: initial;
|
|
-webkit-user-select: auto;
|
|
}
|
|
.fr-element img {
|
|
max-width: calc(100% - (2 * 5px));
|
|
}
|
|
.fr-element.fr-disabled {
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.fr-element [contenteditable="false"] {
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.fr-box.fr-basic .fr-element {
|
|
padding: 10px;
|
|
}
|
|
iframe.fr-iframe {
|
|
width: 100%;
|
|
border: none;
|
|
position: relative;
|
|
display: block;
|
|
z-index: 2;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.fr-wrapper {
|
|
position: relative;
|
|
overflow: auto;
|
|
z-index: 1;
|
|
}
|
|
.fr-wrapper .fr-placeholder {
|
|
position: absolute;
|
|
font-size: 12px;
|
|
color: #aaaaaa;
|
|
z-index: 1;
|
|
display: none;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.fr-wrapper.show-placeholder .fr-placeholder {
|
|
display: block;
|
|
}
|
|
.fr-wrapper ::selection {
|
|
background: #b5d6fd;
|
|
color: #000000;
|
|
}
|
|
.fr-wrapper ::-moz-selection {
|
|
background: #b5d6fd;
|
|
color: #000000;
|
|
}
|
|
.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.fr-box.fr-basic .fr-wrapper {
|
|
background: #ffffff;
|
|
border: 0px;
|
|
border-top: 0;
|
|
}
|
|
.fr-box.fr-basic .fr-wrapper .fr-placeholder {
|
|
top: 10px;
|
|
left: 10px;
|
|
}
|
|
.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
|
|
right: 10px;
|
|
left: auto;
|
|
}
|
|
.fr-box.fr-basic.fr-top .fr-wrapper {
|
|
border-top: 0;
|
|
border-radius: 0 0 2px 2px;
|
|
-moz-border-radius: 0 0 2px 2px;
|
|
-webkit-border-radius: 0 0 2px 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.fr-box.fr-basic.fr-bottom .fr-wrapper {
|
|
border-radius: 2px 2px 0 0;
|
|
-moz-border-radius: 2px 2px 0 0;
|
|
-webkit-border-radius: 2px 2px 0 0;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
border-bottom: 0;
|
|
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.fr-tooltip {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 0 8px;
|
|
border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
background: #222222;
|
|
color: #ffffff;
|
|
font-size: 11px;
|
|
line-height: 22px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
-webkit-transition: opacity 0.2s ease 0s;
|
|
-moz-transition: opacity 0.2s ease 0s;
|
|
-ms-transition: opacity 0.2s ease 0s;
|
|
-o-transition: opacity 0.2s ease 0s;
|
|
-webkit-opacity: 0;
|
|
-moz-opacity: 0;
|
|
opacity: 0;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
left: -3000px;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
z-index: 9997;
|
|
}
|
|
.fr-tooltip.fr-visible {
|
|
-webkit-opacity: 1;
|
|
-moz-opacity: 1;
|
|
opacity: 1;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
}
|
|
.fr-toolbar {
|
|
color: #222222;
|
|
background: #ffffff;
|
|
position: relative;
|
|
z-index: 4;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 0 2px;
|
|
border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
text-align: left;
|
|
border: 0px;
|
|
border-top: 5px solid #222222;
|
|
}
|
|
.fr-toolbar::after {
|
|
clear: both;
|
|
display: block;
|
|
content: "";
|
|
}
|
|
.fr-toolbar.fr-rtl {
|
|
text-align: right;
|
|
}
|
|
.fr-toolbar.fr-inline {
|
|
display: none;
|
|
}
|
|
.fr-toolbar.fr-inline.fr-desktop {
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
margin-top: 10px;
|
|
}
|
|
.fr-toolbar.fr-inline.fr-desktop .fr-arrow {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
border-bottom: 5px solid #222222;
|
|
position: absolute;
|
|
top: -9px;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
display: inline-block;
|
|
}
|
|
.fr-toolbar.fr-inline.fr-desktop.fr-above {
|
|
margin-top: -10px;
|
|
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
border-bottom: 5px solid #222222;
|
|
border-top: 0;
|
|
}
|
|
.fr-toolbar.fr-inline.fr-desktop.fr-above .fr-arrow {
|
|
top: auto;
|
|
bottom: -9px;
|
|
border-bottom: 0;
|
|
border-top-color: inherit;
|
|
border-top-style: solid;
|
|
border-top-width: 5px;
|
|
}
|
|
.fr-toolbar.fr-inline.fr-mobile {
|
|
left: 0;
|
|
right: 0;
|
|
width: auto !important;
|
|
}
|
|
.fr-toolbar.fr-top {
|
|
top: 0;
|
|
border-radius: 2px 2px 0 0;
|
|
-moz-border-radius: 2px 2px 0 0;
|
|
-webkit-border-radius: 2px 2px 0 0;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.fr-toolbar.fr-bottom {
|
|
bottom: 0;
|
|
border-radius: 0 0 2px 2px;
|
|
-moz-border-radius: 0 0 2px 2px;
|
|
-webkit-border-radius: 0 0 2px 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.fr-separator {
|
|
background: #ebebeb;
|
|
display: block;
|
|
vertical-align: top;
|
|
float: left;
|
|
}
|
|
.fr-separator + .fr-separator {
|
|
display: none;
|
|
}
|
|
.fr-separator.fr-vs {
|
|
height: 42px;
|
|
width: 1px;
|
|
margin: 2px;
|
|
}
|
|
.fr-separator.fr-hs {
|
|
clear: both;
|
|
height: 1px;
|
|
width: calc(100% - (2 * 2px));
|
|
margin: 0 2px;
|
|
}
|
|
.fr-separator.fr-hidden {
|
|
display: none !important;
|
|
}
|
|
.fr-rtl .fr-separator {
|
|
float: right;
|
|
}
|
|
.fr-toolbar.fr-inline .fr-separator.fr-hs {
|
|
float: none;
|
|
}
|
|
.fr-toolbar.fr-inline .fr-separator.fr-vs {
|
|
float: none;
|
|
display: inline-block;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn,
|
|
.fr-popup .fr-command.fr-btn {
|
|
background: transparent;
|
|
color: #222222;
|
|
-moz-outline: 0;
|
|
outline: 0;
|
|
border: 0;
|
|
line-height: 1;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
margin: 0px 2px;
|
|
-webkit-transition: background 0.2s ease 0s;
|
|
-moz-transition: background 0.2s ease 0s;
|
|
-ms-transition: background 0.2s ease 0s;
|
|
-o-transition: background 0.2s ease 0s;
|
|
border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
z-index: 2;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-decoration: none;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
float: left;
|
|
padding: 0;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn i,
|
|
.fr-popup .fr-command.fr-btn i {
|
|
font-size: 24px;
|
|
width: 24px;
|
|
margin: 11px 11.5px;
|
|
text-align: center;
|
|
float: none;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn span,
|
|
.fr-popup .fr-command.fr-btn span {
|
|
font-size: 24px;
|
|
display: block;
|
|
line-height: 14px;
|
|
margin: 11px 11.5px;
|
|
min-width: 24px;
|
|
float: left;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
height: 24px;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn img,
|
|
.fr-popup .fr-command.fr-btn img {
|
|
margin: 11px 11.5px;
|
|
width: 24px;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-active,
|
|
.fr-popup .fr-command.fr-btn.fr-active {
|
|
color: #1e88e5;
|
|
background: transparent;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown {
|
|
width: auto;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown i,
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown span,
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown img {
|
|
margin-left: 7.5px;
|
|
margin-right: 15.5px;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
|
|
color: #222222;
|
|
background: #d6d6d6;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
|
|
background: #d6d6d6 !important;
|
|
color: #222222 !important;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
|
|
border-top-color: #222222 !important;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
|
|
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 4px solid #222222;
|
|
right: 3.75px;
|
|
top: 16.5px;
|
|
content: "";
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-disabled,
|
|
.fr-popup .fr-command.fr-btn.fr-disabled {
|
|
color: #bdbdbd;
|
|
cursor: default;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
|
|
.fr-popup .fr-command.fr-btn.fr-disabled::after {
|
|
border-top-color: #bdbdbd !important;
|
|
}
|
|
.fr-toolbar .fr-command.fr-btn.fr-hidden,
|
|
.fr-popup .fr-command.fr-btn.fr-hidden {
|
|
display: none;
|
|
}
|
|
.fr-toolbar.fr-disabled .fr-btn,
|
|
.fr-popup.fr-disabled .fr-btn,
|
|
.fr-toolbar.fr-disabled .fr-btn.fr-active,
|
|
.fr-popup.fr-disabled .fr-btn.fr-active {
|
|
color: #bdbdbd;
|
|
}
|
|
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
|
|
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
|
|
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
|
|
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
|
|
border-top-color: #bdbdbd;
|
|
}
|
|
.fr-toolbar.fr-rtl .fr-command.fr-btn,
|
|
.fr-popup.fr-rtl .fr-command.fr-btn {
|
|
float: right;
|
|
}
|
|
.fr-toolbar.fr-inline .fr-command.fr-btn {
|
|
float: none;
|
|
}
|
|
.fr-desktop .fr-command:hover,
|
|
.fr-desktop .fr-command:focus {
|
|
color: #222222;
|
|
background: #ebebeb;
|
|
}
|
|
.fr-desktop .fr-command:hover::after,
|
|
.fr-desktop .fr-command:focus::after {
|
|
border-top-color: #222222 !important;
|
|
}
|
|
.fr-desktop .fr-command.fr-selected {
|
|
color: #222222;
|
|
background: #d6d6d6;
|
|
}
|
|
.fr-desktop .fr-command.fr-active:hover,
|
|
.fr-desktop .fr-command.fr-active:focus {
|
|
color: #1e88e5;
|
|
background: #ebebeb;
|
|
}
|
|
.fr-desktop .fr-command.fr-active.fr-selected {
|
|
color: #1e88e5;
|
|
background: #d6d6d6;
|
|
}
|
|
.fr-desktop .fr-command.fr-disabled:hover,
|
|
.fr-desktop .fr-command.fr-disabled:focus,
|
|
.fr-desktop .fr-command.fr-disabled.fr-selected {
|
|
background: transparent;
|
|
}
|
|
.fr-desktop.fr-disabled .fr-command:hover,
|
|
.fr-desktop.fr-disabled .fr-command:focus,
|
|
.fr-desktop.fr-disabled .fr-command.fr-selected {
|
|
background: transparent;
|
|
}
|
|
.fr-toolbar.fr-mobile .fr-command.fr-blink,
|
|
.fr-popup.fr-mobile .fr-command.fr-blink {
|
|
background: transparent;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu {
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: auto;
|
|
bottom: auto;
|
|
height: auto;
|
|
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
z-index: 3;
|
|
-webkit-overflow-scrolling: touch;
|
|
overflow: hidden;
|
|
border-radius: 0 0 2px 2px;
|
|
-moz-border-radius: 0 0 2px 2px;
|
|
-webkit-border-radius: 0 0 2px 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
|
|
background: #ffffff;
|
|
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
padding: 0;
|
|
margin: auto;
|
|
display: inline-block;
|
|
text-align: left;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: max-height 0.2s ease 0s;
|
|
-moz-transition: max-height 0.2s ease 0s;
|
|
-ms-transition: max-height 0.2s ease 0s;
|
|
-o-transition: max-height 0.2s ease 0s;
|
|
margin-top: 0;
|
|
float: left;
|
|
max-height: 0;
|
|
height: 0;
|
|
margin-top: 0 !important;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
|
|
overflow: auto;
|
|
position: relative;
|
|
max-height: 275px;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 15px;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
|
|
padding: 0 24px;
|
|
line-height: 200%;
|
|
display: block;
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
|
background: #d6d6d6;
|
|
}
|
|
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
|
|
color: #bdbdbd;
|
|
cursor: default;
|
|
}
|
|
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
|
|
display: inline-block;
|
|
}
|
|
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
|
|
height: auto;
|
|
max-height: 275px;
|
|
}
|
|
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
|
|
border-radius: 2px 2px 0 0;
|
|
-moz-border-radius: 2px 2px 0 0;
|
|
-webkit-border-radius: 2px 2px 0 0;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
|
|
.fr-popup.fr-rtl .fr-dropdown-wrapper {
|
|
text-align: right !important;
|
|
}
|
|
.fr-popup {
|
|
position: absolute;
|
|
display: none;
|
|
color: #222222;
|
|
background: #ffffff;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
margin-top: 10px;
|
|
z-index: 9995;
|
|
text-align: left;
|
|
border: 0px;
|
|
border-top: 5px solid #222222;
|
|
}
|
|
.fr-popup.fr-above {
|
|
margin-top: -10px;
|
|
border-top: 0;
|
|
border-bottom: 5px solid #222222;
|
|
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.fr-popup.fr-active {
|
|
display: block;
|
|
}
|
|
.fr-popup.fr-hidden {
|
|
-webkit-opacity: 0;
|
|
-moz-opacity: 0;
|
|
opacity: 0;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
}
|
|
.fr-popup .fr-hs {
|
|
display: block !important;
|
|
}
|
|
.fr-popup .fr-input-line {
|
|
position: relative;
|
|
padding: 8px 0;
|
|
}
|
|
.fr-popup .fr-input-line input[type="text"],
|
|
.fr-popup .fr-input-line textarea {
|
|
width: 100%;
|
|
margin: 0px 0 1px 0;
|
|
border: none;
|
|
border-bottom: solid 1px #bdbdbd;
|
|
color: #222222;
|
|
font-size: 14px;
|
|
padding: 6px 0 2px;
|
|
background: rgba(0, 0, 0, 0);
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.fr-popup .fr-input-line input[type="text"]:focus,
|
|
.fr-popup .fr-input-line textarea:focus {
|
|
border-bottom: solid 2px #1e88e5;
|
|
margin-bottom: 0px;
|
|
}
|
|
.fr-popup .fr-input-line input + span,
|
|
.fr-popup .fr-input-line textarea + span {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
font-size: 12px;
|
|
color: rgba(0, 0, 0, 0);
|
|
-webkit-transition: color 0.2s ease 0s;
|
|
-moz-transition: color 0.2s ease 0s;
|
|
-ms-transition: color 0.2s ease 0s;
|
|
-o-transition: color 0.2s ease 0s;
|
|
z-index: 1;
|
|
}
|
|
.fr-popup .fr-input-line input.fr-not-empty:focus + span,
|
|
.fr-popup .fr-input-line textarea.fr-not-empty:focus + span {
|
|
color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-input-line input.fr-not-empty + span,
|
|
.fr-popup .fr-input-line textarea.fr-not-empty + span {
|
|
color: #808080;
|
|
}
|
|
.fr-popup input,
|
|
.fr-popup textarea {
|
|
user-select: text;
|
|
-o-user-select: text;
|
|
-moz-user-select: text;
|
|
-khtml-user-select: text;
|
|
-webkit-user-select: text;
|
|
-ms-user-select: text;
|
|
border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
outline: none;
|
|
}
|
|
.fr-popup textarea {
|
|
resize: none;
|
|
}
|
|
.fr-popup .fr-buttons {
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
padding: 0 2px;
|
|
white-space: nowrap;
|
|
line-height: 0;
|
|
border-bottom: 0px;
|
|
}
|
|
.fr-popup .fr-buttons::after {
|
|
clear: both;
|
|
display: block;
|
|
content: "";
|
|
}
|
|
.fr-popup .fr-buttons .fr-btn {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
.fr-popup .fr-buttons .fr-btn i {
|
|
float: left;
|
|
}
|
|
.fr-popup .fr-buttons .fr-separator {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
.fr-popup .fr-layer {
|
|
width: 225px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 10px;
|
|
display: none;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.fr-popup .fr-layer {
|
|
width: 300px;
|
|
}
|
|
}
|
|
.fr-popup .fr-layer.fr-active {
|
|
display: inline-block;
|
|
}
|
|
.fr-popup .fr-action-buttons {
|
|
z-index: 7;
|
|
height: 36px;
|
|
text-align: right;
|
|
}
|
|
.fr-popup .fr-action-buttons button.fr-command {
|
|
height: 36px;
|
|
line-height: 1;
|
|
color: #1e88e5;
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
border: none;
|
|
background: none;
|
|
font-size: 16px;
|
|
outline: none;
|
|
-webkit-transition: background 0.2s ease 0s;
|
|
-moz-transition: background 0.2s ease 0s;
|
|
-ms-transition: background 0.2s ease 0s;
|
|
-o-transition: background 0.2s ease 0s;
|
|
}
|
|
.fr-popup .fr-action-buttons button.fr-command + button {
|
|
margin-left: 24px;
|
|
}
|
|
.fr-popup .fr-action-buttons button.fr-command:hover,
|
|
.fr-popup .fr-action-buttons button.fr-command:focus {
|
|
background: #ebebeb;
|
|
color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-action-buttons button.fr-command:active {
|
|
background: #d6d6d6;
|
|
color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-action-buttons button::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
.fr-popup .fr-checkbox {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 1;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
vertical-align: middle;
|
|
}
|
|
.fr-popup .fr-checkbox svg {
|
|
margin-left: 2px;
|
|
margin-top: 2px;
|
|
display: none;
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.fr-popup .fr-checkbox span {
|
|
border: solid 1px #222222;
|
|
border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
position: relative;
|
|
z-index: 1;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
|
-moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
|
-ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
|
-o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
|
}
|
|
.fr-popup .fr-checkbox input {
|
|
position: absolute;
|
|
z-index: 2;
|
|
-webkit-opacity: 0;
|
|
-moz-opacity: 0;
|
|
opacity: 0;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
border: 0 none;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 16px;
|
|
top: 1px;
|
|
left: 1px;
|
|
}
|
|
.fr-popup .fr-checkbox input:checked + span {
|
|
background: #1e88e5;
|
|
border-color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-checkbox input:checked + span svg {
|
|
display: block;
|
|
}
|
|
.fr-popup .fr-checkbox input:focus + span {
|
|
border-color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-checkbox-line {
|
|
font-size: 14px;
|
|
line-height: 1.4px;
|
|
margin-top: 10px;
|
|
}
|
|
.fr-popup .fr-checkbox-line label {
|
|
cursor: pointer;
|
|
margin: 0 5px;
|
|
vertical-align: middle;
|
|
}
|
|
.fr-popup.fr-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.fr-popup.fr-rtl .fr-action-buttons {
|
|
text-align: left;
|
|
}
|
|
.fr-popup.fr-rtl .fr-input-line input + span,
|
|
.fr-popup.fr-rtl .fr-input-line textarea + span {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.fr-popup.fr-desktop .fr-arrow {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
border-bottom: 5px solid #222222;
|
|
position: absolute;
|
|
top: -9px;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
display: inline-block;
|
|
}
|
|
.fr-popup.fr-desktop.fr-above .fr-arrow {
|
|
top: auto;
|
|
bottom: -9px;
|
|
border-bottom: 0;
|
|
border-top-color: inherit;
|
|
border-top-style: solid;
|
|
border-top-width: 5px;
|
|
}
|
|
.fr-text-edit-layer {
|
|
width: 250px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block !important;
|
|
}
|
|
.fr-visibility-helper {
|
|
display: none;
|
|
margin-left: 0px !important;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.fr-visibility-helper {
|
|
margin-left: 1px !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.fr-visibility-helper {
|
|
margin-left: 2px !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.fr-visibility-helper {
|
|
margin-left: 3px !important;
|
|
}
|
|
}
|
|
.fr-opacity-0 {
|
|
-webkit-opacity: 0;
|
|
-moz-opacity: 0;
|
|
opacity: 0;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
}
|
|
.fr-box {
|
|
position: relative;
|
|
}
|
|
/**
|
|
* Postion sticky hacks.
|
|
*/
|
|
.fr-sticky {
|
|
position: -webkit-sticky;
|
|
position: -moz-sticky;
|
|
position: -ms-sticky;
|
|
position: -o-sticky;
|
|
position: sticky;
|
|
}
|
|
.fr-sticky-off {
|
|
position: relative;
|
|
}
|
|
.fr-sticky-on {
|
|
position: fixed;
|
|
}
|
|
.fr-sticky-on.fr-sticky-ios {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
width: auto !important;
|
|
}
|
|
.fr-sticky-dummy {
|
|
display: none;
|
|
}
|
|
.fr-sticky-on + .fr-sticky-dummy {
|
|
display: block;
|
|
}
|
|
.fr-popup .fr-colors-tabs {
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
margin-bottom: 5px;
|
|
line-height: 16px;
|
|
margin-left: -2px;
|
|
margin-right: -2px;
|
|
}
|
|
.fr-popup .fr-colors-tabs .fr-colors-tab {
|
|
display: inline-block;
|
|
width: 50%;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
color: #222222;
|
|
font-size: 13px;
|
|
padding: 8px 0;
|
|
position: relative;
|
|
}
|
|
.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
|
|
color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 2px;
|
|
background: #1e88e5;
|
|
content: '';
|
|
-webkit-transition: transform 0.2s ease 0s;
|
|
-moz-transition: transform 0.2s ease 0s;
|
|
-ms-transition: transform 0.2s ease 0s;
|
|
-o-transition: transform 0.2s ease 0s;
|
|
}
|
|
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
|
|
color: #1e88e5;
|
|
}
|
|
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
-moz-transform: translate3d(-100%, 0, 0);
|
|
-ms-transform: translate3d(-100%, 0, 0);
|
|
-o-transform: translate3d(-100%, 0, 0);
|
|
}
|
|
.fr-popup .fr-separator + .fr-colors-tabs {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
.fr-popup .fr-color-set {
|
|
line-height: 0;
|
|
display: none;
|
|
}
|
|
.fr-popup .fr-color-set.fr-selected-set {
|
|
display: block;
|
|
}
|
|
.fr-popup .fr-color-set > span {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.fr-popup .fr-color-set > span > i {
|
|
text-align: center;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
width: 32px;
|
|
font-size: 13px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
cursor: default;
|
|
left: 0;
|
|
}
|
|
.fr-popup .fr-color-set > span.fr-selected-color::after {
|
|
color: #ffffff;
|
|
content: "\f00c";
|
|
font-family: FontAwesome;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
line-height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
cursor: default;
|
|
}
|
|
.fr-popup .fr-color-set > span:hover,
|
|
.fr-popup .fr-color-set > span.fr-selected-color {
|
|
outline: 1px solid #222222;
|
|
z-index: 2;
|
|
}
|
|
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
-moz-transform: translate3d(100%, 0, 0);
|
|
-ms-transform: translate3d(100%, 0, 0);
|
|
-o-transform: translate3d(100%, 0, 0);
|
|
}
|
|
|
|
table td.fr-selected-cell,
|
|
table th.fr-selected-cell {
|
|
border: 1px double #1e88e5;
|
|
}
|
|
// table tr {
|
|
// user-select: none;
|
|
// -o-user-select: none;
|
|
// -moz-user-select: none;
|
|
// -khtml-user-select: none;
|
|
// -webkit-user-select: none;
|
|
// -ms-user-select: none;
|
|
// }
|
|
// table td,
|
|
// table th {
|
|
// user-select: text;
|
|
// -o-user-select: text;
|
|
// -moz-user-select: text;
|
|
// -khtml-user-select: text;
|
|
// -webkit-user-select: text;
|
|
// -ms-user-select: text;
|
|
// }
|
|
.fr-no-selection table td,
|
|
.fr-no-selection table th {
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.fr-table-resizer {
|
|
cursor: col-resize;
|
|
position: fixed;
|
|
z-index: 3;
|
|
display: none;
|
|
}
|
|
.fr-table-resizer.fr-moving {
|
|
z-index: 2;
|
|
}
|
|
.fr-table-resizer div {
|
|
-webkit-opacity: 0;
|
|
-moz-opacity: 0;
|
|
opacity: 0;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
border-right: 1px solid #1e88e5;
|
|
}
|
|
.fr-no-selection {
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.fr-popup .fr-table-size .fr-table-size-info {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
padding: 8px;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size {
|
|
line-height: 0;
|
|
padding: 0 5px 5px;
|
|
white-space: nowrap;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size > span {
|
|
display: inline-block;
|
|
padding: 0px 4px 4px 0;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size > span > span {
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 18px;
|
|
border: 1px solid #dddddd;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size > span:hover,
|
|
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
|
|
background: transparent;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size > span:hover > span,
|
|
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
|
|
background: rgba(30, 136, 229, 0.3);
|
|
border: solid 1px #1e88e5;
|
|
}
|
|
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
|
|
clear: both;
|
|
display: block;
|
|
content: "";
|
|
}
|
|
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
|
|
display: inline-block !important;
|
|
}
|
|
.fr-popup .fr-table-colors-buttons {
|
|
margin-bottom: 5px;
|
|
}
|
|
.fr-popup .fr-table-colors {
|
|
line-height: 0;
|
|
display: block;
|
|
}
|
|
.fr-popup .fr-table-colors > span {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.fr-popup .fr-table-colors > span > i {
|
|
text-align: center;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
width: 32px;
|
|
font-size: 13px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
cursor: default;
|
|
left: 0;
|
|
}
|
|
.fr-popup .fr-table-colors > span.fr-selected-color::after {
|
|
color: #ffffff;
|
|
content: "\f00c";
|
|
font-family: FontAwesome;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
line-height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
cursor: default;
|
|
}
|
|
.fr-popup .fr-table-colors > span:hover,
|
|
.fr-popup .fr-table-colors > span.fr-selected-color {
|
|
outline: 1px solid #222222;
|
|
z-index: 2;
|
|
}
|
|
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
.fr-view {
|
|
/**
|
|
* Image style.
|
|
*/
|
|
/**
|
|
* Video style
|
|
*/
|
|
}
|
|
// .fr-view table {
|
|
// border: none;
|
|
// border-collapse: collapse;
|
|
// empty-cells: show;
|
|
// max-width: 100%;
|
|
// }
|
|
.fr-view table.fr-dashed-borders td,
|
|
.fr-view table.fr-dashed-borders th {
|
|
border-style: dashed;
|
|
}
|
|
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
|
|
background: #f5f5f5;
|
|
}
|
|
// .fr-view table td,
|
|
// .fr-view table th {
|
|
// border: 1px solid #dddddd;
|
|
// }
|
|
// .fr-view table td:empty,
|
|
// .fr-view table th:empty {
|
|
// height: 20px;
|
|
// }
|
|
// .fr-view table td.fr-highlighted,
|
|
// .fr-view table th.fr-highlighted {
|
|
// border: 1px double red;
|
|
// }
|
|
// .fr-view table td.fr-thick,
|
|
// .fr-view table th.fr-thick {
|
|
// border-width: 2px;
|
|
// }
|
|
// .fr-view table th {
|
|
// background: #e6e6e6;
|
|
// }
|
|
.fr-view hr {
|
|
clear: both;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
page-break-after: always;
|
|
}
|
|
.fr-view .fr-file {
|
|
position: relative;
|
|
}
|
|
.fr-view .fr-file::after {
|
|
position: relative;
|
|
content: "\1F4CE";
|
|
font-weight: normal;
|
|
}
|
|
.fr-view pre {
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
.fr-view blockquote {
|
|
border-left: solid 2px #5e35b1;
|
|
margin-left: 0;
|
|
padding-left: 5px;
|
|
color: #5e35b1;
|
|
}
|
|
.fr-view blockquote blockquote {
|
|
border-color: #00bcd4;
|
|
color: #00bcd4;
|
|
}
|
|
.fr-view blockquote blockquote blockquote {
|
|
border-color: #43a047;
|
|
color: #43a047;
|
|
}
|
|
.fr-view a.fr-strong {
|
|
font-weight: 700;
|
|
}
|
|
.fr-view a.fr-green {
|
|
color: green;
|
|
}
|
|
.fr-view span.fr-emoticon {
|
|
font-weight: normal;
|
|
font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
|
|
display: inline;
|
|
line-height: 0;
|
|
}
|
|
.fr-view .fr-text-gray {
|
|
color: #AAA !important;
|
|
}
|
|
.fr-view .fr-text-bordered {
|
|
border-top: solid 1px #222;
|
|
border-bottom: solid 1px #222;
|
|
padding: 10px 0;
|
|
}
|
|
.fr-view .fr-text-spaced {
|
|
letter-spacing: 1px;
|
|
}
|
|
.fr-view .fr-text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.fr-view img {
|
|
z-index: 3;
|
|
position: relative;
|
|
overflow: auto;
|
|
cursor: pointer;
|
|
}
|
|
.fr-view img.fr-dib {
|
|
margin: auto;
|
|
display: block;
|
|
float: none;
|
|
vertical-align: top;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.fr-view img.fr-dib.fr-fil {
|
|
margin: 5px auto 5px 0;
|
|
left: 5px;
|
|
}
|
|
.fr-view img.fr-dib.fr-fir {
|
|
margin: 5px 0 5px auto;
|
|
right: 5px;
|
|
}
|
|
.fr-view img.fr-dii {
|
|
margin: auto;
|
|
display: inline-block;
|
|
float: none;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.fr-view img.fr-dii.fr-fil {
|
|
margin: 5px 10px 5px 0;
|
|
left: 5px;
|
|
float: left;
|
|
}
|
|
.fr-view img.fr-dii.fr-fir {
|
|
margin: 5px 0 5px 10px;
|
|
right: 5px;
|
|
float: right;
|
|
}
|
|
.fr-view img.fr-rounded {
|
|
border-radius: 100%;
|
|
-moz-border-radius: 100%;
|
|
-webkit-border-radius: 100%;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
.fr-view img.fr-bordered {
|
|
border: solid 10px #CCC;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
.fr-view .fr-video {
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.fr-view .fr-video > * {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
max-width: 100%;
|
|
border: none;
|
|
}
|
|
.fr-view .fr-video.fr-dvb {
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.fr-view .fr-video.fr-dvb.fr-fvl {
|
|
text-align: left;
|
|
}
|
|
.fr-view .fr-video.fr-dvb.fr-fvr {
|
|
text-align: right;
|
|
}
|
|
.fr-view .fr-video.fr-dvi {
|
|
display: inline-block;
|
|
}
|
|
.fr-view .fr-video.fr-dvi.fr-fvl {
|
|
float: left;
|
|
}
|
|
.fr-view .fr-video.fr-dvi.fr-fvr {
|
|
float: right;
|
|
}
|
|
|
|
.fr-view strong {
|
|
font-weight: bold;
|
|
}
|