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_phocadownload {
background: #f9f9f9;
}
.com_phocadownload.layout-edit {
background: #fff;
}
.ph-admin-box-content {
padding: 20px;
background: #F1F5F9;
background: #EDF0F5;
margin: 0px !important;
margin-top: 10px !important;
}
.com_phocadownload 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_phocadownload 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-bettom.com_phocadownload .ph-extension-info-box,
.tpl-bettom.com_phocadownload .ph-extension-links-box {
background: #505050;
}
.tpl-bettom.com_phocadownload .ph-cpanel-logo {
background: #000;
padding-left: 1em;
margin-bottom: 1em;
}
.tpl-bettom.com_phocadownload .ph-cp-item-icon {
background: transparent;
}
.tpl-bettom.com_phocadownload .phi {
color: #fff !important;
}
.com_phocadownload .table > :not(caption) > * > * {
padding: 0.75rem 0.25rem;
}
.com_phocadownload .ph-multiple-table > :not(caption) > * > * {
padding: 0.15rem 0.25rem;
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,61 @@
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;
margin: auto;
}
.ph-options-head-expert {
background-image: linear-gradient(-90deg, #b74848,#b74848);
color: #fff;
text-shadow: none;
border: 0;
font-size: 120%;
border-radius: 3px;
margin: auto;
}
.form-horizontal .controls {
/*margin-left: 300px !important;*/
}

View File

@ -0,0 +1,268 @@
/* Rating */
/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
#phoca-dl-category-box ul.star-rating li,
#phoca-dl-category-box ul.star-rating-small li,
#phoca-dl-file-box ul.star-rating li,
#phoca-dl-file-box ul.star-rating-small li{
background: none;
list-style-type:none;
}
#phoca-dl-file-box .star-rating,
#phoca-dl-category-box .star-rating,
.star-rating{
list-style:none;
margin: 0px;
margin-bottom:5px;
padding:0px;
width: 110px;
height: 22px;
position: relative;
background: url(../../images/icon-voting.png) top left repeat-x;
}
#phoca-dl-file-box .star-rating li,
#phoca-dl-category-box .star-rating li,
.star-rating li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phoca-dl-file-box .star-rating li a,
#phoca-dl-category-box .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;
}
#phoca-dl-file-box .star-rating li a:hover,
#phoca-dl-category-box .star-rating li a:hover,
.star-rating li a:hover{
background: url(../../images/icon-voting.png) left center;
z-index: 2;
left: 0px;
}
#phoca-dl-file-box .star-rating a.star1,
#phoca-dl-category-box .star-rating a.star1,
.star-rating a.star1{
left: 0px;
}
#phoca-dl-file-box .star-rating a.star1:hover,
#phoca-dl-category-box .star-rating a.star1:hover,
.star-rating a.star1:hover{
width:22px;
}
#phoca-dl-file-box .star-rating a.stars2,
#phoca-dl-category-box .star-rating a.stars2,
.star-rating a.stars2{
left:22px;
}
#phoca-dl-file-box .star-rating a.stars2:hover,
#phoca-dl-category-box .star-rating a.stars2:hover,
.star-rating a.stars2:hover{
width: 44px;
}
#phoca-dl-file-box .star-rating a.stars3,
#phoca-dl-category-box .star-rating a.stars3,
.star-rating a.stars3{
left: 44px;
}
#phoca-dl-file-box .star-rating a.stars3:hover,
#phoca-dl-category-box .star-rating a.stars3:hover,
.star-rating a.stars3:hover{
width: 66px;
}
#phoca-dl-file-box .star-rating a.stars4,
#phoca-dl-category-box .star-rating a.stars4,
.star-rating a.stars4{
left: 66px;
}
#phoca-dl-file-box .star-rating a.stars4:hover,
#phoca-dl-category-box .star-rating a.stars4:hover,
.star-rating a.stars4:hover{
width: 88px;
}
#phoca-dl-file-box .star-rating a.stars5,
#phoca-dl-category-box .star-rating a.stars5,
.star-rating a.stars5{
left: 88px;
}
#phoca-dl-file-box .star-rating a.stars5:hover,
#phoca-dl-category-box .star-rating a.stars5:hover,
.star-rating a.stars5:hover{
width: 110px;
}
#phoca-dl-file-box .star-rating li.current-rating,
#phoca-dl-category-box .star-rating li.current-rating,
.star-rating li.current-rating{
background: url(../../images/icon-voting.png) left bottom;
position: absolute;
height: 22px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}
/* Voting small */
#phoca-dl-file-box .star-rating-small,
#phoca-dl-category-box .star-rating-small,
.star-rating-small{
list-style:none;
margin: 0px;
margin-bottom:5px;
padding:0px;
width: 90px;
height: 18px;
position: relative;
background: url(../../images/icon-voting-small.png) top left repeat-x;
}
#phoca-dl-file-box .star-rating-small li,
#phoca-dl-category-box .star-rating-small li,
.star-rating-small li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phoca-dl-file-box .star-rating-small li a,
#phoca-dl-category-box .star-rating-small li a,
.star-rating-small li a{
display:block;
width:18px;
height: 18px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
#phoca-dl-file-box .star-rating-small li a:hover,
#phoca-dl-category-box .star-rating-small li a:hover,
.star-rating-small li a:hover{
background: url(../../images/icon-voting-small.png) left center;
z-index: 2;
left: 0px;
}
#phoca-dl-file-box .star-rating-small a.star1,
#phoca-dl-category-box .star-rating-small a.star1,
.star-rating-small a.star1{
left: 0px;
}
#phoca-dl-file-box .star-rating-small a.star1:hover,
#phoca-dl-category-box .star-rating-small a.star1:hover,
.star-rating-small a.star1:hover{
width:18px;
}
#phoca-dl-file-box .star-rating-small a.stars2,
#phoca-dl-category-box .star-rating-small a.stars2,
.star-rating-small a.stars2{
left:18px;
}
#phoca-dl-file-box .star-rating-small a.stars2:hover,
#phoca-dl-category-box .star-rating-small a.stars2:hover,
.star-rating-small a.stars2:hover{
width: 36px;
}
#phoca-dl-file-box .star-rating-small a.stars3,
#phoca-dl-category-box .star-rating-small a.stars3,
.star-rating-small a.stars3{
left: 36px;
}
#phoca-dl-file-box .star-rating-small a.stars3:hover,
#phoca-dl-category-box .star-rating-small a.stars3:hover,
.star-rating-small a.stars3:hover{
width: 54px;
}
#phoca-dl-file-box .star-rating-small a.stars4,
#phoca-dl-category-box .star-rating-small a.stars4,
.star-rating-small a.stars4{
left: 54px;
}
#phoca-dl-file-box .star-rating-small a.stars4:hover,
#phoca-dl-category-box .star-rating-small a.stars4:hover,
.star-rating-small a.stars4:hover{
width: 72px;
}
#phoca-dl-file-box .star-rating-small a.stars5,
#phoca-dl-category-box .star-rating-small a.stars5,
.star-rating-small a.stars5{
left: 72px;
}
#phoca-dl-file-box .star-rating-small a.stars5:hover,
#phoca-dl-category-box .star-rating-small a.stars5:hover,
.star-rating-small a.stars5:hover{
width: 90px;
}
#phoca-dl-file-box .star-rating-small li.current-rating,
#phoca-dl-category-box .star-rating-small li.current-rating,
.star-rating-small li.current-rating{
background: url(../../images/icon-voting-small.png) left bottom;
position: absolute;
height: 18px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}
.pd-small,
.pd-result,
#phoca-dl-file-box .pd-small,
#phoca-dl-file-box .pd-result,
#phoca-dl-category-box .pd-small,
#phoca-dl-category-box .pd-result {
font-size: x-small;
}
#phoca-dl-file-box ul.star-rating-small,
#phoca-dl-category-box ul.star-rating-small,
#phoca-dl-file-box ul.star-rating-small li,
#phoca-dl-category-box ul.star-rating-small li,
#phoca-dl-file-box ul.star-rating,
#phoca-dl-category-box ul.star-rating,
#phoca-dl-file-box ul.star-rating li,
#phoca-dl-category-box ul.star-rating li {
list-style: none !important;
}

