primo commit
This commit is contained in:
72
media/system/css/editor.css
Normal file
72
media/system/css/editor.css
Normal 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
media/system/css/editor.min.css
vendored
Normal file
1
media/system/css/editor.min.css
vendored
Normal 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}
|
||||
BIN
media/system/css/editor.min.css.gz
Normal file
BIN
media/system/css/editor.min.css.gz
Normal file
Binary file not shown.
218
media/system/css/fields/calendar-rtl.css
Normal file
218
media/system/css/fields/calendar-rtl.css
Normal file
@ -0,0 +1,218 @@
|
||||
@charset "UTF-8";
|
||||
.js-calendar {
|
||||
box-shadow: 0 0 15px 4px #00000026 !important;
|
||||
}
|
||||
|
||||
.calendar-container {
|
||||
--fallback-url: url("../../images/select-bg-rtl.svg?v=e50af2");
|
||||
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: #fff;
|
||||
background: #3071a9;
|
||||
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: #fff;
|
||||
cursor: pointer;
|
||||
background: #3d8fd7;
|
||||
}
|
||||
|
||||
.calendar-container table tbody td.day:hover:after {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.calendar-container table tbody .disabled {
|
||||
color: #999;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.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 {
|
||||
color: var(--calendar-select-color, #212529);
|
||||
background-color: var(--calendar-select-bg-color, #f0f4fb);
|
||||
background-image: var(--calendar-select-bg-url, var(--fallback-url));
|
||||
appearance: none;
|
||||
background-position: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-size: max(100%, 58rem);
|
||||
border: 1px solid #cdcdcd;
|
||||
border-radius: .25rem;
|
||||
width: 100%;
|
||||
padding: 5px 9px 3px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.buttons-wrapper {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.buttons-wrapper .btn {
|
||||
color: var(--calendar-buttons-color, #495057);
|
||||
border: 1px solid var(--calendar-buttons-color, #495057);
|
||||
min-width: 60px;
|
||||
margin-left: 0;
|
||||
padding: 0 16px;
|
||||
line-height: 2.375rem;
|
||||
box-shadow: 1px 0 1px 1px #00000040;
|
||||
}
|
||||
|
||||
.buttons-wrapper .btn:hover {
|
||||
color: #fff;
|
||||
background: #1a466b;
|
||||
}
|
||||
|
||||
.buttons-wrapper .btn:last-child {
|
||||
margin-left: 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
media/system/css/fields/calendar-rtl.min.css
vendored
Normal file
1
media/system/css/fields/calendar-rtl.min.css
vendored
Normal 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-rtl.svg?v=e50af2);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:#fff;background:#3071a9;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:#fff;cursor:pointer;background:#3d8fd7}.calendar-container table tbody td.day:hover:after{background-color:#fff}.calendar-container table tbody .disabled{color:#999;background-color:#fafafa}.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{color:var(--calendar-select-color,#212529);background-color:var(--calendar-select-bg-color,#f0f4fb);background-image:var(--calendar-select-bg-url,var(--fallback-url));appearance:none;background-position:0;background-repeat:no-repeat;background-size:max(100%,58rem);border:1px solid #cdcdcd;border-radius:.25rem;width:100%;padding:5px 9px 3px;font-size:16px;font-weight:400;line-height:1.5;display:block}.buttons-wrapper{width:100%;padding:5px;margin-bottom:0!important}.buttons-wrapper .btn{color:var(--calendar-buttons-color,#495057);border:1px solid var(--calendar-buttons-color,#495057);min-width:60px;margin-left:0;padding:0 16px;line-height:2.375rem;box-shadow:1px 0 1px 1px #00000040}.buttons-wrapper .btn:hover{color:#fff;background:#1a466b}.buttons-wrapper .btn:last-child{margin-left: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}
|
||||
BIN
media/system/css/fields/calendar-rtl.min.css.gz
Normal file
BIN
media/system/css/fields/calendar-rtl.min.css.gz
Normal file
Binary file not shown.
222
media/system/css/fields/calendar.css
Normal file
222
media/system/css/fields/calendar.css
Normal file
@ -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 {
|
||||
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;
|
||||
width: 100%;
|
||||
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 {
|
||||
color: var(--btn-primary-color);
|
||||
background: var(--btn-primary-bg);
|
||||
border: 1px solid var(--body-bg);
|
||||
min-width: 60px;
|
||||
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
media/system/css/fields/calendar.min.css
vendored
Normal file
1
media/system/css/fields/calendar.min.css
vendored
Normal 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{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;width:100%;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{color:var(--btn-primary-color);background:var(--btn-primary-bg);border:1px solid var(--body-bg);min-width:60px;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}
|
||||
BIN
media/system/css/fields/calendar.min.css.gz
Normal file
BIN
media/system/css/fields/calendar.min.css.gz
Normal file
Binary file not shown.
34
media/system/css/fields/joomla-field-media.css
Normal file
34
media/system/css/fields/joomla-field-media.css
Normal file
@ -0,0 +1,34 @@
|
||||
@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;
|
||||
}
|
||||
|
||||
joomla-field-media .button-clear {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
joomla-field-media img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
1
media/system/css/fields/joomla-field-media.min.css
vendored
Normal file
1
media/system/css/fields/joomla-field-media.min.css
vendored
Normal file
@ -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}joomla-field-media .button-clear{border-top-right-radius:0}joomla-field-media img{max-width:100%;max-height:100%}
|
||||
BIN
media/system/css/fields/joomla-field-media.min.css.gz
Normal file
BIN
media/system/css/fields/joomla-field-media.min.css.gz
Normal file
Binary file not shown.
34
media/system/css/fields/joomla-field-permissions.css
Normal file
34
media/system/css/fields/joomla-field-permissions.css
Normal file
@ -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);
|
||||
}
|
||||
}
|
||||
1
media/system/css/fields/joomla-field-permissions.min.css
vendored
Normal file
1
media/system/css/fields/joomla-field-permissions.min.css
vendored
Normal file
@ -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)}}
|
||||
BIN
media/system/css/fields/joomla-field-permissions.min.css.gz
Normal file
BIN
media/system/css/fields/joomla-field-permissions.min.css.gz
Normal file
Binary file not shown.
71
media/system/css/fields/joomla-field-simple-color.css
Normal file
71
media/system/css/fields/joomla-field-simple-color.css
Normal file
@ -0,0 +1,71 @@
|
||||
@charset "UTF-8";
|
||||
joomla-field-simple-color {
|
||||
display: block;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .visually-hidden {
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
joomla-field-simple-color button {
|
||||
vertical-align: middle;
|
||||
appearance: none;
|
||||
background: none;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .btn-close {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
margin-top: -4px;
|
||||
padding: 0 6px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .nocolor {
|
||||
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggRDQENU0dyawAAACZJREFUGNNjPHXqDAMSMDY2ROYyMeAFNJVm/Pv3LzL/7Nnzg8VpAKebCGpIIxHBAAAAAElFTkSuQmCC") !important;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .simplecolors-panel .swatch {
|
||||
margin: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .swatch:hover, joomla-field-simple-color .swatch.active {
|
||||
border-color: #52a8eccc;
|
||||
box-shadow: inset 0 1px 1px #00000013, 0 0 8px #52a8ec99;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .simplecolors-panel[data-open=""] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
joomla-field-simple-color .simplecolors-panel {
|
||||
z-index: 12;
|
||||
float: left;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
margin: 1px 0 0;
|
||||
padding: 6px 2px 2px 6px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
box-shadow: 0 5px 10px #0003;
|
||||
}
|
||||
1
media/system/css/fields/joomla-field-simple-color.min.css
vendored
Normal file
1
media/system/css/fields/joomla-field-simple-color.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";joomla-field-simple-color{display:block}joomla-field-simple-color .hidden{display:none}joomla-field-simple-color .visually-hidden{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}joomla-field-simple-color button{vertical-align:middle;appearance:none;background:0 0;border:1px solid #ccc;border-radius:3px;width:20px;height:20px;overflow:hidden}joomla-field-simple-color .btn-close{text-align:center;vertical-align:middle;width:auto;margin-top:-4px;padding:0 6px;font-size:1rem;line-height:1.5}joomla-field-simple-color .nocolor{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggRDQENU0dyawAAACZJREFUGNNjPHXqDAMSMDY2ROYyMeAFNJVm/Pv3LzL/7Nnzg8VpAKebCGpIIxHBAAAAAElFTkSuQmCC)!important}joomla-field-simple-color .simplecolors-panel .swatch{margin:0 4px 4px 0}joomla-field-simple-color .swatch:hover,joomla-field-simple-color .swatch.active{border-color:#52a8eccc;box-shadow:inset 0 1px 1px #00000013,0 0 8px #52a8ec99}joomla-field-simple-color .simplecolors-panel[data-open=""]{display:block}joomla-field-simple-color .simplecolors-panel{z-index:12;float:left;background-color:#fff;background-clip:padding-box;border:1px solid #ddd;border-radius:5px;margin:1px 0 0;padding:6px 2px 2px 6px;display:none;position:absolute;box-shadow:0 5px 10px #0003}
|
||||
BIN
media/system/css/fields/joomla-field-simple-color.min.css.gz
Normal file
BIN
media/system/css/fields/joomla-field-simple-color.min.css.gz
Normal file
Binary file not shown.
24
media/system/css/fields/joomla-media-select.css
Normal file
24
media/system/css/fields/joomla-media-select.css
Normal file
@ -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;
|
||||
}
|
||||
1
media/system/css/fields/joomla-media-select.min.css
vendored
Normal file
1
media/system/css/fields/joomla-media-select.min.css
vendored
Normal file
@ -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}
|
||||
BIN
media/system/css/fields/joomla-media-select.min.css.gz
Normal file
BIN
media/system/css/fields/joomla-media-select.min.css.gz
Normal file
Binary file not shown.
82
media/system/css/fields/switcher.css
Normal file
82
media/system/css/fields/switcher.css
Normal file
@ -0,0 +1,82 @@
|
||||
@charset "UTF-8";
|
||||
.switcher {
|
||||
width: 18rem;
|
||||
height: 28px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.switcher input {
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
top: 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 {
|
||||
text-align: start;
|
||||
margin-bottom: 0;
|
||||
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
media/system/css/fields/switcher.min.css
vendored
Normal file
1
media/system/css/fields/switcher.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";.switcher{width:18rem;height:28px;margin:0;position:relative}.switcher input{z-index:2;cursor:pointer;opacity:0;top: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{text-align:start;margin-bottom:0;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)}.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}
|
||||
BIN
media/system/css/fields/switcher.min.css.gz
Normal file
BIN
media/system/css/fields/switcher.min.css.gz
Normal file
Binary file not shown.
27
media/system/css/joomla-core-loader.css
Normal file
27
media/system/css/joomla-core-loader.css
Normal file
@ -0,0 +1,27 @@
|
||||
@charset "UTF-8";
|
||||
:host {
|
||||
z-index: 10000;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:host(.fullscreen) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
:host(.fullscreen) svg {
|
||||
width: 345px;
|
||||
height: 345px;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.joomla-spinner {
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
1
media/system/css/joomla-core-loader.min.css
vendored
Normal file
1
media/system/css/joomla-core-loader.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";:host{z-index:10000;justify-content:center;align-items:center;display:flex;overflow:hidden}:host(.fullscreen){width:100%;height:100%;position:fixed;top:0;left:0}:host(.fullscreen) svg{width:345px;height:345px}@media (prefers-reduced-motion:reduce){.joomla-spinner{animation:none!important}}
|
||||
BIN
media/system/css/joomla-core-loader.min.css.gz
Normal file
BIN
media/system/css/joomla-core-loader.min.css.gz
Normal file
Binary file not shown.
11408
media/system/css/joomla-fontawesome.css
Normal file
11408
media/system/css/joomla-fontawesome.css
Normal file
File diff suppressed because it is too large
Load Diff
1
media/system/css/joomla-fontawesome.min.css
vendored
Normal file
1
media/system/css/joomla-fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/system/css/joomla-fontawesome.min.css.gz
Normal file
BIN
media/system/css/joomla-fontawesome.min.css.gz
Normal file
Binary file not shown.
4
media/system/css/joomla-toolbar-button.css
Normal file
4
media/system/css/joomla-toolbar-button.css
Normal file
@ -0,0 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
joomla-toolbar-button .dropdown-item:focus, joomla-toolbar-button .dropdown-item:hover {
|
||||
color: #fff;
|
||||
}
|
||||
1
media/system/css/joomla-toolbar-button.min.css
vendored
Normal file
1
media/system/css/joomla-toolbar-button.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";joomla-toolbar-button .dropdown-item:focus,joomla-toolbar-button .dropdown-item:hover{color:#fff}
|
||||
BIN
media/system/css/joomla-toolbar-button.min.css.gz
Normal file
BIN
media/system/css/joomla-toolbar-button.min.css.gz
Normal file
Binary file not shown.
49
media/system/css/system-admin-error.css
Normal file
49
media/system/css/system-admin-error.css
Normal file
@ -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;
|
||||
}
|
||||
1
media/system/css/system-admin-error.min.css
vendored
Normal file
1
media/system/css/system-admin-error.min.css
vendored
Normal file
@ -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}
|
||||
BIN
media/system/css/system-admin-error.min.css.gz
Normal file
BIN
media/system/css/system-admin-error.min.css.gz
Normal file
Binary file not shown.
54
media/system/css/system-admin-system.css
Normal file
54
media/system/css/system-admin-system.css
Normal file
@ -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;
|
||||
}
|
||||
1
media/system/css/system-admin-system.min.css
vendored
Normal file
1
media/system/css/system-admin-system.min.css
vendored
Normal file
@ -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}
|
||||
BIN
media/system/css/system-admin-system.min.css.gz
Normal file
BIN
media/system/css/system-admin-system.min.css.gz
Normal file
Binary file not shown.
75
media/system/css/system-site-error.css
Normal file
75
media/system/css/system-site-error.css
Normal file
@ -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;
|
||||
}
|
||||
1
media/system/css/system-site-error.min.css
vendored
Normal file
1
media/system/css/system-site-error.min.css
vendored
Normal file
@ -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}
|
||||
BIN
media/system/css/system-site-error.min.css.gz
Normal file
BIN
media/system/css/system-site-error.min.css.gz
Normal file
Binary file not shown.
12
media/system/css/system-site-error_rtl.css
Normal file
12
media/system/css/system-site-error_rtl.css
Normal file
@ -0,0 +1,12 @@
|
||||
@charset "UTF-8";
|
||||
body {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.TD {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#errorboxbody, #techinfo {
|
||||
text-align: right;
|
||||
}
|
||||
1
media/system/css/system-site-error_rtl.min.css
vendored
Normal file
1
media/system/css/system-site-error_rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";body{text-align:right}.TD{text-align:left}#errorboxbody,#techinfo{text-align:right}
|
||||
BIN
media/system/css/system-site-error_rtl.min.css.gz
Normal file
BIN
media/system/css/system-site-error_rtl.min.css.gz
Normal file
Binary file not shown.
141
media/system/css/system-site-general.css
Normal file
141
media/system/css/system-site-general.css
Normal file
@ -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=173204") no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button2-right {
|
||||
float: left;
|
||||
background: url("../images/j_button2_right.png?v=173204") 100% 0 no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url("../images/j_button2_image.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore, .button2-left .article {
|
||||
background: url("../images/j_button2_readmore.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url("../images/j_button2_pagebreak.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .blank {
|
||||
background: url("../images/j_button2_blank.png?v=173204") 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=173204") 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;
|
||||
}
|
||||
1
media/system/css/system-site-general.min.css
vendored
Normal file
1
media/system/css/system-site-general.min.css
vendored
Normal file
@ -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=173204) no-repeat;margin-left:5px}.button2-right{float:left;background:url(../images/j_button2_right.png?v=173204) 100% 0 no-repeat;margin-left:5px}.button2-left .image{background:url(../images/j_button2_image.png?v=173204) 100% 0 no-repeat}.button2-left .readmore,.button2-left .article{background:url(../images/j_button2_readmore.png?v=173204) 100% 0 no-repeat}.button2-left .pagebreak{background:url(../images/j_button2_pagebreak.png?v=173204) 100% 0 no-repeat}.button2-left .blank{background:url(../images/j_button2_blank.png?v=173204) 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=173204) 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}
|
||||
BIN
media/system/css/system-site-general.min.css.gz
Normal file
BIN
media/system/css/system-site-general.min.css.gz
Normal file
Binary file not shown.
125
media/system/css/system-site-offline.css
Normal file
125
media/system/css/system-site-offline.css
Normal file
@ -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: left;
|
||||
}
|
||||
|
||||
.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;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 1px solid #0e67a1;
|
||||
width: 100%;
|
||||
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: left;
|
||||
}
|
||||
|
||||
#frmlogin {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
#frmlogin fieldset.button {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
1
media/system/css/system-site-offline.min.css
vendored
Normal file
1
media/system/css/system-site-offline.min.css
vendored
Normal file
@ -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:left}.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;font-family:inherit;font-size:inherit;border:1px solid #0e67a1;width:100%;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:left}#frmlogin{margin:0 10px}#frmlogin fieldset.button{text-align:right}.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}
|
||||
BIN
media/system/css/system-site-offline.min.css.gz
Normal file
BIN
media/system/css/system-site-offline.min.css.gz
Normal file
Binary file not shown.
23
media/system/css/system-site-offline_rtl.css
Normal file
23
media/system/css/system-site-offline_rtl.css
Normal file
@ -0,0 +1,23 @@
|
||||
@charset "UTF-8";
|
||||
#frame form {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
label {
|
||||
float: right;
|
||||
}
|
||||
|
||||
fieldset.input p {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.alert {
|
||||
text-align: right;
|
||||
padding: 8px 8px 25px 14px;
|
||||
}
|
||||
|
||||
.alert .close {
|
||||
float: left;
|
||||
left: -20px;
|
||||
right: 0;
|
||||
}
|
||||
1
media/system/css/system-site-offline_rtl.min.css
vendored
Normal file
1
media/system/css/system-site-offline_rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";#frame form{text-align:right}label{float:right}fieldset.input p{clear:right}.alert{text-align:right;padding:8px 8px 25px 14px}.alert .close{float:left;left:-20px;right:0}
|
||||
BIN
media/system/css/system-site-offline_rtl.min.css.gz
Normal file
BIN
media/system/css/system-site-offline_rtl.min.css.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user