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>
212
themes/Evolution/modules/TS3Admin/TS3Admin.css
Normal file
|
|
@ -0,0 +1,212 @@
|
|||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#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{
|
||||
border:1px solid #484848;
|
||||
background-color:#505050;
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
div.main-content a{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a, a:link, a:hover, a:active, a:visited {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.main-content > form > form > span > input {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:2px;
|
||||
padding-bottom:2px;
|
||||
padding-left:7px;
|
||||
padding-right:7px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
outline:none !important;
|
||||
background-color:#F5F5F5;
|
||||
padding:3px 7px;
|
||||
font-family:Calibri,Arial,Helvetica,sans-serif;
|
||||
border:1px solid #F5F5F5;
|
||||
margin:0px 0px 5px;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.table2 {
|
||||
background-color:#585858 !important;
|
||||
}
|
||||
|
||||
.table0 {
|
||||
background-color:#484848 !important;
|
||||
border-bottom:none !important;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.main-content > form > span {
|
||||
border-top:none !important;
|
||||
padding-top:13px;
|
||||
}
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border:none !important;
|
||||
background-color:none !important;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="create"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="recreate"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="Generate"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="select"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="start"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="stop"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[value="create and download"] {
|
||||
border:1px solid #373737 !important;
|
||||
background:#373737 !important;
|
||||
padding:2px 8px !important;
|
||||
margin-bottom:10px !important;
|
||||
color:#fff !important;
|
||||
-moz-border-radius:3px !important;
|
||||
border-radius:3px !important;
|
||||
text-transform:uppercase !important;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
background:#505050 !important;
|
||||
outline:medium none !important;
|
||||
border:none !important;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
.propHeadline {
|
||||
font-size:15px !important;
|
||||
color:#379BB9 !important;
|
||||
font-family:Georgia,"Times New Roman",Times,serif !important;
|
||||
text-transform:uppercase;
|
||||
padding-left:0px !important;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-family:Arial !important;
|
||||
font-size:15px;
|
||||
letter-spacing:1px;
|
||||
padding:0px 6px 0px 0px;
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
background:#585858 !important;
|
||||
border:none !important;
|
||||
margin:40px 10px 10px;
|
||||
padding:12px;
|
||||
}
|
||||
|
||||
.table1 {
|
||||
background-color:#6a6a6a !important;
|
||||
}
|
||||
|
||||
.main-content > form > form > span {
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color:#fff !important;
|
||||
margin:10px 0px 5px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
td.left{
|
||||
padding-top:10px;
|
||||
}
|
||||
161
themes/Evolution/modules/TS3Admin/webinterface.css
Normal file
|
|
@ -0,0 +1,161 @@
|
|||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
a, a:link, a:hover, a:active, a:visited {
|
||||
color:#666666;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border:1px solid #AAAAAA;
|
||||
margin:40px 10px 10px 10px;
|
||||
padding:12px;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-family:Georgia, "Times New Roman", Times, serif;
|
||||
font-size:15px;
|
||||
letter-spacing:1px;
|
||||
padding:0px 6px 0px 0px;
|
||||
margin:-30px 4px 0px 4px !important;
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
.edit {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.propHeadline {
|
||||
font-size:15px;
|
||||
color:#4575A3;
|
||||
border-bottom:1px solid #CDDFED;
|
||||
margin:5px 0px 2px 0px;
|
||||
padding:0px 0px 0px 0px;
|
||||
font-family:Georgia, "Times New Roman", Times, serif;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family:Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
#serverstatus {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.online {
|
||||
color:#82B41A;
|
||||
}
|
||||
|
||||
.offline {
|
||||
color:#D20039;
|
||||
}
|
||||
|
||||
td {
|
||||
padding:3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
outline:1px solid #AFAFAF;
|
||||
border:1px solid #F5F5F5;
|
||||
background-color:#F5F5F5;
|
||||
padding:3px 7px;
|
||||
margin:0px 0px 5px 0px;
|
||||
font-family:Calibri, Arial, Helvetica, sans-serif;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
input:hover, textarea:hover, select:hover {
|
||||
border:1px solid #D5D5D5;
|
||||
background-color:#F1F1F1;
|
||||
}
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border:1px solid #D5D5D5;
|
||||
background-color:#F1F1F1;
|
||||
}
|
||||
|
||||
* html input, * html textarea, * html select {
|
||||
border:1px solid #999999;
|
||||
}
|
||||
|
||||
*:first-child+html input, *:first-child+html textarea, *:first-child+html select {
|
||||
border:1px solid #999999;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
outline:none !important;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
outline:none !important;
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
select {
|
||||
padding:4px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
option {
|
||||
padding:3px 5px 3px 5px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
input.warning {
|
||||
background-color:#ffe2e5;
|
||||
border:1px solid #ffe2e5;
|
||||
outline:1px solid #C78E92;
|
||||
color:#d20039;
|
||||
}
|
||||
|
||||
input.warning:hover {
|
||||
border:1px solid #FAC4C4 !important;
|
||||
}
|
||||
|
||||
.table0 {
|
||||
background-color:#EAEAEA;
|
||||
border-bottom:1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
.table1 {
|
||||
background-color:#F2F2F2;
|
||||
}
|
||||
|
||||
.table2 {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
td {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
#serverview {
|
||||
line-height:10px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#serverview div {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
img.viewer {
|
||||
margin:3px 0px -3px 0px;
|
||||
}
|
||||
89
themes/Evolution/modules/addonsmanager/addons_manager.css
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
table.center > tbody > tr > td > button {
|
||||
margin-top:10px;
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > form > button {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Show Addons For Selected Game"] {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Show Addons For Selected Type"] {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Show All Addons"] {
|
||||
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 {
|
||||
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;
|
||||
}
|
||||
28
themes/Evolution/modules/administration/banlist.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#content a:link, #content a:visited {
|
||||
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;
|
||||
}
|
||||
a:link, a:visited {
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
border-radius:3px;
|
||||
background-color:#505050;
|
||||
border:1px solid #484848;
|
||||
-moz-border-radius:3px;
|
||||
overflow:auto;
|
||||
padding-right:1%;
|
||||
padding-bottom:1%;
|
||||
padding-left:1%;
|
||||
}
|
||||
141
themes/Evolution/modules/administration/main.css
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
.administration-buttons div{
|
||||
padding:15px 10px 5px 20px;
|
||||
transition:all 0.5s;
|
||||
-webkit-transition:all 0.5s;
|
||||
min-width:125px;
|
||||
min-height:100px;
|
||||
}
|
||||
|
||||
.administration-buttons div:hover {
|
||||
transition:all 0.1s;
|
||||
-webkit-transition:all 0.1s;
|
||||
background-color:#379BB9;
|
||||
border-radius:3px;
|
||||
text-decoration:none;
|
||||
cursor:pointer;
|
||||
box-shadow:3px 3px 3px 3px #373737, inset 0px 0px 0px 0px #49d400;
|
||||
-webkit-box-shadow:3px 3px 3px 3px #373737, inset 0px 0px 0px 0px #49d400;
|
||||
}
|
||||
|
||||
.administration-buttons div:active {
|
||||
background-color:#379BB9;
|
||||
box-shadow:1px 1px 1px 1px #373737, inset 0px 0px 0px 0px #49d400;
|
||||
-webkit-box-shadow:1px 1px 1px 1px #373737, inset 0px 0px 0px 0px #49d400;
|
||||
border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
color:#555;
|
||||
text-shadow:0.1em 0.1em #FFF;
|
||||
}
|
||||
|
||||
.administration-buttons div:active img{
|
||||
position:relative;
|
||||
top:0.5px;
|
||||
left:0.5px;
|
||||
}
|
||||
|
||||
.administration-buttons, .administration-buttons:hover, .administration-buttons :active {
|
||||
color:#d8d8d8 !important;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.administration-buttons-hmargin{
|
||||
width:40px;
|
||||
}
|
||||
|
||||
.administration-buttons-vmargin{
|
||||
height:40px;
|
||||
}
|
||||
|
||||
#file {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:2px;
|
||||
padding-bottom:2px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.administration-table > tbody > tr > td > form > button {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > form > input[value="Add it!"] {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Change buttons order"] {
|
||||
margin-top:10px;
|
||||
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 {
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
background:#505050;
|
||||
margin:0px auto;
|
||||
text-align:left;
|
||||
}
|
||||
70
themes/Evolution/modules/administration/watch_logger.css
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
table.center > tbody > tr > td > form > input[value="Empty Logger"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
margin-left:15px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#585858;
|
||||
color:#d8d8d8;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
table.tablesorter tbody tr.even td {
|
||||
background-color:#373737;
|
||||
color:#d8d8d8;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
tr.maintr.odd {
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
tr.maintr.even {
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
tr.expand-child.odd {
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
tr.expand-child.even {
|
||||
border-bottom:none !important;
|
||||
}
|
||||
|
||||
table.tablesorter thead tr .header {
|
||||
cursor:pointer;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
font-size:13px;
|
||||
}
|
||||
60
themes/Evolution/modules/billing/bill.css
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
.main-content {
|
||||
background:#505050;
|
||||
}
|
||||
|
||||
tbody tr{
|
||||
background:#f0f0f0 !important;
|
||||
padding-bottom:-30px !important;
|
||||
border:none !important;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
tbody tr td p b{
|
||||
color:#000000;
|
||||
padding-left:3px;
|
||||
text-transform:uppercase;
|
||||
margin-bottom:-20px;
|
||||
}
|
||||
|
||||
table{
|
||||
background:#f0f0f0;
|
||||
}
|
||||
|
||||
tbody tr td{
|
||||
border:1px solid #E0E0E0 !important;
|
||||
background:#f0f0f0 !important;
|
||||
padding-left:10px !important;
|
||||
padding-bottom:-30px !important;
|
||||
}
|
||||
|
||||
tbody tr td img{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.main-content > form > input {
|
||||
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;
|
||||
}
|
||||
|
||||
#content {
|
||||
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;
|
||||
}
|
||||
65
themes/Evolution/modules/billing/cart.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
table.center {
|
||||
border:1px solid #4b4b4b;
|
||||
background:#4b4b4b;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
border:1px solid #000;
|
||||
padding:2px 8px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
tr.tr td{
|
||||
background:#737373;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
div.main-content center{
|
||||
padding-top:50px;
|
||||
}
|
||||
|
||||
.main-content > center > table > tbody > tr > td > form > input[value="Remove From Cart"] {
|
||||
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 > center > table > tbody > tr > td > form > input {
|
||||
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 > a {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff !important;
|
||||
cursor:pointer;
|
||||
margin-left:25px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
28
themes/Evolution/modules/billing/orders.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
table.center tbody tr td{
|
||||
border:1px solid #737373;
|
||||
background:#737373;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
h4{
|
||||
color:#000000;
|
||||
margin-top:50px;
|
||||
border:none !important;
|
||||
background:none !important;
|
||||
font-size: 150%;
|
||||
margin-bottom:25px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.main-content > center > table > tbody > tr > td > form > input {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
43
themes/Evolution/modules/billing/services.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
table.center > tbody > tr > td > input[value="Add Service"] {
|
||||
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;
|
||||
}
|
||||
|
||||
tr.tr0 > td > input[value="Edit"] {
|
||||
margin-left:10px;
|
||||
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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > form > input[value="Remove Service"] {
|
||||
margin-left:10px;
|
||||
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;
|
||||
}
|
||||
130
themes/Evolution/modules/billing/shop.css
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
.main-content div div p{
|
||||
color:#ffffff !important;
|
||||
}
|
||||
|
||||
/* game image styling */
|
||||
input[type="image"]{
|
||||
margin-top:-15px;
|
||||
width:256px;
|
||||
height:256px;
|
||||
}
|
||||
|
||||
/* description image styling */
|
||||
img{
|
||||
width:256px;
|
||||
height:256px;
|
||||
}
|
||||
|
||||
/* cart image styling */
|
||||
a img{
|
||||
display:none;
|
||||
width:24px;
|
||||
height:22px;
|
||||
}
|
||||
|
||||
/* Game name below image */
|
||||
center {
|
||||
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
/* pricing text */
|
||||
center em{
|
||||
text-align:center;
|
||||
background-color:#505050 !important;
|
||||
color:#379BB9 !important;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
background:none;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
border:none;
|
||||
background-color:#505050;
|
||||
border:1px solid #484848;
|
||||
overflow:auto;
|
||||
padding-right:1%;
|
||||
padding-bottom:1%;
|
||||
padding-left:1%;
|
||||
}
|
||||
|
||||
.main-content > div > table > tbody > tr > td > input[value="Add To Cart"] {
|
||||
margin-top:20px;
|
||||
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 > div > table > tbody > tr > td > form > button {
|
||||
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 > div > div > form > input[value="Edit"] {
|
||||
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;
|
||||
}
|
||||
|
||||
table.center{
|
||||
color:#379BB9;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
table.center tr td{
|
||||
padding-top:20px;
|
||||
color:#ffffff;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/*#content a:link, #content a:visited{*/
|
||||
table.center tbody tr td a{
|
||||
text-decoration:none;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
background-color: #373737;
|
||||
}
|
||||
22
themes/Evolution/modules/billing/shop_guest.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* Image styling */
|
||||
img{
|
||||
width:256px;
|
||||
height:256px;
|
||||
}
|
||||
|
||||
/* Game name below image */
|
||||
center {
|
||||
|
||||
}
|
||||
|
||||
center em{
|
||||
text-align:center;
|
||||
background-color:#505050 !important;
|
||||
color:#379bb9 !important;
|
||||
}
|
||||
|
||||
p{
|
||||
text-align:center;
|
||||
background-color:#505050 !important;
|
||||
color:#379bb9 !important;
|
||||
}
|
||||
32
themes/Evolution/modules/billing/shop_settings.css
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
h4{
|
||||
width:100% !important;
|
||||
height:25px !important;
|
||||
background:#484848 !important;
|
||||
border-top-style:solid !important;
|
||||
border-top-color:#afafaf !important;
|
||||
border-top-width:1px !important;
|
||||
border-style: solid !important;
|
||||
border-color: #373737 !important;
|
||||
border-width: 1px !important;
|
||||
padding-top:8px !important;
|
||||
text-align: center !important;
|
||||
font-family:'Trebuchet MS' !important;
|
||||
}
|
||||
|
||||
label{
|
||||
text-align:left !important;
|
||||
}
|
||||
|
||||
p.center > input[value="Update Settings"] {
|
||||
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;
|
||||
}
|
||||
46
themes/Evolution/modules/config_games/config_games.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
.main-content > form > p > input[value="Update Configs"] {
|
||||
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="Create XML Configs"] {
|
||||
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 {
|
||||
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;
|
||||
}
|
||||
89
themes/Evolution/modules/cron/cron.css
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
pre.log{
|
||||
padding-top:10px;
|
||||
padding-left:5px;
|
||||
background-color:#373737 !important;
|
||||
}
|
||||
|
||||
.log{
|
||||
border-color:#373737;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
select {
|
||||
width:90% !important;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Add"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Edit"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Remove"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > a {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
color:#fff !important;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
110
themes/Evolution/modules/cron/user_cron.css
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
pre.log{
|
||||
padding-top:10px;
|
||||
padding-bottom:15px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
background-color:#373737 !important;
|
||||
}
|
||||
|
||||
select {
|
||||
width:97% !important;
|
||||
}
|
||||
|
||||
.log{
|
||||
border-color:#373737;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
.main-content > form > table > tbody > tr > td > input[value="Add"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Edit"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > input[value="Remove"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td > a {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff !important;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
205
themes/Evolution/modules/dashboard/dashboard.css
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
/* Made for Revolution Based Themes */
|
||||
.bloc h4 {
|
||||
font-size:15px;
|
||||
margin-left:-15px;
|
||||
margin-right:-15px;
|
||||
cursor:move;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
border:1px solid #484848;
|
||||
background-color:#505050;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
padding-top:5px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
.main-content > div > h0 {
|
||||
background:#373737;
|
||||
color:#fff;
|
||||
border:none;
|
||||
}
|
||||
|
||||
#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;
|
||||
border:1px solid #484848;
|
||||
right:5%;
|
||||
position:absolute;
|
||||
margin-top:-6px;
|
||||
}
|
||||
|
||||
.bloc {
|
||||
padding:0px 15px 15px 15px;
|
||||
color:#fff;
|
||||
background:#585858 !important;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
||||
#item3 > div {
|
||||
text-align:left;
|
||||
color:#ffffff;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#noref > tbody > tr > td > div > a > img {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
[id^="refreshed-"][id*="refreshed"] > div > a > img {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
|
||||
[id^="refreshed-"][id*="refreshed"] > center > table {
|
||||
float:left;
|
||||
width:100%;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
[id^="refreshed-"][id*="refreshed"] > center > table > tbody > tr > td {
|
||||
color:#379BB9 !important;
|
||||
padding:5px;
|
||||
background-color:#686868;
|
||||
border-left:5px solid #379BB9 !important;
|
||||
border-right:none !important;
|
||||
border-top:none !important;
|
||||
border-bottom:none !important;
|
||||
text-align:left !important;
|
||||
padding-top:15px;
|
||||
padding-bottom:15px;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
#column2 #ref.online_servers div {
|
||||
text-overflow:ellipsis;
|
||||
-o-text-overflow:ellipsis;
|
||||
-moz-binding:url("assets/xml/ellipsis.xml#ellipsis");
|
||||
float:left;
|
||||
text-align:left;
|
||||
width:35%;
|
||||
height:15px;
|
||||
overflow:hidden;
|
||||
color:#379BB9;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#column2 #ref.online_servers div#gamelink{
|
||||
width:36%;
|
||||
float:right;
|
||||
text-align:right;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#column2 #ref.online_servers div.name{
|
||||
color:#379BB9;
|
||||
width:29%;
|
||||
height:18px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
#column2 #noref.online_servers div#gamelink{
|
||||
color:#d8d8d8;
|
||||
float:right;
|
||||
text-align:right;
|
||||
width:40%;
|
||||
height:18px;
|
||||
overflow:hidden;
|
||||
padding-top:3px;
|
||||
}
|
||||
|
||||
#column2 #noref.online_servers div.name{
|
||||
float:left;
|
||||
text-align:left;
|
||||
width:57%;
|
||||
height:18px;
|
||||
overflow:hidden;
|
||||
padding-top:2px;
|
||||
}
|
||||
|
||||
#noref > tbody > tr > td > div {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#noref > tbody > tr > td {
|
||||
color:#d8d8d8;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
.online_servers tr td {
|
||||
padding:5px;
|
||||
background-color:#686868;
|
||||
border-left:5px solid #379BB9 !important;
|
||||
border-right:none !important;
|
||||
border-top:none !important;
|
||||
border-bottom:none !important;
|
||||
padding-top:15px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
.main-content > div > div#column4 {
|
||||
width:100% !important;
|
||||
float:left !important;
|
||||
margin-bottom:10px;
|
||||
margin-left:none !important;
|
||||
}
|
||||
|
||||
#refreshed-0 > div {
|
||||
float:left !important;
|
||||
margin-left:0% !important;
|
||||
}
|
||||
|
||||
DIV#column4{
|
||||
width:100% !important;
|
||||
margin-left:0% !important;
|
||||
}
|
||||
|
||||
.one_fourth {
|
||||
float:left;
|
||||
width:30%;
|
||||
position:relative;
|
||||
margin-right:5px;
|
||||
/* display:none; */
|
||||
}
|
||||
|
||||
.one_two {
|
||||
float:left;
|
||||
width:39%;
|
||||
position:relative;
|
||||
margin-left:0% !important;
|
||||
margin-right:.3% !important;
|
||||
}
|
||||
|
||||
.dragbox h4 .configure {
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
margin-right:3px;
|
||||
float:right;
|
||||
}
|
||||
|
||||
.online_servers {
|
||||
width:100% !important;
|
||||
color:#000;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:center;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
162
themes/Evolution/modules/evolution/evolution.css
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
/**
|
||||
* Evolution Theme Editor
|
||||
* 2016 Created By: james30263
|
||||
* www.opengamepanel.org
|
||||
**/
|
||||
|
||||
p {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#fff;
|
||||
width:60px;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.message {
|
||||
background-color:#585858;
|
||||
border:1px solid #585858;
|
||||
width:98.5%;
|
||||
text-align:left;
|
||||
margin-bottom:20px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.notice {
|
||||
background-color:#585858;
|
||||
border:1px solid #585858;
|
||||
width:98.5%;
|
||||
text-align:left;
|
||||
margin-bottom:20px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:none;
|
||||
color:#f31226;
|
||||
font-weight:bold;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.lager {
|
||||
background-color:#4f4f4f;
|
||||
border: 1px solid #373737;
|
||||
width:98.5%;
|
||||
margin-bottom:30px;
|
||||
color:#f20723;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.checker {
|
||||
background-color:#585858;
|
||||
border:1px solid #585858;
|
||||
width:98.5%;
|
||||
margin-bottom:30px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:none;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
.colorbox {
|
||||
background-color:#585858;
|
||||
border:1px solid #585858;
|
||||
width:98.5%;
|
||||
margin-bottom:30px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:none;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
#steps {
|
||||
text-transform:none;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
div.notinstalled {
|
||||
color:#f20723;
|
||||
}
|
||||
|
||||
div.installed {
|
||||
color:#2cb517;
|
||||
}
|
||||
|
||||
#content a:link, #content a:visited {
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
/**
|
||||
* Farbtastic Color Picker 1.2
|
||||
* © 2008 Steven Wittens
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
.farbtastic {
|
||||
position:relative;
|
||||
}
|
||||
.farbtastic * {
|
||||
position:absolute;
|
||||
cursor:crosshair;
|
||||
}
|
||||
.farbtastic, .farbtastic .wheel {
|
||||
width:195px;
|
||||
height:195px;
|
||||
}
|
||||
.farbtastic .color, .farbtastic .overlay {
|
||||
top:47px;
|
||||
left:47px;
|
||||
width:101px;
|
||||
height:101px;
|
||||
}
|
||||
.farbtastic .wheel {
|
||||
background:url(images/wheel.png) no-repeat;
|
||||
width:195px;
|
||||
height:195px;
|
||||
}
|
||||
.farbtastic .overlay {
|
||||
background:url(images/mask.png) no-repeat;
|
||||
}
|
||||
.farbtastic .marker {
|
||||
width:17px;
|
||||
height:17px;
|
||||
margin:-8px 0 0 -8px;
|
||||
overflow:hidden;
|
||||
background:url(images/marker.png) no-repeat;
|
||||
}
|
||||
43
themes/Evolution/modules/extras/extras.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
#updateButton > button {
|
||||
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 {
|
||||
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;
|
||||
}
|
||||
|
||||
.bloc {
|
||||
padding:0px 15px 1px 15px;
|
||||
color:#ffffff;
|
||||
background:#686868;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
font-size:0.9em;
|
||||
}
|
||||
151
themes/Evolution/modules/faq/faq.css
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
#content {
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
background:#505050;
|
||||
margin:0px auto;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.accordion-toggle {
|
||||
cursor:pointer;
|
||||
background-color:#686868;
|
||||
border:1px solid #686868;
|
||||
font-size:14px;
|
||||
padding-right:10px;
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
.faqanswer {
|
||||
font-size:14px;
|
||||
padding-right:10px;
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.accordion-content {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.accordion-content.default {
|
||||
display:block;
|
||||
}
|
||||
|
||||
select#category{
|
||||
width:200px;
|
||||
font-size:15px;
|
||||
margin-bottom:10px;
|
||||
color:#444444;
|
||||
}
|
||||
|
||||
.maincategory{
|
||||
background-color:#373737;
|
||||
padding-top:10px;
|
||||
padding-bottom:12px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
margin-top:20px;
|
||||
margin-bottom:15px;
|
||||
font-size:17px;
|
||||
border-radius:3px;
|
||||
}
|
||||
|
||||
.category{
|
||||
background-color:#373737;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
margin-top:16px;
|
||||
margin-bottom:3px;
|
||||
font-size:17px;
|
||||
border-radius:3px 3px 0px 0px;
|
||||
}
|
||||
|
||||
li.faqblock{
|
||||
display:inline;
|
||||
margin-right:5px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
a.faqcategory{
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
border:1px solid #373737;
|
||||
background-color:#373737;
|
||||
border-radius:3px;
|
||||
color:#ffffff !important;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:99.7%;
|
||||
height:auto;
|
||||
width:auto;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
img.headerimage{
|
||||
height:15px;
|
||||
width:15px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
p {
|
||||
background-color:#f5f5f5;
|
||||
border:1px solid #c2c2c2;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
color:#ffffff;
|
||||
width:60px;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
text-decoration:none !important;
|
||||
}
|
||||
|
||||
.footer{
|
||||
padding-top:15px;
|
||||
color:#ffffff !important;
|
||||
}
|
||||
|
||||
.footerimg{
|
||||
border:1px solid #686868;
|
||||
border-radius:3px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.imagetext{
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
.credittext{
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
border:1px solid #686868;
|
||||
border-radius:3px;
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
border-radius:3px;
|
||||
-moz-border-radius: 9px;
|
||||
border:1px solid #484848;
|
||||
background-color:#505050;
|
||||
overflow:auto;
|
||||
padding-right:1%;
|
||||
padding-bottom:1%;
|
||||
padding-left:1%;
|
||||
}
|
||||
61
themes/Evolution/modules/fastdl/fastdl.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
.main-content > form > input[value="Access rules"] {
|
||||
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="Create Aliases"] {
|
||||
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;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.main-content > form > input[value="Advanced Settings"] {
|
||||
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 {
|
||||
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;
|
||||
}
|
||||
58
themes/Evolution/modules/fastdl/fd_user.css
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
.main-content > form > input[value="Create the alias and folder"] {
|
||||
border:1px solid #373737;
|
||||
background:none repeat scroll 0% 0% #373737;
|
||||
text-transform:uppercase;
|
||||
color:#fff;
|
||||
margin-top:15px;
|
||||
margin-bottom:15px;
|
||||
cursor:pointer;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.main-content > form > b {
|
||||
color:#fff !important;
|
||||
background:none repeat scroll 0% 0% #505050 !important;
|
||||
padding:2.5px 0px 1px;
|
||||
border:1.5px solid #505050 !important;
|
||||
}
|
||||
|
||||
#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;
|
||||
border:1px solid #484848;
|
||||
right:5%;
|
||||
position:absolute;
|
||||
}
|
||||
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 |