15/01/2024
This commit is contained in:
578
css/style.css
Normal file
578
css/style.css
Normal file
@@ -0,0 +1,578 @@
|
||||
::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#js-hura-edit-container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.hura-scroll::-webkit-scrollbar-track, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-track, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-track, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar-thumb, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-thumb, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-thumb, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-thumb {
|
||||
background: #D9D9D9;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar-thumb:hover, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-thumb:hover, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-thumb:hover, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.hura-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hura-style-italic {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
.hura-style-under {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.hura-style-line-through {
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
|
||||
.hura-edit-body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
background: #444;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-top {
|
||||
width: 100%;
|
||||
background: #24375C;
|
||||
height: 40px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-right {
|
||||
background: #24375C;
|
||||
width: 320px;
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding: 0 10px 10px;
|
||||
color: #fff;
|
||||
}
|
||||
.hura-edit-body .hura-main-content {
|
||||
width: calc(100% - 320px);
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
transition: 0.3s all;
|
||||
margin: auto;
|
||||
border: 0;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder {
|
||||
width: calc(100% - 320px);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder a {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder a:hover * {
|
||||
fill: #4AC9FF;
|
||||
}
|
||||
.hura-edit-body .hura-btn-tab {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 16px;
|
||||
}
|
||||
.hura-edit-body .hura-panel-options {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
}
|
||||
.hura-edit-body .hura-panel-options .hura-group-title {
|
||||
padding: 0 10px;
|
||||
line-height: 40px;
|
||||
margin: 0;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
}
|
||||
.hura-edit-body .hura-option-list {
|
||||
border-top: 1px solid #374868;
|
||||
padding: 16px 10px;
|
||||
}
|
||||
.hura-edit-body .hura-option-list a {
|
||||
display: table;
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
color: #fff !important;
|
||||
}
|
||||
.hura-edit-body .hura-option-list a::before {
|
||||
content: "";
|
||||
border-radius: 2px;
|
||||
border: 1px solid #7D8FB1;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: #1E3053;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
.hura-edit-body .hura-option-list .current::before {
|
||||
background: #2989F9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.hura-edit-body .hura-option-list .current::after {
|
||||
content: "";
|
||||
width: 11px;
|
||||
height: 8px;
|
||||
border: 2px solid #fff;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
transform: rotate(-45deg);
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.hura-toolbar-list {
|
||||
background: #2989F9;
|
||||
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
}
|
||||
.hura-toolbar-list a {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
outline: unset !important;
|
||||
}
|
||||
|
||||
.hura-toolbar-table {
|
||||
border: 1px solid #374868;
|
||||
padding: 18px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.hura-toolbar-table table {
|
||||
width: 100%;
|
||||
}
|
||||
.hura-toolbar-table table * {
|
||||
color: #fff;
|
||||
}
|
||||
.hura-toolbar-table td {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.hura-toolbar-table td:nth-child(1) {
|
||||
font-size: 13px;
|
||||
font-weight: 300;
|
||||
min-width: 75px;
|
||||
}
|
||||
.hura-toolbar-table select, .hura-toolbar-table input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
height: 36px;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.js-hura-edit {
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
.js-hura-edit:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
.js-hura-edit *:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
.js-hura-edit img:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
|
||||
.hura-selected {
|
||||
outline: 2px solid #2989F9;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hura-edit-popup-container table {
|
||||
width: 100%;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-bg {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
z-index: 999;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-popup-group {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: #fff;
|
||||
z-index: 1000;
|
||||
max-width: 930px;
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
overflow: auto;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 16px 20px 12px;
|
||||
border-bottom: 1px solid #F5F5F5;
|
||||
line-height: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn {
|
||||
border-top: 1px solid #F5F5F5;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 36px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn a {
|
||||
color: #2989F9;
|
||||
border-radius: 4px;
|
||||
padding: 0 24px;
|
||||
margin: 0 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn a:last-child {
|
||||
color: #fff;
|
||||
background: #2989F9;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content {
|
||||
height: calc(100% - 130px);
|
||||
overflow: auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content thead {
|
||||
background: #F5F5F5;
|
||||
font-weight: 600;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border: 1px solid #ECECEC;
|
||||
padding: 8px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(1) {
|
||||
min-width: 50px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(2) {
|
||||
min-width: 65px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(3) {
|
||||
min-width: 150px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(5) input, .hura-edit-popup-container .hura-edit-content td:nth-child(6) input {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(7) {
|
||||
min-width: 90px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content input, .hura-edit-popup-container .hura-edit-content select {
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #E7E7E7;
|
||||
background: #FFF;
|
||||
height: 36px;
|
||||
padding: 0 8px;
|
||||
max-width: 250px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content select {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content img {
|
||||
display: block;
|
||||
margin: auto auto 4px;
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
.hura-sectors-container {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title {
|
||||
background: #162541;
|
||||
border-bottom: 1px solid #374868;
|
||||
line-height: 20px;
|
||||
padding: 10px;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title svg {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title p {
|
||||
margin: 0;
|
||||
}
|
||||
.hura-sectors-container .hura-properties-list {
|
||||
padding: 12px 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item {
|
||||
margin-bottom: 15px;
|
||||
width: calc(50% - 15px);
|
||||
}
|
||||
.hura-sectors-container .hura-style-item input, .hura-sectors-container .hura-style-item select {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
display: block;
|
||||
color: #FFF;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item input {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item select {
|
||||
-webkit-appearance: none;
|
||||
background: #07132B url(../images/hura-icon-down.png) no-repeat right 10px center;
|
||||
}
|
||||
.hura-sectors-container .hura-style-title {
|
||||
font-size: 14px;
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.hura-sectors-container input[type=number]::-webkit-outer-spin-button,
|
||||
.hura-sectors-container input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
background: transparent url(../images/hura-icon-direction.png) no-repeat center center;
|
||||
width: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label {
|
||||
margin: 0;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input {
|
||||
-webkit-appearance: none;
|
||||
height: 36px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input:checked {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input:checked ~ svg {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label svg {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align button {
|
||||
margin: 0;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align button svg * {
|
||||
fill: #fff;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align .current {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-color-holder input {
|
||||
background-position: right top, right top !important;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number {
|
||||
position: relative;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number input {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number span {
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 27px;
|
||||
}
|
||||
.hura-sectors-container .hura-button {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
background: #334566;
|
||||
padding: 0 20px;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-button svg {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.hura-sectors-container .hura-rotation-button {
|
||||
text-align: center;
|
||||
padding: 10px 10px 18px;
|
||||
}
|
||||
.hura-sectors-container .hura-rotation-button button {
|
||||
color: #4AC9FF;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.hura-show-preview {
|
||||
display: block;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-right, .hura-show-preview .hura-toolbar-list, .hura-show-preview .hura-btn-tab {
|
||||
display: none;
|
||||
}
|
||||
.hura-show-preview .hura-main-content {
|
||||
transition: unset;
|
||||
width: 100% !important;
|
||||
height: 100%;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-top {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: auto;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-holder {
|
||||
width: auto;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-holder a {
|
||||
display: none;
|
||||
}
|
||||
.hura-show-preview .hura-selected, .hura-show-preview .js-hura-edit, .hura-show-preview .js-hura-edit *:hover {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.hura-rotation-list {
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
.hura-rotation-list p {
|
||||
margin: 0;
|
||||
}
|
||||
.hura-rotation-list summary {
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
}
|
||||
.hura-rotation-list summary::marker {
|
||||
content: none;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation {
|
||||
border: 1px solid #374868;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-detail {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box img {
|
||||
margin-top: 7px;
|
||||
max-height: 58px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box p {
|
||||
width: 100%;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
Reference in New Issue
Block a user