primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,29 @@
.com_phocamaps {
background: #f9f9f9;
}
.com_phocamaps.layout-edit {
background: #fff;
}
.ph-admin-box-content {
padding: 20px;
background: #F1F5F9;
background: #EDF0F5;
margin: 0px !important;
margin-top: 10px !important;
}
.com_phocamaps table {
background: #fff;
border-radius: 3px
}
.ph-extension-info-box {
background: #f0f0f0;
padding: 1em;
}
.ph-extension-links-box {
margin-top: 1em;
padding: 1em;
background: #f0f0f0;
}

View File

@ -0,0 +1,55 @@
.com_phocamaps a[target=_blank]:before {
content: "" !important;
}
#toolbar a.btn.btn-small i {
margin-inline-end: .5rem;
}
.ph-extension-info-box {
background: #fff;
padding: 1em;
}
.ph-extension-links-box {
margin-top: 1em;
padding: 1em;
background: #fff;
}
.ph-extension-info-box {
padding-bottom: 2em;
}
.tpl-bettum.com_phocamaps .ph-extension-info-box,
.tpl-bettum.com_phocamaps .ph-extension-links-box {
background: #505050;
}
.tpl-bettum.com_phocamaps .ph-cpanel-logo {
background: #000;
padding-left: 1em;
margin-bottom: 1em;
}
.tpl-bettum.com_phocamaps .ph-cp-item-icon {
background: transparent;
}
.tpl-bettum.com_phocamaps .phi {
color: #fff !important;
}
.com_phocamaps .table > :not(caption) > * > * {
padding: 0.75rem 0.25rem;
}
.com_phocamaps .ph-multiple-table > :not(caption) > * > * {
padding: 0.15rem 0.25rem;
}

View File

@ -0,0 +1 @@
<html><body style="background-color: #000;"></body></html>

View File

