This commit is contained in:
AlexBa16
2026-06-08 15:29:52 +02:00
commit 27903eed4a
9931 changed files with 1535659 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
@charset "UTF-8";
body {
color: #22262a;
background: #fff;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-size: 1rem;
line-height: 1.3em;
}
h1, h2, h3, h4 {
font-weight: bold;
}
h1 {
font-size: 1.857rem;
}
h2 {
font-size: 1.571rem;
}
h3 {
font-size: 1.286rem;
}
a:link, a:visited {
color: #1b57b1;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #00c;
font-weight: normal;
text-decoration: underline;
}
div.caption {
padding: 0 10px;
}
div.caption img {
border: 1px solid #ccc;
}
div.caption p {
color: #666;
text-align: center;
font-size: .9em;
}
hr#system-readmore {
color: red;
border: 1px dashed red;
}
hr.system-pagebreak {
color: gray;
border: 1px dashed gray;
}
span[lang] {
border: 1px dashed #bbb;
padding: 2px;
}
span[lang]:after {
color: red;
vertical-align: super;
content: attr(lang);
font-size: smaller;
}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";body{color:#22262a;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.3em}h1,h2,h3,h4{font-weight:700}h1{font-size:1.857rem}h2{font-size:1.571rem}h3{font-size:1.286rem}a:link,a:visited{color:#1b57b1;font-weight:400;text-decoration:none}a:hover{color:#00c;font-weight:400;text-decoration:underline}div.caption{padding:0 10px}div.caption img{border:1px solid #ccc}div.caption p{color:#666;text-align:center;font-size:.9em}hr#system-readmore{color:red;border:1px dashed red}hr.system-pagebreak{color:gray;border:1px dashed gray}span[lang]{border:1px dashed #bbb;padding:2px}span[lang]:after{color:red;vertical-align:super;content:attr(lang);font-size:smaller}
Binary file not shown.
@@ -0,0 +1,222 @@
@charset "UTF-8";
.js-calendar {
box-shadow: 0 0 15px 4px #00000026 !important;
}
.calendar-container {
--fallback-url: url("../../images/select-bg.svg?v=5ebba0");
float: left;
background-color: var(--calendar-bg, #fff);
border-radius: 5px;
min-width: 160px;
padding: 0;
list-style: none;
z-index: 1100 !important;
}
.calendar-container .nav {
display: table-cell;
}
.calendar-container table {
table-layout: fixed;
border-collapse: separate;
background-color: var(--calendar-bg, #fff);
border-radius: 5px;
max-width: 268px;
margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding: 3px;
z-index: 1100 !important;
}
div.calendar-container table th, .calendar-container table td {
text-align: center;
box-shadow: none;
padding: 8px 0;
line-height: 1.1em;
}
div.calendar-container table body td {
line-height: 2em;
}
div.calendar-container table td.title {
text-align: center;
vertical-align: middle;
}
.calendar-container table thead td.headrow {
color: #000;
background: #fff;
}
.calendar-container table thead td.name {
color: #000;
text-align: center;
border-bottom: 1px solid #fff;
}
.calendar-container table thead td.weekend {
color: #999;
}
.calendar-container table tbody td.day {
text-align: right;
}
.calendar-container table tbody td.wn {
background: #fff;
}
.calendar-container table tbody td.weekend {
color: #999;
}
.calendar-container table tbody td.hilite {
color: #fff;
background: #999;
}
.calendar-container table tbody td.day {
cursor: pointer;
border: 0;
min-width: 38px;
font-size: 12px;
}
.calendar-container table tbody td.day.wn {
text-align: center;
background-color: var(--calendar-week-bg, #f4f4f4);
}
.calendar-container table tbody td.day.selected {
color: var(--btn-primary-color);
background: var(--btn-primary-bg);
border: 0;
}
.calendar-container table tbody td.today {
width: auto;
height: 100%;
font-weight: bold;
position: relative;
}
.calendar-container table tbody td.today:after {
content: "";
background-color: #46a546;
border-radius: 1.5px;
height: 3px;
position: absolute;
bottom: 3px;
left: 3px;
right: 3px;
}
.calendar-container table tbody td.today.selected:after {
background-color: #fff;
}
.calendar-container table tbody td.day:hover {
color: var(--btn-primary-color);
cursor: pointer;
background: var(--btn-primary-bg);
}
.calendar-container table tbody td.day:hover:after {
background-color: #fff;
}
.calendar-container table tbody .disabled {
color: var(--calendar-disabled-color);
background-color: var(--calendar-disabled-bg);
}
.calendar-container table tbody .emptycell {
visibility: hidden;
}
.calendar-container table tbody .emptyrow {
display: none;
}
.calendar-container .calendar-head-row td {
border-bottom: none;
padding: 4px 0 !important;
}
.calendar-container .day-name {
border-bottom: none;
padding-top: .5rem;
font-size: .7rem;
font-weight: bold;
}
.calendar-container .time td {
border-bottom: none;
padding: 15px 3px 10px 0;
}
.calendar-container td.time-title {
margin-top: 20px;
display: block;
}
.calendar-container .time td select {
width: 100%;
color: var(--calendar-select-color, #212529);
background-color: var(--calendar-select-bg-color, #f0f4fb);
appearance: none;
background-repeat: no-repeat;
background-size: max(100%, 58rem);
border: 1px solid #cdcdcd;
border-radius: .25rem;
padding: 5px 9px 3px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
display: block;
}
html:not([dir="rtl"]) .calendar-container .time td select {
background-image: var(--calendar-select-bg-url, var(--fallback-url));
background-position: 100%;
}
.buttons-wrapper {
width: 100%;
padding: 5px;
margin-bottom: 0 !important;
}
.buttons-wrapper .btn {
min-width: 60px;
color: var(--btn-primary-color);
background: var(--btn-primary-bg);
border: 1px solid var(--body-bg);
margin-right: 0;
padding: 0 16px;
line-height: 2.375rem;
box-shadow: 1px 1px 1px #00000040;
}
.buttons-wrapper .btn:hover {
color: var(--btn-primary-color);
background: var(--btn-primary-bg);
}
.buttons-wrapper .btn:last-child {
margin-right: 0;
}
.time .time-title {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
}
.calendar-container select, .calendar-container .js-btn {
cursor: pointer;
}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.js-calendar{box-shadow:0 0 15px 4px #00000026!important}.calendar-container{--fallback-url:url(../../images/select-bg.svg?v=5ebba0);float:left;background-color:var(--calendar-bg,#fff);border-radius:5px;min-width:160px;padding:0;list-style:none;z-index:1100!important}.calendar-container .nav{display:table-cell}.calendar-container table{table-layout:fixed;border-collapse:separate;background-color:var(--calendar-bg,#fff);border-radius:5px;max-width:268px;margin-top:2px;margin-left:auto;margin-right:auto;padding:3px;z-index:1100!important}div.calendar-container table th,.calendar-container table td{text-align:center;box-shadow:none;padding:8px 0;line-height:1.1em}div.calendar-container table body td{line-height:2em}div.calendar-container table td.title{text-align:center;vertical-align:middle}.calendar-container table thead td.headrow{color:#000;background:#fff}.calendar-container table thead td.name{color:#000;text-align:center;border-bottom:1px solid #fff}.calendar-container table thead td.weekend{color:#999}.calendar-container table tbody td.day{text-align:right}.calendar-container table tbody td.wn{background:#fff}.calendar-container table tbody td.weekend{color:#999}.calendar-container table tbody td.hilite{color:#fff;background:#999}.calendar-container table tbody td.day{cursor:pointer;border:0;min-width:38px;font-size:12px}.calendar-container table tbody td.day.wn{text-align:center;background-color:var(--calendar-week-bg,#f4f4f4)}.calendar-container table tbody td.day.selected{color:var(--btn-primary-color);background:var(--btn-primary-bg);border:0}.calendar-container table tbody td.today{width:auto;height:100%;font-weight:700;position:relative}.calendar-container table tbody td.today:after{content:"";background-color:#46a546;border-radius:1.5px;height:3px;position:absolute;bottom:3px;left:3px;right:3px}.calendar-container table tbody td.today.selected:after{background-color:#fff}.calendar-container table tbody td.day:hover{color:var(--btn-primary-color);cursor:pointer;background:var(--btn-primary-bg)}.calendar-container table tbody td.day:hover:after{background-color:#fff}.calendar-container table tbody .disabled{color:var(--calendar-disabled-color);background-color:var(--calendar-disabled-bg)}.calendar-container table tbody .emptycell{visibility:hidden}.calendar-container table tbody .emptyrow{display:none}.calendar-container .calendar-head-row td{border-bottom:none;padding:4px 0!important}.calendar-container .day-name{border-bottom:none;padding-top:.5rem;font-size:.7rem;font-weight:700}.calendar-container .time td{border-bottom:none;padding:15px 3px 10px 0}.calendar-container td.time-title{margin-top:20px;display:block}.calendar-container .time td select{width:100%;color:var(--calendar-select-color,#212529);background-color:var(--calendar-select-bg-color,#f0f4fb);appearance:none;background-repeat:no-repeat;background-size:max(100%,58rem);border:1px solid #cdcdcd;border-radius:.25rem;padding:5px 9px 3px;font-size:16px;font-weight:400;line-height:1.5;display:block}html:not([dir=rtl]) .calendar-container .time td select{background-image:var(--calendar-select-bg-url,var(--fallback-url));background-position:100%}.buttons-wrapper{width:100%;padding:5px;margin-bottom:0!important}.buttons-wrapper .btn{min-width:60px;color:var(--btn-primary-color);background:var(--btn-primary-bg);border:1px solid var(--body-bg);margin-right:0;padding:0 16px;line-height:2.375rem;box-shadow:1px 1px 1px #00000040}.buttons-wrapper .btn:hover{color:var(--btn-primary-color);background:var(--btn-primary-bg)}.buttons-wrapper .btn:last-child{margin-right:0}.time .time-title{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.calendar-container select,.calendar-container .js-btn{cursor:pointer}
@@ -0,0 +1,36 @@
@charset "UTF-8";
joomla-field-media .field-media-preview {
background-color: #f2f2f2;
border: 1px solid #00000026;
border-bottom-width: 0;
border-radius: .25rem .25rem 0 0;
justify-content: center;
align-items: center;
max-width: 356px;
height: 180px;
padding: 10px;
display: flex;
overflow: hidden;
}
joomla-field-media .field-media-preview-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgba(0,0,0,.25)' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z'/%3E%3C/svg%3E");
background-size: 7rem;
width: 7rem;
height: 7rem;
}
joomla-field-media .field-media-input {
border-top-left-radius: 0;
border-start-start-radius: 0;
}
joomla-field-media .input-group > .btn.btn-success.button-select, joomla-field-media .button-clear {
border-top-right-radius: 0;
border-start-end-radius: 0;
}
joomla-field-media img {
max-width: 100%;
max-height: 100%;
}
@@ -0,0 +1 @@
@charset "UTF-8";joomla-field-media .field-media-preview{background-color:#f2f2f2;border:1px solid #00000026;border-bottom-width:0;border-radius:.25rem .25rem 0 0;justify-content:center;align-items:center;max-width:356px;height:180px;padding:10px;display:flex;overflow:hidden}joomla-field-media .field-media-preview-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgba(0,0,0,.25)' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z'/%3E%3C/svg%3E");background-size:7rem;width:7rem;height:7rem}joomla-field-media .field-media-input{border-top-left-radius:0;border-start-start-radius:0}joomla-field-media .input-group>.btn.btn-success.button-select,joomla-field-media .button-clear{border-top-right-radius:0;border-start-end-radius:0}joomla-field-media img{max-width:100%;max-height:100%}
@@ -0,0 +1,34 @@
@charset "UTF-8";
joomla-field-permissions .joomla-icon:after {
content: "";
width: 1rem;
height: 1rem;
line-height: 1.5;
display: inline-block;
}
joomla-field-permissions .joomla-icon.joomla-field-permissions__allowed:after {
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E") no-repeat;
}
joomla-field-permissions .joomla-icon.joomla-field-permissions__denied:after {
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z'/%3E%3C/svg%3E") no-repeat;
}
joomla-field-permissions .joomla-icon.joomla-field-permissions__spinner {
animation: 2s linear infinite spin;
}
joomla-field-permissions .joomla-icon.joomla-field-permissions__spinner:after {
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M526 1394q0 53-37.5 90.5t-90.5 37.5q-52 0-90-38t-38-90q0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm498 206q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-704-704q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm1202 498q0 52-38 90t-90 38q-53 0-90.5-37.5t-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-964-996q0 66-47 113t-113 47-113-47-47-113 47-113 113-47 113 47 47 113zm1170 498q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-640-704q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm530 206q0 93-66 158.5t-158 65.5q-93 0-158.5-65.5t-65.5-158.5q0-92 65.5-158t158.5-66q92 0 158 66t66 158z'/%3E%3C/svg%3E") no-repeat;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(359deg);
}
}
@@ -0,0 +1 @@
@charset "UTF-8";joomla-field-permissions .joomla-icon:after{content:"";width:1rem;height:1rem;line-height:1.5;display:inline-block}joomla-field-permissions .joomla-icon.joomla-field-permissions__allowed:after{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E") no-repeat}joomla-field-permissions .joomla-icon.joomla-field-permissions__denied:after{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z'/%3E%3C/svg%3E") no-repeat}joomla-field-permissions .joomla-icon.joomla-field-permissions__spinner{animation:2s linear infinite spin}joomla-field-permissions .joomla-icon.joomla-field-permissions__spinner:after{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' d='M526 1394q0 53-37.5 90.5t-90.5 37.5q-52 0-90-38t-38-90q0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm498 206q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-704-704q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm1202 498q0 52-38 90t-90 38q-53 0-90.5-37.5t-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-964-996q0 66-47 113t-113 47-113-47-47-113 47-113 113-47 113 47 47 113zm1170 498q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-640-704q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm530 206q0 93-66 158.5t-158 65.5q-93 0-158.5-65.5t-65.5-158.5q0-92 65.5-158t158.5-66q92 0 158 66t66 158z'/%3E%3C/svg%3E") no-repeat}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
@@ -0,0 +1,50 @@
@charset "UTF-8";
joomla-field-simple-color {
display: block;
}
joomla-field-simple-color button {
appearance: none;
border: var(--border-width, 1px) solid var(--input-border-color, #ccc);
border-radius: var(--border-radius, .25rem);
background: none;
width: 2rem;
height: 2rem;
margin-block-end: .24rem;
margin-inline: .5rem;
}
joomla-field-simple-color::part(close) {
appearance: none;
background: none;
border: 0;
margin-block-end: .2rem;
margin-inline: .5rem;
}
joomla-field-simple-color::part(opener) {
vertical-align: middle;
border: var(--border-width, 1px) solid var(--input-border-color, #ccc);
border-radius: var(--border-radius, .25rem);
appearance: none;
width: 2rem;
height: 2rem;
margin-block: .7rem;
overflow: hidden;
}
joomla-field-simple-color::part(opener):focus, joomla-field-simple-color::part(opener):hover, joomla-field-simple-color button[aria-pressed="true"] {
border: 2px solid var(--template-link-color, #52a8eccc);
box-shadow: 0 0 0 .25rem #2a69b740;
}
joomla-field-simple-color::part(panel) {
float: inline-start;
background-color: var(--body-bg, #fff);
border: var(--border-width, 1px) solid var(--input-border-color, #ccc);
border-radius: var(--border-radius, .25rem);
background-clip: padding-box;
flex-flow: wrap;
padding: .64rem 0 .4rem;
box-shadow: 0 5px 10px #0003;
}
@@ -0,0 +1 @@
@charset "UTF-8";joomla-field-simple-color{display:block}joomla-field-simple-color button{appearance:none;border:var(--border-width,1px) solid var(--input-border-color,#ccc);border-radius:var(--border-radius,.25rem);background:0 0;width:2rem;height:2rem;margin-block-end:.24rem;margin-inline:.5rem}joomla-field-simple-color::part(close){appearance:none;background:0 0;border:0;margin-block-end:.2rem;margin-inline:.5rem}joomla-field-simple-color::part(opener){vertical-align:middle;border:var(--border-width,1px) solid var(--input-border-color,#ccc);border-radius:var(--border-radius,.25rem);appearance:none;width:2rem;height:2rem;margin-block:.7rem;overflow:hidden}joomla-field-simple-color::part(opener):focus,joomla-field-simple-color::part(opener):hover,joomla-field-simple-color button[aria-pressed=true]{border:2px solid var(--template-link-color,#52a8eccc);box-shadow:0 0 0 .25rem #2a69b740}joomla-field-simple-color::part(panel){float:inline-start;background-color:var(--body-bg,#fff);border:var(--border-width,1px) solid var(--input-border-color,#ccc);border-radius:var(--border-radius,.25rem);background-clip:padding-box;flex-flow:wrap;padding:.64rem 0 .4rem;box-shadow:0 5px 10px #0003}
@@ -0,0 +1,24 @@
@charset "UTF-8";
joomla-field-mediamore details {
background: #f5f5f5;
border: 1px solid #c9c9c9;
border-radius: .25rem;
margin: 0 0 0 .5rem;
position: absolute;
bottom: 0;
}
joomla-field-mediamore label.input-group-text {
width: auto;
}
joomla-field-mediamore summary {
background-color: #e3e3e3;
border-radius: .25rem;
padding: 1rem;
font-weight: 500;
}
joomla-field-mediamore details .form-group {
margin: 1rem !important;
}
@@ -0,0 +1 @@
@charset "UTF-8";joomla-field-mediamore details{background:#f5f5f5;border:1px solid #c9c9c9;border-radius:.25rem;margin:0 0 0 .5rem;position:absolute;bottom:0}joomla-field-mediamore label.input-group-text{width:auto}joomla-field-mediamore summary{background-color:#e3e3e3;border-radius:.25rem;padding:1rem;font-weight:500}joomla-field-mediamore details .form-group{margin:1rem!important}
@@ -0,0 +1,82 @@
@charset "UTF-8";
.switcher {
width: 18rem;
height: 28px;
margin: 0;
position: relative;
}
.switcher input {
top: 0;
z-index: 2;
cursor: pointer;
opacity: 0;
width: 62px;
height: 28px;
margin: 0;
position: absolute;
inset-inline-start: 0;
}
.switcher input:checked {
z-index: 1;
}
.switcher input:checked + label {
z-index: 0;
opacity: 1;
}
.switcher input:not(:checked) + label {
z-index: 3;
opacity: 0;
}
.switcher input:focus ~ .toggle-outside {
border-color: var(--focus);
box-shadow: 0 0 0 .2rem #1a466b40;
}
.switcher label {
margin-bottom: 0;
text-align: start;
width: auto;
min-width: 6rem;
height: 100%;
margin-inline-start: 70px;
line-height: 28px;
transition: opacity .25s;
display: inline-block;
position: absolute;
inset-inline-start: 0;
}
.switcher .toggle-outside {
box-sizing: border-box;
background: #d3d3d3;
border: 1px solid #0000002e;
width: 58px;
height: 100%;
transition: all .2s;
position: absolute;
inset-inline-start: 0;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.switcher input ~ input:checked ~ .toggle-outside {
background: #2f7d32;
}
.switcher .toggle-inside {
background: #fff;
width: 28px;
height: 28px;
transition: all .4s;
position: absolute;
left: 0;
}
.switcher input ~ input:checked ~ .toggle-outside .toggle-inside {
left: 30px;
}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.switcher{width:18rem;height:28px;margin:0;position:relative}.switcher input{top:0;z-index:2;cursor:pointer;opacity:0;width:62px;height:28px;margin:0;position:absolute;inset-inline-start:0}.switcher input:checked{z-index:1}.switcher input:checked+label{z-index:0;opacity:1}.switcher input:not(:checked)+label{z-index:3;opacity:0}.switcher input:focus~.toggle-outside{border-color:var(--focus);box-shadow:0 0 0 .2rem #1a466b40}.switcher label{margin-bottom:0;text-align:start;width:auto;min-width:6rem;height:100%;margin-inline-start:70px;line-height:28px;transition:opacity .25s;display:inline-block;position:absolute;inset-inline-start:0}.switcher .toggle-outside{box-sizing:border-box;background:#d3d3d3;border:1px solid #0000002e;width:58px;height:100%;transition:all .2s;position:absolute;inset-inline-start:0;overflow:hidden;transform:translate(0,0)}.switcher input~input:checked~.toggle-outside{background:#2f7d32}.switcher .toggle-inside{background:#fff;width:28px;height:28px;transition:all .4s;position:absolute;left:0}.switcher input~input:checked~.toggle-outside .toggle-inside{left:30px}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
@charset "UTF-8";
joomla-toolbar-button .dropdown-item:focus, joomla-toolbar-button .dropdown-item:hover {
color: #fff;
}
@@ -0,0 +1 @@
@charset "UTF-8";joomla-toolbar-button .dropdown-item:focus,joomla-toolbar-button .dropdown-item:hover{color:#fff}
@@ -0,0 +1,49 @@
@charset "UTF-8";
.outline {
background: #fff;
border: 1px solid #ccc;
width: 550px;
margin: 0 auto;
padding: 2px;
}
body {
color: #333;
background: #fff;
height: 100%;
margin: 15px;
padding: 0;
font-family: Arial, Helvetica, Sans Serif;
font-size: 11px;
}
.frame {
background-color: #fefcf3;
border: 1px solid #000;
margin-top: 13px;
margin-bottom: 25px;
padding: 8px;
}
h1 {
color: #c33;
font-size: 18px;
}
.table {
border-collapse: collapse;
margin-top: 13px;
}
td {
border: 1px solid #bbb;
padding: 3px 5px;
font-size: 10px;
}
.type {
color: #fff;
background-color: #c00;
padding: 3px;
font-weight: bold;
}
@@ -0,0 +1 @@
@charset "UTF-8";.outline{background:#fff;border:1px solid #ccc;width:550px;margin:0 auto;padding:2px}body{color:#333;background:#fff;height:100%;margin:15px;padding:0;font-family:Arial,Helvetica,Sans Serif;font-size:11px}.frame{background-color:#fefcf3;border:1px solid #000;margin-top:13px;margin-bottom:25px;padding:8px}h1{color:#c33;font-size:18px}.table{border-collapse:collapse;margin-top:13px}td{border:1px solid #bbb;padding:3px 5px;font-size:10px}.type{color:#fff;background-color:#c00;padding:3px;font-weight:700}
@@ -0,0 +1,54 @@
@charset "UTF-8";
#system-message {
margin-bottom: 10px;
padding: 0;
}
#system-message > dt {
font-weight: bold;
display: none;
}
#system-message > dd {
text-indent: 30px;
margin: 0;
font-weight: bold;
}
#system-message > dd > ul {
color: #05b;
background-position: 4px 0;
background-repeat: no-repeat;
border-top: 3px solid #84a7db;
border-bottom: 3px solid #84a7db;
margin-bottom: 10px;
padding: 10px;
list-style: none;
}
#system-message > dd > ul > li {
line-height: 1.5em;
}
#system-message > .message > ul {
background-color: #c3d2e5;
}
#system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul {
color: #c00;
}
#system-message > .error > ul {
background-color: #e6c0c0;
border-color: #de7a7b;
}
#system-message > .warning > ul {
background-color: #e6c8a6;
border-color: #fb0;
}
#system-message > .notice > ul {
background-color: #efe7b8;
border-color: #f0dc7e;
}
@@ -0,0 +1 @@
@charset "UTF-8";#system-message{margin-bottom:10px;padding:0}#system-message>dt{font-weight:700;display:none}#system-message>dd{text-indent:30px;margin:0;font-weight:700}#system-message>dd>ul{color:#05b;background-position:4px 0;background-repeat:no-repeat;border-top:3px solid #84a7db;border-bottom:3px solid #84a7db;margin-bottom:10px;padding:10px;list-style:none}#system-message>dd>ul>li{line-height:1.5em}#system-message>.message>ul{background-color:#c3d2e5}#system-message>.error>ul,#system-message>.warning>ul,#system-message>.notice>ul{color:#c00}#system-message>.error>ul{background-color:#e6c0c0;border-color:#de7a7b}#system-message>.warning>ul{background-color:#e6c8a6;border-color:#fb0}#system-message>.notice>ul{background-color:#efe7b8;border-color:#f0dc7e}
@@ -0,0 +1,75 @@
@charset "UTF-8";
* {
color: #5f6565;
font-family: helvetica, arial, sans-serif;
font-size: 11px;
}
html {
height: 100%;
margin-bottom: 1px;
}
body {
background: #fff;
height: 100%;
margin: 0 0 1px;
padding: 0;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
.error {
margin-left: auto;
margin-right: auto;
}
table, td, th, div, pre, blockquote, ul, ol, dl, address, .componentheading, .contentheading, .contentpagetitle, .sectiontableheader, .newsfeedheading {
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
#outline {
background: #fff;
width: 900px;
margin: 0 auto;
padding: 60px 0;
}
#errorboxoutline {
border: 1px solid #000;
width: 900px;
margin: 0;
padding: 0;
}
#errorboxheader {
color: #fff;
text-align: center;
background: #e44249;
border-bottom: 1px solid #000;
width: 900px;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
line-height: 22px;
}
#errorboxbody {
text-align: left;
margin: 0;
padding: 10px;
}
#techinfo {
color: #ccc;
text-align: left;
border: 1px solid #ccc;
margin: 10px;
padding: 10px;
}
#techinfo p {
color: #ccc;
}
@@ -0,0 +1 @@
@charset "UTF-8";*{color:#5f6565;font-family:helvetica,arial,sans-serif;font-size:11px}html{height:100%;margin-bottom:1px}body{background:#fff;height:100%;margin:0 0 1px;padding:0;font-family:helvetica,arial,sans-serif;font-weight:400}.error{margin-left:auto;margin-right:auto}table,td,th,div,pre,blockquote,ul,ol,dl,address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading{font-family:helvetica,arial,sans-serif;font-weight:400}#outline{background:#fff;width:900px;margin:0 auto;padding:60px 0}#errorboxoutline{border:1px solid #000;width:900px;margin:0;padding:0}#errorboxheader{color:#fff;text-align:center;background:#e44249;border-bottom:1px solid #000;width:900px;margin:0;padding:0;font-size:12px;font-weight:700;line-height:22px}#errorboxbody{text-align:left;margin:0;padding:10px}#techinfo{color:#ccc;text-align:left;border:1px solid #ccc;margin:10px;padding:10px}#techinfo p{color:#ccc}
@@ -0,0 +1,12 @@
@charset "UTF-8";
body {
text-align: right;
}
.TD {
text-align: left;
}
#errorboxbody, #techinfo {
text-align: right;
}
@@ -0,0 +1 @@
@charset "UTF-8";body{text-align:right}.TD{text-align:left}#errorboxbody,#techinfo{text-align:right}
@@ -0,0 +1,141 @@
@charset "UTF-8";
.invalid {
border-color: red;
}
label.invalid {
color: red;
}
#editor-xtd-buttons {
padding: 5px;
}
.button2-left, .button2-right, .button2-left div, .button2-right div {
float: left;
}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {
float: left;
color: #666;
cursor: pointer;
height: 22px;
font-size: 11px;
line-height: 22px;
display: block;
}
.button2-left span, .button2-right span {
color: #999;
cursor: default;
}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
padding: 0 6px;
}
.page span {
color: #000;
font-weight: bold;
}
.button2-left a:hover, .button2-right a:hover {
color: #0b55c4;
text-decoration: none;
}
.button2-left a, .button2-left span {
padding: 0 24px 0 6px;
}
.button2-right a, .button2-right span {
padding: 0 6px 0 24px;
}
.button2-left {
float: left;
background: url("../images/j_button2_left.png?v=177919") no-repeat;
margin-left: 5px;
}
.button2-right {
float: left;
background: url("../images/j_button2_right.png?v=177919") 100% 0 no-repeat;
margin-left: 5px;
}
.button2-left .image {
background: url("../images/j_button2_image.png?v=177919") 100% 0 no-repeat;
}
.button2-left .readmore, .button2-left .article {
background: url("../images/j_button2_readmore.png?v=177919") 100% 0 no-repeat;
}
.button2-left .pagebreak {
background: url("../images/j_button2_pagebreak.png?v=177919") 100% 0 no-repeat;
}
.button2-left .blank {
background: url("../images/j_button2_blank.png?v=177919") 100% 0 no-repeat;
}
div.tooltip {
z-index: 13000;
float: left;
background: #ffc;
border: 1px solid #d4d5aa;
max-width: 200px;
padding: 5px;
}
div.tooltip h4 {
background: url("../images/selector-arrow.png?v=177919") no-repeat;
margin: -15px 0 0;
padding: 15px 0 5px;
font-size: 95%;
font-weight: bold;
}
div.tooltip p {
margin: 0;
font-size: 90%;
}
.img_caption .left {
float: left;
margin-right: 1em;
}
.img_caption .right {
float: right;
margin-left: 1em;
}
.img_caption .left p {
clear: left;
text-align: center;
}
.img_caption .right p {
clear: right;
text-align: center;
}
.img_caption {
text-align: center !important;
}
.img_caption.none {
margin-left: auto;
margin-right: auto;
}
a img.calendar {
vertical-align: middle;
cursor: pointer;
background: url("../images/calendar.png?v=ad4756") no-repeat;
width: 16px;
height: 16px;
margin-left: 3px;
}
@@ -0,0 +1 @@
@charset "UTF-8";.invalid{border-color:red}label.invalid{color:red}#editor-xtd-buttons{padding:5px}.button2-left,.button2-right,.button2-left div,.button2-right div{float:left}.button2-left a,.button2-right a,.button2-left span,.button2-right span{float:left;color:#666;cursor:pointer;height:22px;font-size:11px;line-height:22px;display:block}.button2-left span,.button2-right span{color:#999;cursor:default}.button2-left .page a,.button2-right .page a,.button2-left .page span,.button2-right .page span{padding:0 6px}.page span{color:#000;font-weight:700}.button2-left a:hover,.button2-right a:hover{color:#0b55c4;text-decoration:none}.button2-left a,.button2-left span{padding:0 24px 0 6px}.button2-right a,.button2-right span{padding:0 6px 0 24px}.button2-left{float:left;background:url(../images/j_button2_left.png?v=177919) no-repeat;margin-left:5px}.button2-right{float:left;background:url(../images/j_button2_right.png?v=177919) 100% 0 no-repeat;margin-left:5px}.button2-left .image{background:url(../images/j_button2_image.png?v=177919) 100% 0 no-repeat}.button2-left .readmore,.button2-left .article{background:url(../images/j_button2_readmore.png?v=177919) 100% 0 no-repeat}.button2-left .pagebreak{background:url(../images/j_button2_pagebreak.png?v=177919) 100% 0 no-repeat}.button2-left .blank{background:url(../images/j_button2_blank.png?v=177919) 100% 0 no-repeat}div.tooltip{z-index:13000;float:left;background:#ffc;border:1px solid #d4d5aa;max-width:200px;padding:5px}div.tooltip h4{background:url(../images/selector-arrow.png?v=177919) no-repeat;margin:-15px 0 0;padding:15px 0 5px;font-size:95%;font-weight:700}div.tooltip p{margin:0;font-size:90%}.img_caption .left{float:left;margin-right:1em}.img_caption .right{float:right;margin-left:1em}.img_caption .left p{clear:left;text-align:center}.img_caption .right p{clear:right;text-align:center}.img_caption{text-align:center!important}.img_caption.none{margin-left:auto;margin-right:auto}a img.calendar{vertical-align:middle;cursor:pointer;background:url(../images/calendar.png?v=ad4756) no-repeat;width:16px;height:16px;margin-left:3px}
@@ -0,0 +1,125 @@
@charset "UTF-8";
body {
color: #333;
text-align: center;
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
img {
border: 0;
margin-left: auto;
margin-right: auto;
}
#frame {
max-width: 400px;
margin: 20px auto;
padding: 20px;
}
#frame img {
max-width: 100%;
height: auto;
}
#frame form {
text-align: start;
}
.outline {
background: #fff;
border: 1px solid #ccc;
padding: 2px;
}
form {
margin: auto;
}
form br {
display: none;
}
form p {
margin: 0;
padding: .5em 0;
}
form fieldset {
border: 0;
margin: 0;
padding: .2em;
}
label {
margin: 5px 0 2px;
display: block;
}
input {
box-sizing: border-box;
width: 100%;
font-family: inherit;
font-size: inherit;
border: 1px solid #0e67a1;
padding: 5px 10px;
}
input.button {
color: #fff;
cursor: pointer;
appearance: none;
background-color: #006dcc;
border-color: #04c;
width: auto;
}
input.button:hover {
background-color: #04c;
}
fieldset.input p {
clear: inline-start;
}
#frmlogin {
margin: 0 10px;
}
#frmlogin fieldset.button {
text-align: end;
}
.alert {
text-align: left;
background: #fff;
border: 1px solid #ccc;
padding: 8px 25px 8px 14px;
}
.alert h4 {
color: red;
margin: 5px 0;
}
.alert p {
margin: 0;
padding: 0;
}
.alert .close {
float: right;
cursor: pointer;
font-size: 24px;
line-height: 18px;
position: relative;
top: -2px;
right: -20px;
}
.login {
margin-top: 5px;
}
@@ -0,0 +1 @@
@charset "UTF-8";body{color:#333;text-align:center;margin:0;padding:0;font-family:arial,helvetica,sans-serif;font-size:14px}img{border:0;margin-left:auto;margin-right:auto}#frame{max-width:400px;margin:20px auto;padding:20px}#frame img{max-width:100%;height:auto}#frame form{text-align:start}.outline{background:#fff;border:1px solid #ccc;padding:2px}form{margin:auto}form br{display:none}form p{margin:0;padding:.5em 0}form fieldset{border:0;margin:0;padding:.2em}label{margin:5px 0 2px;display:block}input{box-sizing:border-box;width:100%;font-family:inherit;font-size:inherit;border:1px solid #0e67a1;padding:5px 10px}input.button{color:#fff;cursor:pointer;appearance:none;background-color:#006dcc;border-color:#04c;width:auto}input.button:hover{background-color:#04c}fieldset.input p{clear:inline-start}#frmlogin{margin:0 10px}#frmlogin fieldset.button{text-align:end}.alert{text-align:left;background:#fff;border:1px solid #ccc;padding:8px 25px 8px 14px}.alert h4{color:red;margin:5px 0}.alert p{margin:0;padding:0}.alert .close{float:right;cursor:pointer;font-size:24px;line-height:18px;position:relative;top:-2px;right:-20px}.login{margin-top:5px}