5cc813b453
Before, we needed this white background. Now, we don't. - After HTML and dialog rework the background is inherit from the wui overlay and the images are set directly to the td elements using bg img Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I30826e17c502b0369fd337699d93f648d41846aa
1614 lines
93 KiB
CSS
1614 lines
93 KiB
CSS
#toolbar-up.w2ui-toolbar {
|
|
left: 0;
|
|
right: 0;
|
|
padding-left: 9px;
|
|
padding-right: 0px;
|
|
text-align: center;
|
|
z-index: 999;
|
|
overflow: visible !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#toolbar-down {
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
bottom: 0;
|
|
z-index: 11;
|
|
border-top: 1px solid var(--color-border);
|
|
display: block;
|
|
}
|
|
#toolbar-down *{
|
|
font-family: var(--cool-font);
|
|
color: var(--color-main-text);
|
|
}
|
|
#toolbar-down *:hover {
|
|
color: var(--color-text-darker);
|
|
}
|
|
#toolbar-down:not(.mobile) {
|
|
background-color: var(--color-main-background);
|
|
}
|
|
#tb_actionbar_item_LanguageStatus table table td:first-of-type{
|
|
min-width: max-content !important;
|
|
}
|
|
#tb_actionbar_item_LanguageStatus .w2ui-tb-caption{
|
|
float: none;
|
|
}
|
|
#toolbar-down.readonly #tb_actionbar_item_LanguageStatus .w2ui-button .w2ui-tb-down {
|
|
display: none;
|
|
}
|
|
#toolbar-down.readonly #tb_actionbar_item_LanguageStatus .w2ui-button {
|
|
border-color: transparent !important;
|
|
}
|
|
#tb_actionbar_item_StateTableCellMenu .w2ui-tb-down {
|
|
padding: 4px;
|
|
}
|
|
#InsertMode.insert-mode-false,
|
|
#PermissionMode.status-readonly-mode {
|
|
background-color: var(--color-warning);
|
|
color: var(--color-primary-text);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
.mobile #PermissionMode.status-readonly-mode {
|
|
/* to do: replace hard coded px */
|
|
margin-top: 3px;
|
|
}
|
|
#tb_actionbar_item_zoom .w2ui-tb-caption{
|
|
min-width: 43px;
|
|
}
|
|
#tb_actionbar_item_zoom .w2ui-tb-caption::after {
|
|
content: '%';
|
|
}
|
|
#document-signing-bar {
|
|
background-color: var(--color-error);
|
|
}
|
|
|
|
#toolbar-search {
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1000;
|
|
border-top: 1px solid var(--color-border);
|
|
}
|
|
|
|
#tb_actionbar_item_prev .w2ui-icon.prev {
|
|
background: url('images/lc_prevrecord.svg') no-repeat center/24px !important;
|
|
}
|
|
|
|
#tb_actionbar_item_next .w2ui-icon.next {
|
|
background: url('images/lc_nextrecord.svg') no-repeat center/24px !important;
|
|
}
|
|
|
|
.w2ui-icon-check:before {
|
|
color: var(--color-primary);
|
|
}
|
|
|
|
w2ui-toolbar {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 40px;
|
|
border: 1px solid var(--color-border);
|
|
z-index: 1000;
|
|
display: none;
|
|
overflow: visible !important;
|
|
}
|
|
.w2ui-toolbar table.w2ui-button .w2ui-tb-down > div,
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
|
border-top: 5px solid var(--color-main-text);
|
|
}
|
|
#toolbar-down .ToolbarStatusInactive {
|
|
color: var(--color-text-lighter);
|
|
box-shadow: inset 0px 0px 0px 10px var(--color-background-dark), 0px 0px 0px 2px var(--color-background-dark), 4px 0px 0px 1px var(--color-background-lighter), -4px 0px 0px 1px #fff, 0px 0px 0px 5px var(--color-background-lighter);
|
|
}
|
|
.w2ui-overlay {
|
|
-webkit-box-shadow: 0 0 3px var(--color-border);
|
|
box-shadow: 0 0 3px var(--color-box-shadow);
|
|
border-radius: var(--border-radius);
|
|
background-color: var(--color-background-lighter);
|
|
}
|
|
.w2ui-overlay.bottom-arrow:before {
|
|
border-top: 6px solid var(--color-border-dark);
|
|
}
|
|
.w2ui-overlay .menu {
|
|
overflow: hidden auto;
|
|
border-radius: var(--border-radius);
|
|
position: static !important;
|
|
}
|
|
.w2ui-overlay > div {
|
|
border: 1px solid var(--color-border-dark);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
.w2ui-overlay table.w2ui-drop-menu {
|
|
color: var(--color-main-text);
|
|
background-color: var(--color-main-background);
|
|
}
|
|
.w2ui-overlay table.w2ui-drop-menu tr:hover {
|
|
color: var(--color-text-darker);
|
|
background-color: var(--color-background-darker);
|
|
}
|
|
.w2ui-overlay.bottom-arrow:after {
|
|
border-top-color: var(--color-background-lighter);
|
|
}
|
|
#tb_actionbar_item_LanguageStatus .w2ui-button.checked .w2ui-tb-down > div,
|
|
#tb_actionbar_item_StateTableCellMenu .w2ui-button.checked .w2ui-tb-down > div,
|
|
#tb_actionbar_item_zoom .w2ui-button.checked .w2ui-tb-down > div {
|
|
border-color: transparent;
|
|
border-bottom: 5px solid var(--color-text-dark);
|
|
margin-top: -5px;
|
|
}
|
|
#spreadsheet-toolbar {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 0;
|
|
background-color: var(--color-main-background);
|
|
border-top: 1px solid var(--color-border);
|
|
}
|
|
|
|
#formulabar {
|
|
background-color: var(--color-main-background);
|
|
border-top: 1px solid var(--color-border);
|
|
height: 30px;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
#formulabar.expanded {
|
|
padding-block: 5px;
|
|
}
|
|
|
|
#tb_formulabar_item_address {
|
|
padding-inline-end: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#formulabar.expanded #tb_formulabar_item_address * {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#presentation-toolbar {
|
|
bottom: 0;
|
|
background-color: var(--color-main-background);
|
|
text-align: center;
|
|
position: absolute;
|
|
z-index: 500;
|
|
width: 100%;
|
|
padding-bottom: 0px;
|
|
margin-top: -1px;
|
|
border-bottom: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.w2ui-toolbar .w2ui-break {
|
|
height: 18px;
|
|
background-image: none;
|
|
background-color: var(--color-border-lighter);
|
|
}
|
|
|
|
/* For MS Edge 40, the select2 combo boxes need to have higher z-index than #map
|
|
* Ideal would be to add the class to select2-container <span>, but
|
|
* https://github.com/select2/select2/issues/285
|
|
* So, for now just define the z-index here separately for the same class that select2 uses
|
|
* as a container
|
|
*/
|
|
.select2-container {
|
|
z-index: 1000;
|
|
}
|
|
|
|
.select2-container .select2-selection--single {
|
|
height: 100%;
|
|
}
|
|
|
|
.w2ui-scroll-left,
|
|
.w2ui-scroll-right {
|
|
z-index: 1001;
|
|
background-color: var(--color-background-dark);
|
|
box-shadow: 0px 0px 7px var(--color-box-shadow);
|
|
}
|
|
.w2ui-scroll-left:hover,
|
|
.w2ui-scroll-right:hover {
|
|
background-color: var(--color-background-darker);
|
|
}
|
|
|
|
/* center the toolbar */
|
|
#tb_presentation-toolbar_item_left {
|
|
width: 50%;
|
|
}
|
|
|
|
#addressInput {
|
|
height: 28px;
|
|
width: 100px;
|
|
color: var(--color-main-text);
|
|
background-color: var(--color-background-lighter);
|
|
border: 1px solid var(--color-border);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
|
|
#tb_formulabar_item_formula {
|
|
width: 100%;
|
|
}
|
|
|
|
#tb_formulabar_item_formula div table {
|
|
width: 100%;
|
|
}
|
|
|
|
@keyframes textPulse {
|
|
0% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--blue1-txt-primary-color), 0.1);
|
|
}
|
|
50% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--blue1-txt-primary-color), 0.2);
|
|
}
|
|
100% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--blue1-txt-primary-color), 0.1);
|
|
}
|
|
}
|
|
@keyframes presentationPulse {
|
|
0% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--orange1-txt-primary-color), 0.1);
|
|
}
|
|
50% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--orange1-txt-primary-color), 0.2);
|
|
}
|
|
100% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--orange1-txt-primary-color), 0.1);
|
|
}
|
|
}
|
|
@keyframes spreadsheetPulse {
|
|
0% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--green0-txt-primary-color), 0.1);
|
|
}
|
|
50% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--green0-txt-primary-color), 0.2);
|
|
}
|
|
100% {
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb, 0 0 4px rgba(var(--green0-txt-primary-color), 0.1);
|
|
}
|
|
}
|
|
.text-color-indicator #document-name-input.editable:focus{
|
|
animation: textPulse 1.5s infinite ease-in-out;
|
|
}
|
|
.presentation-color-indicator #document-name-input.editable:focus{
|
|
animation: presentationPulse 1.5s infinite ease-in-out;
|
|
}
|
|
.spreadsheet-color-indicator #document-name-input.editable:focus{
|
|
animation: spreadsheetPulse 1.5s infinite ease-in-out;
|
|
}
|
|
|
|
#document-name-input {
|
|
color: var(--color-text-darker);
|
|
font-size: var(--header-font-size);
|
|
border: 1px solid transparent;
|
|
background-color: transparent;
|
|
border-radius: var(--border-radius);
|
|
padding: 0px 2px;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
#document-name-input.editable {
|
|
border: none;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
height: 18px;
|
|
text-align: center;
|
|
font-size: var(--default-font-size) !important;
|
|
padding: 0px 4px;
|
|
width: auto !important;
|
|
border-radius: 20px;
|
|
box-shadow: inset 0 0 2px 0 var(--color-border-dark);
|
|
background-color: var(--color-background-lighter);
|
|
}
|
|
|
|
.main-nav:not(.hasnotebookbar) #document-name-input.editable {
|
|
font-size: var(--default-font-size) !important;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
#document-name-input.editable:focus {
|
|
border: none;
|
|
box-shadow: inset 0 0 2px 1px #f0f0f0, 0 0 0.1px 1px #bbb;
|
|
background-color: var(--color-main-background);
|
|
background-image: none;
|
|
outline: none;
|
|
flex: 2;
|
|
text-align: left;
|
|
}
|
|
|
|
.readonly #document-name-input.editable:focus {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
#document-name-input.editable:hover:not(:focus) {
|
|
border: none;
|
|
box-shadow: 0 0 0.1px 1px #d7d7d7, 0 0 3px 2px #f0f0f0;
|
|
background-color: var(--color-main-background);
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
}
|
|
#tb_editbar_item_fold table.w2ui-button {
|
|
margin: 0px 14px 0px 4px !important;
|
|
}
|
|
#tb_editbar_item_fold table.w2ui-button.over {
|
|
background-color: var(--color-background-darker) !important;
|
|
border: 1px solid var(--color-border-darker);
|
|
}
|
|
td[id^='tb_editbar_item_sidebar']{
|
|
padding: 0px 8px;
|
|
}
|
|
#tb_editbar_item_edit {
|
|
display: none;
|
|
}
|
|
|
|
#closebuttonwrapper {
|
|
order: 99;
|
|
flex-shrink: 0;
|
|
width: 37px;
|
|
height: 32px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.main-nav:not(.hasnotebookbar) ~ #closebuttonwrapper {
|
|
height: 38px;
|
|
}
|
|
|
|
#closebutton {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url('images/closedoc.svg') no-repeat center/24px !important;
|
|
}
|
|
|
|
.main-nav:not(.hasnotebookbar) ~ #closebuttonwrapper #closebutton {
|
|
background: url('images/closedoc.svg') no-repeat center/35px !important;
|
|
}
|
|
|
|
#closebutton:hover {
|
|
border-color: var(--color-border-darker);
|
|
background-color: var(--color-background-darker);
|
|
}
|
|
|
|
#tb_actionbar_item_left {
|
|
width: 45%;
|
|
}
|
|
#tb_actionbar_item_right {
|
|
width: 100%;
|
|
}
|
|
|
|
#tb_searchbar_item_left {
|
|
width: 95%;
|
|
}
|
|
|
|
.w2ui-button{
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.w2ui-tb-image {
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
|
|
.w2ui-break {
|
|
margin: 0 4px !important;
|
|
}
|
|
|
|
.leaflet-bar a {
|
|
float: left;
|
|
}
|
|
|
|
div .leaflet-bar a:last-child {
|
|
border-bottom: 1px solid var(--color-border);
|
|
}
|
|
|
|
.leaflet-control-zoom.leaflet-bar {
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
div.leaflet-control-zoom leaflet-bar {
|
|
width: 53px;
|
|
}
|
|
|
|
.leaflet-bar a:first-child {
|
|
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
|
}
|
|
|
|
.leaflet-bar a:last-child {
|
|
border-radius: 0 var(--border-radius) var(--border-radius) 0;
|
|
}
|
|
|
|
label.leaflet-control-editviewswitch {
|
|
padding: 0.2em 0.4em 0.2em 0em;
|
|
}
|
|
|
|
input.leaflet-control-search-bar {
|
|
padding: 0.3em;
|
|
max-width: 100px;
|
|
}
|
|
|
|
.leaflet-control-fonts-container {
|
|
display: inline;
|
|
}
|
|
|
|
select {
|
|
padding: 0.2em 0.4em 0.4em 0em;
|
|
background-color: var(--color-background-lighter);
|
|
}
|
|
|
|
button.leaflet-control-search-prev {
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
button.leaflet-control-search-next
|
|
, leaflet-control-search-cancel {
|
|
margin-right: 0.2em;
|
|
}
|
|
|
|
#toolbar label
|
|
, .leaflet-control-search {
|
|
background-color: var(--color-background-lighter);
|
|
}
|
|
|
|
.search-not-found {
|
|
background-color: var(--color-error) !important;
|
|
-webkit-transition: background-color 0.8s linear;
|
|
-moz-transition: background-color 0.8s linear;
|
|
-o-transition: background-color 0.8s linear;
|
|
transition: background-color 0.8s linear;
|
|
}
|
|
|
|
#zoomlevel {
|
|
min-width: 36px;
|
|
font-size: var(--default-font-size);
|
|
}
|
|
|
|
/* select box */
|
|
.select2-results__option {
|
|
padding: 5px;
|
|
font-family: var(--cool-font);
|
|
color: var(--color-main-text);
|
|
font-size: var(--default-font-size);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.select2-selection__rendered {
|
|
font-family: var(--cool-font);
|
|
font-size: var(--default-font-size);
|
|
}
|
|
.select2-container--default .select2-selection--single,
|
|
.sidebar.jsdialog.ui-listbox {
|
|
background-color: var(--color-background-dark);
|
|
color: var(--color-text-dark);
|
|
border-radius: var(--border-radius);
|
|
border: 1px solid var(--color-border-dark);
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 24px;
|
|
background-color: var(--color-background-dark);
|
|
color: var(--color-text-dark);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered:hover,
|
|
.sidebar.jsdialog.ui-listbox:hover,
|
|
.w2ui-toolbar table.w2ui-button.checked:hover {
|
|
background-color: var(--color-background-lighter);
|
|
color: var(--color-text-darker);
|
|
}
|
|
.select2-dropdown {
|
|
background-color: var(--color-main-background);
|
|
border: 1px solid var(--color-border-dark);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
.select2-container--default .select2-results__option[aria-selected='true'] {
|
|
background-color: var(--color-background-dark);
|
|
color: var(--color-text-dark);
|
|
}
|
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
|
background-color: var(--color-background-darker);
|
|
color: var(--color-text-darker);
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
background-color: var(--color-background-lighter);
|
|
border: 1px solid var(--color-border);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
.select2-container--default .select2-results__option[aria-disabled='true'] {
|
|
color: var(--color-border-lighter);
|
|
}
|
|
.styles-select {
|
|
width: 150px !important;
|
|
}
|
|
#tb_editbar_item_fonts .select2-container{
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
width: 150px !important;
|
|
}
|
|
#fontnamecombobox {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
line-height: 24px;
|
|
padding-right: 8px;
|
|
}
|
|
#tb_editbar_item_fontsizes .select2-container{
|
|
min-width: 55px !important;
|
|
}
|
|
.fontsizes-select {
|
|
width: 55px !important;
|
|
}
|
|
.evo-cp-wrap {
|
|
/* hide the color pick div */
|
|
width: 1px !important;
|
|
}
|
|
|
|
.font-color-indicator,
|
|
.back-color-indicator {
|
|
width: 24px;
|
|
height: 6px;
|
|
margin-top: -7px !important;
|
|
margin-left: 5px !important;
|
|
position: fixed;
|
|
background: transparent;
|
|
}
|
|
|
|
.back-color-indicator {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
|
|
#setborderstyle-grid tr td {
|
|
color: var(--color-text-dark);
|
|
background: var(--color-background-dark);
|
|
border: 1px solid transparent;
|
|
border-radius: var(--border-radius);
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 2px;
|
|
overflow: auto; /* child margins otherwise don't expand *this* element (parent) */
|
|
}
|
|
|
|
#setborderstyle-grid td:hover {
|
|
background: var(--color-background-darker);
|
|
border: 1px solid var(--color-border-darker);
|
|
color: var(--color-text-darker);
|
|
}
|
|
|
|
#conditionalformatmenu-grid tr td {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 3px;
|
|
border: 1px solid var(--color-border-dark);
|
|
border-radius: var(--border-radius);
|
|
margin: 3px;
|
|
overflow: auto; /* child margins otherwise don't expand *this* element (parent) */
|
|
}
|
|
|
|
#conditionalformatmenu-grid td:hover {
|
|
border: 1px solid var(--color-border-darker);
|
|
background-color: var(--color-background-darker) !important;
|
|
}
|
|
|
|
.w2ui-toolbar table.w2ui-button {
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
color: var(--color-main-text);
|
|
}
|
|
.w2ui-toolbar table.w2ui-button:hover {
|
|
background-color: var(--color-border-darker);
|
|
}
|
|
.w2ui-toolbar table.w2ui-button.over {
|
|
border: 1px solid var(--color-border-darker) !important;
|
|
}
|
|
.w2ui-toolbar table.w2ui-button.checked {
|
|
background-color: var(--color-background-dark);
|
|
border: 1px solid var(--color-border-dark);
|
|
color: var(--color-text-dark);
|
|
}
|
|
|
|
.w2ui-icon.basicshapes_rectangle { background: url('images/lc_rect.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_round-rectangle { background: url('images/lc_rect_rounded.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_quadrat { background: url('images/lc_square.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_round-quadrat { background: url('images/lc_basicshapes.round-quadrat.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_circle { background: url('images/lc_circle.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_ellipse { background: url('images/lc_ellipse.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_circle-pie { background: url('images/lc_pie.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_isosceles-triangle { background: url('images/lc_basicshapes.isosceles-triangle.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_right-triangle { background: url('images/lc_basicshapes.right-triangle.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_trapezoid { background: url('images/lc_basicshapes.trapezoid.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_diamond { background: url('images/lc_basicshapes.diamond.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_parallelogram { background: url('images/lc_flowchartshapes.flowchart-data.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_pentagon { background: url('images/lc_basicshapes.pentagon.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_hexagon { background: url('images/lc_basicshapes.hexagon.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_octagon { background: url('images/lc_basicshapes.octagon.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_cross { background: url('images/lc_basicshapes.cross.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_ring { background: url('images/lc_basicshapes.ring.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_block-arc { background: url('images/lc_basicshapes.block-arc.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_can { background: url('images/lc_basicshapes.can.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_cube { background: url('images/lc_basicshapes.cube.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_paper { background: url('images/lc_basicshapes.paper.svg') no-repeat center; }
|
|
.w2ui-icon.basicshapes_frame { background: url('images/lc_rect_unfilled.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.line { background: url('images/lc_line.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.symbolshapes { background: url('images/lc_symbolshapes.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_sun { background: url('images/lc_symbolshapes.sun.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_moon { background: url('images/lc_symbolshapes.moon.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_lightning { background: url('images/lc_symbolshapes.lightning.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_heart { background: url('images/lc_symbolshapes.heart.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_flower { background: url('images/lc_symbolshapes.flower.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_cloud { background: url('images/lc_symbolshapes.cloud.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_forbidden { background: url('images/lc_symbolshapes.forbidden.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_puzzle { background: url('images/lc_symbolshapes.puzzle.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_bracket-pair { background: url('images/lc_symbolshapes.bracket-pair.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_left-bracket { background: url('images/lc_symbolshapes.left-bracket.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_right-bracket { background: url('images/lc_symbolshapes.right-bracket.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_brace-pair { background: url('images/lc_symbolshapes.brace-pair.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_left-brace { background: url('images/lc_symbolshapes.left-brace.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_right-brace { background: url('images/lc_symbolshapes.right-brace.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_quad-bevel { background: url('images/lc_symbolshapes.right-brace.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_octagon-bevel { background: url('images/lc_symbolshapes.octagon-bevel.svg') no-repeat center; }
|
|
.w2ui-icon.symbolshapes_diamond-bevel { background: url('images/lc_symbolshapes.diamond-bevel.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrowshapes_left-arrow { background: url('images/lc_arrowshapes.left-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_right-arrow { background: url('images/lc_arrowshapes.right-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-arrow { background: url('images/lc_arrowshapes.up-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_down-arrow { background: url('images/lc_arrowshapes.down-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_left-right-arrow { background: url('images/lc_arrowshapes.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-down-arrow { background: url('images/lc_arrowshapes.up-down-arrow.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrowshapes_up-right-arrow { background: url('images/lc_arrowshapes.up-right-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-right-down-arrow { background: url('images/lc_arrowshapes.up-right-down-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_quad-arrow { background: url('images/lc_arrowshapes.quad-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_corner-right-arrow { background: url('images/lc_arrowshapes.corner-right-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_split-arrow { background: url('images/lc_arrowshapes.split-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_striped-right-arrow { background: url('images/lc_arrowshapes.striped-right-arrow.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrowshapes_notched-right-arrow { background: url('images/lc_arrowshapes.notched-right-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_pentagon-right { background: url('images/lc_arrowshapes.pentagon-right.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_chevron { background: url('images/lc_arrowshapes.chevron.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_right-arrow-callout { background: url('images/lc_arrowshapes.right-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_left-arrow-callout { background: url('images/lc_arrowshapes.left-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-arrow-callout { background: url('images/lc_arrowshapes.up-arrow-callout.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrowshapes_down-arrow-callout { background: url('images/lc_arrowshapes.down-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_left-right-arrow-callout { background: url('images/lc_arrowshapes.left-right-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-down-arrow-callout { background: url('images/lc_arrowshapes.up-down-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_up-right-arrow-callout { background: url('images/lc_arrowshapes.up-right-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_quad-arrow-callout { background: url('images/lc_arrowshapes.quad-arrow-callout.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_circular-arrow { background: url('images/lc_arrowshapes.circular-arrow.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrowshapes_split-round-arrow { background: url('images/lc_arrowshapes.split-round-arrow.svg') no-repeat center; }
|
|
.w2ui-icon.arrowshapes_s-sharped-arrow { background: url('images/lc_arrowshapes.s-sharped-arrow.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.starshapes_bang { background: url('images/lc_starshapes.bang.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_star4 { background: url('images/lc_starshapes.star4.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_star5 { background: url('images/lc_starshapes.star5.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_star6 { background: url('images/lc_starshapes.star6.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_star8 { background: url('images/lc_starshapes.star8.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_star12 { background: url('images/lc_starshapes.star12.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.starshapes_star24 { background: url('images/lc_starshapes.star24.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_concave-star6 { background: url('images/lc_starshapes.concave-star6.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_vertical-scroll { background: url('images/lc_starshapes.vertical-scroll.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_horizontal-scroll { background: url('images/lc_starshapes.horizontal-scroll.svg') no-repeat center; }
|
|
.w2ui-icon.starshapes_signet { background: url('images/lc_starshapes.signet.svg' ) no-repeat center; }
|
|
.w2ui-icon.starshapes_doorplate { background: url('images/lc_starshapes.doorplate.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.calloutshapes_rectangular-callout { background: url('images/lc_calloutshapes.rectangular-callout.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_round-rectangular-callout { background: url('images/lc_calloutshapes.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_round-callout { background: url('images/lc_calloutshapes.round-callout.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_cloud-callout { background: url('images/lc_calloutshapes.cloud-callout.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_line-callout-1 { background: url('images/lc_calloutshapes.line-callout-1.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_line-callout-2 { background: url('images/lc_calloutshapes.line-callout-2.svg') no-repeat center; }
|
|
.w2ui-icon.calloutshapes_line-callout-3 { background: url('images/lc_calloutshapes.line-callout-3.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flowchartshapes_flowchart-process { background: url('images/lc_square.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-alternate-process { background: url('images/lc_basicshapes.round-quadrat.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-decision { background: url('images/lc_flowchartshapes.flowchart-decision.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-data { background: url('images/lc_flowchartshapes.flowchart-data.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-predefined-process { background: url('images/lc_flowchartshapes.flowchart-predefined-process.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-internal-storage { background: url('images/lc_flowchartshapes.flowchart-internal-storage.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flowchartshapes_flowchart-document { background: url('images/lc_flowchartshapes.flowchart-document.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-multidocument { background: url('images/lc_flowchartshapes.flowchart-multidocument.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-terminator { background: url('images/lc_flowchartshapes.flowchart-terminator.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-preparation { background: url('images/lc_flowchartshapes.flowchart-preparation.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-manual-input { background: url('images/lc_flowchartshapes.flowchart-manual-input.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-manual-operation { background: url('images/lc_basicshapes.trapezoid.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flowchartshapes_flowchart-connector { background: url('images/lc_circle.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-off-page-connector { background: url('images/lc_flowchartshapes.flowchart-off-page-connector.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-card { background: url('images/lc_flowchartshapes.flowchart-card.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-punched-tape { background: url('images/lc_fontworkshapetype.fontwork-wave.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-summing-junction { background: url('images/lc_flowchartshapes.flowchart-summing-junction.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-or { background: url('images/lc_flowchartshapes.flowchart-or.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flowchartshapes_flowchart-collate { background: url('images/lc_flowchartshapes.flowchart-collate.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-sort { background: url('images/lc_flowchartshapes.flowchart-sort.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-extract { background: url('images/lc_basicshapes.isosceles-triangle.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-merge { background: url('images/lc_fontworkshapetype.fontwork-triangle-down.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-stored-data { background: url('images/lc_flowchartshapes.flowchart-stored-data.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-delay { background: url('images/lc_flowchartshapes.flowchart-delay.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flowchartshapes_flowchart-sequential-access { background: url('images/lc_flowchartshapes.flowchart-sequential-access.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-magnetic-disk { background: url('images/lc_basicshapes.can.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-direct-access-storage { background: url('images/lc_flowchartshapes.flowchart-direct-access-storage.svg') no-repeat center; }
|
|
.w2ui-icon.flowchartshapes_flowchart-display { background: url('images/lc_flowchartshapes.flowchart-display.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.connectors_connector { background: url('images/lc_connector.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorarrows { background: url('images/lc_connectorarrows.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorarrowend { background: url('images/lc_connectorarrowend.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorlinearrowend { background: url('images/lc_connectorlinearrowend.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorcurvearrowend { background: url('images/lc_connectorcurvearrowend.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorlinesarrowend { background: url('images/lc_connectorlinesarrowend.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorline { background: url('images/lc_connectorline.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorcurve { background: url('images/lc_connectorcurve.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorlines { background: url('images/lc_connectorlines.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorlinearrows { background: url('images/lc_connectorlinearrows.svg') no-repeat center; }
|
|
.w2ui-icon.connectors_connectorcurvearrows { background: url('images/lc_connectorcurvearrows.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.frame01 { background: url('images/fr01.svg') no-repeat center; }
|
|
.w2ui-icon.frame02 { background: url('images/fr02.svg') no-repeat center; }
|
|
.w2ui-icon.frame03 { background: url('images/fr03.svg') no-repeat center; }
|
|
.w2ui-icon.frame04 { background: url('images/fr04.svg') no-repeat center; }
|
|
.w2ui-icon.frame05 { background: url('images/fr05.svg') no-repeat center; }
|
|
.w2ui-icon.frame06 { background: url('images/fr06.svg') no-repeat center; }
|
|
.w2ui-icon.frame07 { background: url('images/fr07.svg') no-repeat center; }
|
|
.w2ui-icon.frame08 { background: url('images/fr08.svg') no-repeat center; }
|
|
.w2ui-icon.frame09 { background: url('images/fr09.svg') no-repeat center; }
|
|
.w2ui-icon.frame10 { background: url('images/fr010.svg') no-repeat center; }
|
|
.w2ui-icon.frame11 { background: url('images/fr011.svg') no-repeat center; }
|
|
.w2ui-icon.frame12 { background: url('images/fr012.svg') no-repeat center; }
|
|
.w2ui-icon.frame13 { width: 108px; }
|
|
#div-frame13 { width: 102px; height: 18px; text-align: center; display: table-cell; vertical-align: middle; cursor: default; }
|
|
|
|
.w2ui-icon.iconset00 { background: url('images/icon-set-colorarrows-down.svg') no-repeat, url('images/icon-set-colorarrows-same.svg') no-repeat, url('images/icon-set-colorarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset01 { background: url('images/icon-set-grayarrows-down.svg') no-repeat, url('images/icon-set-grayarrows-same.svg') no-repeat, url('images/icon-set-grayarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset02 { background: url('images/icon-set-flags-red.svg') no-repeat, url('images/icon-set-flags-yellow.svg') no-repeat, url('images/icon-set-flags-green.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset03 { background: url('images/icon-set-circles1-red.svg') no-repeat, url('images/icon-set-circles1-yellow.svg') no-repeat, url('images/icon-set-circles1-green.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset04 { background: url('images/icon-set-trafficlights-red.svg') no-repeat, url('images/icon-set-trafficlights-yellow.svg') no-repeat, url('images/icon-set-trafficlights-green.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset05 { background: url('images/icon-set-shapes-diamond.svg') no-repeat, url('images/icon-set-shapes-triangle.svg') no-repeat, url('images/icon-set-shapes-circle.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset06 { background: url('images/icon-set-symbols1-cross.svg') no-repeat, url('images/icon-set-symbols1-exclamation-mark.svg') no-repeat, url('images/icon-set-symbols1-check.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
/* Avoid the iconset07, the core renders it the same as iconset06, no need to support it in the online.
|
|
.w2ui-icon.iconset07 { background: url('images/icon-set-symbols1-cross.svg') no-repeat, url('images/icon-set-symbols1-exclamation-mark.svg') no-repeat, url('images/icon-set-symbols1-check.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }*/
|
|
.w2ui-icon.iconset08 { background: url('images/icon-set-positive-yellow-smilie.svg') no-repeat, url('images/icon-set-neutral-yellow-smilie.svg') no-repeat, url('images/icon-set-negative-yellow-smilie.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset09 { background: url('images/icon-set-stars-empty.svg') no-repeat, url('images/icon-set-stars-half.svg') no-repeat, url('images/icon-set-stars-full.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset10 { background: url('images/icon-set-triangles-down.svg') no-repeat, url('images/icon-set-triangles-same.svg') no-repeat, url('images/icon-set-triangles-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset11 { background: url('images/icon-set-positive-green-smilie.svg') no-repeat, url('images/icon-set-neutral-yellow-smilie.svg') no-repeat, url('images/icon-set-negative-red-smilie.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset12 { background: url('images/icon-set-colorarrows-down.svg') no-repeat, url('images/icon-set-colorarrows-slightly-down.svg') no-repeat, url('images/icon-set-colorarrows-slightly-up.svg') no-repeat, url('images/icon-set-colorarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset13 { background: url('images/icon-set-grayarrows-down.svg') no-repeat, url('images/icon-set-grayarrows-slightly-down.svg') no-repeat, url('images/icon-set-grayarrows-slightly-up.svg') no-repeat, url('images/icon-set-grayarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset14 { background: url('images/icon-set-circles2-dark-gray.svg') no-repeat, url('images/icon-set-circles2-light-gray.svg') no-repeat, url('images/icon-set-circles2-light-red.svg') no-repeat, url('images/icon-set-circles2-dark-red.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset15 { background: url('images/icon-set-bars-one-quarter.svg') no-repeat, url('images/icon-set-bars-half.svg') no-repeat, url('images/icon-set-bars-three-quarters.svg') no-repeat, url('images/icon-set-bars-full.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset16 { background: url('images/icon-set-circles1-gray.svg') no-repeat, url('images/icon-set-circles1-red.svg') no-repeat, url('images/icon-set-circles1-yellow.svg') no-repeat, url('images/icon-set-circles1-green.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset17 { background: url('images/icon-set-colorarrows-down.svg') no-repeat, url('images/icon-set-colorarrows-slightly-down.svg') no-repeat, url('images/icon-set-colorarrows-same.svg') no-repeat, url('images/icon-set-colorarrows-slightly-up.svg') no-repeat, url('images/icon-set-colorarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center, 74px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset18 { background: url('images/icon-set-grayarrows-down.svg') no-repeat, url('images/icon-set-grayarrows-slightly-down.svg') no-repeat, url('images/icon-set-grayarrows-same.svg') no-repeat, url('images/icon-set-grayarrows-slightly-up.svg') no-repeat, url('images/icon-set-grayarrows-up.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center, 74px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset19 { background: url('images/icon-set-bars-empty.svg') no-repeat, url('images/icon-set-bars-one-quarter.svg') no-repeat, url('images/icon-set-bars-half.svg') no-repeat, url('images/icon-set-bars-three-quarters.svg') no-repeat, url('images/icon-set-bars-full.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center, 74px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset20 { background: url('images/icon-set-pies-empty.svg') no-repeat, url('images/icon-set-pies-one-quarter.svg') no-repeat, url('images/icon-set-pies-half.svg') no-repeat, url('images/icon-set-pies-three-quarters.svg') no-repeat, url('images/icon-set-pies-full.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center, 74px center !important;
|
|
width: 94px !important; }
|
|
.w2ui-icon.iconset21 { background: url('images/icon-set-squares-empty.svg') no-repeat, url('images/icon-set-squares-one-quarter.svg') no-repeat, url('images/icon-set-squares-half.svg') no-repeat, url('images/icon-set-squares-three-quarters.svg') no-repeat, url('images/icon-set-squares-full.svg') no-repeat;
|
|
background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px !important;
|
|
background-position: 2px center, 20px center, 38px center, 56px center, 74px center !important;
|
|
width: 94px !important; }
|
|
|
|
.w2ui-icon.print{ background: url('images/lc_print.svg') no-repeat center; }
|
|
.w2ui-icon.undo{ background: url('images/lc_undo.svg') no-repeat center; }
|
|
.w2ui-icon.redo{ background: url('images/lc_redo.svg') no-repeat center; }
|
|
.w2ui-icon.copyformat{ background: url('images/lc_formatpaintbrush.svg') no-repeat center; }
|
|
.w2ui-icon.deleteformat{ background: url('images/lc_setdefault.svg') no-repeat center; }
|
|
.w2ui-icon.bold{ background: url('images/lc_bold.svg') no-repeat center; }
|
|
.w2ui-icon.italic{ background: url('images/lc_italic.svg') no-repeat center; }
|
|
.w2ui-icon.underline{ background: url('images/lc_underline.svg') no-repeat center; }
|
|
.w2ui-icon.strikeout{ background: url('images/lc_strikeout.svg') no-repeat center; }
|
|
.w2ui-icon.textcolor{ background: url('images/lc_fontcolor.svg') no-repeat center; }
|
|
.w2ui-icon.backcolor{ background: url('images/lc_backcolor.svg') no-repeat center; }
|
|
.w2ui-icon.backgroundcolor{ background: url('images/lc_fillcolor.svg') no-repeat center; }
|
|
.w2ui-icon.alignleft{ background: url('images/lc_leftpara.svg') no-repeat center; }
|
|
.w2ui-icon.alignhorizontal{ background: url('images/lc_centerpara.svg') no-repeat center; }
|
|
.w2ui-icon.alignright{ background: url('images/lc_rightpara.svg') no-repeat center; }
|
|
.w2ui-icon.alignblock{ background: url('images/lc_justifypara.svg') no-repeat center; }
|
|
.w2ui-icon.aligntop{ background: url('images/lc_aligntop.svg') no-repeat center; }
|
|
.w2ui-icon.alignvcenter{ background: url('images/lc_alignvcenter.svg') no-repeat center; }
|
|
.w2ui-icon.alignbottom{ background: url('images/lc_alignbottom.svg') no-repeat center; }
|
|
.w2ui-icon.cellverttop{ background: url('images/lc_cellverttop.svg') no-repeat center; }
|
|
.w2ui-icon.cellvertcenter{ background: url('images/lc_cellvertcenter.svg') no-repeat center; }
|
|
.w2ui-icon.cellvertbottom{ background: url('images/lc_cellvertbottom.svg') no-repeat center; }
|
|
.w2ui-icon.linespacing, .w2ui-icon.spacepara1, .w2ui-icon.spacepara15{ background: url('images/lc_linespacing.svg') no-repeat center; }
|
|
.w2ui-icon.spacepara2{ background: url('images/lc_spacepara2.svg') no-repeat center; }
|
|
.w2ui-icon.paraspaceincrease{ background: url('images/lc_paraspaceincrease.svg') no-repeat center; }
|
|
.w2ui-icon.paraspacedecrease{ background: url('images/lc_paraspacedecrease.svg') no-repeat center; }
|
|
.w2ui-icon.numbering{ background: url('images/lc_defaultnumbering.svg') no-repeat center; }
|
|
.w2ui-icon.bullet{ background: url('images/lc_defaultbullet.svg') no-repeat center; }
|
|
.w2ui-icon.incrementindent{ background: url('images/lc_leftindent.svg') no-repeat center; }
|
|
.w2ui-icon.decrementindent{ background: url('images/lc_decrementindent.svg') no-repeat center; }
|
|
.w2ui-icon.outlineleft{ background: url('images/lc_outlineleft.svg') no-repeat center; }
|
|
.w2ui-icon.outlineright{ background: url('images/lc_outlineright.svg') no-repeat center; }
|
|
.w2ui-icon.text{ background: url('images/lc_text.svg') no-repeat center; }
|
|
.w2ui-icon.annotation{ background: url('images/lc_shownote.svg') no-repeat center; }
|
|
.w2ui-icon.inserttable{ background: url('images/lc_inserttable.svg') no-repeat center; }
|
|
.w2ui-icon.insertgraphic{ background: url('images/lc_gallery.svg') no-repeat center; }
|
|
.w2ui-icon.link{ background: url('images/lc_inserthyperlink.svg') no-repeat center; }
|
|
.w2ui-icon.insertsymbol{ background: url('images/lc_insertsymbol.svg') no-repeat center; }
|
|
.w2ui-icon.edit{ background: url('images/lc_editdoc.svg') no-repeat center; }
|
|
.w2ui-icon.fold{ background: url('images/fold.svg') no-repeat center center / 19px; opacity: 0.8; filter: alpha(opacity=80);}
|
|
.w2ui-icon.unfold{ background: url('images/unfold.svg') no-repeat center center/ 19px; opacity: 0.8; filter: alpha(opacity=80);}
|
|
.w2ui-icon.hamburger{ background: url('images/hamburger.svg') no-repeat center; }
|
|
.w2ui-icon.setborderstyle{ background: url('images/lc_setborderstyle.svg') no-repeat center; }
|
|
.w2ui-icon.togglemergecells{ background: url('images/lc_togglemergecells.svg') no-repeat center; }
|
|
.w2ui-icon.wraptext{ background: url('images/lc_wraptext.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatstandard{ background: url('images/lc_numberformatstandard.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatcurrency{ background: url('images/lc_numberformatcurrency.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatpercent{ background: url('images/lc_numberformatpercent.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatdecimal{ background: url('images/lc_numberformatdecimal.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatdate{ background: url('images/lc_numberformatdate.svg') no-repeat center; }
|
|
.w2ui-icon.numberformattime{ background: url('images/lc_numberformattime.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatscientific{ background: url('images/lc_numberformatscientific.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatthousands{ background: url('images/lc_numberformatthousands.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatincdecimals{ background: url('images/lc_numberformatincdecimals.svg') no-repeat center; }
|
|
.w2ui-icon.numberformatdecdecimals{ background: url('images/lc_numberformatdecdecimals.svg') no-repeat center; }
|
|
.w2ui-icon.insertobjectchart{ background: url('images/lc_drawchart.svg') no-repeat center; }
|
|
.w2ui-icon.insertrowsafter{ background: url('images/lc_insertrowsafter.svg') no-repeat center; }
|
|
.w2ui-icon.insertcolumnsafter{ background: url('images/lc_insertcolumnsafter.svg') no-repeat center; }
|
|
.w2ui-icon.insertcolumnsbefore{ background: url('images/lc_insertcolumnsbefore.svg') no-repeat center; }
|
|
.w2ui-icon.insertrowsbefore{ background: url('images/lc_insertrowsbefore.svg') no-repeat center; }
|
|
.w2ui-icon.autosum{ background: url('images/lc_autosum.svg') no-repeat center; }
|
|
.w2ui-icon.orientation{ background: url('images/lc_orientation.svg') no-repeat center; }
|
|
.w2ui-icon.deleterows{ background: url('images/lc_deleterows.svg') no-repeat center; }
|
|
.w2ui-icon.hiderow{ background: url('images/lc_hiderow.svg') no-repeat center; }
|
|
.w2ui-icon.showrow{ background: url('images/lc_showrow.svg') no-repeat center; }
|
|
.w2ui-icon.deletecolumns{ background: url('images/lc_deletecolumns.svg') no-repeat center; }
|
|
.w2ui-icon.hidecolumn{ background: url('images/lc_hidecolumn.svg') no-repeat center; }
|
|
.w2ui-icon.showcolumn{ background: url('images/lc_showcolumn.svg') no-repeat center; }
|
|
.w2ui-icon.entirerow{ background: url('images/lc_entirerow.svg') no-repeat center; }
|
|
.w2ui-icon.setoptimalrowheight{ background: url('images/lc_setoptimalrowheight.svg') no-repeat center; }
|
|
.w2ui-icon.setoptimalcolumnwidth{ background: url('images/lc_setoptimalcolumnwidth.svg') no-repeat center; }
|
|
.w2ui-icon.entirecell{ background: url('images/lc_entirecell.svg') no-repeat center; }
|
|
.w2ui-icon.entirecolumn{ background: url('images/lc_entirecolumn.svg') no-repeat center; }
|
|
.w2ui-icon.selecttable{ background: url('images/lc_selecttable.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.accepttrackedchanges{ background: url('images/lc_acceptchanges.svg') no-repeat center; }
|
|
.w2ui-icon.ok{ background: url('images/lc_ok.svg') no-repeat center; }
|
|
.w2ui-icon.cancel{ background: url('images/lc_cancel.svg') no-repeat center; }
|
|
.w2ui-icon.color{ background: url('images/lc_color.svg') no-repeat center; }
|
|
.w2ui-icon.deletepage{ background: url('images/lc_deletepage.svg') no-repeat center; }
|
|
.w2ui-icon.duplicatepage{ background: url('images/lc_duplicatepage.svg') no-repeat center; }
|
|
.w2ui-icon.equal{ background: url('images/lc26049.svg') no-repeat center; }
|
|
.w2ui-icon.help{ background: url('images/lc_helpindex.svg') no-repeat center; }
|
|
.w2ui-icon.insertpage{ background: url('images/lc_insertpage.svg') no-repeat center; }
|
|
.w2ui-icon.insertsheet{ background: url('images/plus.svg') no-repeat center; }
|
|
.w2ui-icon.conditionalformatdialog{ background: url('images/lc_conditionalformatmenu.svg') no-repeat center; }
|
|
.w2ui-icon.search{ background: url('images/sc_recsearch.svg') no-repeat center; }
|
|
.w2ui-icon.next{ background: url('images/lc_downsearch.svg') no-repeat center; }
|
|
.w2ui-icon.presentation{ background: url('images/lc_dia.svg') no-repeat center; }
|
|
.w2ui-icon.sign_ok{ background: url('images/sign_ok.svg') no-repeat center; }
|
|
.w2ui-icon.sign_not_ok{ background: url('images/sign_not_ok.svg') no-repeat center; }
|
|
.w2ui-icon.prev{ background: url('images/lc_upsearch.svg') no-repeat center; }
|
|
.w2ui-icon.save{ background: url('images/lc_save.svg') no-repeat center; }
|
|
.w2ui-icon.saveas{ background: url('images/lc_saveas.svg') no-repeat center; }
|
|
.w2ui-icon.savemodified{ background: url('images/savemodified_large.svg') no-repeat center; }
|
|
.w2ui-icon.zoomin{ background: url('images/plus.svg') no-repeat center; }
|
|
.w2ui-icon.zoomout{ background: url('images/minus.svg') no-repeat center; }
|
|
.w2ui-icon.zoomreset{ background: url('images/lc_view100.svg') no-repeat center; }
|
|
.w2ui-icon.more{ background: url('images/lc_downsearch.svg') no-repeat center; }
|
|
.w2ui-icon.firstrecord{ background: url('images/lc_firstrecord.svg') no-repeat center; }
|
|
.w2ui-icon.nextrecord{ background: url('images/lc_nextrecord.svg') no-repeat center; }
|
|
.w2ui-icon.prevrecord{ background: url('images/lc_prevrecord.svg') no-repeat center; }
|
|
.w2ui-icon.lastrecord{ background: url('images/lc_lastrecord.svg') no-repeat center; }
|
|
.w2ui-icon.sortascending{ background: url('images/lc_sortascending.svg') no-repeat center; }
|
|
.w2ui-icon.sortdescending{ background: url('images/lc_sortdescending.svg') no-repeat center; }
|
|
.w2ui-icon.selected{ background: url('images/lc_ok.svg') no-repeat center; }
|
|
.w2ui-icon.users{ background: url('images/contacts-dark.svg') no-repeat center; }
|
|
.w2ui-icon.fullscreen{ background: url('images/lc_fullscreen.svg') no-repeat center; }
|
|
.w2ui-icon.closemobile{ background: url('images/lc_closedocmobile.svg') no-repeat center; }
|
|
.w2ui-icon.editmode { background: url('images/lc_listitem-selected.svg') no-repeat center / 28px; }
|
|
.w2ui-icon.closetoolbar{ background: url('images/close_toolbar.svg') no-repeat center; }
|
|
.w2ui-icon.sidebar_modify_page{ background: url('images/lc_sidebar.svg') no-repeat center; }
|
|
.w2ui-icon.sidebar_slide_change{ background: url('images/lc_slidechangewindow.svg') no-repeat center; }
|
|
.w2ui-icon.sidebar_custom_animation{ background: url('images/lc_customanimation.svg') no-repeat center; }
|
|
.w2ui-icon.sidebar_master_slides{ background: url('images/lc_masterslide.svg') no-repeat center; }
|
|
.w2ui-icon.mobile_wizard{ background: url('images/lc_mobile_wizard.svg') no-repeat center; }
|
|
.w2ui-icon.fullscreen-presentation{ background: url('images/lc_fullscreen-presentation-toolbar-mobile.svg') no-repeat center;}
|
|
.w2ui-icon.mobile_comment_wizard{ background: url('images/lc_mobile_comment_wizard.svg') no-repeat center; }
|
|
.w2ui-icon.insertion_mobile_wizard{ background: url('images/lc_insertion_mobile_wizard.svg') no-repeat center; }
|
|
.w2ui-icon.viewcomments{ background: url('images/lc_mobile_comment_wizard.svg') no-repeat center; }
|
|
.w2ui-icon.insertcomment{ background: url('images/lc_insertcomment.svg') no-repeat center; }
|
|
.w2ui-icon.freezepanes{ background: url('images/lc_freezepanes.svg') no-repeat center; }
|
|
.w2ui-icon.freezepanescolumn{ background: url('images/lc_freezepanescolumn.svg') no-repeat center; }
|
|
.w2ui-icon.freezepanesrow{ background: url('images/lc_freezepanesrow.svg') no-repeat center; }
|
|
.w2ui-icon.navigator{ background: url('images/lc_navigator.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.flipvertical { background: url('images/lc_flipvertical.svg') no-repeat center; }
|
|
.w2ui-icon.fliphorizontal { background: url('images/lc_fliphorizontal.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.wrapmenu { background: url('images/lc_wrapmenu.svg') no-repeat center; }
|
|
.w2ui-icon.wrapoff { background: url('images/lc_wrapoff.svg') no-repeat center; }
|
|
.w2ui-icon.wrapon { background: url('images/lc_wrapon.svg') no-repeat center; }
|
|
.w2ui-icon.wrapideal { background: url('images/lc_wrapideal.svg') no-repeat center; }
|
|
.w2ui-icon.wrapleft { background: url('images/lc_wrapleft.svg') no-repeat center; }
|
|
.w2ui-icon.wrapright { background: url('images/lc_wrapright.svg') no-repeat center; }
|
|
.w2ui-icon.wrapthrough { background: url('images/lc_wrapthrough.svg') no-repeat center; }
|
|
.w2ui-icon.wrapthroughtransparencytoggle { background: url('images/lc_wrapthroughtransparencytoggle.svg') no-repeat center; }
|
|
.w2ui-icon.wrapcontour { background: url('images/lc_wrapcontour.svg') no-repeat center; }
|
|
.w2ui-icon.wrapanchoronly { background: url('images/lc_wrapanchoronly.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.objectalignleft { background: url('images/lc_objectalignleft.svg') no-repeat center; }
|
|
.w2ui-icon.aligncenter { background: url('images/lc_aligncenter.svg') no-repeat center; }
|
|
.w2ui-icon.objectalignright { background: url('images/lc_objectalignright.svg') no-repeat center; }
|
|
.w2ui-icon.alignup { background: url('images/lc_alignup.svg') no-repeat center; }
|
|
.w2ui-icon.alignmiddle { background: url('images/lc_alignmiddle.svg') no-repeat center; }
|
|
.w2ui-icon.aligndown { background: url('images/lc_aligndown.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.arrangemenu { background: url('images/lc_arrangemenu.svg') no-repeat center; }
|
|
.w2ui-icon.bringtofront { background: url('images/lc_bringtofront.svg') no-repeat center; }
|
|
.w2ui-icon.objectforwardone { background: url('images/lc_objectforwardone.svg') no-repeat center; }
|
|
.w2ui-icon.objectbackone { background: url('images/lc_objectbackone.svg') no-repeat center; }
|
|
.w2ui-icon.sendtoback { background: url('images/lc_sendtoback.svg') no-repeat center; }
|
|
|
|
.w2ui-icon.vereign{ background: url('images/vereign.png') no-repeat center; }
|
|
|
|
/* dark theme icon css */
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_round-rectangle { background: url('images/dark/lc_rect_rounded.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_rectangle { background: url('images/dark/lc_rect.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_quadrat { background: url('images/dark/lc_square.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_round-quadrat { background: url('images/dark/lc_basicshapes.round-quadrat.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_circle { background: url('images/dark/lc_circle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_ellipse { background: url('images/dark/lc_ellipse.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_circle-pie { background: url('images/dark/lc_pie.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_isosceles-triangle { background: url('images/dark/lc_basicshapes.isosceles-triangle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_right-triangle { background: url('images/dark/lc_basicshapes.right-triangle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_trapezoid { background: url('images/dark/lc_basicshapes.trapezoid.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_diamond { background: url('images/dark/lc_basicshapes.diamond.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_parallelogram { background: url('images/dark/lc_flowchartshapes.flowchart-data.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_pentagon { background: url('images/dark/lc_basicshapes.pentagon.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_hexagon { background: url('images/dark/lc_basicshapes.hexagon.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_octagon { background: url('images/dark/lc_basicshapes.octagon.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_cross { background: url('images/dark/lc_basicshapes.cross.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_ring { background: url('images/dark/lc_basicshapes.ring.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_block-arc { background: url('images/dark/lc_basicshapes.block-arc.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_can { background: url('images/dark/lc_basicshapes.can.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_cube { background: url('images/dark/lc_basicshapes.cube.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_paper { background: url('images/dark/lc_basicshapes.paper.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.basicshapes_frame { background: url('images/dark/lc_rect_unfilled.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.line { background: url('images/dark/lc_line.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes { background: url('images/dark/lc_symbolshapes.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_sun { background: url('images/dark/lc_symbolshapes.sun.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_moon { background: url('images/dark/lc_symbolshapes.moon.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_lightning { background: url('images/dark/lc_symbolshapes.lightning.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_heart { background: url('images/dark/lc_symbolshapes.heart.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_flower { background: url('images/dark/lc_symbolshapes.flower.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_cloud { background: url('images/dark/lc_symbolshapes.cloud.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_forbidden { background: url('images/dark/lc_symbolshapes.forbidden.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_puzzle { background: url('images/dark/lc_symbolshapes.puzzle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_bracket-pair { background: url('images/dark/lc_symbolshapes.bracket-pair.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_left-bracket { background: url('images/dark/lc_symbolshapes.left-bracket.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_right-bracket { background: url('images/dark/lc_symbolshapes.right-bracket.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_brace-pair { background: url('images/dark/lc_symbolshapes.brace-pair.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_left-brace { background: url('images/dark/lc_symbolshapes.left-brace.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_right-brace { background: url('images/dark/lc_symbolshapes.right-brace.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_quad-bevel { background: url('images/dark/lc_symbolshapes.right-brace.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_octagon-bevel { background: url('images/dark/lc_symbolshapes.octagon-bevel.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.symbolshapes_diamond-bevel { background: url('images/dark/lc_symbolshapes.diamond-bevel.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_left-arrow { background: url('images/dark/lc_arrowshapes.left-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_right-arrow { background: url('images/dark/lc_arrowshapes.right-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-arrow { background: url('images/dark/lc_arrowshapes.up-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_down-arrow { background: url('images/dark/lc_arrowshapes.down-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_left-right-arrow { background: url('images/dark/lc_arrowshapes.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-down-arrow { background: url('images/dark/lc_arrowshapes.up-down-arrow.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-arrow { background: url('images/dark/lc_arrowshapes.up-right-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-down-arrow { background: url('images/dark/lc_arrowshapes.up-right-down-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_quad-arrow { background: url('images/dark/lc_arrowshapes.quad-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_corner-right-arrow { background: url('images/dark/lc_arrowshapes.corner-right-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_split-arrow { background: url('images/dark/lc_arrowshapes.split-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_striped-right-arrow { background: url('images/dark/lc_arrowshapes.striped-right-arrow.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_notched-right-arrow { background: url('images/dark/lc_arrowshapes.notched-right-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_pentagon-right { background: url('images/dark/lc_arrowshapes.pentagon-right.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_chevron { background: url('images/dark/lc_arrowshapes.chevron.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_right-arrow-callout { background: url('images/dark/lc_arrowshapes.right-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_left-arrow-callout { background: url('images/dark/lc_arrowshapes.left-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-arrow-callout { background: url('images/dark/lc_arrowshapes.up-arrow-callout.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_down-arrow-callout { background: url('images/dark/lc_arrowshapes.down-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_left-right-arrow-callout { background: url('images/dark/lc_arrowshapes.left-right-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-down-arrow-callout { background: url('images/dark/lc_arrowshapes.up-down-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-arrow-callout { background: url('images/dark/lc_arrowshapes.up-right-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_quad-arrow-callout { background: url('images/dark/lc_arrowshapes.quad-arrow-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_circular-arrow { background: url('images/dark/lc_arrowshapes.circular-arrow.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_split-round-arrow { background: url('images/dark/lc_arrowshapes.split-round-arrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.arrowshapes_s-sharped-arrow { background: url('images/dark/lc_arrowshapes.s-sharped-arrow.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.starshapes_bang { background: url('images/dark/lc_starshapes.bang.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star4 { background: url('images/dark/lc_starshapes.star4.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star5 { background: url('images/dark/lc_starshapes.star5.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star6 { background: url('images/dark/lc_starshapes.star6.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star8 { background: url('images/dark/lc_starshapes.star8.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star12 { background: url('images/dark/lc_starshapes.star12.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.starshapes_star24 { background: url('images/dark/lc_starshapes.star24.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_concave-star6 { background: url('images/dark/lc_starshapes.concave-star6.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_vertical-scroll { background: url('images/dark/lc_starshapes.vertical-scroll.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_horizontal-scroll { background: url('images/dark/lc_starshapes.horizontal-scroll.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_signet { background: url('images/dark/lc_starshapes.signet.svg' ) no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.starshapes_doorplate { background: url('images/dark/lc_starshapes.doorplate.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_rectangular-callout { background: url('images/dark/lc_calloutshapes.rectangular-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_round-rectangular-callout { background: url('images/dark/lc_calloutshapes.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_round-callout { background: url('images/dark/lc_calloutshapes.round-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_cloud-callout { background: url('images/dark/lc_calloutshapes.cloud-callout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-1 { background: url('images/dark/lc_calloutshapes.line-callout-1.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-2 { background: url('images/dark/lc_calloutshapes.line-callout-2.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-3 { background: url('images/dark/lc_calloutshapes.line-callout-3.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-process { background: url('images/dark/lc_square.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-alternate-process { background: url('images/dark/lc_basicshapes.round-quadrat.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-decision { background: url('images/dark/lc_flowchartshapes.flowchart-decision.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-data { background: url('images/dark/lc_flowchartshapes.flowchart-data.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-predefined-process { background: url('images/dark/lc_flowchartshapes.flowchart-predefined-process.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-internal-storage { background: url('images/dark/lc_flowchartshapes.flowchart-internal-storage.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-document { background: url('images/dark/lc_flowchartshapes.flowchart-document.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-multidocument { background: url('images/dark/lc_flowchartshapes.flowchart-multidocument.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-terminator { background: url('images/dark/lc_flowchartshapes.flowchart-terminator.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-preparation { background: url('images/dark/lc_flowchartshapes.flowchart-preparation.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-manual-input { background: url('images/dark/lc_flowchartshapes.flowchart-manual-input.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-manual-operation { background: url('images/dark/lc_basicshapes.trapezoid.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-connector { background: url('images/dark/lc_circle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-off-page-connector { background: url('images/dark/lc_flowchartshapes.flowchart-off-page-connector.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-card { background: url('images/dark/lc_flowchartshapes.flowchart-card.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-punched-tape { background: url('images/dark/lc_fontworkshapetype.fontwork-wave.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-summing-junction { background: url('images/dark/lc_flowchartshapes.flowchart-summing-junction.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-or { background: url('images/dark/lc_flowchartshapes.flowchart-or.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-collate { background: url('images/dark/lc_flowchartshapes.flowchart-collate.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-sort { background: url('images/dark/lc_flowchartshapes.flowchart-sort.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-extract { background: url('images/dark/lc_basicshapes.isosceles-triangle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-merge { background: url('images/dark/lc_fontworkshapetype.fontwork-triangle-down.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-stored-data { background: url('images/dark/lc_flowchartshapes.flowchart-stored-data.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-delay { background: url('images/dark/lc_flowchartshapes.flowchart-delay.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-sequential-access { background: url('images/dark/lc_flowchartshapes.flowchart-sequential-access.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-magnetic-disk { background: url('images/dark/lc_basicshapes.can.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-direct-access-storage { background: url('images/dark/lc_flowchartshapes.flowchart-direct-access-storage.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-display { background: url('images/dark/lc_flowchartshapes.flowchart-display.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.connectors_connector { background: url('images/dark/lc_connector.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorarrows { background: url('images/dark/lc_connectorarrows.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorarrowend { background: url('images/dark/lc_connectorarrowend.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorlinearrowend { background: url('images/dark/lc_connectorlinearrowend.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorcurvearrowend { background: url('images/dark/lc_connectorcurvearrowend.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorlinesarrowend { background: url('images/dark/lc_connectorlinesarrowend.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorline { background: url('images/dark/lc_connectorline.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorcurve { background: url('images/dark/lc_connectorcurve.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorlines { background: url('images/dark/lc_connectorlines.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorlinearrows { background: url('images/dark/lc_connectorlinearrows.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.connectors_connectorcurvearrows { background: url('images/dark/lc_connectorcurvearrows.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.print{ background: url('images/dark/lc_print.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.undo{ background: url('images/dark/lc_undo.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.redo{ background: url('images/dark/lc_redo.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.copyformat{ background: url('images/dark/lc_formatpaintbrush.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.deleteformat{ background: url('images/dark/lc_setdefault.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.bold{ background: url('images/dark/lc_bold.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.italic{ background: url('images/dark/lc_italic.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.underline{ background: url('images/dark/lc_underline.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.strikeout{ background: url('images/dark/lc_strikeout.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.textcolor{ background: url('images/dark/lc_fontcolor.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.backcolor{ background: url('images/dark/lc_backcolor.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.backgroundcolor{ background: url('images/dark/lc_fillcolor.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignleft{ background: url('images/dark/lc_leftpara.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignhorizontal{ background: url('images/dark/lc_centerpara.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignright{ background: url('images/dark/lc_rightpara.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignblock{ background: url('images/dark/lc_justifypara.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.aligntop{ background: url('images/dark/lc_aligntop.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignvcenter{ background: url('images/dark/lc_alignvcenter.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignbottom{ background: url('images/dark/lc_alignbottom.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.cellverttop{ background: url('images/dark/lc_cellverttop.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.cellvertcenter{ background: url('images/dark/lc_cellvertcenter.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.cellvertbottom{ background: url('images/dark/lc_cellvertbottom.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.linespacing, .w2ui-icon.spacepara1, .w2ui-icon.spacepara15{ background: url('images/dark/lc_linespacing.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.spacepara2{ background: url('images/dark/lc_spacepara2.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.paraspaceincrease{ background: url('images/dark/lc_paraspaceincrease.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.paraspacedecrease{ background: url('images/dark/lc_paraspacedecrease.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numbering{ background: url('images/dark/lc_defaultnumbering.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.bullet{ background: url('images/dark/lc_defaultbullet.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.incrementindent{ background: url('images/dark/lc_leftindent.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.decrementindent{ background: url('images/dark/lc_decrementindent.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.outlineleft{ background: url('images/dark/lc_outlineleft.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.outlineright{ background: url('images/dark/lc_outlineright.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.text{ background: url('images/dark/lc_text.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.annotation{ background: url('images/dark/lc_shownote.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.inserttable{ background: url('images/dark/lc_inserttable.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertgraphic{ background: url('images/dark/lc_gallery.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.link{ background: url('images/dark/lc_inserthyperlink.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertsymbol{ background: url('images/dark/lc_insertsymbol.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.edit{ background: url('images/dark/lc_editdoc.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.fold{ background: url('images/dark/fold.svg') no-repeat center center / 19px; opacity: 0.8; filter: alpha(opacity=80);}
|
|
[data-theme='dark'] .w2ui-icon.unfold{ background: url('images/dark/unfold.svg') no-repeat center center/ 19px; opacity: 0.8; filter: alpha(opacity=80);}
|
|
[data-theme='dark'] .w2ui-icon.hamburger{ background: url('images/dark/hamburger.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.setborderstyle{ background: url('images/dark/lc_setborderstyle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.togglemergecells{ background: url('images/dark/lc_togglemergecells.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wraptext{ background: url('images/dark/lc_wraptext.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatstandard{ background: url('images/dark/lc_numberformatstandard.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatcurrency{ background: url('images/dark/lc_numberformatcurrency.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatpercent{ background: url('images/dark/lc_numberformatpercent.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatdecimal{ background: url('images/dark/lc_numberformatdecimal.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatdate{ background: url('images/dark/lc_numberformatdate.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformattime{ background: url('images/dark/lc_numberformattime.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatscientific{ background: url('images/dark/lc_numberformatscientific.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatthousands{ background: url('images/dark/lc_numberformatthousands.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatincdecimals{ background: url('images/dark/lc_numberformatincdecimals.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.numberformatdecdecimals{ background: url('images/dark/lc_numberformatdecdecimals.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertobjectchart{ background: url('images/dark/lc_drawchart.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertrowsafter{ background: url('images/dark/lc_insertrowsafter.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertcolumnsafter{ background: url('images/dark/lc_insertcolumnsafter.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertcolumnsbefore{ background: url('images/dark/lc_insertcolumnsbefore.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertrowsbefore{ background: url('images/dark/lc_insertrowsbefore.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.autosum{ background: url('images/dark/lc_autosum.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.orientation{ background: url('images/dark/lc_orientation.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.deleterows{ background: url('images/dark/lc_deleterows.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.hiderow{ background: url('images/dark/lc_hiderow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.showrow{ background: url('images/dark/lc_showrow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.deletecolumns{ background: url('images/dark/lc_deletecolumns.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.hidecolumn{ background: url('images/dark/lc_hidecolumn.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.showcolumn{ background: url('images/dark/lc_showcolumn.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.entirerow{ background: url('images/dark/lc_entirerow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.setoptimalrowheight{ background: url('images/dark/lc_setoptimalrowheight.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.setoptimalcolumnwidth{ background: url('images/dark/lc_setoptimalcolumnwidth.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.entirecell{ background: url('images/dark/lc_entirecell.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.entirecolumn{ background: url('images/dark/lc_entirecolumn.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.selecttable{ background: url('images/dark/lc_selecttable.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.accepttrackedchanges{ background: url('images/dark/lc_acceptchanges.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.ok{ background: url('images/dark/lc_ok.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.cancel{ background: url('images/dark/lc_cancel.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.color{ background: url('images/dark/lc_color.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.deletepage{ background: url('images/dark/lc_deletepage.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.duplicatepage{ background: url('images/dark/lc_duplicatepage.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.equal{ background: url('images/dark/lc26049.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.help{ background: url('images/dark/lc_helpindex.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertpage{ background: url('images/dark/lc_insertpage.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertsheet{ background: url('images/dark/plus.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.conditionalformatdialog{ background: url('images/dark/lc_conditionalformatmenu.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.search{ background: url('images/dark/sc_recsearch.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.next{ background: url('images/dark/lc_downsearch.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.presentation{ background: url('images/dark/lc_dia.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sign_ok{ background: url('images/dark/sign_ok.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sign_not_ok{ background: url('images/dark/sign_not_ok.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.prev{ background: url('images/dark/lc_upsearch.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.save{ background: url('images/dark/lc_save.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.saveas{ background: url('images/dark/lc_saveas.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.savemodified{ background: url('images/dark/savemodified_large.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.zoomin{ background: url('images/dark/plus.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.zoomout{ background: url('images/dark/minus.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.zoomreset{ background: url('images/dark/lc_view100.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.more{ background: url('images/dark/lc_downsearch.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.firstrecord{ background: url('images/dark/lc_firstrecord.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.nextrecord{ background: url('images/dark/lc_nextrecord.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.prevrecord{ background: url('images/dark/lc_prevrecord.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.lastrecord{ background: url('images/dark/lc_lastrecord.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sortascending{ background: url('images/dark/lc_sortascending.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sortdescending{ background: url('images/dark/lc_sortdescending.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.selected{ background: url('images/dark/lc_ok.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.users{ background: url('images/dark/contacts-dark.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.fullscreen{ background: url('images/dark/lc_fullscreen.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.closemobile{ background: url('images/dark/lc_closedocmobile.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.editmode { background: url('images/dark/lc_listitem-selected.svg') no-repeat center / 28px; }
|
|
[data-theme='dark'] .w2ui-icon.closetoolbar{ background: url('images/dark/close_toolbar.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sidebar_modify_page{ background: url('images/dark/lc_sidebar.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sidebar_slide_change{ background: url('images/dark/lc_slidechangewindow.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sidebar_custom_animation{ background: url('images/dark/lc_customanimation.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sidebar_master_slides{ background: url('images/dark/lc_masterslide.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.mobile_wizard{ background: url('images/dark/lc_mobile_wizard.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.fullscreen-presentation{ background: url('images/dark/lc_fullscreen-presentation-toolbar-mobile.svg') no-repeat center;}
|
|
[data-theme='dark'] .w2ui-icon.mobile_comment_wizard{ background: url('images/dark/lc_mobile_comment_wizard.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertion_mobile_wizard{ background: url('images/dark/lc_insertion_mobile_wizard.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.viewcomments{ background: url('images/dark/lc_mobile_comment_wizard.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.insertcomment{ background: url('images/dark/lc_insertcomment.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.freezepanes{ background: url('images/dark/lc_freezepanes.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.freezepanescolumn{ background: url('images/dark/lc_freezepanescolumn.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.freezepanesrow{ background: url('images/dark/lc_freezepanesrow.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.flipvertical { background: url('images/dark/lc_flipvertical.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.fliphorizontal { background: url('images/dark/lc_fliphorizontal.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.wrapmenu { background: url('images/dark/lc_wrapmenu.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapoff { background: url('images/dark/lc_wrapoff.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapon { background: url('images/dark/lc_wrapon.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapideal { background: url('images/dark/lc_wrapideal.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapleft { background: url('images/dark/lc_wrapleft.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapright { background: url('images/dark/lc_wrapright.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapthrough { background: url('images/dark/lc_wrapthrough.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapthroughtransparencytoggle { background: url('images/dark/lc_wrapthroughtransparencytoggle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapcontour { background: url('images/dark/lc_wrapcontour.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.wrapanchoronly { background: url('images/dark/lc_wrapanchoronly.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.objectalignleft { background: url('images/dark/lc_objectalignleft.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.aligncenter { background: url('images/dark/lc_aligncenter.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.objectalignright { background: url('images/dark/lc_objectalignright.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignup { background: url('images/dark/lc_alignup.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.alignmiddle { background: url('images/dark/lc_alignmiddle.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.aligndown { background: url('images/dark/lc_aligndown.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.arrangemenu { background: url('images/dark/lc_arrangemenu.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.bringtofront { background: url('images/dark/lc_bringtofront.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.objectforwardone { background: url('images/dark/lc_objectforwardone.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.objectbackone { background: url('images/dark/lc_objectbackone.svg') no-repeat center; }
|
|
[data-theme='dark'] .w2ui-icon.sendtoback { background: url('images/dark/lc_sendtoback.svg') no-repeat center; }
|
|
|
|
[data-theme='dark'] .w2ui-icon.vereign{ background: url('images/dark/vereign.png') no-repeat center; }
|
|
|
|
[data-theme='dark'] #tb_actionbar_item_prev .w2ui-icon.prev {
|
|
background: url('images/dark/lc_prevrecord.svg') no-repeat center/24px !important;
|
|
}
|
|
|
|
[data-theme='dark'] #tb_actionbar_item_next .w2ui-icon.next {
|
|
background: url('images/dark/lc_nextrecord.svg') no-repeat center/24px !important;
|
|
}
|
|
|
|
.inserttable-pop {
|
|
z-index: 1000;
|
|
}
|
|
|
|
#fontcolor-wrapper {
|
|
position: relative;
|
|
right: 200px; /* fontcolor popup has 200px width, place it to the left from its right edge */
|
|
}
|
|
|
|
#backcolor-wrapper {
|
|
position: relative;
|
|
right: 200px; /* backcolor popup has 200px width, place it to the left from its right edge */
|
|
}
|
|
|
|
#backcolor-wrapper .evo-pop {
|
|
z-index: 1000; /* Override default value of 10000 of evo-pop class */
|
|
}
|
|
|
|
#fontcolor-wrapper .evo-pop {
|
|
z-index: 1000; /* Override default value of 10000 of evo-pop class */
|
|
}
|
|
|
|
/* for 10x10 grid 10x20+10*.col.margin */
|
|
.inserttable-grid {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 2px;
|
|
display: block;
|
|
width: 243px;
|
|
}
|
|
|
|
.inserttable-grid .row {
|
|
height: 20px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.inserttable-grid .col {
|
|
height: 100%;
|
|
float: left;
|
|
padding: 2px;
|
|
width: 20px;
|
|
border: 1px;
|
|
border-style: solid;
|
|
border-color: var(--color-border);
|
|
background: var(--color-background-lighter);
|
|
margin: 3px 0 0 3px;
|
|
}
|
|
|
|
.inserttable-grid .col.bright {
|
|
border: 1px solid var(--color-primary);
|
|
background: var(--color-primary-lighter);
|
|
}
|
|
|
|
/* Insert shape grid - based on inserttable grid */
|
|
.insertshape-grid {
|
|
box-sizing: border-box;
|
|
position: static;
|
|
padding: 2px;
|
|
display: block;
|
|
min-width: 350px;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.insertshape-grid.insertconnectors {
|
|
min-width: auto;
|
|
}
|
|
|
|
.insertshape-grid .row {
|
|
height: auto;
|
|
position: static;
|
|
text-align: left;
|
|
}
|
|
|
|
.insertshape-grid.insertconnectors .row {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
grid-auto-flow: row;
|
|
}
|
|
|
|
.insertshape-grid .col {
|
|
height: 30px;
|
|
padding: 2px;
|
|
width: 30px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.insertshape-grid .row-header {
|
|
height: 30px;
|
|
text-align: center;
|
|
padding: 0 7px;
|
|
clear: both;
|
|
background-color: var(--color-background-dark);
|
|
position: static;
|
|
line-height: 30px;
|
|
color: var(--color-main-text);
|
|
border-radius: var(--border-radius);
|
|
}
|
|
|
|
.insertshape-grid.insertconnectors .row-header {
|
|
display: none;
|
|
}
|
|
|
|
.insertshape-grid:hover div {
|
|
color: var(--color-text-darker);
|
|
}
|
|
|
|
.insertshape-grid .col:hover {
|
|
border: 1px solid var(--color-border-darker);
|
|
border-radius: var(--border-radius);
|
|
background-color: var(--color-background-darker) !important;
|
|
}
|
|
|
|
tr.useritem:hover {
|
|
cursor: default;
|
|
background-color: rgba(67, 172, 232, 0.25);
|
|
}
|
|
|
|
tr.useritem > td {
|
|
padding: 7px;
|
|
}
|
|
|
|
tr.useritem > td.usercolor {
|
|
display: inline-block;
|
|
top: 0px;
|
|
left: 3px;
|
|
position: relative;
|
|
}
|
|
|
|
tr.useritem > td > img {
|
|
border-radius: 100px;
|
|
}
|
|
|
|
.context-menu-link {
|
|
text-decoration: none;
|
|
color: var(--color-main-text);
|
|
width: 100%;
|
|
}
|
|
.menu-entry-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
vertical-align: middle;
|
|
background: transparent;
|
|
}
|
|
|
|
.menu-entry-checked {
|
|
background: url('images/lc_listitem-selected.svg') no-repeat 97% center;
|
|
}
|
|
|
|
.menu-entry-with-icon {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
/* Don't forget to update it when you change one of the two above!
|
|
menu-entry-with-icon.padding-left + menu-entry-icon.width */
|
|
.menu-entry-no-icon {
|
|
padding-left: 42px;
|
|
}
|
|
|
|
#userListHeader {
|
|
position: relative;
|
|
background-color: transparent;
|
|
display: flex !important;
|
|
align-items: center;
|
|
font-family: var(--cool-font);
|
|
padding-right: 12px;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
font-size: var(--default-font-size);
|
|
justify-content: end;
|
|
}
|
|
|
|
#userListHeader .user-info,
|
|
#userListHeader .avatar-img {
|
|
width: var(--btn-size);
|
|
height: var(--btn-size);
|
|
background-color: var(--color-background-lighter);
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-radius: 100%;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#userListSummary {
|
|
display: flex;
|
|
}
|
|
|
|
#userListSummary .user-info,
|
|
#userListSummary .avatar-img {
|
|
margin-left: -10px;
|
|
}
|
|
|
|
#userListPopover {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 38px;
|
|
color: var(--color-main-text);
|
|
background-color: var(--color-main-background);
|
|
border-radius: var(--border-radius);
|
|
filter: drop-shadow(0 1px 3px var(--color-box-shadow));
|
|
min-width: 150px;
|
|
font-size: var(--default-font-size);
|
|
}
|
|
|
|
#userListPopover::after {
|
|
border: 10px solid transparent;
|
|
border-bottom-color: var(--color-main-background);
|
|
bottom: 100%;
|
|
content: ' ';
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
color: var(--color-main-text);
|
|
right: 16px;
|
|
}
|
|
|
|
html[dir='rtl'] #userListPopover::after {
|
|
right: unset !important;
|
|
left: 16px;
|
|
}
|
|
|
|
#userListPopover .user-list-item {
|
|
display: flex;
|
|
max-width: 100%;
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
#userListPopover .user-list-item:hover {
|
|
cursor: pointer;
|
|
background-color: var(--color-background-dark);
|
|
}
|
|
|
|
#userListPopover .user-list-item--name {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
padding: 8px;
|
|
}
|
|
|
|
#userListPopover .user-list-item.selected-user {
|
|
background-color: var(--color-background-dark);
|
|
display: grid;
|
|
grid-template-columns: 0fr 1fr;
|
|
}
|
|
|
|
#userListPopover #follow-editor {
|
|
padding: 8px;
|
|
}
|
|
|
|
#userListPopover #follow-editor .follow-editor-checkbox {
|
|
margin-right: 12px;
|
|
margin-left: 7px;
|
|
border-radius: 1px;
|
|
height: 16px;
|
|
width: 16px;
|
|
box-shadow: none !important;
|
|
background-position: center;
|
|
}
|
|
|
|
#userListPopover .user-list-item:not(.selected-user) .user-list-item--following-label {
|
|
display: none;
|
|
}
|
|
|
|
#userListPopover .user-list-item.selected-user .user-list-item--following-label {
|
|
display: flex;
|
|
padding-inline-start: 8px;
|
|
font-size: var(--default-font-size);
|
|
padding-block-end: 4px;
|
|
color: var(--color-text-lighter);
|
|
}
|
|
|
|
#userListPopover .user-list-item.selected-user .user-list-item--name {
|
|
padding: 4px 0 0 8px;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
#userListSummary,
|
|
#userListHeader
|
|
{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#w2ui-overlay-actionbar {
|
|
top: 270px;
|
|
}
|
|
|
|
.w2ui-color {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.w2ui-toolbar table.w2ui-button .w2ui-tb-caption,
|
|
.w2ui-toolbar table.w2ui-button.checked .w2ui-tb-caption,
|
|
.w2ui-reset table tr th, .w2ui-reset table tr td {
|
|
font-size: var(--default-font-size);
|
|
color: var(--color-main-text);
|
|
}
|