Files
cms_thermo_active/Step/wwwroot/assets/styles/base/head.css
T
Lucio Maranta 66c36eea9c Added new animation & arrow
Added scroll bar to scada tab
2019-08-19 16:36:16 +02:00

724 lines
17 KiB
CSS

.text-success {
color: #002680;
}
.head-spindle,
.head-production,
.head-awj {
border-top: 0;
border-bottom: 0;
width: 512px;
min-height: 96px;
margin: 4px;
background-color: white;
border-radius: 2px;
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
display: flex;
flex-wrap: wrap;
}
.head-spindle > *,
.head-production > *,
.head-awj > *,
.head-spindle,
.head-production,
.head-awj {
box-sizing: border-box;
}
.head-spindle label,
.head-production label,
.head-awj label {
color: #4b4b4b;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin: 8px 0;
text-align: center;
}
.head-spindle header,
.head-production header,
.head-awj header {
width: 94px;
flex-shrink: 0;
height: 100%;
border-right: 2px solid #979797;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
font-size: 20px;
font-weight: 600;
color: #002680;
}
.head-spindle header span.process,
.head-production header span.process,
.head-awj header span.process {
color: #002680;
width: 64px;
font-size: 14px;
height: 21px;
line-height: 21px;
flex-grow: 0;
text-transform: uppercase;
text-align: center;
border: 1px solid #002680;
margin: 8px;
}
.head-spindle section,
.head-production section,
.head-awj section {
width: 218px;
flex-shrink: 0;
display: flex;
flex-flow: column;
justify-content: space-between;
}
.head-spindle section div,
.head-production section div,
.head-awj section div {
padding: 10px 8px;
padding-top: 0;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.head-spindle section div button,
.head-production section div button,
.head-awj section div button {
width: 48px;
height: 48px;
border: none;
background-image: linear-gradient(to bottom, #f1f1f1, #bbbcbc);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
border-radius: 2px;
}
.head-spindle section div button i,
.head-production section div button i,
.head-awj section div button i {
color: #002680;
font-size: 22px;
}
.head-spindle section div button:active,
.head-production section div button:active,
.head-awj section div button:active {
background-image: linear-gradient(to bottom, #404040, #657178);
color: white;
box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.head-spindle section div button:disabled,
.head-production section div button:disabled,
.head-awj section div button:disabled {
background-color: #dddddd !important;
background-image: none !important;
box-shadow: none !important;
}
.head-spindle section div button:disabled i,
.head-production section div button:disabled i,
.head-awj section div button:disabled i {
color: #878787;
}
.head-spindle section div span,
.head-production section div span,
.head-awj section div span {
text-align: center;
color: #4b4b4b;
font-size: 14px;
display: flex;
flex-flow: column;
justify-content: center;
}
.head-spindle section div span h5,
.head-production section div span h5,
.head-awj section div span h5 {
margin: 0;
font-size: 18px;
font-weight: 600;
}
.head-spindle .tool-box,
.head-production .tool-box,
.head-awj .tool-box {
overflow: hidden;
width: 102px;
}
.head-spindle .tool-box .tool-name,
.head-production .tool-box .tool-name,
.head-awj .tool-box .tool-name {
white-space: pre;
line-height: 41px;
}
.head-spindle .tool-box .tool-duplo,
.head-production .tool-box .tool-duplo,
.head-awj .tool-box .tool-duplo {
font-size: 14px;
line-height: 18px;
}
.head-spindle .detailBoxOpened,
.head-production .detailBoxOpened,
.head-awj .detailBoxOpened {
background-color: rgba(23, 145, 255, 0.3);
}
.head-spindle .tool-box,
.head-production .tool-box,
.head-awj .tool-box,
.head-spindle .load-box,
.head-production .load-box,
.head-awj .load-box,
.head-spindle .abrasive,
.head-production .abrasive,
.head-awj .abrasive,
.head-spindle .vacuum,
.head-production .vacuum,
.head-awj .vacuum {
display: flex;
flex-flow: column;
align-items: center;
border-left: 2px solid #979797;
color: #4b4b4b;
position: relative;
}
.head-spindle .tool-box span,
.head-production .tool-box span,
.head-awj .tool-box span,
.head-spindle .load-box span,
.head-production .load-box span,
.head-awj .load-box span,
.head-spindle .abrasive span,
.head-production .abrasive span,
.head-awj .abrasive span,
.head-spindle .vacuum span,
.head-production .vacuum span,
.head-awj .vacuum span {
font-weight: 600;
font-size: 30px;
line-height: 30px;
}
.head-spindle .tool-box.disabled > label,
.head-production .tool-box.disabled > label,
.head-awj .tool-box.disabled > label,
.head-spindle .load-box.disabled > label,
.head-production .load-box.disabled > label,
.head-awj .load-box.disabled > label,
.head-spindle .abrasive.disabled > label,
.head-production .abrasive.disabled > label,
.head-awj .abrasive.disabled > label,
.head-spindle .vacuum.disabled > label,
.head-production .vacuum.disabled > label,
.head-awj .vacuum.disabled > label,
.head-spindle .tool-box.disabled > span,
.head-production .tool-box.disabled > span,
.head-awj .tool-box.disabled > span,
.head-spindle .load-box.disabled > span,
.head-production .load-box.disabled > span,
.head-awj .load-box.disabled > span,
.head-spindle .abrasive.disabled > span,
.head-production .abrasive.disabled > span,
.head-awj .abrasive.disabled > span,
.head-spindle .vacuum.disabled > span,
.head-production .vacuum.disabled > span,
.head-awj .vacuum.disabled > span,
.head-spindle .tool-box.disabled > small,
.head-production .tool-box.disabled > small,
.head-awj .tool-box.disabled > small,
.head-spindle .load-box.disabled > small,
.head-production .load-box.disabled > small,
.head-awj .load-box.disabled > small,
.head-spindle .abrasive.disabled > small,
.head-production .abrasive.disabled > small,
.head-awj .abrasive.disabled > small,
.head-spindle .vacuum.disabled > small,
.head-production .vacuum.disabled > small,
.head-awj .vacuum.disabled > small {
color: #4b4b4b !important;
}
.head-spindle .tool-box.disabled::after,
.head-production .tool-box.disabled::after,
.head-awj .tool-box.disabled::after,
.head-spindle .load-box.disabled::after,
.head-production .load-box.disabled::after,
.head-awj .load-box.disabled::after,
.head-spindle .abrasive.disabled::after,
.head-production .abrasive.disabled::after,
.head-awj .abrasive.disabled::after,
.head-spindle .vacuum.disabled::after,
.head-production .vacuum.disabled::after,
.head-awj .vacuum.disabled::after {
content: " ";
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(216, 216, 216, 0.5);
}
.head-spindle .load-box span,
.head-production .load-box span,
.head-awj .load-box span {
color: #1791ff;
}
.head-spindle .load-box.danger span,
.head-production .load-box.danger span,
.head-awj .load-box.danger span {
color: #d0021b !important;
}
.head-spindle .load-box.warning span,
.head-production .load-box.warning span,
.head-awj .load-box.warning span {
color: #f5a623 !important;
}
.head-spindle .vacuum,
.head-production .vacuum,
.head-awj .vacuum {
width: 88px;
flex-shrink: 0;
}
.head-spindle .abrasive,
.head-production .abrasive,
.head-awj .abrasive {
width: 100%;
}
.head-spindle .load-box,
.head-production .load-box,
.head-awj .load-box {
width: 102px;
}
.head-spindle .tool-box,
.head-production .tool-box,
.head-awj .tool-box {
width: 116px;
}
.head-spindle.selected,
.head-production.selected,
.head-awj.selected {
box-shadow: inset 0px 0px 0px 2px #51adff;
}
.head-spindle.selected *,
.head-production.selected *,
.head-awj.selected * {
border-color: #51adff !important;
}
.head-spindle.selected header,
.head-production.selected header,
.head-awj.selected header {
background-color: #51adff;
color: #fff;
}
.head-spindle.selected header span.process,
.head-production.selected header span.process,
.head-awj.selected header span.process {
border-color: #fff !important;
color: #fff;
}
.head-spindle .detail-box,
.head-production .detail-box,
.head-awj .detail-box {
background-color: white;
height: 104px;
width: 416px;
display: flex;
position: absolute;
right: 154px;
}
.head-spindle .detail-box span,
.head-production .detail-box span,
.head-awj .detail-box span {
width: 156px;
font-size: 18px;
line-height: 20px;
font-weight: 600;
}
.head-spindle .detailBoxTransition-enter-active,
.head-production .detailBoxTransition-enter-active,
.head-awj .detailBoxTransition-enter-active,
.head-spindle .detailBoxTransition-leave-active,
.head-production .detailBoxTransition-leave-active,
.head-awj .detailBoxTransition-leave-active {
width: 416px;
transition: width .5s;
overflow: hidden;
}
.head-spindle .detailBoxTransition-enter-active .column-right,
.head-production .detailBoxTransition-enter-active .column-right,
.head-awj .detailBoxTransition-enter-active .column-right,
.head-spindle .detailBoxTransition-leave-active .column-right,
.head-production .detailBoxTransition-leave-active .column-right,
.head-awj .detailBoxTransition-leave-active .column-right {
box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.5);
}
.head-spindle .detailBoxTransition-enter-active-to,
.head-production .detailBoxTransition-enter-active-to,
.head-awj .detailBoxTransition-enter-active-to {
width: 416px;
}
.head-spindle .detailBoxTransition-enter,
.head-production .detailBoxTransition-enter,
.head-awj .detailBoxTransition-enter,
.head-spindle .detailBoxTransition-leave-to,
.head-production .detailBoxTransition-leave-to,
.head-awj .detailBoxTransition-leave-to {
width: 0;
transition: width .5s;
}
.head-spindle .column-left,
.head-production .column-left,
.head-awj .column-left {
display: flex;
flex-direction: column;
width: 247px;
border-right: 2px solid #979797;
}
.head-spindle .column-left .row,
.head-production .column-left .row,
.head-awj .column-left .row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 247px;
justify-content: space-between;
align-items: center;
flex: 1;
}
.head-spindle .column-left .row span,
.head-production .column-left .row span,
.head-awj .column-left .row span {
margin-left: 5px;
}
.head-spindle .column-left .row .number,
.head-production .column-left .row .number,
.head-awj .column-left .row .number {
width: 70px;
height: 25px;
border-radius: 2px;
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 8px;
color: #4b4b4b;
padding-right: 8px;
font-size: 20px;
}
.head-spindle .column-left .row:nth-child(odd) .number,
.head-production .column-left .row:nth-child(odd) .number,
.head-awj .column-left .row:nth-child(odd) .number {
background-color: #f3f3f3;
}
.head-spindle .column-left .row:nth-child(even) .number,
.head-production .column-left .row:nth-child(even) .number,
.head-awj .column-left .row:nth-child(even) .number {
background-color: rgba(23, 145, 255, 0.3);
}
.head-spindle .column-right,
.head-production .column-right,
.head-awj .column-right {
display: flex;
flex-direction: row;
width: 167px;
justify-content: center;
align-items: center;
}
.head-spindle .column-right .column,
.head-production .column-right .column,
.head-awj .column-right .column {
width: 56px;
flex: 1;
text-align: center;
flex-direction: column;
}
.head-spindle .column-right .column img,
.head-production .column-right .column img,
.head-awj .column-right .column img {
opacity: 0.2;
width: 45px;
padding: 5px;
height: auto;
}
.head-spindle .column-right .column .iconActive,
.head-production .column-right .column .iconActive,
.head-awj .column-right .column .iconActive {
opacity: 1;
color: #f1f1f1;
}
.head-place-holder {
width: 240px;
height: 102px;
margin: 4px;
margin-bottom: 6px;
margin-top: 6px;
background-color: #4e585e;
border-radius: 2px;
}
.head-std {
width: 240px;
height: 102px;
margin: 4px;
margin-bottom: 6px;
margin-top: 6px;
background-color: white;
border-radius: 2px;
box-sizing: border-box;
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
display: flex;
}
.head-std > * {
box-sizing: border-box;
}
.head-std header {
display: flex;
font-size: 18px;
color: #002680;
padding: 0 4px;
height: 24px;
line-height: 24px;
flex-shrink: 0;
border-bottom: 1px solid #dfdfdf;
justify-content: space-between;
font-weight: 600;
}
.head-std header span.title {
font-size: 16px;
flex-grow: 1;
width: 100%;
overflow: hidden;
margin-right: 4px;
white-space: nowrap;
}
.head-std header span.process,
.head-std header span.isRunning {
color: #002680;
width: 32px;
font-size: 14px;
height: 20px;
flex-grow: 0;
line-height: 20px;
margin-top: 1px;
text-transform: uppercase;
text-align: center;
border: 1px solid #002680;
}
.head-std header span.process i,
.head-std header span.isRunning i {
line-height: 20px;
}
.head-std header span.isRunning {
margin-right: 4px;
}
.head-std section {
width: calc(100% - 56px);
display: flex;
flex-flow: column;
justify-content: space-between;
position: relative;
}
.head-std section div {
padding: 7px 8px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.head-std section div button {
width: 48px;
min-width: 48px;
height: 48px;
border: none;
background-image: linear-gradient(to bottom, #f1f1f1, #bbbcbc);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
border-radius: 2px;
}
.head-std section div button i {
color: #002680;
font-size: 22px;
}
.head-std section div button:active {
background-image: linear-gradient(to bottom, #bbbcbc, #f1f1f1);
box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.head-std section div button:disabled {
background-color: #dddddd !important;
background-image: none !important;
box-shadow: none !important;
}
.head-std section div button:disabled i {
color: #878787;
}
.head-std section div span {
text-align: center;
color: #4b4b4b;
font-size: 14px;
display: flex;
flex-flow: column;
justify-content: center;
width: 70px;
overflow: hidden;
}
.head-std section div span h5 {
margin: 0;
font-size: 18px;
font-weight: 600;
}
.head-std section span.progress {
position: absolute;
font-size: 12px;
color: #1791ff;
bottom: 6px;
width: 100%;
text-align: center;
font-weight: 600;
}
.head-std section progress {
width: 100%;
height: 6px;
background-color: #fff;
}
.head-std section progress::-moz-progress-bar {
background-color: #fff;
}
.head-std section progress::-webkit-progress-value {
background-image: linear-gradient(to right, #1791ff, #33c4ff);
transition: width 0.3s;
}
.head-std aside {
width: 56px;
height: 100%;
display: flex;
flex-flow: column;
}
.head-std aside .tool-box {
overflow: hidden;
}
.head-std aside .tool-box .tool-name {
white-space: pre;
line-height: 20px;
}
.head-std aside .tool-box .tool-duplo {
font-size: 11px;
font-weight: normal;
}
.head-std aside .tool-box,
.head-std aside .load-box {
height: 50%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-left: 1px solid #dfdfdf;
overflow: hidden;
position: relative;
}
.head-std aside .tool-box label,
.head-std aside .load-box label {
color: #4b4b4b;
font-size: 14px;
line-height: 20px;
font-weight: normal;
}
.head-std aside .tool-box span,
.head-std aside .load-box span {
font-weight: 600;
font-size: 18px;
line-height: 14px;
}
.head-std aside .tool-box small,
.head-std aside .load-box small {
color: #4b4b4b;
font-size: 10px;
}
.head-std aside .tool-box.disabled > label,
.head-std aside .load-box.disabled > label,
.head-std aside .tool-box.disabled > span,
.head-std aside .load-box.disabled > span,
.head-std aside .tool-box.disabled > small,
.head-std aside .load-box.disabled > small {
color: #4b4b4b !important;
}
.head-std aside .tool-box.disabled::after,
.head-std aside .load-box.disabled::after {
content: " ";
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(216, 216, 216, 0.5);
}
.head-std aside .load-box {
border-top: 1px solid #dfdfdf;
}
.head-std aside .load-box label,
.head-std aside .load-box span {
color: #1791ff;
}
.head-std aside .load-box.danger label,
.head-std aside .load-box.danger span {
color: #d0021b !important;
}
.head-std aside .load-box.warning label,
.head-std aside .load-box.warning span {
color: #f5a623 !important;
}
.head-std.selected header {
background-image: linear-gradient(to right, #1791ff, #33c4ff);
color: #fff;
border-right: none;
}
.head-std.selected header span.process {
border-color: #fff !important;
color: #fff;
}
.head-std.selected header span.isRunning {
border-color: #fff !important;
color: #fff;
}
.heads-container {
position: absolute;
top: -6px;
right: 4px;
display: flex;
flex-flow: row wrap;
width: 512px;
height: 230px;
overflow-x: hidden;
}
.mini {
width: 262px;
}
.heads-container-lt4 {
right: -12px;
}
.head-production {
max-width: 530px;
width: 530px;
min-height: 96px;
}
.width-small {
width: 512px;
}
.head-production header {
min-height: 96px;
justify-content: start;
}
.head-production header .title {
display: flex;
flex-flow: row;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin: 8px 0;
width: 100%;
text-align: center;
}
.head-production header > div {
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
margin-top: 3px;
}
.head-production header > div span.process {
width: 27px;
font-size: 16px;
height: 27px;
line-height: 27px;
}
.head-production.selected header {
min-height: 94px;
}