View File

@ -0,0 +1,312 @@
@media (prefers-color-scheme: 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) {
.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,5 @@
/*
Phoca Download
https://www.phoca.cz/
https://www.phoca.cz/phocadownload
*/

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,110 @@
/*
Phoca Download
https://www.phoca.cz/
https://www.phoca.cz/phocadownload
*/
#phoca-dl-category-box .pd-button-mirror1 a,
#phoca-dl-category-box .pd-button-mirror2 a,
#phoca-dl-file-box .pd-button-mirror1 a,
#phoca-dl-file-box .pd-button-mirror2 a,
#phoca-dl-file-box .pd-button-download,
#phoca-dl-category-box .pd-button-play a,
#phoca-dl-category-box .pd-button-preview a,
#phoca-dl-category-box .pd-button-download a,
#phoca-dl-category-box .pd-button-details a,
#phoca-dl-download-box .pd-button-download a {
background: url(../../images/btn.png) repeat-x;
display: inline-block;
padding: 7px 12px 8px;
text-decoration: none;
box-shadow: 0 1px 2px rgba(0,0,0,0.6);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
font-weight: bold;
font-size: 110%;
padding-left: 28px;
color: #fff;
}
#phoca-dl-category-box .pd-button-play a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
background-color: #b8301e;
}
#phoca-dl-category-box .pd-button-preview a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
background-color: #bf8e2f;
}
#phoca-dl-file-box .pd-button-download {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
background-color: #269926;
}
#phoca-dl-download-box .pd-button-download a,
#phoca-dl-category-box .pd-button-download a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
background-color: #269926;
}
#phoca-dl-category-box .pd-button-details a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
background-color: #294580;
}
#phoca-dl-file-box .pd-button-mirror1 a,
#phoca-dl-category-box .pd-button-mirror1 a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
background-color: #1d786c;
}
#phoca-dl-file-box .pd-button-mirror2 a,
#phoca-dl-category-box .pd-button-mirror2 a {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
background-color: #aabb2d;
}
#phoca-dl-category-box .pd-button-play a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
background-color: #78160a;
}
#phoca-dl-category-box .pd-button-preview a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
background-color: #7c570f;
}
#phoca-dl-download-box .pd-button-download a:hover,
#phoca-dl-category-box .pd-button-download a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
background-color: #0c630c;
}
#phoca-dl-category-box .pd-button-details a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
background-color: #0d2453;
}
#phoca-dl-category-box .pd-button-mirror1 a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
background-color: #094e45;
}
#phoca-dl-category-box .pd-button-mirror2 a:hover {
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
background-color: #6d7a0f;
}
#phoca-dl-download-box .pd-button-download a,
#phoca-dl-category-box .pd-button-mirror1 a,
#phoca-dl-category-box .pd-button-mirror2 a,
#phoca-dl-file-box .pd-button-mirror1 a,
#phoca-dl-file-box .pd-button-mirror2 a,
#phoca-dl-category-box .pd-button-play a,
#phoca-dl-category-box .pd-button-preview a,
#phoca-dl-category-box .pd-button-download a,
#phoca-dl-category-box .pd-button-details a {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

