feat: import 9 missing OGP themes (Evolution, Soft, mobile, Uprise, Silver, Katiuska, expand-soft, DarkNature, Metro)
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
81
themes/Evolution/modules/ftp/ftp.css
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
* {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
div.main-content iframe {
|
||||
border:1px solid #505050 !important;
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
border:1px solid #000;
|
||||
padding:2px 8px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.main-content > form > input[value="Show All Servers"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.main-content > form > input[value="Back"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#refresh-manual a {
|
||||
/* display:none !important; */
|
||||
}
|
||||
|
||||
#refresh-manual {
|
||||
color:#333;
|
||||
height:23px;
|
||||
background:none repeat scroll 0% 0% #484848;
|
||||
padding-top:5px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
text-align:center;
|
||||
font-family:"Trebuchet MS";
|
||||
font-size:12px;
|
||||
border-radius:0px 0px 3px 3px;
|
||||
right:5%;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
background:none repeat scroll 0% 0% #505050;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
border:1px solid #484848;
|
||||
overflow:auto;
|
||||
padding-right:1%;
|
||||
padding-bottom:1%;
|
||||
padding-left:1%;
|
||||
}
|
||||
|
||||
#content {
|
||||
background:#505050;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
margin:0px auto;
|
||||
text-align:left;
|
||||
}
|
||||
79
themes/Evolution/modules/ftp/ftp_admin.css
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
table.center > tbody > tr > td > input[value="Add FTP account"] {
|
||||
margin-top:15px;
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#ffffff;
|
||||
cursor:pointer;
|
||||
font-weight:bold;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input {
|
||||
margin-left:2px;
|
||||
}
|
||||
|
||||
#servermonitor > thead > tr {
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
background:none repeat scroll 0% 0% #505050;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
border:1px solid #484848;
|
||||
overflow:auto;
|
||||
padding-right:1%;
|
||||
padding-bottom:1%;
|
||||
padding-left:1%;
|
||||
}
|
||||
|
||||
#content {
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
background:#505050;
|
||||
margin:0px auto;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
tr.maintr.odd {
|
||||
border-bottom:0px solid #373737 !important;
|
||||
}
|
||||
|
||||
tr.maintr.even {
|
||||
border-bottom:0px solid #373737 !important;
|
||||
}
|
||||
|
||||
tr.expand-child.odd {
|
||||
border-bottom:0px solid #373737 !important;
|
||||
}
|
||||
|
||||
tr.expand-child.even {
|
||||
border-bottom:0px solid #373737 !important;
|
||||
}
|
||||
|
||||
table.tablesorter tbody td {
|
||||
color:#d3d3d3;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:5px;
|
||||
background-color:#373737;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#585858;
|
||||
}
|
||||
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color:#373737;
|
||||
font-size:10pt;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
254
themes/Evolution/modules/ftp/iframe.css
Normal file
|
|
@ -0,0 +1,254 @@
|
|||
#main {
|
||||
background:#d3d3d3 !important;
|
||||
}
|
||||
|
||||
body {
|
||||
background:#686868 !important;
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
#BrowseForm > table > tbody > tr > td > span {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
#main > div {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.page > table > tbody > tr > td > a:link {
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
.header,.page .label {
|
||||
background:none !important;
|
||||
}
|
||||
|
||||
.page > table {
|
||||
background-image:none !important;
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
.page > table > tbody > tr > td > h1{
|
||||
font-size:125%;
|
||||
color:#FFF !important;
|
||||
background:none repeat scroll 0% 0% #505050 !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
margin-left:-2px !important;
|
||||
margin-right:-2px !important;
|
||||
}
|
||||
|
||||
.label {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.header > input {
|
||||
border:1px solid #373737 !important;
|
||||
background:none repeat scroll 0% 0% #373737 !important;
|
||||
color:#FFF !important;
|
||||
margin-top:15px !important;
|
||||
margin-bottom:15px !important;
|
||||
margin-right:-500px !important;
|
||||
cursor:pointer !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
.header {
|
||||
color:#686868 !important;
|
||||
cursor:default !important;
|
||||
}
|
||||
|
||||
#p_561b57_installationProgress {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.progressBar {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
#main > div {
|
||||
font-size:90% !important;
|
||||
margin-top:10px !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
}
|
||||
|
||||
.browse_rows_actions > td > table > tbody > tr > td {
|
||||
padding:10px !important;
|
||||
}
|
||||
|
||||
#StatusbarForm > span {
|
||||
margin-top:20px !important;
|
||||
margin-right:20px !important;
|
||||
}
|
||||
|
||||
.browse_rows_actions > td > table > tbody > tr > td > input {
|
||||
color:#fff !important;
|
||||
background:none repeat scroll 0% 0% #373737 !important;
|
||||
border:1px solid #373737 !important;
|
||||
padding:3px !important;
|
||||
cursor:pointer !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
.browse_rows_actions > td > table > tbody > tr > td > div > input {
|
||||
color:#fff !important;
|
||||
background:none repeat scroll 0% 0% #373737 !important;
|
||||
border:1px solid #373737 !important;
|
||||
padding:3px !important;
|
||||
cursor:pointer !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
tr.browse_rows_odd {
|
||||
background-color:#dedede !important;
|
||||
}
|
||||
|
||||
tr.browse_rows_even {
|
||||
background-color:#dedede !important;
|
||||
}
|
||||
|
||||
.browse_rows_actions > td > table > tbody > tr > td {
|
||||
font-size:small !important;
|
||||
}
|
||||
|
||||
.browse_rows_heading > td {
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
background-color:#c8c8c8 !important;
|
||||
}
|
||||
|
||||
.browse_rows_actions > td {
|
||||
background-color:#c8c8c8 !important;
|
||||
}
|
||||
|
||||
#main > img {
|
||||
float:left !important;
|
||||
}
|
||||
|
||||
.page > table > tbody > tr > td > form > input {
|
||||
color:#fff !important;
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding-top:5px !important;
|
||||
padding-bottom:5px !important;
|
||||
padding-left:10px !important;
|
||||
padding-right:10px !important;
|
||||
cursor:pointer !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
#CopyMoveDeleteForm > table {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
border:1px solid #c8c8c8 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
border:1px solid #787878 !important;
|
||||
}
|
||||
|
||||
#CopyMoveDeleteForm > table > tbody > tr > td > div {
|
||||
font-size:10px !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#CopyMoveDeleteForm > table > tbody > tr > td {
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#CopyMoveDeleteForm {
|
||||
margin-top:30px !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
color:#000 !important;
|
||||
background:#c8c8c8 !important;
|
||||
border:1px solid #787878 !important;
|
||||
}
|
||||
|
||||
#RenameForm {
|
||||
margin-top:30px !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
color:#000 !important;
|
||||
background:#c8c8c8 !important;
|
||||
border:1px solid #787878 !important;
|
||||
}
|
||||
|
||||
#ChmodForm > table {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
border:1px solid #787878 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#ZipForm > div {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
border:1px solid #787878 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#UnzipForm > table {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
padding-top:10px !important;
|
||||
padding-bottom:10px !important;
|
||||
border:1px solid #787878 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#FindstringForm {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
border:1px solid #c8c8c8 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#UploadForm > table {
|
||||
margin-top:20px !important;
|
||||
margin-bottom:20px !important;
|
||||
border:1px solid #c8c8c8 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#CalculateSizeForm {
|
||||
margin-top:20px !important;
|
||||
border:1px solid #c8c8c8 !important;
|
||||
margin-left:auto !important;
|
||||
margin-right:auto !important;
|
||||
background:#c8c8c8 !important;
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
#UploadForm > table > tbody > tr > td {
|
||||
padding:10px !important;
|
||||
border:1px solid #787878 !important;
|
||||
}
|
||||
369
themes/Evolution/modules/ftp/skins/blue/css/main.css.php
Normal file
|
|
@ -0,0 +1,369 @@
|
|||
<?php
|
||||
header("Content-type: text/css");
|
||||
if (isset($_GET["ltr"]) == false || $_GET["ltr"] != "rtl") { $left = "left"; $right = "right"; }
|
||||
else { $left = "right"; $right = "left"; }
|
||||
if (isset($_GET["image_url"]) == true) { $image_url = preg_replace("/[\\*\\?\\<\\>\\|]/", "", $_GET["image_url"]); }
|
||||
else { $image_url = ""; }
|
||||
?>
|
||||
|
||||
/* CSS document colors
|
||||
#003250
|
||||
#5893ac
|
||||
#a8a8a8
|
||||
#F2F2F5
|
||||
#A7A7A7
|
||||
#000000
|
||||
*/
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
font-size: 62.5%; /* Resets 1em to 10px */
|
||||
color: #ff0000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 1.6em;
|
||||
text-align:left;
|
||||
border-left:5px;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
pre ol li{
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
|
||||
#container {
|
||||
margin-<?php echo $left; ?>: auto;
|
||||
margin-<?php echo $right; ?>: auto;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
width: 980px;
|
||||
font-size: 1.2em;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#head {
|
||||
padding-top: 20px;
|
||||
padding-<?php echo $left; ?>: 20px;
|
||||
padding-<?php echo $right; ?>: 20px;
|
||||
padding-bottom: 20px;
|
||||
height: 62px;
|
||||
background: url(<?php echo $image_url; ?>/img/bg_head.jpg) no-repeat;
|
||||
}
|
||||
|
||||
#headleft {
|
||||
float:<?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#headright {
|
||||
float:<?php echo $right; ?>;
|
||||
width:470px;
|
||||
}
|
||||
|
||||
#head<?php echo $right; ?> h2 {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#main {
|
||||
background: #F2F2F5;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
width: 200px;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
.menuhead {
|
||||
background: url(<?php echo $image_url; ?>/img/bg_tabletop.png);
|
||||
height: 18px;
|
||||
width: 200px;
|
||||
color: #FFF;
|
||||
padding-top: 2px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.menucontent {
|
||||
background: #a8a8a8;
|
||||
color: #003250;
|
||||
width: 193px;
|
||||
padding-<?php echo $left; ?>: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: solid 1px #003250;
|
||||
border-<?php echo $left; ?>: solid 1px #003250;
|
||||
border-<?php echo $right; ?>: solid 1px #003250;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-<?php echo $left; ?>: 10px;
|
||||
width: 750px;
|
||||
float: <?php echo $right; ?>;
|
||||
}
|
||||
|
||||
#mainleft {
|
||||
float:<?php echo $left; ?>;
|
||||
width: 465px;
|
||||
}
|
||||
|
||||
#mainright {
|
||||
float: <?php echo $right; ?>;
|
||||
width: 485px;
|
||||
margin-<?php echo $left; ?>: 10px;
|
||||
}
|
||||
|
||||
#tabelfeaturestop {
|
||||
padding-<?php echo $left; ?>: 10px; background-color: #003250; height: 21px; color:#FFF; padding-top:5px;
|
||||
}
|
||||
|
||||
#tablefeature {
|
||||
background: #a8a8a8;
|
||||
border-<?php echo $left; ?>: #003250 1px solid;
|
||||
border-<?php echo $right; ?>: #003250 1px solid;
|
||||
border-bottom: #003250 1px solid;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#tablefeature span {
|
||||
background-image: url(<?php echo $image_url; ?>/img/arrow.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0.5em;
|
||||
padding-<?php echo $left; ?>: 20px;
|
||||
font-weight: bold;
|
||||
color: #003250;
|
||||
}
|
||||
|
||||
#tablefeature p {
|
||||
padding-<?php echo $left; ?>:20px;
|
||||
padding-top: 2px;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
|
||||
#foot {
|
||||
height: 24px;
|
||||
background: url(<?php echo $image_url; ?>/img/bg_foot.jpg) no-repeat;
|
||||
text-align: center;
|
||||
padding-top: 13px;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
#poweredby {
|
||||
padding-top: 10px;
|
||||
text-align: center;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
a, a:link {
|
||||
text-decoration: underline;
|
||||
color: #003250;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #5893ac;
|
||||
}
|
||||
|
||||
#foot a, #foot a:link {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#foot a:hover {
|
||||
text-decoration: none;
|
||||
color: #5893ac;
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
h1, h2, h3 {
|
||||
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.3em;
|
||||
color: #003250;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.6em;
|
||||
color: #003250;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: #003250;
|
||||
background: #fff;
|
||||
border: solid 1px #003250;
|
||||
width: 50px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.smallbutton {
|
||||
color: #003250;
|
||||
background: #fff;
|
||||
border: solid 1px #003250;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
br {
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-<?php echo $left; ?>: 15px;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
.navlist {
|
||||
margin-<?php echo $left; ?>: 0;
|
||||
padding-<?php echo $left; ?>: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.navlist li {
|
||||
padding-<?php echo $left; ?>: 20px;
|
||||
background-image: url(<?php echo $image_url; ?>/img/arrow.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0.5em;
|
||||
}
|
||||
|
||||
.navlist li a, .navlist li a:link {
|
||||
text-decoration: none;
|
||||
color: #003250;
|
||||
}
|
||||
|
||||
.navlist li a:hover {
|
||||
text-decoration: none;
|
||||
color: #5893ac;
|
||||
}
|
||||
|
||||
/* Form */
|
||||
|
||||
select, input {
|
||||
padding: 2px;
|
||||
margin-top: 1px;
|
||||
margin-<?php echo $right; ?>: 0;
|
||||
margin-bottom: 1px;
|
||||
margin-<?php echo $left; ?>: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.warning-box {
|
||||
background-color: #FFDD00;
|
||||
color: #000000;
|
||||
border: 2px;
|
||||
border-style: solid;
|
||||
border-color: #FFCC33;
|
||||
margin-<?php echo $left; ?>: 0px;
|
||||
margin-<?php echo $right; ?>: 10px;
|
||||
}
|
||||
|
||||
.warning-text {
|
||||
padding-bottom : 5px;
|
||||
padding-top : 5px;
|
||||
padding-<?php echo $left; ?> : 10px;
|
||||
padding-<?php echo $right; ?> : 10px;
|
||||
}
|
||||
|
||||
.browse_cell {
|
||||
width: 120px;
|
||||
height: 60px;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.browse_rows_actions {
|
||||
background-color: #a8a8a8;
|
||||
color: #000000;
|
||||
font-size: 80%;
|
||||
font-weight: normal;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
.browse_rows_heading {
|
||||
background-color: #a8a8a8;
|
||||
color: #000000;
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.browse_rows_odd, .browse_rows_even {
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
.browse_rows_separator {
|
||||
border: 2px;
|
||||
color: #000000;
|
||||
font-size: 100%;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------
|
||||
Process bar
|
||||
From the PHP Pear package HTML_Progress
|
||||
http://pear.laurent-laville.org/HTML_Progress/examples/horizontal/string.php
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
.p_ba7428 .progressBar, .p_ba7428 .progressBarBorder {
|
||||
width: 172px;
|
||||
height: 24px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.p_ba7428 .progressBarBorder {
|
||||
border-width: 0;
|
||||
border-style: solid;
|
||||
border-color: #003250;
|
||||
}
|
||||
|
||||
.p_ba7428 .installationProgress {
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.p_ba7428 .cellI, .p_ba7428 .cellA {
|
||||
width: 15px;
|
||||
height: 20px;
|
||||
font-family: Courier, Verdana;
|
||||
font-size: 0.8em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.p_ba7428 .cellI {
|
||||
background-color: #003250;
|
||||
}
|
||||
|
||||
.p_ba7428 .cellA {
|
||||
background-color: #003250;
|
||||
visibility: hidden;
|
||||
}
|
||||
BIN
themes/Evolution/modules/ftp/skins/blue/images/actions/back.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/actions/exit.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/actions/info.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 43 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/actions/up.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/apply.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/arrow.gif
Normal file
|
After Width: | Height: | Size: 51 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/back.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/bg_foot.jpg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/bg_head.jpg
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/bookmark.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/exit.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/help.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/html.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/logo.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/mime.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/reload.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/spacer.gif
Normal file
|
After Width: | Height: | Size: 43 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/img/up.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
13
themes/Evolution/modules/ftp/skins/blue/images/license.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
The images within this directory are released under the LGPL license.
|
||||
They come from 2 different iconsets, originally developed for KDE.
|
||||
|
||||
For more information, refer to the links below.
|
||||
|
||||
Noia for KDE 1.00:
|
||||
http://www.kde-look.org/content/show.php?content=3883
|
||||
http://www.carlitus.net/
|
||||
|
||||
Nuvola 1.0:
|
||||
http://www.kde-look.org/content/show.php?content=5358
|
||||
http://www.icon-king.com/
|
||||
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/acroread.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/aktion.png
Normal file
|
After Width: | Height: | Size: 766 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/ark.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/arts.png
Normal file
|
After Width: | Height: | Size: 979 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/ascend.png
Normal file
|
After Width: | Height: | Size: 781 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/browser.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/colors.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/cookie.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/descend.png
Normal file
|
After Width: | Height: | Size: 808 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/document.png
Normal file
|
After Width: | Height: | Size: 948 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/exec.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/folder.png
Normal file
|
After Width: | Height: | Size: 558 B |
|
After Width: | Height: | Size: 479 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/fonts.png
Normal file
|
After Width: | Height: | Size: 892 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/gimp.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/html.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/java.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/java_jar.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/mime.png
Normal file
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/php.png
Normal file
|
After Width: | Height: | Size: 647 B |
|
After Width: | Height: | Size: 931 B |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/rpm.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/sound.png
Normal file
|
After Width: | Height: | Size: 979 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/spacer.gif
Normal file
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 970 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/tar.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/terminal.png
Normal file
|
After Width: | Height: | Size: 829 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/tgz.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/video.png
Normal file
|
After Width: | Height: | Size: 766 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/mime/www.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 43 B |
BIN
themes/Evolution/modules/ftp/skins/blue/images/titles/aktion.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/titles/ark.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/titles/cache.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/titles/misc.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
BIN
themes/Evolution/modules/ftp/skins/blue/images/titles/spacer.gif
Normal file
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.8 KiB |