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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>

View File

@ -0,0 +1,96 @@
.com_phocagallery figure {
margin: 0;
padding: 0;
}
.pg-hide {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
display:none;
}
.ph-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.ph-cb {
clear:both;
}
.ph-right {
float: right;
}
.ph-left {
float:left;
}
.pg-detail-nav-box {
margin: 1em;
margin-bottom: 2em;
}
.pg-comment-btn {
text-decoration: none;
border-radius: 2px;
padding: 2px;
border: 1px solid #f0f0f0;
display: inline-block;
min-width: 2em;
text-align: center;
margin: 1px;
}
.pg-comment-btn.pg-b {
font-weight: bold;
}
.pg-comment-btn.pg-i {
font-style: italic;
}
.pg-comment-btn.pg-u {
text-decoration: underline;
}
.pg-top-icons {
float: right;
}
/* UCP */
@media only screen and (max-width:500px) {
#phocagallery-ucp.pg-ucp-view {
font-size: 9px;
}
}
/* YouTube */
.ph-pswp-video-wrapper,
.pg-ytb-full,
.pg-ytb-detail {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.ph-pswp-video-wrapper iframe,
.pg-ytb-full iframe,
.pg-ytb-detail iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

View File

@ -0,0 +1,213 @@
/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
.pg-rate-box {
float:left;
}
#phocagallery ul.star-rating li,
#phocagallery-pane ul.star-rating li,
#phocagallery ul.star-rating-small li{
background: none;
list-style-type:none;
}
#phocagallery .star-rating,
#phocagallery-pane .star-rating,
.star-rating{
list-style:none;
margin: 0px;
margin-top:5px;
margin-bottom:5px;
padding:0px;
width: 110px;
height: 22px;
position: relative;
/*background: url(../../images/icon-voting.png) top left repeat-x;*/
background: url(../../images/star-voting.svg) top left repeat-x;
}
#phocagallery .star-rating li,
#phocagallery-pane .star-rating li,
.star-rating li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phocagallery .star-rating li a,
#phocagallery-pane .star-rating li a,
.star-rating li a{
display:block;
width:22px;
height: 22px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
#phocagallery .star-rating li a:hover,
#phocagallery-pane .star-rating li a:hover,
.star-rating li a:hover{
/*background: url(../../images/icon-voting.png) left center;*/
background: url(../../images/star-voting.svg) left center;
z-index: 2;
left: 0px;
}
#phocagallery .star-rating a.star1,
#phocagallery-pane .star-rating a.star1,
.star-rating a.star1{
left: 0px;
}
#phocagallery .star-rating a.star1:hover,
#phocagallery-pane .star-rating a.star1:hover,
.star-rating a.star1:hover{
width:22px;
}
#phocagallery .star-rating a.stars2,
#phocagallery-pane .star-rating a.stars2,
.star-rating a.stars2{
left:22px;
}
#phocagallery .star-rating a.stars2:hover,
#phocagallery-pane .star-rating a.stars2:hover,
.star-rating a.stars2:hover{
width: 44px;
}
#phocagallery .star-rating a.stars3,
#phocagallery-pane .star-rating a.stars3,
.star-rating a.stars3{
left: 44px;
}
#phocagallery .star-rating a.stars3:hover,
#phocagallery-pane .star-rating a.stars3:hover,
.star-rating a.stars3:hover{
width: 66px;
}
#phocagallery .star-rating a.stars4,
#phocagallery-pane .star-rating a.stars4,
.star-rating a.stars4{
left: 66px;
}
#phocagallery .star-rating a.stars4:hover,
#phocagallery-pane .star-rating a.stars4:hover,
.star-rating a.stars4:hover{
width: 88px;
}
#phocagallery .star-rating a.stars5,
#phocagallery-pane .star-rating a.stars5,
.star-rating a.stars5{
left: 88px;
}
#phocagallery .star-rating a.stars5:hover,
#phocagallery-pane .star-rating a.stars5:hover,
.star-rating a.stars5:hover{
width: 110px;
}
#phocagallery .star-rating li.current-rating,
#phocagallery-pane .star-rating li.current-rating,
.star-rating li.current-rating{
/*background: url(../../images/icon-voting.png) left bottom;*/
background: url(../../images/star-voting.svg) left bottom;
position: absolute;
height: 22px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}
/* Voting small */
#phocagallery .star-rating-small,
.star-rating-small{
list-style:none;
margin: 0px;
margin-top:5px;
margin-bottom:5px;
padding:0px;
width: 80px;
height: 16px;
position: relative;
/*background: url(../../images/icon-voting-small.png) top left repeat-x;*/
background: url(../../images/star-voting-small.svg) top left repeat-x;
}
#phocagallery .star-rating-small li,
.star-rating-small li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phocagallery .star-rating-small li a,
.star-rating-small li a{
display:block;
width:16px;
height: 16px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
#phocagallery .star-rating-small li a:hover,
.star-rating-small li a:hover{
/*background: url(../../images/icon-voting-small.png) left center;*/
background: url(../../images/star-voting-small.svg) left center;
z-index: 2;
left: 0px;
}
#phocagallery .star-rating-small a.star1,
.star-rating-small a.star1{
left: 0px;
}
#phocagallery .star-rating-small a.star1:hover,
.star-rating-small a.star1:hover{
width:16px;
}
#phocagallery .star-rating-small a.stars2,
.star-rating-small a.stars2{
left:16px;
}
#phocagallery .star-rating-small a.stars2:hover,
.star-rating-small a.stars2:hover{
width: 32px;
}
#phocagallery .star-rating-small a.stars3,
.star-rating-small a.stars3{
left: 32px;
}
#phocagallery .star-rating-small a.stars3:hover,
.star-rating-small a.stars3:hover{
width: 48px;
}
#phocagallery .star-rating-small a.stars4,
.star-rating-small a.stars4{
left: 48px;
}
#phocagallery .star-rating-small a.stars4:hover,
.star-rating-small a.stars4:hover{
width: 64px;
}
#phocagallery .star-rating-small a.stars5,
.star-rating-small a.stars5{
left: 64px;
}
#phocagallery .star-rating-small a.stars5:hover,
.star-rating-small a.stars5:hover{
width: 80px;
}
#phocagallery .star-rating-small li.current-rating,
.star-rating-small li.current-rating{
/*background: url(../../images/icon-voting-small.png) left bottom;*/
background: url(../../images/star-voting-small.svg) left bottom;
position: absolute;
height: 16px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}

View File

@ -0,0 +1,358 @@
/* Icons */
.ph-si {
width: 1.5em;
height: 1.5em;
margin: 0 0.25em;
fill: currentColor;
vertical-align: middle;
}
/* SVG ICONS */
/*
F94144
F8961E
90BE6D
43AA8B
66829A
748DA3
8197AB
*/
.ph-si-feed {color: #F8961E;}
.ph-si-image {color: #fff; margin-bottom: 0.3em}
.ph-si-tab.ph-si-image {color: #33739e;}
.ph-si-category {color: #F9C74F; margin-bottom: 0.3em}
.ph-si-star {color: #ffc93c;}
.ph-si-comment {color: #333a9e;}
.ph-si-upload {color: #0d6e35;}
.ph-si-upload-multiple {color: #333a9e;}
.ph-si-earth {color: #0d6e35;}
.ph-si-stats {color: #F8961E;}
.ph-si-ytb {color: #ff0000;}
.ph-si-trash {color: #ff0000;}
.ph-si-enabled {color: #0d6e35;}
.ph-si-disabled {color: #ff0000;}
.ph-si-category-top-category {color: #F9C74F; margin-bottom: 0.3em}
.ph-si-category-top-back {color: #F3722C; margin-bottom: 0.3em}
.ph-si-detail-top-back{color: #F3722C; margin-bottom: 0.3em; width: 3em;height:3em;}
.ph-si-next-btn,
.ph-si-prev-btn {color: #fff;margin-bottom:0.25em;}
.ph-si-category-medium {color: #F9C74F; background: #f0f0f0;}
.ph-si-back-medium {color: #b0b0b0; background: #f0f0f0;}
.ph-si-lock-medium {color: #b0b0b0; background: #f0f0f0;}
.pg-categories-items-box,
.pg-category-items-box {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
/*justify-content: center;*/
align-items: flex-end;
align-content: flex-end;
}
@media only screen and (max-width: 768px) {
.pg-categories-items-box,
.pg-category-items-box {
justify-content: center;
}
}
.pg-item-box,
.pg-category-box {
/*display: flex;
flex-direction: column;
justify-content: flex-end;*/
border: 1px solid #f0f0f0;
margin: 0.5em;
position:relative;
}
.pg-item-box figure,
.pg-category-box figure {
margin: 0;
}
.pg-item-box-info {
margin: 0;
padding: 0;
}
#phocagallery svg {
vertical-align: middle;
}
.pg-svg-box {
margin: 0;
padding: 0;
line-height: 0;
}
.pg-svg-box svg {
padding: 2.5em;
margin: 0;
}
.pg-category-box-image svg,
.pg-detail-item-image-box img,
.pg-item-box-image img,
.pg-item-box-image svg,
.pg-category-box-image img{
border-radius: 3px;
box-shadow: rgba(50, 50, 93, 0.4) 0px 6px 12px -2px, rgba(0, 0, 0, 0.7) 0px 3px 7px -3px;
}
.pg-item-box-title,
.pg-category-box-title {
position: absolute;
bottom: 0em;
left: 0em;
padding: 0.5em;
color: #fff;
font-weight: bold;
width: 100%;
border-radius: 0 0 3px 3px;
font-size: 115%;
background: rgba(0,0,0,.5);
}
.pg-item-box-title.pg-display-name-2 {
background:transparent;
}
/* Capitalize first letter of sentence */
.pg-item-box-title a,
.pg-category-box-title a{
display: inline-block;
}
.pg-item-box-title a:first-letter,
.pg-category-box-title a:first-letter{
text-transform: capitalize;
}
#phocagallery .pg-item-box-title a,
#phocagallery .pg-category-box-title a,
.pg-item-box-title a,
.pg-category-box-title a {
text-decoration: none;
color: #fff;
}
.pg-categories-box-rating,
.pg-category-box-rating {
position: absolute;
top: 1em;
right: 1em;
}
.pg-item-box-icons-box {
position: absolute;
bottom: 3em;
right: 0em;
padding: 0.5em;
}
.pg-item-box-icons-box svg.ph-si {
color:#fff;
background: rgba(0,0,0,.5);
border-radius: 50%;
padding: 0.3em;
margin: 0;
}
.pg-item-box-stats-value {
float:right;
margin-right: 0.2em;
}
.pg-category-box-label-box {
position: absolute;
top: 0.2em;
left: 0.2em;
font-weight: bold;
color: #fff;
}
.pg-category-box-label-new {
background:#2f66b9;
float: left;
padding: 0.1em 0.5em;
margin: 0.2em;
border-radius: 2px;
}
.pg-category-box-label-hot {
background: #e02121;
float:left;
padding: 0.1em 0.5em;
margin: 0.2em;
border-radius: 2px;
}
.pg-category-box-count {
font-size: small;
color: #d0d0d0;
}
.pg-category-box-title a {
color: #fff;
text-decoration: none;
}
.pg-category-box-description {
position:absolute;
top: 0.2em;
left: 0.2em;
}
.ph-si-tab {
width: 1.1em;
height: 1.1em;
}
.pg-detail-item-image-box {
text-align: center;
}
#pgCategoryModal .modal-dialog {
height: 90%;
max-width: 70%;
}
#pgCategoryModal .modal-content {
height: 100%;
}
#pgCategoryModalLabel {
text-transform: capitalize;
}
/* Pagination */
.com-phocagallery .form-select,
.com_phocagallery .form-select {
width: auto;
margin-left: 0.5em;
margin-right: 0.5em;
}
.com-phocagallery .pagination,
.com_phocagallery .pagination {
align-items: center;
justify-content:flex-end;
}
/* Loading */
/* Loading */
.ph-lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 0px;
}
.ph-loading-text {
text-align: center;
}
.ph-loading-text .ph-lds-ellipsis {
height: 50px;
}
.ph-loading-hidden {
display: none;
}
.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);
}
}
.ph-adminlist {
clear:both;
margin: 1em auto;
}
.ph-adminlist tr th,
.ph-adminlist tr td {
border-collapse: collapse;
border: 1px solid #d0d0d0;
text-align: center;
padding: 0.3em;
}
.ph-adminlist-select-row {
display:flex;
justify-content: flex-end;
}
.ph-adminlist-select-row .form-select {
display:flex;
}
#phocagallery {
margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
.com-phocagallery form > .pagination,
.com_phocagallery form > .pagination {
flex-direction:column;
align-items: center;
}
}