init repo
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
.asc-advanced-settings-window .x-window-body,
|
||||
.asc-advanced-settings-window .x-form-item,
|
||||
.asc-advanced-settings-window .x-form-field {
|
||||
font-size: 11px !important;
|
||||
}
|
||||
|
||||
.advanced-settings-separator {
|
||||
background: repeat-y left top url('../img/imgage-settings-advanced-separator.png');
|
||||
background-image: -webkit-image-set(url("../img/imgage-settings-advanced-separator.png") 1x, url("../img/imgage-settings-advanced-separator@2x.png") 2x);
|
||||
}
|
||||
|
||||
.image-advanced-container.x-item-disabled .x-mask{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.asc-advanced-settings-position-btn {
|
||||
background-image: url('../img/right-panels/LargeBorders.png') !important;
|
||||
background-image: -webkit-image-set(url("../img/right-panels/LargeBorders.png") 1x, url("../img/right-panels/LargeBorders@2x.png") 2x) !important;
|
||||
}
|
||||
|
||||
.x-btn.btn-adv-position-all { background-position: 0 0 !important;}
|
||||
.x-btn-over.btn-adv-position-all { background-position: -31px 0 !important;}
|
||||
.x-btn-pressed.btn-adv-position-all,
|
||||
.x-btn-focus.btn-adv-position-all { background-position: -62px 0 !important;}
|
||||
.x-btn-disabled.btn-adv-position-all { background-position: -93px 0 !important;}
|
||||
|
||||
.x-btn.btn-adv-position-inner { background-position: 0 -31px !important;}
|
||||
.x-btn-over.btn-adv-position-inner { background-position: -31px -31px !important;}
|
||||
.x-btn-pressed.btn-adv-position-inner,
|
||||
.x-btn-focus.btn-adv-position-inner { background-position: -62px -31px !important;}
|
||||
.x-btn-disabled.btn-adv-position-inner { background-position: -93px -31px !important;}
|
||||
|
||||
.x-btn.btn-adv-position-none { background-position: 0 -62px !important;}
|
||||
.x-btn-over.btn-adv-position-none { background-position: -31px -62px !important;}
|
||||
.x-btn-pressed.btn-adv-position-none,
|
||||
.x-btn-focus.btn-adv-position-none { background-position: -62px -62px !important;}
|
||||
.x-btn-disabled.btn-adv-position-none { background-position: -93px -62px !important;}
|
||||
|
||||
.x-btn.btn-adv-position-outer { background-position: 0 -93px !important;}
|
||||
.x-btn-over.btn-adv-position-outer { background-position: -31px -93px !important;}
|
||||
.x-btn-pressed.btn-adv-position-outer,
|
||||
.x-btn-focus.btn-adv-position-outer { background-position: -62px -93px !important;}
|
||||
.x-btn-disabled.btn-adv-position-outer { background-position: -93px -93px !important;}
|
||||
|
||||
.x-btn.asc-advanced-settings-position-btn button {
|
||||
width: 31px !important;
|
||||
height: 31px;
|
||||
line-height: 31px;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.x-btn.asc-advanced-settings-position-btn .x-btn-inner{
|
||||
height: 31px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
.x-btn.asc-advanced-settings-position-btn
|
||||
{
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.advanced-btn-ratio {
|
||||
background-image: url('../img/button_ratio.png');
|
||||
background-position: -2px -2px;
|
||||
background-image: -webkit-image-set(url("../img/button_ratio.png") 1x, url("../img/button_ratio@2x.png") 2x);
|
||||
}
|
||||
.x-btn-over .advanced-btn-ratio {background-position: -22px -2px;}
|
||||
.x-btn-pressed .advanced-btn-ratio {background-position: -42px -2px;}
|
||||
.x-btn-menu-active .advanced-btn-ratio {background-position: -42px -2px;}
|
||||
.x-btn-disabled .advanced-btn-ratio {background-position: -62px -2px;}
|
||||
.x-btn-disabled .advanced-btn-ratio {background-position: -62px -2px;}
|
||||
@@ -0,0 +1,43 @@
|
||||
.x-dimension-picker {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.x-dimension-picker div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.x-dimension-picker div.x-dimension-picker-mousecatcher {
|
||||
left: 0;
|
||||
top: 0;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.x-dimension-picker div.x-dimension-picker-highlighted {
|
||||
left: 0;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.x-dimension-picker-unhighlighted {
|
||||
background: url("../img/controls/dimension-picker/dimension-unhighlighted.png") repeat scroll 0 0 transparent;
|
||||
background-image: -webkit-image-set(url("../img/controls/dimension-picker/dimension-unhighlighted.png") 1x, url("../img/controls/dimension-picker/dimension-unhighlighted@2x.png") 2x);
|
||||
}
|
||||
|
||||
.x-dimension-picker div.x-dimension-picker-highlighted {
|
||||
background: url("../img/controls/dimension-picker/dimension-highlighted.png") repeat scroll 0 0 transparent;
|
||||
background-image: -webkit-image-set(url("../img/controls/dimension-picker/dimension-highlighted.png") 1x, url("../img/controls/dimension-picker/dimension-highlighted@2x.png") 2x);
|
||||
}
|
||||
|
||||
.x-dimension-picker-status {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* dimension-picker-menu setup mousecatcher visible */
|
||||
.dimension-picker-menu,
|
||||
.dimension-picker-menu .x-menu-body,
|
||||
.dimension-picker-menu .x-box-inner,
|
||||
.dimension-picker-menu .x-menu-item {
|
||||
overflow: visible;
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
.pe-documentholder {
|
||||
background-color: #EAEAEB;
|
||||
}
|
||||
|
||||
.slidenum-div {
|
||||
background-color: #fcfed7;
|
||||
border-radius: 0;
|
||||
padding: 3px 8px;
|
||||
color: #000;
|
||||
font: 11px Arial;
|
||||
}
|
||||
|
||||
.username-tip {
|
||||
background-color: #ee3525;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
padding: 2px 10px;
|
||||
color: #ffffff;
|
||||
font-family: arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* safari 7.0 */
|
||||
.safari-7 .x-box-layout-ct {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.safari-7 .x-box-inner::-webkit-scrollbar,
|
||||
.safari-7 .x-box-layout-ct::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
.pe-documentpreview {
|
||||
background: #ebebeb;
|
||||
}
|
||||
|
||||
.pe-documentpreview .preview-slides{
|
||||
font: bold 11px Helvetica, Arial, Verdana, sans-serif;
|
||||
color: #666666;
|
||||
text-shadow: none;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.pe-documentpreview .x-btn-default-small{
|
||||
padding: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
.pe-documentpreview .x-btn-default-small-pressed{
|
||||
border: 1px solid rgba(0, 0, 0, 0)!important;
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.pe-documentpreview .x-btn-default-small button {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.pe-documentpreview .x-btn-default-small-icon .asc-slide-preview-btn{
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
/* icons */
|
||||
|
||||
.asc-slide-preview-btn{
|
||||
background-image: url('../img/controls/play_controls.png');
|
||||
background-image: -webkit-image-set(url("../img/controls/play_controls.png") 1x, url("../img/controls/play_controls@2x.png") 2x);
|
||||
}
|
||||
|
||||
/* prev */
|
||||
.btn-prev {background-position: 0 0;}
|
||||
.x-btn-over .btn-prev {background-position: -20px 0;}
|
||||
.x-btn-pressed .btn-prev {background-position: -40px 0;}
|
||||
.x-btn-menu-active .btn-prev {background-position: -40px 0;}
|
||||
.x-btn-disabled .btn-prev {background-position: -60px 0;}
|
||||
|
||||
/* next */
|
||||
.btn-next {background-position: 0 -20px;}
|
||||
.x-btn-over .btn-next {background-position: -20px -20px;}
|
||||
.x-btn-pressed .btn-next {background-position: -40px -20px;}
|
||||
.x-btn-menu-active .btn-next {background-position: -40px -20px;}
|
||||
.x-btn-disabled .btn-next {background-position: -60px -20px;}
|
||||
|
||||
/* close */
|
||||
.btn-close {background-position: 0 -40px;}
|
||||
.x-btn-over .btn-close {background-position: -20px -40px;}
|
||||
.x-btn-pressed .btn-close {background-position: -40px -40px;}
|
||||
.x-btn-menu-active .btn-close {background-position: -40px -40px;}
|
||||
.x-btn-disabled .btn-close {background-position: -60px -40px;}
|
||||
|
||||
/* play */
|
||||
.btn-play {background-position: 0 -60px;}
|
||||
.x-btn-over .btn-play {background-position: -20px -60px;}
|
||||
.x-btn-pressed .btn-play {background-position: -40px -60px;}
|
||||
.x-btn-menu-active .btn-play {background-position: -40px -60px;}
|
||||
.x-btn-disabled .btn-play {background-position: -60px -60px;}
|
||||
|
||||
/* pause */
|
||||
.btn-pause {background-position: 0 -80px;}
|
||||
.x-btn-over .btn-pause {background-position: -20px -80px;}
|
||||
.x-btn-pressed .btn-pause {background-position: -40px -80px;}
|
||||
.x-btn-menu-active .btn-pause {background-position: -40px -80px;}
|
||||
.x-btn-disabled .btn-pause {background-position: -60px -80px;}
|
||||
@@ -0,0 +1,117 @@
|
||||
.pe-documentstatusinfo {
|
||||
background: #e4e4e4; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #e4e4e4 0%, #e4e4e4 3%, #d9d9d9 4%, #ababab 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(3%,#e4e4e4), color-stop(4%,#d9d9d9), color-stop(100%,#ababab)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #e4e4e4 0%,#e4e4e4 3%,#d9d9d9 4%,#ababab 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #e4e4e4 0%,#e4e4e4 3%,#d9d9d9 4%,#ababab 100%); /* Opera 11.10+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ababab',GradientType=0 ); /* IE6-9 */
|
||||
background: -ms-linear-gradient(top, #e4e4e4 0%,#e4e4e4 3%,#d9d9d9 4%,#ababab 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #e4e4e4 0%,#e4e4e4 3%,#d9d9d9 4%,#ababab 100%); /* W3C */
|
||||
|
||||
border:0;
|
||||
border-top: 1px solid #afafaf;
|
||||
}
|
||||
|
||||
.statusinfo-pages, .statusinfo-caption {
|
||||
font: bold 11px Helvetica, Arial, Verdana, sans-serif;
|
||||
color: #666666;
|
||||
text-shadow: #d3d3d3 0 1px 0;
|
||||
}
|
||||
|
||||
.pe-documentstatusinfo .x-btn-default-small{
|
||||
padding: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
filter: none;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
.pe-documentstatusinfo .asc-statusbar-icon-btn.x-btn-default-small-pressed{
|
||||
border: 1px solid rgba(0, 0, 0, 0.2)!important;
|
||||
background: #E68656 !important; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #BC5C2E 0%, #E68656 80%) !important; /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC5C2E), color-stop(80%,#E68656)) !important; /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* IE10+ */
|
||||
background: linear-gradient(to bottom, #BC5C2E 0%,#E68656 80%) !important; /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC5C2E', endColorstr='#E68656',GradientType=0 ) !important; /* IE6-9 */
|
||||
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
}
|
||||
.pe-documentstatusinfo .asc-statusbar-icon-btn button {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.pe-documentstatusinfo .asc-btn-zoom.x-btn-default-small-pressed {
|
||||
border: 1px solid rgba(0, 0, 0, 0)!important;
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.pe-documentstatusinfo .x-btn-default-small-icon .asc-statusbar-btn{
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
.pe-documentstatusinfo-menu-inner{
|
||||
border-radius: 5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
-o-border-radius:5px;
|
||||
-ms-border-radius:5px;
|
||||
-khtml-border-radius:5px;
|
||||
}
|
||||
|
||||
.status-zoom-menu .x-menu-item-link{
|
||||
padding: 6px 2px 3px 6px;
|
||||
}
|
||||
|
||||
.status-zoom-menu .x-menu-item{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* icons */
|
||||
|
||||
.asc-statusbar-btn,
|
||||
.pe-icon-statusinfo-users {
|
||||
background-image: url('../img/toolbar-menu.png');
|
||||
background-image: -webkit-image-set(url("../img/toolbar-menu.png") 1x, url("../img/toolbar-menu@2x.png") 2x);
|
||||
}
|
||||
|
||||
/* fittopage */
|
||||
.btn-fittopage {background-position: 0 -1200px;}
|
||||
.x-btn-over .btn-fittopage {background-position: -20px -1200px;}
|
||||
.x-btn-pressed .btn-fittopage {background-position: -40px -1200px;}
|
||||
.x-btn-menu-active .btn-fittopage {background-position: -40px -1200px;}
|
||||
.x-btn-disabled .btn-fittopage {background-position: -60px -1200px;}
|
||||
|
||||
/* fittowidth */
|
||||
.btn-fittowidth {background-position: 0 -1220px;}
|
||||
.x-btn-over .btn-fittowidth {background-position: -20px -1220px;}
|
||||
.x-btn-pressed .btn-fittowidth {background-position: -40px -1220px;}
|
||||
.x-btn-menu-active .btn-fittowidth {background-position: -40px -1220px;}
|
||||
.x-btn-disabled .btn-fittowidth {background-position: -60px -1220px;}
|
||||
|
||||
/* zoomin */
|
||||
.btn-zoomin {background-position: 0 -1240px;}
|
||||
.x-btn-over .btn-zoomin {background-position: -20px -1240px;}
|
||||
.x-btn-pressed .btn-zoomin {background-position: -40px -1240px;}
|
||||
.x-btn-menu-active .btn-zoomin {background-position: -40px -1240px;}
|
||||
.x-btn-disabled .btn-zoomin {background-position: -60px -1240px;}
|
||||
|
||||
/* zoomout */
|
||||
.btn-zoomout {background-position: 0 -1260px;}
|
||||
.x-btn-over .btn-zoomout {background-position: -20px -1260px;}
|
||||
.x-btn-pressed .btn-zoomout {background-position: -40px -1260px;}
|
||||
.x-btn-menu-active .btn-zoomout {background-position: -40px -1260px;}
|
||||
.x-btn-disabled .btn-zoomout {background-position: -60px -1260px;}
|
||||
|
||||
.pe-icon-statusinfo-users.x-btn-icon {
|
||||
background-position: 0 -1280px;
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
.pe-file-createnew {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.pe-file-createnew hr {
|
||||
margin: 0;
|
||||
border-bottom: none;
|
||||
border-color: #e1e1e1;
|
||||
}
|
||||
|
||||
.pe-file-createnew h3 {
|
||||
font: 10pt arial, tahoma, verdana, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
padding: 0 0 10px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.blank-document {
|
||||
min-width: 650px;
|
||||
}
|
||||
|
||||
.btn-blank-document {
|
||||
float: left;
|
||||
margin: 25px 15px 65px 20px;
|
||||
background: url("../img/file-templates-blank.png") 0 0 no-repeat;
|
||||
background-image: -webkit-image-set(url("../img/file-templates-blank.png") 1x, url("../img/file-templates-blank@2x.png") 2x);
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-blank-document.over {
|
||||
background-position: -128px 0;
|
||||
}
|
||||
|
||||
.blank-document-info {
|
||||
float: left;
|
||||
width: 445px;
|
||||
}
|
||||
|
||||
.blank-document-info h3 {
|
||||
padding-left: 0;
|
||||
padding-top: 40px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.container-template-list .jspPane {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.container-template-list .thumb-wrap {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: auto;
|
||||
padding: 30px 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.container-template-list .thumb-wrap .thumb {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
background: url("../img/file-template-default.png") 0 0 no-repeat;
|
||||
background-image: -webkit-image-set(url("../img/file-templates-default.png") 1x, url("../img/file-templates-default@2x.png") 2x);
|
||||
}
|
||||
|
||||
.container-template-list .thumb-wrap .title {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.container-template-list .empty-text {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #B2B2B2;
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
.pe-recentfiles {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.container-recent-file-list .thumb-wrap {
|
||||
/*display: inline-block;*/
|
||||
/*float: left;*/
|
||||
height: 65px;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.container-recent-file-list .thumb-wrap.x-item-over {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.container-recent-file-list .thumb-wrap .thumb {
|
||||
float: left;
|
||||
width: 35px;
|
||||
height: 45px;
|
||||
margin-right: 10px;
|
||||
background: url("../img/file-recent.png") 0 0 no-repeat;
|
||||
background-image: -webkit-image-set(url("../img/file-recent.png") 1x, url("../img/file-recent@2x.png") 2x);
|
||||
}
|
||||
|
||||
.container-recent-file-list .thumb-wrap .file-name {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.container-recent-file-list .thumb-wrap .file-info {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #999;
|
||||
}
|
||||
117
OfficeWeb/apps/presentationeditor/main/resources/css/file.css
Normal file
117
OfficeWeb/apps/presentationeditor/main/resources/css/file.css
Normal file
@@ -0,0 +1,117 @@
|
||||
.pe-file-body .x-panel-body-default {
|
||||
background: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.pe-file-toolbar,
|
||||
.x-nlg .pe-file-toolbar {
|
||||
background-color: #f4f4f4 !important;
|
||||
background-image: none !important;
|
||||
-webkit-box-shadow: inset -1px 0 0 #C8C8C8;
|
||||
-moz-box-shadow: inset -1px 0 0 #C8C8C8;
|
||||
box-shadow: inset -1px 0 0 #C8C8C8;
|
||||
filter: none;
|
||||
border: none !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pe-file-separator {
|
||||
margin: 10px 20px 10px 20px;
|
||||
height: 1px;
|
||||
line-height: 0px;
|
||||
border: 1px solid #e1e1e1;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
|
||||
.x-btn-file-over {
|
||||
background-color: #e2e2e2;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.download-button-style {
|
||||
background-color: #f5f5f5 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.pe-file-table table {
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
.doc-format{
|
||||
background: url("../img/docformat.png") 0 0 no-repeat !important;
|
||||
background-image: -webkit-image-set(url("../img/docformat.png") 1x, url("../img/docformat@2x.png") 2x);
|
||||
}
|
||||
|
||||
.btn-pptx {
|
||||
background-position: -102px 0 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.btn-pdf {
|
||||
background-position: -306px 0 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.btn-pptx.x-btn-over,
|
||||
.btn-pptx.x-btn-pressed {
|
||||
background-position: 0 0 !important;
|
||||
}
|
||||
|
||||
.btn-pdf.x-btn-over,
|
||||
.btn-pdf.x-btn-pressed {
|
||||
background-position: -204px 0 !important;
|
||||
}
|
||||
|
||||
.pe-documentinfo-body .doc-info-label-cell,
|
||||
.pe-documentsettings-body .doc-info-label-cell {
|
||||
font-weight: bold;
|
||||
width: 30%
|
||||
}
|
||||
|
||||
.pe-documentinfo-body .userLink {
|
||||
background: url("../img/profile.png") no-repeat scroll left center transparent;
|
||||
background-image: -webkit-image-set(url("../img/profile.png") 1x, url("../img/profile@2x.png") 2x) !important;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
|
||||
.help-menu-view {
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
.help-menu-container .thumb-wrap{
|
||||
padding: 7px 2px 7px 20px;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.help-menu-container .thumb-wrap.x-item-over{
|
||||
background: none;
|
||||
}
|
||||
|
||||
.help-menu-container .thumb-wrap.x-item-selected {
|
||||
background: url(../img/controls/button/toolbar-button-bg.gif) repeat-x !important;
|
||||
background-image: -webkit-image-set(url("../img/controls/button/toolbar-button-bg.gif") 1x, url("../img/controls/button/toolbar-button-bg@2x.gif") 2x);
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
background-attachment: inherit;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2)!important;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
||||
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.help-menu-container .thumb-wrap.x-item-selected span {
|
||||
color:#FFFFFF !important;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.help-menu-container .header-wrap {
|
||||
padding: 7px 2px 7px 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pe-documentsettings-body {
|
||||
padding: 30px;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
.common-header {
|
||||
color: #f2d0bf;
|
||||
background: #ae5021;
|
||||
background: -moz-linear-gradient(top, #e86e2e 0%, #ae5021 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e86e2e), color-stop(100%,#ae5021));
|
||||
background: -webkit-linear-gradient(top, #e86e2e 0%,#ae5021 100%);
|
||||
background: -o-linear-gradient(top, #e86e2e 0%,#ae5021 100%);
|
||||
background: -ms-linear-gradient(top, #e86e2e 0%,#ae5021 100%);
|
||||
background: linear-gradient(to bottom, #e86e2e 0%,#ae5021 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86e2e', endColorstr='#ae5021',GradientType=0 );
|
||||
}
|
||||
@@ -0,0 +1,155 @@
|
||||
.lm-style .x-toolbar-default,
|
||||
.lm-style .x-panel-default,
|
||||
.lm-style .x-toolbar {
|
||||
/*background-image: none;*/
|
||||
border-top: 1px solid #c8c8c8 !important;
|
||||
border-right: 1px solid #c8c8c8 !important;
|
||||
border-bottom: none !important;
|
||||
padding-left: 0;
|
||||
filter: none;
|
||||
background-image: none !important;
|
||||
|
||||
background-color: #e9e9e9 !important;
|
||||
}
|
||||
|
||||
|
||||
.rm-style .x-toolbar-default,
|
||||
.rm-style .x-toolbar {
|
||||
border-top: 1px solid #c8c8c8 !important;
|
||||
border-left: 1px solid #c8c8c8 !important;
|
||||
border-bottom: none !important;
|
||||
padding-left: 0;
|
||||
filter: none;
|
||||
background-image: none !important;
|
||||
|
||||
background-color: #e9e9e9 !important;
|
||||
}
|
||||
|
||||
.lm-body,
|
||||
.rm-body {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.lm-default-toolbar .x-btn-default-toolbar-small,
|
||||
.rm-default-toolbar .x-btn-default-toolbar-small {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-o-border-radius: 0;
|
||||
-ms-border-radius: 0;
|
||||
-khtml-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.splitter-document-area {
|
||||
background-color: #d3d3d3;
|
||||
}
|
||||
|
||||
.splitter-document-area .x-mask {
|
||||
background-color: #d3d3d3;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.splitter-document-area.x-item-disabled{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.menuFile, .menuSearch, .menuSlides, .menuChat, .menuComments, .menuAbout,
|
||||
.menuText, .menuTable, .menuImage, .menuShape, .menuSlide, .menuChart {
|
||||
background-image: url("../img/toolbar-menu.png");
|
||||
background-image: -webkit-image-set(url("../img/toolbar-menu.png") 1x, url("../img/toolbar-menu@2x.png") 2x);
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
/*menuFile*/
|
||||
.menuFile { background-position: 0 -1348px;}
|
||||
.x-btn-over .menuFile { background-position: -24px -1348px;}
|
||||
.x-btn-pressed .menuFile,
|
||||
.x-btn-menu-active .menuFile { background-position: -48px -1348px;}
|
||||
.x-btn-disabled .menuFile { background-position: -72px -1348px;}
|
||||
|
||||
/*menuSearch*/
|
||||
.menuSearch { background-position: 0 -1372px;}
|
||||
.x-btn-over .menuSearch { background-position: -24px -1372px;}
|
||||
.x-btn-pressed .menuSearch,
|
||||
.x-btn-menu-active .menuSearch { background-position: -48px -1372px;}
|
||||
.x-btn-disabled .menuSearch { background-position: -72px -1372px;}
|
||||
|
||||
/*menuSlides*/
|
||||
.menuSlides { background-position: 0 -1396px;}
|
||||
.x-btn-over .menuSlides { background-position: -24px -1396px;}
|
||||
.x-btn-pressed .menuSlides,
|
||||
.x-btn-menu-active .menuSlides{ background-position: -48px -1396px;}
|
||||
.x-btn-disabled .menuSlides { background-position: -72px -1396px;}
|
||||
|
||||
/*menuChat*/
|
||||
.menuChat { background-position: 0 -1300px;}
|
||||
.x-btn-over .menuChat { background-position: -24px -1300px;}
|
||||
.x-btn-pressed .menuChat,
|
||||
.x-btn-menu-active .menuChat { background-position: -48px -1300px;}
|
||||
.x-btn-disabled .menuChat { background-position: -72px -1300px;}
|
||||
|
||||
/*menuComments*/
|
||||
.menuComments { background-position: 0 -1420px;}
|
||||
.x-btn-over .menuComments { background-position: -24px -1420px;}
|
||||
.x-btn-pressed .menuComments,
|
||||
.x-btn-menu-active .menuComments{ background-position: -48px -1420px;}
|
||||
.x-btn-disabled .menuComments { background-position: -72px -1420px;}
|
||||
|
||||
/*menuAbout*/
|
||||
.menuAbout { background-position: 0 -1587px;}
|
||||
.x-btn-over .menuAbout { background-position: -24px -1587px;}
|
||||
.x-btn-pressed .menuAbout,
|
||||
.x-btn-menu-active .menuAbout { background-position: -48px -1587px;}
|
||||
.x-btn-disabled .menuAbout { background-position: -72px -1587px;}
|
||||
|
||||
/*menuText*/
|
||||
.menuText { background-position: 0 -1516px;}
|
||||
.x-btn-over .menuText { background-position: -24px -1516px;}
|
||||
.x-btn-pressed .menuText,
|
||||
.x-btn-menu-active .menuText { background-position: -48px -1516px;}
|
||||
.x-btn-disabled .menuText { background-position: -72px -1516px;}
|
||||
|
||||
/*menuImage*/
|
||||
.menuImage { background-position: 0 -1492px;}
|
||||
.x-btn-over .menuImage { background-position: -24px -1492px;}
|
||||
.x-btn-pressed .menuImage,
|
||||
.x-btn-menu-active .menuImage { background-position: -48px -1492px;}
|
||||
.x-btn-disabled .menuImage { background-position: -72px -1492px;}
|
||||
|
||||
/*menuTable*/
|
||||
.menuTable { background-position: 0 -1540px;}
|
||||
.x-btn-over .menuTable { background-position: -24px -1540px;}
|
||||
.x-btn-pressed .menuTable,
|
||||
.x-btn-menu-active .menuTable { background-position: -48px -1540px;}
|
||||
.x-btn-disabled .menuTable { background-position: -72px -1540px;}
|
||||
|
||||
/*menuSlide*/
|
||||
.menuSlide { background-position: 0 -1444px;}
|
||||
.x-btn-over .menuSlide { background-position: -24px -1444px;}
|
||||
.x-btn-pressed .menuSlide,
|
||||
.x-btn-menu-active .menuSlide { background-position: -48px -1444px;}
|
||||
.x-btn-disabled .menuSlide { background-position: -72px -1444px;}
|
||||
|
||||
/*menuShape*/
|
||||
.menuShape { background-position: 0 -1468px;}
|
||||
.x-btn-over .menuShape { background-position: -24px -1468px;}
|
||||
.x-btn-pressed .menuShape,
|
||||
.x-btn-menu-active .menuShape { background-position: -48px -1468px;}
|
||||
.x-btn-disabled .menuShape { background-position: -72px -1468px;}
|
||||
|
||||
/*menuChart*/
|
||||
.menuChart { background-position: 0 -1564px;}
|
||||
.x-btn-over .menuChart { background-position: -24px -1564px;}
|
||||
.x-btn-pressed .menuChart,
|
||||
.x-btn-menu-active .menuChart { background-position: -48px -1564px;}
|
||||
.x-btn-disabled .menuChart { background-position: -72px -1564px;}
|
||||
|
||||
.notify .asc-main-menu-btn { background-position: 0 -1324px;}
|
||||
.notify.x-btn-over .asc-main-menu-btn { background-position: -24px -1324px;}
|
||||
.notify.x-btn-pressed .asc-main-menu-btn,
|
||||
.notify.x-btn-menu-active .asc-main-menu-btn{ background-position: -48px -1324px;}
|
||||
|
||||
.asc-btn-search {
|
||||
background-image: url('../img/btns-search.png') !important;
|
||||
background-image: -webkit-image-set(url("../img/btns-search.png") 1x, url("../img/btns-search@2x.png") 2x) !important;
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
.x-btn-default-toolbar-small-pressed, .x-btn-default-toolbar-small-menu-active,
|
||||
.x-btn-default-toolbar-large-pressed, .x-btn-default-toolbar-large-menu-active {
|
||||
background: #E68656 !important; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #BC5C2E 0%, #E68656 80%) !important; /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC5C2E), color-stop(80%,#E68656)) !important; /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* IE10+ */
|
||||
background: linear-gradient(to bottom, #BC5C2E 0%,#E68656 80%) !important; /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC5C2E', endColorstr='#E68656',GradientType=0 ) !important; /* IE6-9 */
|
||||
|
||||
background-clip: border-box;
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
}
|
||||
|
||||
.x-btn-default-toolbar-small-disabled {
|
||||
background: none repeat scroll 0 0 transparent !important;
|
||||
border-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
-moz-box-shadow: none !important;
|
||||
}
|
||||
|
||||
.x-boundlist-selected {
|
||||
background: none repeat scroll 0 0 #eec3a8;
|
||||
border-color: #c68159;
|
||||
}
|
||||
|
||||
.x-boundlist-item-over, .x-nlg .x-menu-item-active .x-menu-item-link, .x-menu-item-active .x-menu-item-link{ /*excolor*/
|
||||
background: #d96f3c; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #d96f3c 0%, #ab562e 110%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d96f3c), color-stop(100%,#ab562e)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #d96f3c 0%,#ab562e 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #d96f3c 0%,#ab562e 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #d96f3c 0%,#ab562e 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #d96f3c 0%,#ab562e 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96f3c', endColorstr='#ab562e',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
border: 1px solid transparent;
|
||||
border-top-color:#d96f3c;
|
||||
border-bottom-color:#ab562e;
|
||||
color: #FFFFFF;
|
||||
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
|
||||
|
||||
}
|
||||
|
||||
.x-nlg .x-menu-item-active .x-menu-item-link, .x-menu-item-active .x-menu-item-link{
|
||||
border-radius: inherit;
|
||||
-o-border-radius: inherit;
|
||||
-moz-border-radius: inherit;
|
||||
}
|
||||
|
||||
.x-btn-default-small-pressed{
|
||||
background: url(../img/controls/button/toolbar-button-bg.gif) repeat-x top !important;
|
||||
background-image: -webkit-image-set(url("../img/controls/button/toolbar-button-bg.gif") 1x, url("../img/controls/button/toolbar-button-bg@2x.gif") 2x) !important;
|
||||
background-clip: border-box;
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
}
|
||||
|
||||
.asc-blue-button.x-btn-default-small{
|
||||
background:url(../img/controls/button/normal-blue-button-bg.gif) repeat-x top;
|
||||
background-image: -webkit-image-set(url("../img/controls/button/normal-blue-button-bg.gif") 1x, url("../img/controls/button/normal-blue-button-bg@2x.gif") 2x);
|
||||
border-top: 1px solid #d77f56;
|
||||
border-bottom: 1px solid #bc673d;
|
||||
background-clip: border-box;
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
}
|
||||
|
||||
.asc-blue-button.x-btn-default-small-over{
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.asc-blue-button.x-btn-default-small-pressed{
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
|
||||
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
|
||||
|
||||
background-position: 0 -300px;
|
||||
}
|
||||
|
||||
.storage-data-view .x-item-over {
|
||||
border: 2px solid #d76936 !important;
|
||||
padding: 0;
|
||||
}
|
||||
.storage-data-view .x-item-selected {
|
||||
border: 2px solid #d76936 !important;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.group-item.x-item-selected {
|
||||
border:2px solid #d76936 !important;
|
||||
}
|
||||
|
||||
.group-item.group-item-over {
|
||||
border:2px solid #d76936 !important;
|
||||
}
|
||||
|
||||
.storage-combodataview .x-item-selected,
|
||||
.x-dataview-combo-menu .storage-data-view .x-item-selected {
|
||||
background: #d76936 !important;
|
||||
}
|
||||
@@ -0,0 +1,362 @@
|
||||
.asc-right-panel-container {
|
||||
background-color:#F4F4F4;
|
||||
}
|
||||
|
||||
.asc-right-panel-container.x-item-disabled{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.asc-right-panel-small-btn {
|
||||
background-image: url('../img/right-panels/SmallBorders.png') !important;
|
||||
background-image: -webkit-image-set(url("../img/right-panels/SmallBorders.png") 1x, url("../img/right-panels/SmallBorders@2x.png") 2x) !important;
|
||||
}
|
||||
|
||||
/* Borders for Tables */
|
||||
.x-btn.btn-position-left { background-position: 0 -147px !important;}
|
||||
.x-btn-over.btn-position-left { background-position: -21px -147px !important;}
|
||||
.x-btn-pressed.btn-position-left,
|
||||
.x-btn-focus.btn-position-left { background-position: -42px -147px !important;}
|
||||
.x-btn-disabled.btn-position-left { background-position: -63px -147px !important;}
|
||||
|
||||
.x-btn.btn-position-inner-vert { background-position: 0 -168px !important;}
|
||||
.x-btn-over.btn-position-inner-vert { background-position: -21px -168px !important;}
|
||||
.x-btn-pressed.btn-position-inner-vert,
|
||||
.x-btn-focus.btn-position-inner-vert { background-position: -42px -168px !important;}
|
||||
.x-btn-disabled.btn-position-inner-vert { background-position: -63px -168px !important;}
|
||||
|
||||
.x-btn.btn-position-right { background-position: 0 -189px !important;}
|
||||
.x-btn-over.btn-position-right { background-position: -21px -189px !important;}
|
||||
.x-btn-pressed.btn-position-right,
|
||||
.x-btn-focus.btn-position-right { background-position: -42px -189px !important;}
|
||||
.x-btn-disabled.btn-position-right { background-position: -63px -189px !important;}
|
||||
|
||||
.x-btn.btn-position-top { background-position: 0 -84px !important;}
|
||||
.x-btn-over.btn-position-top { background-position: -21px -84px !important;}
|
||||
.x-btn-pressed.btn-position-top,
|
||||
.x-btn-focus.btn-position-top { background-position: -42px -84px !important;}
|
||||
.x-btn-disabled.btn-position-top { background-position: -63px -84px !important;}
|
||||
|
||||
.x-btn.btn-position-inner-hor { background-position: 0 -63px !important;}
|
||||
.x-btn-over.btn-position-inner-hor { background-position: -21px -63px !important;}
|
||||
.x-btn-pressed.btn-position-inner-hor,
|
||||
.x-btn-focus.btn-position-inner-hor { background-position: -42px -63px !important;}
|
||||
.x-btn-disabled.btn-position-inner-hor { background-position: -63px -63px !important;}
|
||||
|
||||
.x-btn.btn-position-bottom { background-position: 0 -42px !important;}
|
||||
.x-btn-over.btn-position-bottom { background-position: -21px -42px !important;}
|
||||
.x-btn-pressed.btn-position-bottom,
|
||||
.x-btn-focus.btn-position-bottom { background-position: -42px -42px !important;}
|
||||
.x-btn-disabled.btn-position-bottom { background-position: -63px -42px !important;}
|
||||
|
||||
.x-btn.btn-position-inner { background-position: 0 -21px !important;}
|
||||
.x-btn-over.btn-position-inner { background-position: -21px -21px !important;}
|
||||
.x-btn-pressed.btn-position-inner,
|
||||
.x-btn-focus.btn-position-inner { background-position: -42px -21px !important;}
|
||||
.x-btn-disabled.btn-position-inner { background-position: -63px -21px !important;}
|
||||
|
||||
.x-btn.btn-position-outer { background-position: 0 -126px !important;}
|
||||
.x-btn-over.btn-position-outer { background-position: -21px -126px !important;}
|
||||
.x-btn-pressed.btn-position-outer,
|
||||
.x-btn-focus.btn-position-outer { background-position: -42px -126px !important;}
|
||||
.x-btn-disabled.btn-position-outer { background-position: -63px -126px !important;}
|
||||
|
||||
.x-btn.btn-position-all { background-position: 0 0 !important;}
|
||||
.x-btn-over.btn-position-all { background-position: -21px 0 !important;}
|
||||
.x-btn-pressed.btn-position-all,
|
||||
.x-btn-focus.btn-position-all { background-position: -42px 0 !important;}
|
||||
.x-btn-disabled.btn-position-all { background-position: -63px 0 !important;}
|
||||
|
||||
.x-btn.btn-position-none { background-position: 0 -105px !important;}
|
||||
.x-btn-over.btn-position-none { background-position: -21px -105px !important;}
|
||||
.x-btn-pressed.btn-position-none,
|
||||
.x-btn-focus.btn-position-none { background-position: -42px -105px !important;}
|
||||
.x-btn-disabled.btn-position-none { background-position: -63px -105px !important;}
|
||||
|
||||
.x-btn.asc-right-panel-small-btn {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.x-btn.asc-right-panel-small-btn button {
|
||||
width: 21px !important;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.x-btn-disabled.asc-right-panel-small-btn {
|
||||
background-position: -63px 0 !important;
|
||||
}
|
||||
|
||||
.x-btn.asc-right-panel-small-btn .x-btn-inner{
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.x-btn.asc-right-panel-small-btn
|
||||
{
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.btn-icon-edit-table,
|
||||
.btn-icon-template-table,
|
||||
.btn-icon-arrange-shape,
|
||||
.btn-icon-align-shape,
|
||||
.btn-icon-change-shape {
|
||||
background-image: url('../img/right-panels/TableShapeSettings.png') !important;
|
||||
background-image: -webkit-image-set(url("../img/right-panels/TableShapeSettings.png") 1x, url("../img/right-panels/TableShapeSettings@2x.png") 2x) !important;
|
||||
width: 28px !important;
|
||||
margin-left: 3px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.btn-icon-align-shape {background-position: 0 0;}
|
||||
.x-btn-over .btn-icon-align-shape {background-position: -28px 0;}
|
||||
.x-btn-pressed .btn-icon-align-shape {background-position: -56px 0;}
|
||||
|
||||
.btn-icon-arrange-shape {background-position: 0 -16px;}
|
||||
.x-btn-over .btn-icon-arrange-shape {background-position: -28px -16px;}
|
||||
.x-btn-pressed .btn-icon-arrange-shape {background-position: -56px -16px;}
|
||||
|
||||
.btn-icon-template-table {background-position: 0 -32px;}
|
||||
.x-btn-over .btn-icon-template-table {background-position: -28px -32px;}
|
||||
.x-btn-pressed .btn-icon-template-table {background-position: -56px -32px;}
|
||||
|
||||
.btn-icon-edit-table {background-position: 0 -48px;}
|
||||
.x-btn-over .btn-icon-edit-table {background-position: -28px -48px;}
|
||||
.x-btn-pressed .btn-icon-edit-table {background-position: -56px -48px;}
|
||||
|
||||
.btn-icon-change-shape {background-position: 0 -64px;}
|
||||
.x-btn-over .btn-icon-change-shape {background-position: -28px -64px;}
|
||||
.x-btn-pressed .btn-icon-change-shape {background-position: -56px -64px;}
|
||||
|
||||
.x-btn.asc-right-panel-edit-btn {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.x-btn-default-small-icon.asc-right-panel-edit-btn button {
|
||||
width: 31px !important;
|
||||
}
|
||||
|
||||
.asc-right-tabpanel .x-panel-header {
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.asc-right-tabpanel-small-btn {
|
||||
height: 25px;
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
.asc-right-tabpanel-small-btn button {
|
||||
width: 24px !important;
|
||||
}
|
||||
|
||||
.asc-right-tabpanel-small-btn.x-btn-default-small {
|
||||
background: none repeat scroll 0 0 transparent !important;
|
||||
border-color: transparent !important;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-shadow: none;
|
||||
}
|
||||
|
||||
.asc-right-tabpanel-small-btn.x-btn-default-small-pressed,
|
||||
.asc-right-tabpanel-small-btn.x-btn-default-small-menu-active {
|
||||
background: none repeat scroll 0 0 #f5f5f5 !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.texture-view .storage-data-view .thumb-wrap,
|
||||
.arrow-view .storage-data-view .thumb-wrap {
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin-bottom: 0;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.texture-view .storage-data-view .thumb-wrap {
|
||||
height: 54px;
|
||||
}
|
||||
|
||||
.texture-view .storage-data-view .x-item-over,
|
||||
.arrow-view .storage-data-view .x-item-over {
|
||||
border:2px solid #D76936;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.texture-view .storage-data-view .x-item-selected,
|
||||
.arrow-view .storage-data-view .x-item-selected {
|
||||
border:2px solid #D76936;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.texture-img-container {
|
||||
border: 1px solid #AFAFAF;
|
||||
border-radius: 2px;
|
||||
background: #ffffff;
|
||||
padding: 14px 20px;
|
||||
}
|
||||
|
||||
.btn-combo-style
|
||||
{
|
||||
background: repeat-x scroll 0 0 white !important;
|
||||
background-image: url("../img/controls/text-bg.gif") !important;
|
||||
background-image: -webkit-image-set(url("../img/controls/text-bg.gif") 1x, url("../img/controls/text-bg@2x.png") 2x) !important;
|
||||
height: 22px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.btn-combo-style em {
|
||||
background-image : url("../img/controls/trigger-btn.png");
|
||||
background-image: -webkit-image-set(url("../img/controls/trigger-btn.png") 1x, url("../img/controls/trigger-btn@2x.png") 2x);
|
||||
}
|
||||
|
||||
.btn-combo-style.x-btn-menu-active.x-btn-over em {
|
||||
background-image : url("../img/controls/trigger-btn.png");
|
||||
background-image: -webkit-image-set(url("../img/controls/trigger-btn.png") 1x, url("../img/controls/trigger-btn@2x.png") 2x);
|
||||
}
|
||||
|
||||
.btn-combo-style.x-item-disabled em {
|
||||
background-image : url("../img/controls/trigger-btn-inactive.png");
|
||||
background-image: -webkit-image-set(url("../img/controls/trigger-btn-inactive.png") 1x, url("../img/controls/trigger-btn-inactive@2x.png") 2x);
|
||||
}
|
||||
|
||||
.btn-combo-style.x-btn-default-small button,
|
||||
.btn-combo-style.x-btn-default-small button span
|
||||
{
|
||||
height: 18px !important;
|
||||
line-height: 18px !important;
|
||||
}
|
||||
|
||||
.asc-advanced-link {
|
||||
border-bottom: 1px solid #aaa;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.asc-right-panel.x-item-disabled{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.asc-right-panel.x-item-disabled .x-item-disabled,
|
||||
.asc-right-panel .x-item-disabled .x-item-disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.asc-right-panel.x-item-disabled .x-mask{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.asc-right-panel.x-item-disabled a{
|
||||
color: #929292;
|
||||
}
|
||||
|
||||
.asc-right-panel .asc-slider .x-slider-focus {
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
/* settings for wrap */
|
||||
.wrap-view .thumb-wrap {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.btn-wrap-types {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.btn-wrap-types .x-btn-icon {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.btn-wrap-types.x-btn-default-small,
|
||||
.btn-wrap-types.x-btn-default-small-pressed
|
||||
{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-wrap-types button {
|
||||
width: 52px !important;
|
||||
height: 52px !important;
|
||||
border: 1px solid rgba(172, 172, 172, 0.5);
|
||||
}
|
||||
|
||||
.gradient-view .thumb-wrap {
|
||||
margin-right: 4px;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
height: 54px;
|
||||
}
|
||||
|
||||
.gradient-view .gradient-separator {
|
||||
background-color: white;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin: 6px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.gradient-view .item-gradient,
|
||||
.gradient-subtype {
|
||||
background-image: url(../img/right-panels/gradients.png) !important;
|
||||
background-image: -webkit-image-set(url("../img/right-panels/gradients.png") 1x, url("../img/right-panels/gradients@2x.png") 2x) !important;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.gradient-left-top {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.gradient-top {
|
||||
background-position: -50px 0;
|
||||
}
|
||||
|
||||
.gradient-right-top {
|
||||
background-position: -100px 0;
|
||||
}
|
||||
|
||||
.gradient-left {
|
||||
background-position: 0 -50px;
|
||||
}
|
||||
|
||||
.gradient-right {
|
||||
background-position: -100px -50px;
|
||||
}
|
||||
|
||||
.gradient-left-bottom {
|
||||
background-position: 0 -100px;
|
||||
}
|
||||
|
||||
.gradient-bottom {
|
||||
background-position: -50px -100px;
|
||||
}
|
||||
|
||||
.gradient-right-bottom {
|
||||
background-position: -100px -100px;
|
||||
}
|
||||
|
||||
.gradient-radial-center {
|
||||
background-position: -100px -150px;
|
||||
}
|
||||
|
||||
.shape-pattern.storage-combodataview .emptyText {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.shape-pattern.storage-combodataview .thumb-wrap {
|
||||
margin-right: 1px !important;
|
||||
}
|
||||
|
||||
.safari-7 .shape-pattern.storage-combodataview .thumb-wrap {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.shape-pattern .item-combo-pattern,
|
||||
.storage-data-view .item-combo-pattern {
|
||||
background-image: url(../img/right-panels/patterns.png) !important;
|
||||
background-image: -webkit-image-set(url("../img/right-panels/patterns.png") 1x, url("../img/right-panels/patterns@2x.png") 2x) !important;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
.asc-btn-search {
|
||||
background-image: url('../img/btns-search.png');
|
||||
background-image: -webkit-image-set(url("../img/btns-search.png") 1x, url("../img/btns-search@2x.png") 2x);
|
||||
}
|
||||
|
||||
.asc-btn-search.previous {background-position: 0 0;}
|
||||
.x-btn-over .asc-btn-search.previous {background-position: -16px 0;}
|
||||
.x-btn-pressed .asc-btn-search.previous {background-position: -32px 0;}
|
||||
.x-btn-menu-active .asc-btn-search.previous {background-position: -32px 0;}
|
||||
.x-btn-disabled .asc-btn-search.previous {background-position: -48px 0;}
|
||||
|
||||
.asc-btn-search.next {background-position: 0 -16px;}
|
||||
.x-btn-over .asc-btn-search.next {background-position: -16px -16px;}
|
||||
.x-btn-pressed .asc-btn-search.next {background-position: -32px -16px;}
|
||||
.x-btn-menu-active .asc-btn-search.next {background-position: -32px -16px;}
|
||||
.x-btn-disabled .asc-btn-search.next {background-position: -48px -16px;}
|
||||
|
||||
.dlg-search.x-btn-menu-active .btn-settings {
|
||||
background-position: -20px -1088px;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.table-styler .x-container .x-box-inner{
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.tablestyler-cell .cell-content{
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.tablestyler-cell .cell-content .content-text {
|
||||
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAMAAACTMR4LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAwBQTFRFwMDA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+ifx7AAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjM1MO6znwAAAA9JREFUGFdjYAADRkYgAgAAGAAFJc9JkQAAAABJRU5ErkJggg==') repeat 0 0 scroll;
|
||||
height: 100%;
|
||||
}
|
||||
852
OfficeWeb/apps/presentationeditor/main/resources/css/toolbar.css
Normal file
852
OfficeWeb/apps/presentationeditor/main/resources/css/toolbar.css
Normal file
@@ -0,0 +1,852 @@
|
||||
|
||||
.asc-toolbar-btn {
|
||||
background-image: url('../img/toolbar-menu.png');
|
||||
background-image: -webkit-image-set(url("../img/toolbar-menu.png") 1x, url("../img/toolbar-menu@2x.png") 2x);
|
||||
}
|
||||
|
||||
/* back */
|
||||
.btn-back {background-position: 0 -80px;}
|
||||
.x-btn-over .btn-back {background-position: -20px -80px;}
|
||||
.x-btn-pressed .btn-back {background-position: -40px -80px;}
|
||||
.x-btn-menu-active .btn-back {background-position: -40px -80px;}
|
||||
.x-btn-disabled .btn-back {background-position: -60px -80px;}
|
||||
|
||||
/* print */
|
||||
.btn-print {background-position: 0 -540px;}
|
||||
.x-btn-over .btn-print {background-position: -20px -540px;}
|
||||
.x-btn-pressed .btn-print {background-position: -40px -540px;}
|
||||
.x-btn-menu-active .btn-print {background-position: -40px -540px;}
|
||||
.x-btn-disabled .btn-print {background-position: -60px -540px;}
|
||||
|
||||
/* save */
|
||||
.btn-save {background-position: 0 -580px;}
|
||||
.x-btn-over .btn-save {background-position: -20px -580px;}
|
||||
.x-btn-pressed .btn-save {background-position: -40px -580px;}
|
||||
.x-btn-menu-active .btn-save {background-position: -40px -580px;}
|
||||
.x-btn-disabled .btn-save {background-position: -60px -580px;}
|
||||
|
||||
/* synch */
|
||||
.btn-synch {background-position: 0 -1147px;}
|
||||
.x-btn-over .btn-synch {background-position: -20px -1147px;}
|
||||
.x-btn-pressed .btn-synch {background-position: -40px -1147px;}
|
||||
.x-btn-menu-active .btn-synch {background-position: -40px -1147px;}
|
||||
.x-btn-disabled .btn-synch {background-position: -60px -1147px;}
|
||||
|
||||
/* copy */
|
||||
.btn-copy {background-position: 0 -180px;}
|
||||
.x-btn-over .btn-copy {background-position: -20px -180px;}
|
||||
.x-btn-pressed .btn-copy {background-position: -40px -180px;}
|
||||
.x-btn-menu-active .btn-copy {background-position: -40px -180px;}
|
||||
.x-btn-disabled .btn-copy {background-position: -60px -180px;}
|
||||
|
||||
/* paste */
|
||||
.btn-paste {background-position: 0 -520px;}
|
||||
.x-btn-over .btn-paste {background-position: -20px -520px;}
|
||||
.x-btn-pressed .btn-paste {background-position: -40px -520px;}
|
||||
.x-btn-menu-active .btn-paste {background-position: -40px -520px;}
|
||||
.x-btn-disabled .btn-paste {background-position: -60px -520px;}
|
||||
|
||||
/* undo */
|
||||
.btn-undo {background-position: 0 -720px;}
|
||||
.x-btn-over .btn-undo {background-position: -20px -720px;}
|
||||
.x-btn-pressed .btn-undo {background-position: -40px -720px;}
|
||||
.x-btn-menu-active .btn-undo {background-position: -40px -720px;}
|
||||
.x-btn-disabled .btn-undo {background-position: -60px -720px;}
|
||||
|
||||
/* redo */
|
||||
.btn-redo {background-position: 0 -560px;}
|
||||
.x-btn-over .btn-redo {background-position: -20px -560px;}
|
||||
.x-btn-pressed .btn-redo {background-position: -40px -560px;}
|
||||
.x-btn-menu-active .btn-redo {background-position: -40px -560px;}
|
||||
.x-btn-disabled .btn-redo {background-position: -60px -560px;}
|
||||
|
||||
/* bold */
|
||||
.btn-bold {background-position: 0 -100px;}
|
||||
.x-btn-over .btn-bold {background-position: -20px -100px;}
|
||||
.x-btn-pressed .btn-bold {background-position: -40px -100px;}
|
||||
.x-btn-menu-active .btn-bold {background-position: -40px -100px;}
|
||||
.x-btn-disabled .btn-bold {background-position: -60px -100px;}
|
||||
|
||||
/* italic */
|
||||
.btn-italic {background-position: 0 -380px;}
|
||||
.x-btn-over .btn-italic {background-position: -20px -380px;}
|
||||
.x-btn-pressed .btn-italic {background-position: -40px -380px;}
|
||||
.x-btn-menu-active .btn-italic {background-position: -40px -380px;}
|
||||
.x-btn-disabled .btn-italic {background-position: -60px -380px;}
|
||||
|
||||
/* underline */
|
||||
.btn-underline {background-position: 0 -700px;}
|
||||
.x-btn-over .btn-underline {background-position: -20px -700px;}
|
||||
.x-btn-pressed .btn-underline {background-position: -40px -700px;}
|
||||
.x-btn-menu-active .btn-underline {background-position: -40px -700px;}
|
||||
.x-btn-disabled .btn-underline {background-position: -60px -700px;}
|
||||
|
||||
/* strike */
|
||||
.btn-strike {background-position: 0 -640px;}
|
||||
.x-btn-over .btn-strike {background-position: -20px -640px;}
|
||||
.x-btn-pressed .btn-strike {background-position: -40px -640px;}
|
||||
.x-btn-menu-active .btn-strike {background-position: -40px -640px;}
|
||||
.x-btn-disabled .btn-strike {background-position: -60px -640px;}
|
||||
|
||||
/* superscript */
|
||||
.btn-superscript {background-position: 0 -680px;}
|
||||
.x-btn-over .btn-superscript {background-position: -20px -680px;}
|
||||
.x-btn-pressed .btn-superscript {background-position: -40px -680px;}
|
||||
.x-btn-menu-active .btn-superscript {background-position: -40px -680px;}
|
||||
.x-btn-disabled .btn-superscript {background-position: -60px -680px;}
|
||||
|
||||
/* subscript */
|
||||
.btn-subscript {background-position: 0 -660px;}
|
||||
.x-btn-over .btn-subscript {background-position: -20px -660px;}
|
||||
.x-btn-pressed .btn-subscript {background-position: -40px -660px;}
|
||||
.x-btn-menu-active .btn-subscript {background-position: -40px -660px;}
|
||||
.x-btn-disabled .btn-subscript {background-position: -60px -660px;}
|
||||
|
||||
/* fontcolor */
|
||||
.btn-fontcolor {background-position: 0 -280px;}
|
||||
.x-btn-over .btn-fontcolor {background-position: -20px -280px;}
|
||||
.x-btn-pressed .btn-fontcolor {background-position: -40px -280px;}
|
||||
.x-btn-menu-active .btn-fontcolor {background-position: -40px -280px;}
|
||||
.x-btn-disabled .btn-fontcolor {background-position: -60px -280px;}
|
||||
|
||||
/* numbering */
|
||||
.btn-numbering {background-position: 0 -460px;}
|
||||
.x-btn-over .btn-numbering {background-position: -20px -460px;}
|
||||
.x-btn-pressed .btn-numbering {background-position: -40px -460px;}
|
||||
.x-btn-menu-active .btn-numbering {background-position: -40px -460px;}
|
||||
.x-btn-disabled .btn-numbering {background-position: -60px -460px;}
|
||||
|
||||
/* setmarkers */
|
||||
.btn-setmarkers {background-position: 0 -420px;}
|
||||
.x-btn-over .btn-setmarkers {background-position: -20px -420px;}
|
||||
.x-btn-pressed .btn-setmarkers {background-position: -40px -420px;}
|
||||
.x-btn-menu-active .btn-setmarkers {background-position: -40px -420px;}
|
||||
.x-btn-disabled .btn-setmarkers {background-position: -60px -420px;}
|
||||
|
||||
/* decoffset */
|
||||
.btn-decoffset {background-position: 0 -220px;}
|
||||
.x-btn-over .btn-decoffset {background-position: -20px -220px;}
|
||||
.x-btn-pressed .btn-decoffset {background-position: -40px -220px;}
|
||||
.x-btn-menu-active .btn-decoffset {background-position: -40px -220px;}
|
||||
.x-btn-disabled .btn-decoffset {background-position: -60px -220px;}
|
||||
|
||||
/* incoffset */
|
||||
.btn-incoffset {background-position: 0 -300px;}
|
||||
.x-btn-over .btn-incoffset {background-position: -20px -300px;}
|
||||
.x-btn-pressed .btn-incoffset {background-position: -40px -300px;}
|
||||
.x-btn-menu-active .btn-incoffset {background-position: -40px -300px;}
|
||||
.x-btn-disabled .btn-incoffset {background-position: -60px -300px;}
|
||||
|
||||
/* copystyle */
|
||||
.btn-copystyle {background-position: 0 -200px;}
|
||||
.x-btn-over .btn-copystyle {background-position: -20px -200px;}
|
||||
.x-btn-pressed .btn-copystyle {background-position: -40px -200px;}
|
||||
.x-btn-menu-active .btn-copystyle {background-position: -40px -200px;}
|
||||
.x-btn-disabled .btn-copystyle {background-position: -60px -200px;}
|
||||
|
||||
/* clearstyle */
|
||||
.btn-clearstyle {background-position: 0 -140px;}
|
||||
.x-btn-over .btn-clearstyle {background-position: -20px -140px;}
|
||||
.x-btn-pressed .btn-clearstyle {background-position: -40px -140px;}
|
||||
.x-btn-menu-active .btn-clearstyle {background-position: -40px -140px;}
|
||||
.x-btn-disabled .btn-clearstyle {background-position: -60px -140px;}
|
||||
|
||||
/* inserttable */
|
||||
.btn-inserttable {background-position: 0 -360px;}
|
||||
.x-btn-over .btn-inserttable {background-position: -20px -360px;}
|
||||
.x-btn-pressed .btn-inserttable {background-position: -40px -360px;}
|
||||
.x-btn-menu-active .btn-inserttable {background-position: -40px -360px;}
|
||||
.x-btn-disabled .btn-inserttable {background-position: -60px -360px;}
|
||||
|
||||
/* insertimage */
|
||||
.btn-insertimage {background-position: 0 -340px;}
|
||||
.x-btn-over .btn-insertimage {background-position: -20px -340px;}
|
||||
.x-btn-pressed .btn-insertimage {background-position: -40px -340px;}
|
||||
.x-btn-menu-active .btn-insertimage {background-position: -40px -340px;}
|
||||
.x-btn-disabled .btn-insertimage {background-position: -60px -340px;}
|
||||
|
||||
/* insert hyperlink */
|
||||
.btn-inserthyperlink {background-position: 0 -881px;}
|
||||
.x-btn-over .btn-inserthyperlink {background-position: -20px -881px;}
|
||||
.x-btn-pressed .btn-inserthyperlink {background-position: -40px -881px;}
|
||||
.x-btn-menu-active .btn-inserthyperlink {background-position: -40px -881px;}
|
||||
.x-btn-disabled .btn-inserthyperlink {background-position: -60px -881px;}
|
||||
|
||||
/* hidenchars */
|
||||
.btn-hidenchars {background-position: 0 -740px;}
|
||||
.x-btn-over .btn-hidenchars {background-position: -20px -740px;}
|
||||
.x-btn-pressed .btn-hidenchars {background-position: -40px -740px;}
|
||||
.x-btn-menu-active .btn-hidenchars {background-position: -40px -740px;}
|
||||
.x-btn-disabled .btn-hidenchars {background-position: -60px -740px;}
|
||||
|
||||
/* inserttext */
|
||||
.btn-text {background-position: 0 -861px;}
|
||||
.x-btn-over .btn-text {background-position: -20px -861px;}
|
||||
.x-btn-pressed .btn-text {background-position: -40px -861px;}
|
||||
.x-btn-menu-active .btn-text {background-position: -40px -861px;}
|
||||
.x-btn-disabled .btn-text {background-position: -60px -861px;}
|
||||
|
||||
/* insertfigure */
|
||||
.btn-insertshape {background-position: 0 -841px;}
|
||||
.x-btn-over .btn-insertshape {background-position: -20px -841px;}
|
||||
.x-btn-pressed .btn-insertshape {background-position: -40px -841px;}
|
||||
.x-btn-menu-active .btn-insertshape {background-position: -40px -841px;}
|
||||
.x-btn-disabled .btn-insertshape {background-position: -60px -841px;}
|
||||
|
||||
/* align-left */
|
||||
.halign-left .btn-halign {background-position: 0 -40px;}
|
||||
.halign-left.x-btn-over .btn-halign {background-position: -20px -40px;}
|
||||
.halign-left.x-btn-pressed .btn-halign {background-position: -40px -40px;}
|
||||
.halign-left.x-btn-menu-active .btn-halign {background-position: -40px -40px;}
|
||||
.halign-left.x-btn-disabled .btn-halign {background-position: -60px -40px;}
|
||||
|
||||
/* align-center */
|
||||
.halign-center .btn-halign {background-position: 0 0;}
|
||||
.halign-center.x-btn-over .btn-halign {background-position: -20px 0;}
|
||||
.halign-center.x-btn-pressed .btn-halign {background-position: -40px 0;}
|
||||
.halign-center.x-btn-menu-active .btn-halign {background-position: -40px 0;}
|
||||
.halign-center.x-btn-disabled .btn-halign {background-position: -60px 0;}
|
||||
|
||||
/* align-right */
|
||||
.halign-right .btn-halign {background-position: 0 -60px;}
|
||||
.halign-right.x-btn-over .btn-halign {background-position: -20px -60px;}
|
||||
.halign-right.x-btn-pressed .btn-halign {background-position: -40px -60px;}
|
||||
.halign-right.x-btn-menu-active .btn-halign {background-position: -40px -60px;}
|
||||
.halign-right.x-btn-disabled .btn-halign {background-position: -60px -60px;}
|
||||
|
||||
/* align-just */
|
||||
.halign-just .btn-halign {background-position: 0 -20px;}
|
||||
.halign-just.x-btn-over .btn-halign {background-position: -20px -20px;}
|
||||
.halign-just.x-btn-pressed .btn-halign {background-position: -40px -20px;}
|
||||
.halign-just.x-btn-menu-active .btn-halign {background-position: -40px -20px;}
|
||||
.halign-just.x-btn-disabled .btn-halign {background-position: -60px -20px;}
|
||||
|
||||
/* align-left */
|
||||
.btn-align-left {background-position: 0 -40px;}
|
||||
.x-btn-over .btn-align-left {background-position: -20px -40px;}
|
||||
.x-btn-pressed .btn-align-left {background-position: -40px -40px;}
|
||||
.x-btn-menu-active .btn-align-left {background-position: -40px -40px;}
|
||||
.x-btn-disabled .btn-align-left {background-position: -60px -40px;}
|
||||
|
||||
/* align-middle */
|
||||
.btn-valign-middle {background-position: 0 -800px;}
|
||||
.x-btn-over .btn-valign-middle {background-position: -20px -800px;}
|
||||
.x-btn-pressed .btn-valign-middle {background-position: -40px -800px;}
|
||||
.x-btn-menu-active .btn-valign-middle {background-position: -40px -800px;}
|
||||
.x-btn-disabled .btn-valign-middle {background-position: -60px -800px;}
|
||||
|
||||
/* vertical align top */
|
||||
.valign-top .btn-vertalign {background-position: 0 -780px;}
|
||||
.valign-top.x-btn-over .btn-vertalign {background-position: -20px -780px;}
|
||||
.valign-top.x-btn-pressed .btn-vertalign {background-position: -40px -780px;}
|
||||
.valign-top.x-btn-menu-active .btn-vertalign {background-position: -40px -780px;}
|
||||
.valign-top.x-btn-disabled .btn-vertalign {background-position: -60px -780px;}
|
||||
|
||||
/* vertical align middle */
|
||||
.valign-middle .btn-vertalign {background-position: 0 -800px;}
|
||||
.valign-middle.x-btn-over .btn-vertalign {background-position: -20px -800px;}
|
||||
.valign-middle.x-btn-pressed .btn-vertalign {background-position: -40px -800px;}
|
||||
.valign-middle.x-btn-menu-active .btn-vertalign {background-position: -40px -800px;}
|
||||
.valign-middle.x-btn-disabled .btn-vertalign {background-position: -60px -800px;}
|
||||
|
||||
/* vertical align bottom */
|
||||
.valign-bottom .btn-vertalign {background-position: 0 -820px;}
|
||||
.valign-bottom.x-btn-over .btn-vertalign {background-position: -20px -820px;}
|
||||
.valign-bottom.x-btn-pressed .btn-vertalign {background-position: -40px -820px;}
|
||||
.valign-bottom.x-btn-menu-active .btn-vertalign {background-position: -40px -820px;}
|
||||
.valign-bottom.x-btn-disabled .btn-vertalign {background-position: -60px -820px;}
|
||||
|
||||
/* linespace */
|
||||
.btn-linespace {background-position: 0 -400px;}
|
||||
.x-btn-over .btn-linespace {background-position: -20px -400px;}
|
||||
.x-btn-pressed .btn-linespace {background-position: -40px -400px;}
|
||||
.x-btn-menu-active .btn-linespace {background-position: -40px -400px;}
|
||||
.x-btn-disabled .btn-linespace {background-position: -60px -400px;}
|
||||
|
||||
/* changeslide */
|
||||
.btn-changeslide {background-position: 0 -941px;}
|
||||
.x-btn-over .btn-changeslide {background-position: -20px -941px;}
|
||||
.x-btn-pressed .btn-changeslide {background-position: -40px -941px;}
|
||||
.x-btn-menu-active .btn-changeslide {background-position: -40px -941px;}
|
||||
.x-btn-disabled .btn-changeslide {background-position: -60px -941px;}
|
||||
|
||||
/* preview */
|
||||
.btn-preview {background-position: 0 -760px;}
|
||||
.x-btn-over .btn-preview {background-position: -20px -760px;}
|
||||
.x-btn-pressed .btn-preview {background-position: -40px -760px;}
|
||||
.x-btn-menu-active .btn-preview {background-position: -40px -760px;}
|
||||
.x-btn-disabled .btn-preview {background-position: -60px -760px;}
|
||||
|
||||
/* arrange shape*/
|
||||
.btn-arrange-shape {background-position: 0 -901px;}
|
||||
.x-btn-over .btn-arrange-shape {background-position: -20px -901px;}
|
||||
.x-btn-pressed .btn-arrange-shape {background-position: -40px -901px;}
|
||||
.x-btn-menu-active .btn-arrange-shape {background-position: -40px -901px;}
|
||||
.x-btn-disabled .btn-arrange-shape {background-position: -60px -901px;}
|
||||
|
||||
/* align shape*/
|
||||
.btn-align-shape {background-position: 0 -921px;}
|
||||
.x-btn-over .btn-align-shape {background-position: -20px -921px;}
|
||||
.x-btn-pressed .btn-align-shape {background-position: -40px -921px;}
|
||||
.x-btn-menu-active .btn-align-shape {background-position: -40px -921px;}
|
||||
.x-btn-disabled .btn-align-shape {background-position: -60px -921px;}
|
||||
|
||||
|
||||
/* addslide */
|
||||
.x-btn-default-toolbar-small-icon .btn-addslide {background-position: 0 -1127px;}
|
||||
.x-btn-default-toolbar-small-icon.x-btn-over .btn-addslide {background-position: -20px -1127px;}
|
||||
.x-btn-default-toolbar-small-icon.x-btn-pressed .btn-addslide {background-position: -40px -1127px;}
|
||||
.x-btn-default-toolbar-small-icon.x-btn-menu-active .btn-addslide {background-position: -40px -1127px;}
|
||||
.x-btn-default-toolbar-small-icon.x-btn-disabled .btn-addslide {background-position: -60px -1127px;}
|
||||
|
||||
.x-btn-default-toolbar-large-icon .btn-addslide {background-position: 0 -960px;}
|
||||
.x-btn-default-toolbar-large-icon.x-btn-over .btn-addslide {background-position: -40px -960px;}
|
||||
.x-btn-default-toolbar-large-icon.x-btn-pressed .btn-addslide {background-position: 0 -993px;}
|
||||
.x-btn-default-toolbar-large-icon.x-btn-menu-active .btn-addslide {background-position: 0 -993px;}
|
||||
.x-btn-default-toolbar-large-icon.x-btn-disabled .btn-addslide {background-position: -40px -993px;}
|
||||
|
||||
/* color schemas */
|
||||
.btn-colorschemas {background-position: 0 -1026px;}
|
||||
.x-btn-over .btn-colorschemas {background-position: -20px -1026px;}
|
||||
.x-btn-pressed .btn-colorschemas {background-position: -40px -1026px;}
|
||||
.x-btn-menu-active .btn-colorschemas {background-position: -40px -1026px;}
|
||||
.x-btn-disabled .btn-colorschemas {background-position: -60px -1026px;}
|
||||
|
||||
/* slide size */
|
||||
.btn-slidesize {background-position: 0 -1048px;}
|
||||
.x-btn-over .btn-slidesize {background-position: -20px -1048px;}
|
||||
.x-btn-pressed .btn-slidesize {background-position: -40px -1048px;}
|
||||
.x-btn-menu-active .btn-slidesize {background-position: -40px -1048px;}
|
||||
.x-btn-disabled .btn-slidesize {background-position: -60px -1048px;}
|
||||
|
||||
/* hide bars */
|
||||
.btn-hidebars {background-position: 0 -1068px;}
|
||||
.x-btn-over .btn-hidebars {background-position: -20px -1068px;}
|
||||
.x-btn-pressed .btn-hidebars {background-position: -40px -1068px;}
|
||||
.x-btn-menu-active .btn-hidebars {background-position: -40px -1068px;}
|
||||
.x-btn-disabled .btn-hidebars {background-position: -60px -1068px;}
|
||||
|
||||
/* settings */
|
||||
.btn-settings {background-position: 0 -1088px;}
|
||||
.x-btn-over .btn-settings {background-position: -20px -1088px;}
|
||||
.x-btn-pressed .btn-settings {background-position: -40px -1088px;}
|
||||
.x-btn-menu-active .btn-settings {background-position: -40px -1088px;}
|
||||
.x-btn-disabled .btn-settings {background-position: -60px -1088px;}
|
||||
|
||||
/* insert chart */
|
||||
.btn-insertchart {background-position: 0 -1107px;}
|
||||
.x-btn-over .btn-insertchart {background-position: -20px -1107px;}
|
||||
.x-btn-pressed .btn-insertchart {background-position: -40px -1107px;}
|
||||
.x-btn-menu-active .btn-insertchart {background-position: -40px -1107px;}
|
||||
.x-btn-disabled .btn-insertchart {background-position: -60px -1107px;}
|
||||
|
||||
.color-palette-highlight.x-color-picker em span {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.menu-item-noicon .x-menu-item-link {
|
||||
padding-left: 18px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
.storage-data-view .thumb-wrap {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.x-dimension-picker-status {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.x-menu-item-icon.menu-item-nocolor {
|
||||
background-image: url(../img/toolbar/NoFill.png);
|
||||
background-image: -webkit-image-set(url("../img/toolbar/NoFill.png") 1x, url("../img/toolbar/NoFill@2x.png") 2x);
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*menu horizontal and vertical align */
|
||||
.toolbar-menu-icon-item .x-menu-item-link {
|
||||
padding: 6px 11px 3px 36px !important;
|
||||
}
|
||||
|
||||
.toolbar-menu-icon-item:last-child .x-menu-item-link {
|
||||
padding-bottom: 8px !important;
|
||||
}
|
||||
|
||||
.mnu-icon-item {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
margin-top: 0 !important;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.x-menu-item-icon.mnu-align-left,
|
||||
.x-menu-item-icon.mnu-align-center,
|
||||
.x-menu-item-icon.mnu-align-right,
|
||||
.x-menu-item-icon.mnu-align-just,
|
||||
.x-menu-item-icon.mnu-align-top,
|
||||
.x-menu-item-icon.mnu-align-middle,
|
||||
.x-menu-item-icon.mnu-align-bottom,
|
||||
.x-menu-item-icon.mnu-arrange-front,
|
||||
.x-menu-item-icon.mnu-arrange-back,
|
||||
.x-menu-item-icon.mnu-arrange-forward,
|
||||
.x-menu-item-icon.mnu-arrange-backward,
|
||||
.x-menu-item-icon.mnu-group,
|
||||
.x-menu-item-icon.mnu-ungroup,
|
||||
.x-menu-item-icon.mnu-distrib-hor,
|
||||
.x-menu-item-icon.mnu-distrib-vert,
|
||||
.x-menu-item-icon.mnu-shape-align-left,
|
||||
.x-menu-item-icon.mnu-shape-align-center,
|
||||
.x-menu-item-icon.mnu-shape-align-right,
|
||||
.x-menu-item-icon.mnu-shape-align-top,
|
||||
.x-menu-item-icon.mnu-shape-align-middle,
|
||||
.x-menu-item-icon.mnu-shape-align-bottom {
|
||||
background-image: url('../img/toolbar/popupmenu-btns.png');
|
||||
background-image: -webkit-image-set(url("../img/toolbar/popupmenu-btns.png") 1x, url("../img/toolbar/popupmenu-btns@2x.png") 2x);
|
||||
}
|
||||
|
||||
/* align-left */
|
||||
.x-menu-item-icon.mnu-align-left {background-position: 0 -66px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-left {background-position: -44px -66px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-left {background-position: -22px -66px;}
|
||||
|
||||
/* align-center */
|
||||
.x-menu-item-icon.mnu-align-center {background-position: 0 0;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-center {background-position: -44px 0;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-center {background-position: -22px 0;}
|
||||
|
||||
/* align-right */
|
||||
.x-menu-item-icon.mnu-align-right {background-position: 0 -44px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-right {background-position: -44px -44px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-right {background-position: -22px -44px;}
|
||||
|
||||
/* align-just */
|
||||
.x-menu-item-icon.mnu-align-just {background-position: 0 -22px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-just {background-position: -44px -22px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-just {background-position: -22px -22px;}
|
||||
|
||||
/* align-top */
|
||||
.x-menu-item-icon.mnu-align-top {background-position: 0 -132px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-top {background-position: -44px -132px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-top {background-position: -22px -132px;}
|
||||
|
||||
/* align-middle */
|
||||
.x-menu-item-icon.mnu-align-middle {background-position: 0 -88px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-middle {background-position: -44px -88px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-middle {background-position: -22px -88px;}
|
||||
|
||||
/* align-bottom */
|
||||
.x-menu-item-icon.mnu-align-bottom {background-position: 0 -110px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-align-bottom {background-position: -44px -110px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-align-bottom {background-position: -22px -110px;}
|
||||
|
||||
/* arrange-front */
|
||||
.x-menu-item-icon.mnu-arrange-front {background-position: 0 -154px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-arrange-front {background-position: -44px -154px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-arrange-front {background-position: -22px -154px;}
|
||||
|
||||
/* arrange-back */
|
||||
.x-menu-item-icon.mnu-arrange-back {background-position: 0 -176px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-arrange-back {background-position: -44px -176px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-arrange-back {background-position: -22px -176px;}
|
||||
|
||||
/* arrange-forward */
|
||||
.x-menu-item-icon.mnu-arrange-forward {background-position: 0 -198px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-arrange-forward {background-position: -44px -198px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-arrange-forward {background-position: -22px -198px;}
|
||||
|
||||
/* arrange-backward */
|
||||
.x-menu-item-icon.mnu-arrange-backward {background-position: 0 -220px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-arrange-backward {background-position: -44px -220px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-arrange-backward {background-position: -22px -220px;}
|
||||
|
||||
/* group */
|
||||
.x-menu-item-icon.mnu-group {background-position: 0 -242px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-group {background-position: -44px -242px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-group {background-position: -22px -242px;}
|
||||
|
||||
/* ungroup */
|
||||
.x-menu-item-icon.mnu-ungroup {background-position: 0 -264px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-ungroup {background-position: -44px -264px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-ungroup {background-position: -22px -264px;}
|
||||
|
||||
/* distribute horizontally */
|
||||
.x-menu-item-icon.mnu-distrib-hor {background-position: 0 -418px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-distrib-hor {background-position: -44px -418px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-distrib-hor {background-position: -22px -418px;}
|
||||
|
||||
/* distribute vertically */
|
||||
.x-menu-item-icon.mnu-distrib-vert {background-position: 0 -440px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-distrib-vert {background-position: -44px -440px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-distrib-vert {background-position: -22px -440px;}
|
||||
|
||||
/* shape-align-left */
|
||||
.x-menu-item-icon.mnu-shape-align-left {background-position: 0 -286px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-left {background-position: -44px -286px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-left {background-position: -22px -286px;}
|
||||
|
||||
/* shape-align-center */
|
||||
.x-menu-item-icon.mnu-shape-align-center {background-position: 0 -308px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-center {background-position: -44px -308px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-center {background-position: -22px -308px;}
|
||||
|
||||
/* shape-align-right */
|
||||
.x-menu-item-icon.mnu-shape-align-right {background-position: 0 -330px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-right {background-position: -44px -330px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-right {background-position: -22px -330px;}
|
||||
|
||||
/* shape-align-top */
|
||||
.x-menu-item-icon.mnu-shape-align-top {background-position: 0 -352px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-top {background-position: -44px -352px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-top {background-position: -22px -352px;}
|
||||
|
||||
/* shape-align-middle */
|
||||
.x-menu-item-icon.mnu-shape-align-middle {background-position: 0 -374px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-middle {background-position: -44px -374px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-middle {background-position: -22px -374px;}
|
||||
|
||||
/* shape-align-bottom */
|
||||
.x-menu-item-icon.mnu-shape-align-bottom {background-position: 0 -396px;}
|
||||
.x-menu-item-checked .x-menu-item-icon.mnu-shape-align-bottom {background-position: -44px -396px;}
|
||||
.x-menu-item-active .x-menu-item-icon.mnu-shape-align-bottom {background-position: -22px -396px;}
|
||||
|
||||
/* slide picker menu */
|
||||
.slide-picker .storage-data-view .main-thumb{
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin: 4px;
|
||||
margin-right: 2;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slide-picker .storage-data-view .thumb-wrap{
|
||||
display: block;
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.slide-picker .storage-data-view .thumb-wrap:not(.x-item-selected){
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.slide-picker .storage-data-view .caption{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.slide-picker .storage-data-view .main-thumb .caption span{
|
||||
font-size: 10px;
|
||||
color: #3e3f3f;
|
||||
cursor: default;
|
||||
text-overflow: ellipsis;
|
||||
height: 1.2em;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.asc-color-schemas-menu .x-menu-item-link {
|
||||
line-height: 12px;
|
||||
padding-bottom:6px;
|
||||
}
|
||||
|
||||
.asc-color-schemas-menu span.colors {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.asc-color-schemas-menu span.color {
|
||||
display: inline-block;
|
||||
width:12px;
|
||||
height:12px;
|
||||
margin-right: 2px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.asc-color-schemas-menu span.text {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.menu-item-color-palette-theme .x-menu-item-link {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.x-btn-disabled span.asc-toolbar-btn {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.x-item-disabled.asc-toolbar-combo{
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.asc-toolbar-btn-zoom.x-btn-default-small{
|
||||
padding: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
.asc-toolbar-btn-zoom.x-btn-default-small-pressed{
|
||||
border: 1px solid rgba(0, 0, 0, 0)!important;
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.asc-toolbar-btn-zoom.x-btn-default-small button {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.asc-toolbar-btn-zoom.x-btn-default-small-icon .asc-statusbar-btn{
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
/* Chart menu*/
|
||||
.chart-data-view {
|
||||
padding: 10px 10px 14px 12px;
|
||||
}
|
||||
|
||||
.chart-data-view .asc-grouped-data {
|
||||
padding: 2px 2px 2px 12px;
|
||||
}
|
||||
|
||||
.chart-data-view .asc-grouped-data:first-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.chart-data-view .asc-grouped-data .group-description {
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.chart-data-view .asc-grouped-data .group-items-container{
|
||||
width: 202px;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.chart-data-view .asc-grouped-data-selector:last-child {
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.chart-subtype {
|
||||
background-image:url(../img/toolbar/charttypes.png);
|
||||
background-image: -webkit-image-set(url(../img/toolbar/charttypes.png) 1x, url(../img/toolbar/charttypes@2x.png) 2x);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.line-stack {
|
||||
background-position: -50px 0;
|
||||
}
|
||||
|
||||
.line-pstack {
|
||||
background-position: -100px 0;
|
||||
}
|
||||
|
||||
.column-normal {
|
||||
background-position: 0 -50px;
|
||||
}
|
||||
|
||||
.column-stack{
|
||||
background-position: -50px -50px;
|
||||
}
|
||||
|
||||
.column-pstack{
|
||||
background-position: -100px -50px;
|
||||
}
|
||||
|
||||
.bar-normal {
|
||||
background-position: 0 -100px;
|
||||
}
|
||||
|
||||
.bar-stack{
|
||||
background-position: -50px -100px;
|
||||
}
|
||||
|
||||
.bar-pstack{
|
||||
background-position: -100px -100px;
|
||||
}
|
||||
|
||||
.area-normal {
|
||||
background-position: 0 -150px;
|
||||
}
|
||||
|
||||
.area-stack{
|
||||
background-position: -50px -150px;
|
||||
}
|
||||
|
||||
.area-pstack{
|
||||
background-position: -100px -150px;
|
||||
}
|
||||
|
||||
.pie-normal {
|
||||
background-position: 0 -200px;
|
||||
}
|
||||
|
||||
.point-normal{
|
||||
background-position: -50px -200px;
|
||||
}
|
||||
|
||||
.stock-normal{
|
||||
background-position: -100px -200px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Manual layout toolbar
|
||||
*/
|
||||
|
||||
.toolbar-group {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0 9px;
|
||||
}
|
||||
|
||||
.toolbar-group.separator {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.toolbar-row {
|
||||
height: 22px;
|
||||
margin: 4px 0 0;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder {
|
||||
display: inline-block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.toolbar-btn-large-placeholder {
|
||||
display: inline-block;
|
||||
width: 49px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder.document-loading {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder .x-btn-default-small-pressed,
|
||||
.toolbar-btn-placeholder .x-btn-default-small-menu-active,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-pressed,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-menu-active,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-pressed,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-menu-active {
|
||||
background: #E68656 !important; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #BC5C2E 0%, #E68656 80%) !important; /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC5C2E), color-stop(80%,#E68656)) !important; /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #BC5C2E 0%,#E68656 80%) !important; /* IE10+ */
|
||||
background: linear-gradient(to bottom, #BC5C2E 0%,#E68656 80%) !important; /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC5C2E', endColorstr='#E68656',GradientType=0 ) !important; /* IE6-9 */
|
||||
|
||||
background-clip: border-box;
|
||||
background-origin: border-box !important;
|
||||
-moz-background-origin: border !important;
|
||||
}
|
||||
|
||||
|
||||
.toolbar-btn-placeholder .x-btn-default-small-menu-active,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-menu-active,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-menu-active {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
background-clip: border-box;
|
||||
background-attachment: inherit;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder .x-btn-default-small-over,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-over,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-over {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder .x-btn-default-small-disabled,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-disabled,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-disabled {
|
||||
background-image: none !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.toolbar-btn-placeholder .x-btn-default-small-pressed,
|
||||
.toolbar-btn-placeholder .x-btn-default-large-pressed,
|
||||
.toolbar-btn-large-placeholder .x-btn-default-large-pressed {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
.toolbar-btn-spacer {
|
||||
display: inline-block;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
.replaceme {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.x-toolbar-separator.manual {
|
||||
display: inline-block;
|
||||
position: inherit;
|
||||
margin-top: 3px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.x-toolbar-separator.manual.long {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.x-toolbar-separator.manual.short {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.toolbar-combo-placeholder.x-item-disabled {
|
||||
background: -moz-linear-gradient(top, #e2e2e2 0%, #e2e2e2 5%, #f1f1f1 6%, #ffffff 45%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(5%,#e2e2e2), color-stop(6%,#f1f1f1), color-stop(45%,#ffffff)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #e2e2e2 0%,#e2e2e2 5%,#f1f1f1 6%,#ffffff 45%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #e2e2e2 0%,#e2e2e2 5%,#f1f1f1 6%,#ffffff 45%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #e2e2e2 0%,#e2e2e2 5%,#f1f1f1 6%,#ffffff 45%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #e2e2e2 0%,#e2e2e2 5%,#f1f1f1 6%,#ffffff 45%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
||||
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
|
||||
border: 1px solid #afafaf;
|
||||
font: normal 12px tahoma, arial, verdana, sans-serif;
|
||||
padding-left: 3px !important;
|
||||
}
|
||||
|
||||
.toolbar-combo-placeholder .x-form-trigger {
|
||||
position: relative;
|
||||
float: right;
|
||||
top: -1px;
|
||||
right: -1px;
|
||||
}
|
||||
|
||||
.storage-combodataview.toolbar-dataview-placeholder {
|
||||
background-image: url('../img/toolbar/themes.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px 6px;
|
||||
}
|
||||
|
||||
.toolbar-dataview-placeholder .x-btn-combodataview {
|
||||
position: relative !important;
|
||||
width: 26px;
|
||||
float: right;
|
||||
background-color: white !important;
|
||||
border-right: solid 4px white !important;
|
||||
}
|
||||
Reference in New Issue
Block a user