@ -0,0 +1,982 @@
#adminForm {
margin: 0 0 0 0 !important;
}
/* Columns*/
.ph-image {
text-align:center;
width: 10%;
}
.ph-title {
width: 60%;
}
.ph-title-stat {
width: 10%;
}
.ph-filename-stat {
width: 50%;
}
.ph-map {
width: 20%;
}
.ph-title-short {
width: 30%;
}
.ph-filename-long {
width: 50%;
}
.ph-count {
width: 5%;
}
.ph-page {
width: 5%;
}
.ph-functions,
.ph-id,
.ph-check,
.ph-ordering {
width: 1%;
}
.ph-plugincode-td {
color: #999;
font-size: small;
}
.ph-right {
text-align: right !important;
}
.ph-center {
text-align: center !important;
}
.ph-uploaduser {
width: 7%;
white-space: nowrap;
}
.ph-owner,
.ph-rating,
.ph-hits,
.ph-language,
.ph-published,
.ph-approved {
width: 5%;
}
.ph-user,
.ph-parentcattitle {
width: 15%;
}
.ph-filename,
.ph-access {
width: 10%;
}
.ph-multiple-table tr td.ph-img-table {
text-align: center;
padding-top: 4px;
}
.ph-icon {
margin: 0;
padding: 5px;
float: left;
margin: 0 auto;
text-align: center;
}
.ph-icon-inside.thumbnail {
width: 100px;
height: 100px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #fdfdfd;
}
.ph-icon-inside.thumbnail img {
margin-top: 10px;
margin-bottom: -12px;
}
.ph-icon-inside.thumbnail span {
}
.ph-head-form-small,
.ph-head-form {
font-weight: bold;
}
.ph-head-form {
margin-bottom: 10px;
}
.ph-in {
padding: 5px;
}
.ph-w80 {
width: 80%;
}
.dl-horizontal.ph-input dt {
float: left;
clear: left;
margin-right: 20px;
text-align: left;
width: auto;
}
.dl-horizontal.ph-input dd{
}
.ph-cpanel-left {
float: left;
width: 50%;
}
.ph-cpanel-right {
float: right;
width: 50%;
}
#configTabs li a img {
margin-top: -3px;
}
.ph-head-form-small,
.ph-head-form {
font-weight: bold;
}
.ph-head-form {
margin-bottom: 10px;
}
.ph-in {
padding: 5px;
}
.ph-w80 {
width: 80%;
}
.dl-horizontal.ph-input dt {
float: left;
clear: left;
margin-right: 20px;
text-align: left;
width: auto;
}
.dl-horizontal.ph-input dd{
}
div.icon-48-info {
background: url('../../images/icon-48-info.png') no-repeat left;
}
div.icon-48-phoca {
background: url('../../images/icon-48-phoca.png') no-repeat left;
}
div.icon-48-phocamaps {
background: url('../../images/icon-48-phocamaps.png') no-repeat left;
}
div.icon-48-maps {
background: url('../../images/icon-48-map.png') no-repeat left;
}
div.icon-48-markers {
background: url('../../images/icon-48-marker.png') no-repeat left;
}
div.icon-48-icons {
background: url('../../images/icon-48-icon.png') no-repeat left;
}
a img, img {border:0px;text-decoration:none;}
.p-noscript {
text-align: center;
background: #ffcc00;
padding: 10px;
}
#phocamaps .p-add-address {
margin-top: 10px;
}
.license {
text-align:justify;
font-size: 9px;
}
.phoca-adminform {
background-color: #fff;
border: solid 1px #d5d5d5;
padding:10px;
}
/*form*/
input.pmreadonly {
background: #f0f0ee;
color: #777;
}
input.pmreadonly:focus,
input.pmreadonly:hover
{
background: #f0f0ee;
color: #777;
}
.p-add-address {
margin-top: 10px;
}
/* CP Info */
.ph-box-cp {
display: flex;
}
.ph-left-cp {
flex-basis: 50%;
}
.ph-right-cp {
flex-basis: 50%;
}
/* CP Icons, Joomla! Font Icons */
.ph-cp-item-box {
display: flex;
flex-wrap: wrap;
}
.ph-cp-item-box .ph-cp-item {
width: 7rem;
margin: 0 0.7em 1.4em 0.7em;
}
.ph-cp-item-icon {
background: #fff;
border-radius: 5px;
width: 7rem;
height: 7rem;
text-align: center;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
border: 0;
background-image: linear-gradient(-45deg,#ffffff,#ffffff);
box-shadow: 1px 2px 1px 0 rgba(0,0,0,.15);
}
.ph-cp-item-icon-link {
width: 7rem;
height:7rem;
display: flex;
}
.ph-cp-item-icon-link,
.ph-cp-item-icon-link:hover,
.ph-cp-item-icon-link:active,
.ph-cp-item-icon-link:visited,
.ph-cp-item-icon-link:focus {
color: #A6AAB1;
text-decoration: none;
}
.ph-cp-item-icon-link span {
border: 0px;
box-shadow: none;
border-radius: 50%;
width: 5rem;
height: 5rem;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
text-align: center;
}
.ph-cp-item-icon-link:hover {
border: 0px;
box-shadow: none;
}
.ph-cp-item-icon-link-large {
font-size: 2.6rem;
width: 2.6rem;
height:2.6rem;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.ph-cp-item-title {
display:block;
font-size: 0.95em;
margin: 0 auto;
margin-top: 0.1em;
text-align: center
}
.ph-cp-item-icon-link-large {
text-shadow:
-2px -2px 0 #575757,
2px -2px 0 #575757,
-2px 2px 0 #575757,
2px 2px 0 #575757;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ph-cp-item-icon-link-large {
/*-webkit-text-stroke: 2px #575757;*/
text-shadow: none;
}
}
@-moz-document url-prefix() {
.ph-cp-item-icon-link-large {
/*-webkit-text-stroke: 2px #575757;*/
text-shadow: none;
}
}
.ph-cp-item-icon-link-large:before {
font-family: 'JoomlaFont' !important;
}
.ph-cp-item [class^="icon-"],
.ph-cp-item [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
margin-right: auto;
line-height: 1;
}
.ph-cp-item [class^="icon-"].duotone:after, .ph-cp-item [class*=" icon-"].duotone:after {
opacity: 0.6;
}
.pha-toolbox {
width: 4rem;
}
.pha-toolbox a {
display: inline-block;
margin: 0.1em;
margin-bottom: 0.3em;
padding: 0;
font-weight: bold;
}
.pha-no-underline,
.pha-no-underline:hover {
text-decoration: none;
}
.ph-cp-item {
text-align: center;
}
.ph-cp-item [class^="icon-"].phi-fs-s,
.ph-cp-item [class*=" icon-"].phi-fs-s {
font-size: 1rem;
width: 1rem;
height: 1rem;
display: inline-block;
margin: auto;
}
.ph-cp-item [class^="icon-"].phi-fs-m,
.ph-cp-item [class*=" icon-"].phi-fs-m {
font-size: 1.4rem;
width: 1.4rem;
height: 1.4rem;
display: inline-block;
margin: auto;
}
.ph-cp-item [class^="icon-"].phi-fs-l,
.ph-cp-item [class*=" icon-"].phi-fs-l {
font-size: 3.6rem;
width: 3.6rem;
height: 3.6rem;
display: inline-block;
margin: auto;
}
.phi-fc-bl {color: #3f72af}
.phi-fc-bd {color: #112d4e}
.phi-fc-rl {color: #e23e57}
.phi-fc-rd {color: #CC1020}
.phi-fc-yl {color: #ffde7d}
.phi-fc-yd {color: #ffc314}
.phi-fc-brl{color: #D2BDA9}
.phi-fc-brd{color: #996633}
.phi-fc-od {color: #ff9a00}
.phi-fc-gd {color: #378137}
.phi-fc-gl {color: #62bc62}
.phi-mirror:before,
.phi-mirror:after {
display:inline-block;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.nav.nav-tabs .ph-cp-item .phi:before,
.nav.nav-tabs .ph-cp-item .phi:after {
margin-top: 0.2em;
}
.js-stools .js-stools-container-bar .btn-wrapper {
margin: 0 3px;
padding: 3px 0px;
}
.ph-info-item .icon-minus-circle {
color: #a94442;
}
.ph-info-item .icon-success {
color: #3c763d;
}
#phAdminEdit .form-horizontal .tab-content {
position: relative;
}
.ph-admin-additional-box {
position: absolute;
top: 0.3em;
right: 0.3em;
padding: 1em;
/*background: #f0f0f0;*/
/*z-index: 1;*/
}
.ph-admin-additional-box-img-box {
text-align: center;
}
.ph-admin-additional-box img {
margin: 0 auto;
}
.ph-float-right {
float: right;
}
/* List Box */
.ph-item-list-box {
display:flex;
flex-wrap: wrap;
}
.ph-item-list-box-admin .ph-item-box:hover {
border: 1px solid #3f72af;
background: #fcfcfc;
}
.ph-item-box {
display: flex;
flex-direction: column;
height: 100%;
margin: 0.5em;
border: 1px solid #f0f0f0;
border-radius: 3px;
width: 9em;
height: 11em;
padding: 0.5em;
text-align: center;
background-image: linear-gradient(-45deg,#ffffff,#ffffff);
box-shadow: 1px 2px 1px 0 rgba(0,0,0,.15);
}
.ph-item-image {
flex-grow: 1;
background: #fcfcfc;
display: flex;
text-align: center;
flex-direction: column;
justify-content: center;
align-items:center;
}
.ph-item-action-box {
text-align: right;
}
.ph-item-list-box-head {
font-size:large;
font-weight:bold;
}
.ph-item-list-box-hr {
border-bottom: 3px solid #f0f0f0;
margin-bottom: 1em;
margin-top: 1em;
clear:both;
}
/* Loading */
.ph-lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.ph-lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #129ED9;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.ph-lds-ellipsis div:nth-child(1) {
left: 8px;
animation: ph-lds-ellipsis1 0.6s infinite;
}
.ph-lds-ellipsis div:nth-child(2) {
left: 8px;
animation: ph-lds-ellipsis2 0.6s infinite;
}
.ph-lds-ellipsis div:nth-child(3) {
left: 32px;
animation: ph-lds-ellipsis2 0.6s infinite;
}
.ph-lds-ellipsis div:nth-child(4) {
left: 56px;
animation: ph-lds-ellipsis3 0.6s infinite;
}
@keyframes ph-lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes ph-lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes ph-lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
/* css conflict */
.phi.icon-featured:before {
color: #ffc93c
}
.js-stools .js-stools-container-bar .btn-wrapper {
margin: 0 3px;
padding: 3px 0px;
}
#phAdminEdit .form-horizontal .tab-content {
position: relative;
}
.ph-admin-additional-box {
position: absolute;
top: 0.3em;
right: 0.3em;
padding: 1em;
background: #f0f0f0;
max-width: 20em;
/*z-index: 1;*/
}
.ph-admin-additional-box-img-box {
text-align: center;
}
.ph-admin-additional-box img {
margin: 0 auto;
}
.ph-float-right {
float: right;
}
.ph-cpanel-logo img {
transform: scale(0.6);
transform-origin: 0 50%;
}
.ph-msg-success {
color: #fff;
background-color: #28A745;
padding: 5px;
}
.ph-info-modal {
float: left;
}
.icon-ph-earth:before {
font-family: 'JoomlaFont' !important;
content: "\13c52";
color: #fff;
display: inline-block;
width: 14px;
height: 14px;
margin-right: .25em;
line-height: 14px;
}
/* Additional Box */
.ph-admin-additional-box-img-box {
text-align: center;
border: 1px solid #f0f0f0;
border-radius: 3px;
padding: 0.25rem;
background: #fff;
display:inline-block;
margin: 0 auto;
}
.ph-admin-additional-box-img-box img {
margin: 0 auto;
}
.ph-admin-additional-box {
float: right;
width: 35%;
border-radius: 0.25em;
margin: 0 0 0 0.75em;
padding: 0.5em;
background:#ffde7d;
}
@media (max-width: 768px) {
.ph-admin-additional-box {
float: none;
width: 100%;
margin: 0 0 0.75em 0;
}
}
/* CP Info */
.ph-box-info {
background: #fff;
padding: 1em;
}
.ph-box-cp {
display: flex;
}
.ph-left-cp {
flex-basis: 55%;
}
.ph-right-cp {
flex-basis: 45%;
}
@media (max-width: 768px) {
.ph-box-cp { display:block;}
}
.ph-cp-hr {
border-top: 3px solid #eee;
margin-bottom: 1em;
}
.ph-cpanel-logo img {
/*transform: scale(0.6);
transform-origin: 0 50%;*/
max-width: 70%;
height: auto;
}
.ph-cpanel-logo-seal {
float: right;
margin: 0.7em;
}
.ph-cpanel-logo-seal img {
width: 90%;
height: auto;
}
/* CP Icons, Joomla! Font Icons */
.ph-cp-item-box {
display: flex;
flex-wrap: wrap;
}
.ph-cp-item-box .ph-cp-item {
width: 7rem;
margin: 0 0.7em 1.4em 0.7em;
}
.ph-cp-item-icon {
background: #fff;
border-radius: 5px;
width: 7rem;
height: 7rem;
text-align: center;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
border: 0;
background-image: linear-gradient(-45deg,#ffffff,#ffffff);
box-shadow: 1px 2px 1px 0 rgba(0,0,0,.15);
}
.ph-cp-item-icon-link {
width: 7rem;
height:7rem;
display: flex;
}
.ph-cp-item-icon-link,
.ph-cp-item-icon-link:hover,
.ph-cp-item-icon-link:active,
.ph-cp-item-icon-link:visited,
.ph-cp-item-icon-link:focus {
color: #A6AAB1;
text-decoration: none;
}
.ph-cp-item-icon-link span {
border: 0px;
box-shadow: none;
border-radius: 50%;
width: 5rem;
height: 5rem;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
text-align: center;
}
.ph-cp-item-icon-link:hover {
border: 0px;
box-shadow: none;
}
.ph-cp-item-icon-link-large {
font-size: 2.6rem;
width: 2.6rem;
height:2.6rem;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.ph-cp-item-title {
display:block;
font-size: 0.95em;
margin: 0 auto;
margin-top: 0.1em;
text-align: center
}
.ph-cp-item-icon-link-large {
text-shadow:
-2px -2px 0 #575757,
2px -2px 0 #575757,
-2px 2px 0 #575757,
2px 2px 0 #575757;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ph-cp-item-icon-link-large {
/*-webkit-text-stroke: 2px #575757;*/
text-shadow: none;
}
}
@-moz-document url-prefix() {
.ph-cp-item-icon-link-large {
/*-webkit-text-stroke: 2px #575757;*/
text-shadow: none;
}
}
.ph-cp-item-icon-link-large:before {
font-family: 'JoomlaFont' !important;
}
.ph-cp-item [class^="icon-"],
.ph-cp-item [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
margin-right: auto;
line-height: 1;
}
.ph-cp-item [class^="icon-"].duotone:after, .ph-cp-item [class*=" icon-"].duotone:after {
opacity: 0.6;
}
.pha-toolbox {
width: 4rem;
}
.pha-toolbox a {
display: inline-block;
margin: 0.1em;
margin-bottom: 0.3em;
padding: 0;
font-weight: bold;
}
.pha-no-underline,
.pha-no-underline:hover {
text-decoration: none;
}
.ph-cp-item {
text-align: center;
}
.ph-cp-item [class^="icon-"].phi-fs-s,
.ph-cp-item [class*=" icon-"].phi-fs-s {
font-size: 1rem;
width: 1rem;
height: 1rem;
display: inline-block;
margin: auto;
}
.ph-cp-item [class^="icon-"].phi-fs-m,
.ph-cp-item [class*=" icon-"].phi-fs-m {
font-size: 1.4rem;
width: 1.4rem;
height: 1.4rem;
display: inline-block;
margin: auto;
}
.ph-cp-item [class^="icon-"].phi-fs-l,
.ph-cp-item [class*=" icon-"].phi-fs-l {
font-size: 3.6rem;
width: 3.6rem;
height: 3.6rem;
display: inline-block;
margin: auto;
}
.phi-fc-bl {color: #3f72af}
.phi-fc-bd {color: #112d4e}
.phi-fc-rl {color: #e23e57}
.phi-fc-rd {color: #CC1020}
.phi-fc-yl {color: #ffde7d}
.phi-fc-yd {color: #ffc314}
.phi-fc-brl{color: #D2BDA9}
.phi-fc-brd{color: #996633}
.phi-fc-od {color: #ff9a00}
.phi-fc-gd {color: #378137}
.phi-fc-gl {color: #62bc62}
.phi-mirror:before,
.phi-mirror:after {
display:inline-block;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.nav.nav-tabs .ph-cp-item .phi:before,
.nav.nav-tabs .ph-cp-item .phi:after {
margin-top: 0.2em;
}
.js-stools .js-stools-container-bar .btn-wrapper {
margin: 0 3px;
padding: 3px 0px;
}
.ph-info-item .icon-minus-circle {
color: #a94442;
}
.ph-info-item .icon-success {
color: #3c763d;
}
.ph-si-tab {
width: 1.1em;
height: 1.1em;
}
.pd-icon-category {color: #F9C74F;}
#adminForm .table tr th {
font-size: small;
}
.ph-recommended-settings-table tr.alert.alert-danger {
border: 0;
}
.ph-recommended-settings-table tr td [class^="icon-"].duotone:before,
.ph-recommended-settings-table tr td [class*=" icon-"].duotone:before{
position: relative;
}
.ph-cb {
clear:both;
}
.ph-cp-logo-footer {
float:right;
margin: 0.5em;
}
.ph-cp-btn-update {
float: left;
margin: 0 0.3em 0.3em 0;
}

View File

@ -0,0 +1,59 @@
label {
}
hr {
border: 1px solid #cce6ff;
}
.ph-options-head {
background: #E5F3FF;
color: #0079e0;
border: 1px solid #add9ff;
padding:15px 10px;
margin:5px 0;
display:block;
text-shadow: 0 1px 0 #ffffff;
font-size: 110%;
}
.ph-options-head-expert {
background: #F2dede;
color: #b74848;
border: 1px solid #e2b6b6;
padding:15px 10px;
margin:5px 0;
display:block;
text-shadow: 0 1px 0 #ffffff;
font-size: 110%;
}
@media (min-width: 992px) {
.ph-options-head,
.ph-options-head-expert {
margin-left: -240px;
}
}
.ph-options-head {
background-image: linear-gradient(-90deg, #129ED9,#0a5c80);
color: #fff;
text-shadow: none;
border: 0;
font-size: 120%;
border-radius: 3px;
}
.ph-options-head-expert {
background-image: linear-gradient(-90deg, #b74848,#b74848);
color: #fff;
text-shadow: none;
border: 0;
font-size: 120%;
border-radius: 3px;
}
.form-horizontal .controls {
/*margin-left: 300px !important;*/
}

View File

@ -0,0 +1,317 @@
/*
@media (prefers-color-scheme: dark) {
*/
[data-bs-theme="dark"] {
.ph-cpanel-info-box,
.ph-cpanel-tips-box,
.ph-extension-links-box,
.ph-extension-info-box,
.ph-box-info {
background-image: none;
background-color: rgb(72, 86, 106);
}
.ph-cpanel-logo {
padding: 0.5em;
background: rgb(255,255,255, 0.5);
margin-bottom: 1em
}
.ph-box-info .ph-cpanel-logo {
display: inline-block;
}
.ph-box-info .ph-cpanel-logo img {
max-width: 100%;
}
.ph-cp-item-icon {
background: rgb(72, 86, 106);
background-image: linear-gradient(-45deg, rgb(72, 86, 106), rgb(72, 86, 106));
}
.ph-admin-additional-box {
/*background: rgb(255, 222, 125, 0.4);*/
background: #b59410;
color: #000;
& a {
color: #000;
}
}
.import-import-box,
.import-export-box,
#phAdminEdit .ph-admin-order-link,
#phAdminEdit .ph-admin-download-links {
color: #fff;
background: #000;
}
table.ph-report-table tr.ph-report-total-row td {
background: transparent;
}
select.form-control {
/* background-color: transparent;*/
}
.subhead .btn:not([disabled]):active, .subhead .btn:not([disabled]):focus, .subhead .btn:not([disabled]):hover {
background-color: var(--subhead-btn-accent);
border-color: var(--subhead-btn-accent);
color: hsla(0,0%,100%,.9);
}
.subhead .btn.btn-warning {
--subhead-btn-accent: #ffb514;
}
.ph-admin-stat-row {
background: rgb(72, 86, 106);
}
.btn-close {
filter: invert(1) grayscale(100%) brightness(0%);
}
#phAdminEdit .subform-repeatable-group {
background-color: #2e486b;
color: #fff;
}
#phAdminEdit .subform-repeatable-group .subform-repeatable-group {
background-color: #1f3047;
color: #fff;
}
/*form*/
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single,
#phAdminEdit select[readonly] {
background: #333 !important;
color: #777 !important;
border: 1px solid #aaa !important;
}
#phAdminEditPopup input[readonly],
#phAdminEdit input[readonly],
input.pmreadonly {
background: #333 !important;
color: #777 !important;
}
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single:focus,
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single:hover,
#phAdminEdit select[readonly]:focus,
#phAdminEdit select[readonly]:hover {
background: #333 !important;
color: #777 !important;
border: 1px solid #aaa !important;
}
#phAdminEditPopup input[readonly]:focus,
#phAdminEditPopup input[readonly]:hover,
#phAdminEdit input[readonly]:focus,
#phAdminEdit input[readonly]:hover,
input.pmreadonly:focus,
input.pmreadonly:hover {
background: #333 !important;
color: #777 !important;
}
#phAdminEditPopup input[readonly], #phAdminEdit input[readonly], input.pmreadonly {
color: #333 !important;
background: #777 !important;
}
.ph-editinplace-text {
background: #000;
color: #fff;
}
.ph-editinplace-text form {
background-color: #000;
}
/* codemirror */
.ͼ1 .cm-content[contenteditable="true"] {
background-color: rgb(72, 86, 106);
}
}
/* Select 2 */
/*
@media (prefers-color-scheme: dark) {
*/
[data-bs-theme="dark"] {
.select2-container .select2-choice {
color: #fff;
background-color: transparent;
background-image: none;
background: url('../../js/administrator/select2/select-bg-dark.svg') no-repeat right center/116rem;
}
.select2-container.select2-drop-above .select2-choice {
background-image: none;
}
.select2-drop-mask {
background-color: #000;
}
.select2-drop {
background: #000;
color: #fff;
}
.select2-container .select2-choice .select2-arrow {
background: #333;
background-image: none;
}
.select2-container .select2-choice .select2-arrow b {
background: url('../../js/administrator/select2/select2-dark.png') no-repeat 0 1px;
}
.select2-search input {
background: #000;
background: url('../../js/administrator/select2/select2-dark.png') no-repeat 100% -22px, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
background: #000 url('../../js/administrator/select2/select2-dark.png') no-repeat -37px -22px;
background: url('../../js/administrator/select2/select2-dark.png') no-repeat -37px -22px, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
}
.select2-search input.select2-active {
background: #000 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%;
background: url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
}
.select2-dropdown-open .select2-choice {
background-color: #000;
background-image: linear-gradient(to top, #000 0%, #000 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
background-image: linear-gradient(to bottom, #000 0%, #000 50%);
}
.select2-results li em {
background: #999;
font-style: normal;
}
.select2-results .select2-highlighted ul {
background: #000
color: #fff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #999;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #999;
}
.select2-results .select2-disabled {
background: #999;
}
.select2-more-results.select2-active {
background: #999 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #999;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #999;
border: 1px solid #999;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #999;
}
/* multiselect */
.select2-container-multi .select2-choices {
background-image: linear-gradient(to bottom, #000 1%, #000 15%);
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #000 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100% !important;
}
.select2-default {
color: #fff !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
background-color: #999;
background-image: linear-gradient(to bottom, #999 20%, #999 50%, #999 52%, #999 100%);
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #999;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #999;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background-color: #999;
}
.select2-results .select2-no-results {
background: #000;
}
.select2-container-multi .select2-choices {
background-color: #000;
}
.select2-container-multi .select2-choices .select2-search-choice {
color: #000;
}
.select2-search-choice-close::before {
content: "\2715";
color: #000;
font-size: 12em;
font-weight: bold;
}
}

View File

@ -0,0 +1 @@
<html><body style="background-color: #000;"></body></html>

View File

@ -0,0 +1,228 @@
/*grey wb*/
.phocamaps-box-border-greywb .phocamaps-map{
border: 3px solid #fff;
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.35);
}
/*
#phocamaps-box div.pmbox-greywb {
float: left;
clear: both;
text-align: left;
background: url(../images/box-grey-br.png) no-repeat bottom right;
}
#phocamaps-box div.pmbox-greywb div {
background: url(../images/box-grey-bl.png) no-repeat bottom left;
}
#phocamaps-box div.pmbox-greywb div div {
background: url(../images/box-grey-tr.png) no-repeat top right;
}
#phocamaps-box div.pmbox-greywb div div div {
padding:12px;
background: url(../images/box-grey-tl.png) no-repeat top left;
}
#phocamaps-box div.pmbox-greywb div div div div {
margin: 0;
padding: 0;
float: none;
/* width: 99% *//*
background: none;
}*/
/*grey*/
.phocamaps-box-border-grey .phocamaps-map{
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.35);
}
/*
#phocamaps-box div.pmbox-grey {
float: left;
clear: both;
text-align: left;
background: url(../images/box-grey-br.png) no-repeat bottom right;
}
#phocamaps-box div.pmbox-grey div {
background: url(../images/box-grey-bl.png) no-repeat bottom left;
}
#phocamaps-box div.pmbox-grey div div {
background: url(../images/box-grey-tr.png) no-repeat top right;
}
#phocamaps-box div.pmbox-grey div div div {
padding:10px;
background: url(../images/box-grey-tl.png) no-repeat top left;
}
#phocamaps-box div.pmbox-grey div div div div {
margin: 0;
padding: 0;
float: none;
/*width: 99%;*//*
background: none;
}*/
/*grey rc*/
.phocamaps-box-border-greyrc .phocamaps-map{
border: 3px solid #fff;
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.35);
border-radius: 5px;
}/*
#phocamaps-box div.pmbox-greyrc {
float: left;
clear: both;
text-align: left;
background: url(../images/box-greyrc-br.png) no-repeat bottom right;
}
#phocamaps-box div.pmbox-greyrc div {
background: url(../images/box-greyrc-bl.png) no-repeat bottom left;
}
#phocamaps-box div.pmbox-greyrc div div {
background: url(../images/box-greyrc-tr.png) no-repeat top right;
}
#phocamaps-box div.pmbox-greyrc div div div {
padding:12px;
background: url(../images/box-greyrc-tl.png) no-repeat top left;
}
#phocamaps-box div.pmbox-greyrc div div div div {
margin: 0;
padding: 0;
float: none;
/* width: 99% *//*
background: none;
}
*/
/*black*/
.phocamaps-box-border-black .phocamaps-map{
border: 3px solid #fff;
box-shadow: 0px 0px 3px 3px rgba(0,0,0,1);
}
/*
#phocamaps-box div.pmbox-black {
float: left;
clear: both;
text-align: left;
background: url(../images/box-black-br.png) no-repeat bottom right;
}
#phocamaps-box div.pmbox-black div {
background: url(../images/box-black-bl.png) no-repeat bottom left;
}
#phocamaps-box div.pmbox-black div div {
background: url(../images/box-black-tr.png) no-repeat top right;
}
#phocamaps-box div.pmbox-black div div div {
padding:12px;
background: url(../images/box-black-tl.png) no-repeat top left;
}
#phocamaps-box div.pmbox-black div div div div {
margin: 0;
padding: 0;
float: none;
/* width: 99% *//*
background: none;
}
*/
#phocamaps .pmroute,
.pmroute {
margin-top: 15px;
margin-left: 15px;
clear: both;
}
#phocamaps .pmgps,
.pmgps {
margin-top:5px;
border-top:1px solid #ccc;
margin-bottom:5px;
}
.p-noscript {
text-align: center;
background: #ffcc00;
padding: 10px;
}
#phocamaps .pmprintroutelink,
.pmprintroutelink {
position: relative;
float: right;
background: url(../images/icon-printlink.png) center left no-repeat;
padding: 10px;
padding-left: 20px;
}
/* Print Window */
#phocamapsprintroute {
padding: 10px;
background: #ffffff;
text-align: left;
}
#phocamapsprintroute .pmprintscreen {
position: relative;
float: right;
padding: 10px;
}
#phocamapsprintroute .pmprintscreena{
text-decoration:underline;
}
#phocamaps .error {
background:#FFC2C2;
border:1px solid #bf3030;
color: #a60000;
padding:10px;
margin-top:5px;
margin-bottom:5px;
}
/* Temp code - needs to be tested */
#phocamaps.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
#phocamaps .directions {
clear: left;
}
#phocampas .pm-input-route {
}
#phocampas .pm-input-route-btn {
}
/* Temp code - needs to be tested */
/* Bootstrap */
#phocamaps img {
max-width: none;
}
#phocamaps.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
#phocamaps-box img {
max-width:none !important;
}
.pmMarkerTitle {
font-weight: bold;
font-size: 110%;
}