blob: b68f3d342a63b45fb0bcc2963cc6052416601e0f [file]
.scroll-top {
width: 0;
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 2;
}
.vr {
width: 1px;
height: 30px;
margin: 0 20px 0 10px;
background-color: grey;
}
/* AUTO-COMPLETE SEARCH STYLE */
.auto-complete:active .search-results, .auto-complete:focus-within .search-results {
border-top: 1px solid #363636 !important;
border: 1px solid var(--primary-color);
}
.search-results {
overflow-y: scroll;
max-height: 400%;
background-color: #262626;
position: absolute;
z-index: 5;
width: 100%;
border-top: none;
margin-top: -2px;
border-radius: 0;
}
.search-results p {
margin-bottom: 0 !important;
padding: 5px;
cursor: pointer;
}
.search-results p:hover {
background-color: #484848;
}
/* FILTER SEARCH BOX STYLE */
.filter-search-box i {
background-color: #262626;
color: gray;
height: 30px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.filter-search-box i:first-child {
border-radius: 2px 0 0 2px;
}
.filter-search-box i:last-child {
border-radius: 0 2px 2px 0;
}
.filter-search-box input {
height: 30px;
padding: 5px;
border: none;
width: 100%;
border-radius: 0;
}
/* TOGGLE STYLE */
/* toggle buttons */
.toggleContainer {
display: flex;
}
.toggleContainer label {
font-size: 0.75em;
}
.toggleSwitch {
position: relative;
display: inline-block;
width: 50px;
height: 12px;
}
.toggleSwitch input {
display: none;
}
.toggleSlider {
border: 2px solid #7e7e7e;
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 34px;
}
.toggleSlider::before {
position: absolute;
content: "";
height: 17px;
width: 17px;
bottom: 4px;
transition: all 0.3s ease;
left: 3px;
top: 6px;
}
.toggle-off {
background-color: initial;
}
.toggle-on {
background-color: #87FA5F;
}
.toggle-slider-on,
.toggle-slider-off {
color: white;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-size: 10px;
font-family: Verdana, sans-serif;
}
.toggle-on.toggleSlider.toggleSlider::before {
background-color: white;
transform: translate(30px, -11px);
}
.toggle-off.toggleSlider.toggleSlider::before {
background-color: white;
transform: translate(-5px, -11px);
}
.toggleSlider.toggleSliderRound::before {
border-radius: 50%;
}
/* END TOGGLE */
/* MODAL FORM STYLE */
.startup-errors-warning span {
color: inherit;
}
.startup-errors-warning span:hover {
text-decoration: underline;
}
.modal-form-fields button.chip {
width: fit-content;
margin: 0.75em 0 0 0.75em !important;
}
.chip {
border-width: 2px !important;
}
.modal-card .modal-form > div {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.modal-card .modal-form > div > label {
width: 30%;
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 0.75rem;
}
.modal-card .modal-form-group-header {
display: flex;
justify-content: center;
align-items: center;
}
.modal-card .modal-form-group-header button {
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: left;
}
.collapsible-header .expanded::after,
.modal-card .modal-form-group-header b .modal-card .expanded span:first-child::after {
margin-left: 0.2rem;
content: "▼";
}
.collapsible-header .collapsed::after,
.modal-card .modal-form-group-header b .modal-card .collapsed span:first-child::after {
margin-left: 0.2rem;
content: "►";
}
.modal-card .modal-form-group-header button:hover,
button[disabled]:hover {
transform: none !important;
}
.modal-card .modal-form-fields {
width: 70%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-flow: row wrap;
}
.modal-card .modal-form-fields input[type=number] {
width: 75px;
}
.modal-card .modal-form-fields input {
margin: 0.75em;
}
.modal-card .modal-form-fields label {
margin-right: 1rem;
font-size: 0.75rem;
}
.modal-card .input-hover-label {
position: relative;
margin-top: -40px;
margin-left: -40px;
color: #a9a9a9;
z-index: 1;
font-weight: 600;
}
/* END MODAL FORM STYLE */
.input button:hover {
opacity: 0.6;
}
pre {
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
color: white;
}
select {
background: white;
font-size: 14px;
height: 30px;
width: 100%;
padding: 5px 15px;
margin-top: 15px;
border-radius: 10px;
}
code {
color: white;
}
.row {
text-align: center;
padding: 25px;
border-radius: 25px;
width: 95%;
display: flex;
position: relative;
border: 2px solid var(--navbar-color);
}
.transparent-row {
margin-top: 50px;
text-align: center;
background-color: transparent;
background-size: cover;
padding: 25px;
width: 95%;
display: flex;
position: relative;
}
.inner-row {
border: none;
}
.row-simple {
width: 95%;
display: flex;
position: relative;
}
.column {
flex: 50%;
color: var(--font-color);
margin: 30px;
max-width: 100%;
}
.button-row {
color: white;
border-radius: 4px;
background-color: darkgreen;
margin: 0;
cursor: pointer;
}
.button-success,
.button-notready,
.button-warn {
color: white;
border-radius: 4px;
margin-top: 30px;
height: 45px;
margin-bottom: 20px;
}
.button-embedded {
background-color: var(--primary-background);
color: var(--font-color);
height: 25px;
border: none;
margin: 5px;
cursor: pointer;
}
.button-orange {
background-color: orange;
margin: 5px;
}
.button-success {
background-color: green;
pointer-events: auto;
cursor: pointer;
opacity: 1;
}
.button-notready {
background-color: darkred;
pointer-events: none;
cursor: not-allowed;
opacity: 0.5;
}
.button-warn {
background-color: darkred;
pointer-events: auto;
cursor: pointer;
}
p[onclick] {
cursor: pointer;
}
/* toggle buttons */
.switch {
position: relative;
display: inline-block;
width: 110px;
height: 34px;
}
.switch input { display: none; }
.slider {
border: 1px solid white;
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: black;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider::before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.toggle input:checked + .slider {
background-color: green;
}
.toggle input:checked + .slider::before {
-webkit-transform: translateX(75px);
-ms-transform: translateX(75px);
transform: translateX(75px);
}
.on {
display: none;
}
.on,
.off {
color: white;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-size: 10px;
font-family: Verdana, sans-serif;
}
.toggle input:checked + .slider .on { display: block; }
.toggle input:checked + .slider .off { display: none; }
.slider.round {
border-radius: 34px;
}
.slider.round::before {
border-radius: 50%;
}
.select-info {
padding-left: 10px;
}
.section-profile pre {
width: 90%;
background: white;
border: 1px solid #ddd;
color: #666;
page-break-inside: avoid;
font-family: monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1em 1.5em;
display: block;
word-wrap: break-word;
}
.section-profile img {
border-radius: 50%;
height: 65px;
width: auto;
background-color: white;
border: 5px solid var(--theme-color);
margin-bottom: 10px;
}
.section-profile h4 {
margin-bottom: 10px;
margin-top: 0;
}
.section-profile h3 {
font-weight: 400;
margin-bottom: 0;
}
.section-profile ul {
list-style-type: none;
}
.section-profile p {
font-size: 13px;
}
.section-profile li {
text-align: left;
}
.section-profile input[type=checkbox] {
width: auto;
vertical-align: middle;
position: relative;
bottom: 1px;
}
.section-profile button {
width: 75%;
}
.section-description {
padding: 10px 25px;
text-align: left;
}
/* notice bar */
.notice {
padding: 6px;
background-color: darkgoldenrod;
color: var(--font-color);
height: 17px;
font-size: 14px;
text-align: center;
position: fixed;
top: 43;
left: 5;
bottom: auto;
z-index: 20;
width: 100%;
}
/* The close button */
.closebtn {
margin-left: 15px;
color: var(--font-color);
font-weight: bold;
float: right;
font-size: 14px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}
.duk-icon img {
display: none;
}
.duk-modal {
background-color: black;
}
.duk-modal img {
height: 50px;
}
.duk-modal p {
text-align: left;
}
.duk-home {
margin-left: 0;
flex: 37%;
border-right: solid white 1px;
line-height: 10px;
padding-right: 30px;
}
.duk-home:last-child {
border-right: 0;
}
.mode {
font-size: 14px;
margin-top: 8px;
color: white;
background-color: var(--theme-color);
border-radius: 25px;
padding: 5px;
display: inline-block;
}
.theme {
border-radius: 50px;
display: block;
}
.sidebar-header {
margin: 30px 30px 0;
border-bottom: 1px solid white;
cursor: pointer;
}
.sidebar-header h5 {
margin-bottom: 0;
text-transform: uppercase;
}
.sidebar-cutout {
padding: 10px 30px 0;
}
.sidebar-cutout input[type=text] {
width: 90%;
border-radius: 5px;
}
.checkdiv label {
display: block;
padding-left: 15px;
text-indent: -15px;
font-size: 18px;
text-align: left;
}
.checkdiv input {
width: 18px;
height: 18px;
padding: 0;
margin: 0;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;
}
.obfuscation-table {
color: white;
width: 100%;
border-spacing: 5px;
}
.obfuscation-table img {
height: 18px;
margin: 5px;
}
.obfuscation-table input {
background-color: var(--primary-background);
color: white;
margin-left: -5px;
}
.watermark {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.simple-plugin-intro h1 {
margin-bottom: -15px;
}
.simple-plugin-intro hr {
width: 33%;
margin-bottom: -15px;
}
.column-simple p {
padding: 25px;
text-align: left;
font-size: 14px;
}
.column-simple h3 {
text-transform: none;
}
.column-simple h4 {
margin-top: 20px;
margin-bottom: -20px;
line-height: normal;
}
.column-simple .inner-box {
text-align: left;
background-color: var(--primary-background);
padding: 15px;
border-radius: 25px;
margin: 10%;
margin-top: 0;
}
.column-simple .inner-box table tr {
color: white;
}
.column-simple .inner-box table tr td input[type=checkbox] {
border-spacing: 0;
margin-top: 15px;
}
.column-simple .inner-box table tr td input {
width: 100%;
}
.column-simple .inner-box table tr td select {
width: 100%;
}
.column-simple .inner-box table tr td p {
padding: 0;
margin: 0;
}
.maroon {
background-color: maroon;
}
.yellow {
background-color: #ffb000;
}
.golden {
background-color: goldenrod;
border-radius: 50%;
padding: 5px;
}
.variation-template {
padding: 10px;
text-align: left;
margin: 15px;
box-sizing: border-box;
}
.variation-template img {
height: 25px;
}