View File

@ -0,0 +1,18 @@
/*
Phoca Download
https://www.phoca.cz/
https://www.phoca.cz/phocadownload
*/
#phoca-dl-download-box .pd-button-download a,
#phoca-dl-category-box .pd-button-mirror1 a,
#phoca-dl-category-box .pd-button-mirror2 a,
#phoca-dl-file-box .pd-button-mirror1 a,
#phoca-dl-file-box .pd-button-mirror2 a,
#phoca-dl-category-box .pd-button-play a,
#phoca-dl-category-box .pd-button-preview a,
#phoca-dl-category-box .pd-button-download a,
#phoca-dl-category-box .pd-button-details a {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,268 @@
/* Rating */
/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
#phoca-dl-category-box ul.star-rating li,
#phoca-dl-category-box ul.star-rating-small li,
#phoca-dl-file-box ul.star-rating li,
#phoca-dl-file-box ul.star-rating-small li{
background: none;
list-style-type:none;
}
#phoca-dl-file-box .star-rating,
#phoca-dl-category-box .star-rating,
.star-rating{
list-style:none;
margin: 0px;
margin-bottom:5px;
padding:0px;
width: 110px;
height: 22px;
position: relative;
background: url(../../images/icon-voting.png) top left repeat-x;
}
#phoca-dl-file-box .star-rating li,
#phoca-dl-category-box .star-rating li,
.star-rating li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phoca-dl-file-box .star-rating li a,
#phoca-dl-category-box .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;
}
#phoca-dl-file-box .star-rating li a:hover,
#phoca-dl-category-box .star-rating li a:hover,
.star-rating li a:hover{
background: url(../../images/icon-voting.png) left center;
z-index: 2;
left: 0px;
}
#phoca-dl-file-box .star-rating a.star1,
#phoca-dl-category-box .star-rating a.star1,
.star-rating a.star1{
left: 0px;
}
#phoca-dl-file-box .star-rating a.star1:hover,
#phoca-dl-category-box .star-rating a.star1:hover,
.star-rating a.star1:hover{
width:22px;
}
#phoca-dl-file-box .star-rating a.stars2,
#phoca-dl-category-box .star-rating a.stars2,
.star-rating a.stars2{
left:22px;
}
#phoca-dl-file-box .star-rating a.stars2:hover,
#phoca-dl-category-box .star-rating a.stars2:hover,
.star-rating a.stars2:hover{
width: 44px;
}
#phoca-dl-file-box .star-rating a.stars3,
#phoca-dl-category-box .star-rating a.stars3,
.star-rating a.stars3{
left: 44px;
}
#phoca-dl-file-box .star-rating a.stars3:hover,
#phoca-dl-category-box .star-rating a.stars3:hover,
.star-rating a.stars3:hover{
width: 66px;
}
#phoca-dl-file-box .star-rating a.stars4,
#phoca-dl-category-box .star-rating a.stars4,
.star-rating a.stars4{
left: 66px;
}
#phoca-dl-file-box .star-rating a.stars4:hover,
#phoca-dl-category-box .star-rating a.stars4:hover,
.star-rating a.stars4:hover{
width: 88px;
}
#phoca-dl-file-box .star-rating a.stars5,
#phoca-dl-category-box .star-rating a.stars5,
.star-rating a.stars5{
left: 88px;
}
#phoca-dl-file-box .star-rating a.stars5:hover,
#phoca-dl-category-box .star-rating a.stars5:hover,
.star-rating a.stars5:hover{
width: 110px;
}
#phoca-dl-file-box .star-rating li.current-rating,
#phoca-dl-category-box .star-rating li.current-rating,
.star-rating li.current-rating{
background: url(../../images/icon-voting.png) left bottom;
position: absolute;
height: 22px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}
/* Voting small */
#phoca-dl-file-box .star-rating-small,
#phoca-dl-category-box .star-rating-small,
.star-rating-small{
list-style:none;
margin: 0px;
margin-bottom:5px;
padding:0px;
width: 90px;
height: 18px;
position: relative;
background: url(../../images/icon-voting-small.png) top left repeat-x;
}
#phoca-dl-file-box .star-rating-small li,
#phoca-dl-category-box .star-rating-small li,
.star-rating-small li{
list-style-type:none;
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
#phoca-dl-file-box .star-rating-small li a,
#phoca-dl-category-box .star-rating-small li a,
.star-rating-small li a{
display:block;
width:18px;
height: 18px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
#phoca-dl-file-box .star-rating-small li a:hover,
#phoca-dl-category-box .star-rating-small li a:hover,
.star-rating-small li a:hover{
background: url(../../images/icon-voting-small.png) left center;
z-index: 2;
left: 0px;
}
#phoca-dl-file-box .star-rating-small a.star1,
#phoca-dl-category-box .star-rating-small a.star1,
.star-rating-small a.star1{
left: 0px;
}
#phoca-dl-file-box .star-rating-small a.star1:hover,
#phoca-dl-category-box .star-rating-small a.star1:hover,
.star-rating-small a.star1:hover{
width:18px;
}
#phoca-dl-file-box .star-rating-small a.stars2,
#phoca-dl-category-box .star-rating-small a.stars2,
.star-rating-small a.stars2{
left:18px;
}
#phoca-dl-file-box .star-rating-small a.stars2:hover,
#phoca-dl-category-box .star-rating-small a.stars2:hover,
.star-rating-small a.stars2:hover{
width: 36px;
}
#phoca-dl-file-box .star-rating-small a.stars3,
#phoca-dl-category-box .star-rating-small a.stars3,
.star-rating-small a.stars3{
left: 36px;
}
#phoca-dl-file-box .star-rating-small a.stars3:hover,
#phoca-dl-category-box .star-rating-small a.stars3:hover,
.star-rating-small a.stars3:hover{
width: 54px;
}
#phoca-dl-file-box .star-rating-small a.stars4,
#phoca-dl-category-box .star-rating-small a.stars4,
.star-rating-small a.stars4{
left: 54px;
}
#phoca-dl-file-box .star-rating-small a.stars4:hover,
#phoca-dl-category-box .star-rating-small a.stars4:hover,
.star-rating-small a.stars4:hover{
width: 72px;
}
#phoca-dl-file-box .star-rating-small a.stars5,
#phoca-dl-category-box .star-rating-small a.stars5,
.star-rating-small a.stars5{
left: 72px;
}
#phoca-dl-file-box .star-rating-small a.stars5:hover,
#phoca-dl-category-box .star-rating-small a.stars5:hover,
.star-rating-small a.stars5:hover{
width: 90px;
}
#phoca-dl-file-box .star-rating-small li.current-rating,
#phoca-dl-category-box .star-rating-small li.current-rating,
.star-rating-small li.current-rating{
background: url(../../images/icon-voting-small.png) left bottom;
position: absolute;
height: 18px;
/*width:77px;*/
display: block;
text-indent: -9000px;
z-index: 1;
}
.pd-small,
.pd-result,
#phoca-dl-file-box .pd-small,
#phoca-dl-file-box .pd-result,
#phoca-dl-category-box .pd-small,
#phoca-dl-category-box .pd-result {
font-size: x-small;
}
#phoca-dl-file-box ul.star-rating-small,
#phoca-dl-category-box ul.star-rating-small,
#phoca-dl-file-box ul.star-rating-small li,
#phoca-dl-category-box ul.star-rating-small li,
#phoca-dl-file-box ul.star-rating,
#phoca-dl-category-box ul.star-rating,
#phoca-dl-file-box ul.star-rating li,
#phoca-dl-category-box ul.star-rating li {
list-style: none !important;
}