first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,639 @@
/**
Colors:
- Header: #333333
- Subheader: #e8edf1
- Subheader border: #a4acb9
- Highlight buttons/text: #36a7c4
- Text color: #1a1a1a
- Filter color: #373e48
- Dark highlight: #606b7d
*/
.container-fluid {
max-width: 1400px;
min-width: 1000px;
margin: 0 auto;
}
.subtle-select .glyphicon {
visibility: hidden;
padding-left: 5px;
}
a.subtle-select:hover .glyphicon {
visibility: visible;
}
.full {
padding: 0 15px;
width: 100%;
}
.inline {
display: inline;
}
.greyish {
color: #afafaf;
}
.roweditor-canvas {
margin-top: 50px;
}
.no-pad {
margin: 0;
max-width: 1300px;
min-width: 1100px;
}
.content.no-pad {
max-width: 100%;
min-width: 100%;
}
.inset .col-sm-3 {
margin-left: -15px;
}
.no-pad > div{
padding: 0;
}
.dropdown-toggle .icon-caret-down {
padding-left: 10px;
font-size: 85%;
}
h1 {
margin: 0 0 0 15px;
padding: 0;
font-size: 22px;
line-height: 40px;
border: none;
color: #ffffff;
font-family: 'Lato', sans-serif;
}
.truncate, .truncate > span {
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.subheader .details .counter {
top: -1px;
line-height: 1;
display: inline-block;
padding: 2px 6px;
min-width: 20px;
background-color: #e8edf1;
color: #333333;
}
.subheader .subtle-select {
margin: -6px 0 0 -8px;
}
.btn .icon-and-label {
padding-right: 5px;
}
.dropdown-menu .title {
margin: 5px 10px 0px 10px;
font-size: 17px;
min-width: 250px;
}
.dropdown-menu ul {
list-style: none;
list-style-position: inside;
padding: 5px 10px;
}
.input-group-addon {
background-color: transparent;
}
/* List Filter */
.filter-wrapper {
min-height: 400px;
margin-top: 10px;
margin-left: -15px;
}
ul.filter-list {
list-style: none;
list-style-position: inside;
padding-left: 0px;
padding-top: 10px;
}
ul.filter-list li a {
display: block;
color: #373e48;
font-size: 17px;
margin: 10px 5px 10px 0px;
padding-left: 10px;
}
ul.filter-list li.current a {
color: #36a7c4;
padding-left: 5px;
border-left: 4px solid #36a7c4;
}
ul.filter-list li a:hover, ul.filter-list li a:focus {
text-decoration: none;
background-color: #e8edf1;
}
ul.filter-list li.current a:hover, ul.filter-list li.current a:focus {
background-color: transparent;
color: #36a7c4;
cursor: default;
text-decoration: none;
}
/* Result items */
.item-wrapper {
padding-left: 0;
margin-top: 5px;
}
.item-wrapper .message {
text-align: left;
margin-left: 5px;
line-height: 40px;
color: #606b7d;
}
.item-wrapper .message span {
font-size: 14px;
}
.item-wrapper .item {
width: 25%;
padding: 0;
margin: 0;
float: left;
}
.item-wrapper .item .btn-default.disabled,
.item-wrapper .item .btn-default[disabled],
.item-wrapper .item .btn-default[disabled]:active,
.item-wrapper .item .btn-default[disabled]:hover {
border-color: #ffffff;
cursor: default;
}
.item-wrapper .item .item-box {
margin: 5px;
border: 1px solid #e8edf1;
height: 250px;
overflow: hidden;
cursor: pointer;
background-repeat: no-repeat;
background-position: center 20px;
background-size: auto;
position: relative;
}
.item-box .details {
position: relative;
background-color: #e8edf1;
height: 160px;
margin-top: 120px;
padding: 5px;
color: #373e48;
font-size: 13px;
transition: margin-top .5s ease;
-moz-transition: margin-top .5s ease;
-webkit-transition: margin-top .5s ease;
-o-transition: margin-top .5s ease;
}
.item-box:hover .details, .item-box.active .details {
margin-top: 50px;
}
.item-box .actions {
padding: 5px;
height: 45px;
}
.item-box .actions .btn-group {
visibility: hidden;
}
.item-box:hover .actions .btn-group, .item-box.active .actions .btn-group {
visibility: inherit;
}
.item-box .details h3 {
font-size: 14px;
margin: 0;
padding: 2px;
color: #373e48;
}
.item-box .details span {
display: block;
margin-top: 5px;
}
.item-box .details span i {
padding-right: 10px;
padding-left: 5px;
}
.item-box .details .basic-details {
min-height: 60px;
}
.item-box .details p {
width: 100%;
height: 70px;
font-size: 12px;
overflow: hidden;
}
.create-inline {
padding: 100px 20px 80px 20px;
border: 1px solid #e8edf1;
}
.create-inline span {
display: block;
font-size: 18px;
color: #1a1a1a;
text-align: center;
margin-bottom: 20px;
}
.create-inline .glyphicon {
margin-right: 10px;
}
.show-more {
clear: both;
height: 50px;
text-align: center;
padding-top: 5px;
margin: 5px;
}
.show-more a {
display: block;
padding: 5px;
font-size: 15px;
text-decoration: none;
cursor: pointer;
color: #666666;
}
.show-more a:hover {
color: #1a1a1a;
background: #e8edf1;
}
.content-canvas-wrapper {
-moz-box-shadow: inset 0 3px 3px -4px #ababab;
-webkit-box-shadow: inset 0 3px 3px -4px #ababab;
box-shadow: inset 0 3px 3px -4px #ababab;
margin: 15px 7px 0 7px;
z-index: 0;
}
.content-canvas {
background-color: #f9f9f9;
margin: 0 3px 0 3px;
-moz-box-shadow: inset 0 3px 3px -4px #ababab;
-webkit-box-shadow: inset 0 3px 3px -4px #ababab;
box-shadow: inset 0 3px 3px -4px #ababab;
padding: 20px;
}
.content-canvas h3 {
margin-bottom: 5px;
}
.content-canvas .no-results{
color: #999999;
font-size: 16px;
margin: 10px 0px;
}
.content-canvas .item-wrapper {
margin: 5px 10px;
}
/* History */
table.history {
margin: 0;
padding: 0;
}
.subheader table.history {
min-width: 250px;
}
table.history td {
vertical-align: middle;
}
table.history tr td:last-child {
width: 90%;
}
table.history tr:hover {
background-color: #f3f6f8;
cursor: pointer;
}
table.history tr.current:hover {
background-color: #e8edf1;
cursor: inherit;
}
table.history a:hover {
text-decoration: none;
}
table.history .version {
font-size: 30px;
display: inline-block;
color: #36a7c4;
padding: 5px 10px;
vertical-align:middle;
color: #36a7c4;
}
table.history .detail {
padding: 5px 5px;
font-size: 15px;
color: #1a1a1a;
display: inline-block;
}
table.history tr.current {
font-weight: bold;
background-color: #e8edf1;
}
table.history tr.current td {
background-color: #e8edf1;
}
.comments {
clear: both;
width: 350px;
border-top: 1px solid #eeeeee;
margin-top: 5px;
max-height: 350px;
overflow: auto;
}
.comment {
margin: 10px 0px 20px 0px;
font-size: 12px;
}
.comment .date {
color: #999999;
font-size: 12px;
}
.comment .author {
color: #36a7c4;
font-size: 18px;
}
.comment p {
word-wrap: break-word;
}
.modal.modal-wide .modal-dialog {
width: 1000px;
}
.modal-dialog.modal-wide {
width: 1000px;
}
.modal-body p {
font-size: 15px;
}
.modal-body p.danger {
color: #d35f5f;
margin-top: 10px;
}
.form-group .inline-help {
font-size: 11px;
color: #666666;
margin-top: 5px;
}
.form-group .message {
color: #1a1a1a;
font-size: 14px;
}
.people-select > .selection {
width: 100%;
text-align: left;
}
.popup-wrapper .people-select {
max-height: 160px;
}
.people-select .nothing-to-see {
padding: 5px 0;
color: #999999;
}
.inline-people-select {
max-height: 120px;
overflow: auto;
}
/** Center tabbed pane */
.center-pane {
overflow: auto;
padding-bottom: 20px;
}
.center-pane .content {
overflow: hidden;
}
.center-pane .tab-actions {
padding: 8px;
}
.center-pane .tabs-wrapper > .pull-right {
margin-right: 5px;
}
.center-pane .content {
padding: 10px;
}
.center-pane.content {
padding: 0;
}
.center-pane .content .tabs, .center-pane.content .tabs {
padding-left: 15px;
}
.center-pane .content .tabs > li a, .center-pane.content .tabs > li a {
padding: 8px 30px;
}
.center-pane .header h1 {
font-size: 30px;
margin: 0;
padding:0;
}
.center-pane .header h2 {
font-size: 24px;
margin: 0 0 5px 0;
padding:0;
}
.center-pane .header {
padding: 5px 10px 25px 10px;
}
.center-pane .header.compact {
padding-bottom: 5px;
}
.center-pane .well {
-moz-border-radius: 0px;
-webkit-border-radius: px;
border-radius: 0px;
background-color: #f9f9f9;
padding: 12px 10px;
margin: 15px 0 0 0;
border: 1px solid #eeeeee;
}
/** General button styling */
.btn.btn-clean {
border: none;
background-color: transparent;
font-size: 24px;
padding: 2px 6px;
color: #444444;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-clean:hover .icon-remove {
color: #a02828;
}
.btn-clean:focus, .btn-clean:hover {
color: #5f8dd3;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-clean:active {
color: #2c5aa0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* Show list in popup */
ul.list {
list-style: none inside;
padding: 0px;
margin-bottom: 3px;
}
ul.list>li {
line-height: 30px;
margin: 0;
padding: 4px;
cursor: pointer;
}
.popup-wrapper ul.list>li {
border-top: 1px solid #eeeeee;
}
.popup-wrapper ul.list>li:last-child {
border-bottom: 1px solid #eeeeee;
}
ul.list>li:hover, ul.list>li.active {
background-color: #f2f2f2;
}
ul.list >li .actions {
float:right;
margin: 0px 0px 0px 5px;
visibility: hidden;
}
ul.list>li:hover .actions {
visibility: inherit;
}
/** Animations **/
.fadein.ng-enter,
.fadein.ng-move {
-webkit-transition: 0.5s linear opacity;
transition: 0.5s linear all;
}
.fadein.ng-enter {
opacity:0;
}
.fadein.ng-enter.ng-enter-active {
opacity:1;
}
.fadein.ng-move {
opacity:0.5;
}
.fadein.ng-move.ng-move-active {
opacity:1;
}
.popup-error {
color: red;
padding: 0 5px 8px 0;
}
/** Passwords */
.password-field {
width: 320px;
}
/** LOADING */
.message .loading {
line-height: 40px;
margin-left: 0px;
}

View File

@ -0,0 +1,477 @@
@font-face {
font-family: 'ActivitiModeler';
src: url('../fonts/activiti-admin-webfont.eot');
src: url('../fonts/activiti-admin-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/activiti-admin-webfont.woff') format('woff'),
url('../fonts/activiti-admin-webfont.ttf') format('truetype'),
url('../fonts/activiti-admin-webfont.svg#activitimodelerregular') format('svg');
font-weight: normal;
font-style: normal;
}
.row-no-gutter .col-xs-9 {
padding-left: 0px;
padding-right: 0px;
z-index: 50;
}
.row-no-gutter .col-xs-3 {
padding-left: 0px;
padding-right: 0px;
z-index: 100;
}
.editor-item-picker {
height: 400px;
max-height: 400px;
min-height: 400px;
overflow: auto;
}
.editor-item-picker-component {
height: 185px;
max-height: 185px;
overflow: hidden;
}
.editor-toolbar {
padding-left: 5px;
}
.editor-toolbar > .btn-group {
margin: 12px 15px 0px 0px;
}
.editor-toolbar > .btn-group.pull-right {
margin: 0;
}
.editor-toolbar .btn.btn-inverse {
font-size: 24px;
color: #FFFFFF;
border-color: rgba(0, 0, 0, 0);
padding: 3px 6px 0px 6px;
box-shadow: none;
text-shadow: none;
text-align: center;
border: none;
margin: 0px 0px 0px 5px;
height: 36px;
min-width: 36px;
}
.editor-toolbar .btn.btn-inverse.pressed {
background-color: #287d92;
color: #174753;
}
.editor-toolbar .btn.btn-inverse.disabled, .editor-toolbar .btn.btn-inverse[disabled], .editor-toolbar .btn.btn-inverse[disabled]:active, .editor-toolbar .btn.btn-inverse[disabled]:hover {
background-color: #668b94;
border-color: #668b94;
}
.editor-toolbar .btn.btn-inverse.separator {
background: transparent;
padding: 4px 5px 0px 5px;
width: 1px;
min-width: 1px;
}
.editor-toolbar .toolbar-separator {
background: #a4acb9;
width: 1px;
height: 30px;
}
.stencils {
border-right: 1pt solid #c7cacd;
overflow: auto;
z-index: 5000;
}
.stencils ul {
padding-left: 0;
}
.stencils > div {
margin-top: 10px;
}
.stencil-group {
list-style: none;
list-style-position: outside;
margin: 0px 15px 0px 0px;
}
.stencil-group > li {
list-style: none;
list-style-position: outside;
margin: 0px 0px 5px 15px;
background-color: #ffffff;
font-family: Arial, Regular;
font-size: 17px;
color: #323437;
}
.stencil-group > li > span {
margin-left: 5px;
padding-top:5px;
padding-bottom: 5px;
display: block;
cursor: pointer;
}
.stencil-group > li > span > i {
font-size: 12px;
line-height: 17px;
}
.stencil-group > li > ul {
list-style: none;
list-style-position: inside;
background-color: transparent;
margin: 0px;
overflow: hidden;
padding-left: 20px;
}
.stencil-group.collapsed > li {
color: #000000;
}
.stencil-group.collapsed > li > ul {
max-height: 0px;
padding-top: 0;
padding-bottom: 0;
}
.stencil-group-non-root > li {
background-color: #ffffff;
}
.stencil-item {
cursor: pointer;
padding: 5px;
}
.root-stencil-item {
margin: 0 0 0 15px;
font-family: Arial, Regular;
font-size: 17px;
}
.ui-draggable.stencil-item.stencil-item-dragged {
display: block;
text-overflow: ellipsis;
white-space: nowrap;
}
/* Modeling Canvas
-------------------------------- */
div.canvas-wrapper {
overflow: auto;
background-color: #F8F8F8;
}
.canvas_resize_indicator i {
font-size: 15px;
color: #ffffff;
cursor: pointer;
}
.canvas_resize_indicator.N, .canvas_resize_indicator.S, .canvas_resize_indicator.E, .canvas_resize_indicator.W {
background: #5fbcd3;
height: 17px;
width: 17px;
text-align: center;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
#canvas-grow-N.canvas_resize_indicator, #canvas-shrink-S.canvas_resize_indicator {
margin: 0;
top: auto;
}
#canvas-grow-S.canvas_resize_indicator, #canvas-shrink-N.canvas_resize_indicator {
margin: 0;
bottom: auto;
}
#canvas-grow-E.canvas_resize_indicator, #canvas-shrink-W.canvas_resize_indicator {
margin: 0;
right: auto;
}
#canvas-grow-W.canvas_resize_indicator, #canvas-shrink-E.canvas_resize_indicator {
margin: 0;
left: auto;
}
.x-panel-body.x-panel-body-noheader.x-panel-body-noborder, .ORYX_Editor x-panel {
background-color: #F8F8F8;
}
.canvas-message {
position: absolute;
top: 60px;
right: 10px;
background: transparent;
font-size: 10pt;
}
div.propertySection {
height: 250px;
background-color: #e8edf1;
margin-bottom: 0px;
}
.selected-item-title {
font-size: 25px;
font-weight: bold;
padding: 8px 0 8px 8px;
border-bottom: 1px solid #a4acb9;
cursor: pointer;
}
.selected-item-title a {
display: block;
color: #1a1a1a;
}
.selected-item-title .glyphicon {
line-height: 25px;
font-size: 14px;
}
.selected-item-title a:hover, .selected-item-title a:focus {
color: #1a1a1a;
text-decoration: none;
}
.selected-item-section > div > .pull-right {
line-height: 50px;
margin: 0px 10px;
font-size: 14px;
}
.selected-item-body .property-row {
float: left;
width: 50%;
border: 0;
margin: 0;
padding: 0;
font-size: 13px;
overflow: hidden;
}
.selected-item-body .property-row:hover {
background-color: #d7dfe6;
}
.selected-item-body {
padding: 0;
overflow: auto;
height: 199px;
}
.selected-item-body > div {
overflow: hidden;
margin: 5px 20px;
}
.property-row > span {
display: block;
float: left;
margin: 2px 2%;
padding: 0;
min-height: 25px;
}
.property-row span.value {
cursor: pointer;
width: 46%;
padding: 0;
margin: 0;
}
.property-row span.value:hover {
cursor: pointer;
}
.property-row span.title {
font-size: 13px;
font-weight: bold;
width: 46%;
}
.property-row span.title-removed {
font-size: 13px;
font-weight: normal;
width: 46%;
}
.propertySection.collapsed {
max-height: 50px;
height: 50px;
overflow: hidden;
}
.propertySection.collapsed .selected-item-title {
border: none;
}
.property-row input[type="text"] {
height: 25px;
margin: 2px 0;
padding: 0px 5px;
width: 100%;
outline: none;
border:none !important;
box-shadow:none !important;
}
.default-grid {
border: 1px solid rgb(212,212,212);
width: 100%;
height: 300px;
margin-bottom: 10px;
}
.kis-listener-grid {
border: 1px solid rgb(212,212,212);
width: 100%;
height: 200px;
margin-bottom: 10px;
}
.kis-field-grid {
border: 1px solid rgb(212,212,212);
width: 100%;
height: 150px;
margin-bottom: 10px;
}
.saving-text {
display: table;
margin: 0 auto;
padding: 20px 0 0px 0;
}
.form-property-checkbox {
margin:0;
}
/* Oryx overrides
-------------------------------- */
ul.x-menu-list {
list-style: none;
list-style-position: inside;
width: 200px;
background-color: #FFFFFF;
border: 1px solid #E1E2E5;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
padding: 3px;
}
img.x-menu-item-icon {
width: auto;
height: auto;
margin-right: 5px;
}
li.x-menu-list-item {
margin: 3px 0px;
}
li.x-menu-list-item.x-menu-item-active {
background-color: #EFEFEF;
}
li.x-menu-list-item a {
color: #000000;
}
li.x-menu-list-item.x-menu-item-active a {
text-decoration: none;
}
.sequence-flow-order-element {
margin: 12px 0 12px 0;
}
/* Editor icon font */
.editor-icon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'ActivitiModeler';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.editor-icon-save:before {
content: 'a';
}
.editor-icon-edit:before {
content: 'b';
}
.editor-icon-cut:before {
content: 'c';
}
.editor-icon-copy:before {
content: 'd';
}
.editor-icon-paste:before {
content: 'e';
}
.editor-icon-delete:before {
content: 'f';
}
.editor-icon-redo:before {
content: 'h';
}
.editor-icon-undo:before {
content: 'g';
}
.editor-icon-same-size:before {
content: 'i';
}
.editor-icon-zoom-in:before {
content: 'k';
}
.editor-icon-zoom-out:before {
content: 'l';
}
.editor-icon-zoom-actual:before {
content: 'm';
}
.editor-icon-zoom-fit:before {
content: 'j';
}
.editor-icon-bendpoint-add:before {
content: 'n';
}
.editor-icon-bendpoint-remove:before {
content: 'o';
}
.editor-icon-align-horizontal:before {
content: 'p';
}
.editor-icon-align-vertical:before {
content: 'q';
}
.editor-icon-close:before {
content: "X";
}