Download all files FTP

This commit is contained in:
2026-04-13 15:50:16 +02:00
parent d8382136b2
commit cb5b386424
6906 changed files with 1956223 additions and 40713 deletions

View File

@@ -0,0 +1,64 @@
div#uploaderSection {
position: relative;
}
div#current-uploaded-image {
width: 100%;
overflow: hidden;
margin-bottom: 10px;
position: relative;
}
div#current-uploaded-image.closed {
display: none;
}
div#current-uploaded-image p.hide-if-no-js {
width: 100%;
margin: -8px 0px 0px 0px;
position: absolute;
top: 50%; left: 0;
text-align: center;
display: none;
}
div#current-uploaded-image:hover p.hide-if-no-js { display: block; }
div#current-uploaded-image p.hide-if-no-js a {
border: none;
box-shadow: none;
}
div#current-uploaded-image img {
width: 100%;
height: auto !important;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
div#uploaderSection div.loading {
width: 32px;
height: 32px;
position: absolute;
top: 50%; left: 50%;
margin: -16px 0px 0px -16px;
display: none;
}
div#drag-drop-area {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
div#uploaderSection div.drag-drop-inside {
margin-top: 48px !important;
}
body.mp6 div#uploaderSection div.drag-drop-inside,
body.wp38 div#uploaderSection div.drag-drop-inside {
margin-top: 25px !important;
}

View File

@@ -0,0 +1,61 @@
div#contact-me.postbox div.inside {
margin-bottom: 0px !important;
}
div#manage-plugin-options.postbox h3.hndle {
cursor: default !important;
margin-top: 0px !important;
}
div#manage-plugin-options.postbox div.inside {
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
}
div.metaBoxRow {
padding: 15px 15px;
border-bottom: 1px solid #e8e8e8;
}
div.metaBoxRow.last {
border-bottom: 0px;
}
div.objectRow {
overflow: hidden;
padding-top: 5px;
margin-bottom: -10px;
}
div.toggleObject {
float: left;
width: auto;
height: auto;
margin: 0px 20px 0px 0px;
font-size: 12px;
font-weight: bold;
text-align: center;
}
div.toggleObject p { margin-top: -14px; }
input.filesizeLimit {
width: 260px;
padding: 6px 6px;
margin-top: 10px;
}
div.blobContainer {
overflow: hidden;
text-align: center;
}
div.blobContainer img {
width: 23%;
margin: 0px 1px;
display: inline-block;
filter: alpha(opacity=70);
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}

View File

@@ -0,0 +1,70 @@
/* ---------------------------------------------
TOGGLE.CSS
-----------------------------------------------*/
div#itoggle{
}
div#itoggle h3{
margin-bottom:4px;
font-size: 14px;
font-weight:bold;
}
div#itoggle p{
color:#666;
margin-bottom:10px;
}
div#itoggle input.iT_checkbox_on{
display:block !important;
float:left;
position:relative !important;
top:-43px !important;
left:100px !important;
margin-bottom:-43px;
}
/* -----------------------------
This is the important bit
-------------------------------*/
div#itoggle label.ilabel{
display:block;
font-size:12px;
padding-bottom:10px;
cursor:pointer;
}
div#itoggle label.itoggle,
div#itoggle label.itoggle span{
display: block;
width: 93px;
height: 27px;
margin-bottom: 20px;
background: url(../images/itoggle.png) left bottom no-repeat;
cursor:pointer;
text-indent:-5000px;
}
div#itoggle label.itoggle.iToff{
background-position:right bottom;
}
div#itoggle label.itoggle span{
background-position: left top;
margin: 0;
}
div#itoggle input.iT_checkbox{
position:absolute;
top:-9999px;
left:-9999px;
}
/*
If you want the corners to be
transparent, add these two lines
to the main block above. Only
works on webkit and mozilla browsers
For more reliable results, make your
own png using the supplied .psd
-moz-border-radius:6px;
-webkit-border-radius:6px;
*/