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>
This commit is contained in:
parent
3e9dca1bc1
commit
b17ead27a6
554 changed files with 14115 additions and 0 deletions
10
themes/Evolution/modules/user_games/add.css
Normal file
10
themes/Evolution/modules/user_games/add.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[value="Add game server"] {
|
||||
background-color:#373737;
|
||||
border:1px solid #373737 !important;
|
||||
padding:5px 10px;
|
||||
color:#FFF;
|
||||
cursor:pointer;
|
||||
margin-left:5px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
70
themes/Evolution/modules/user_games/assign.css
Normal file
70
themes/Evolution/modules/user_games/assign.css
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
table.center > tbody > tr > td > form > input[value="Unassign"] {
|
||||
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 > p > 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;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
table.center > tbody > tr {
|
||||
text-transform:uppercase;
|
||||
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td{
|
||||
border:1px solid #3f3f3f !important;
|
||||
background:#3f3f3f;
|
||||
padding-top:10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
background-color:#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 > h3 {
|
||||
color:#ffffff !important;
|
||||
margin:10px 0px 5px;
|
||||
}
|
||||
|
||||
table.center{
|
||||
padding-bottom:20px;
|
||||
}
|
||||
18
themes/Evolution/modules/user_games/clone.css
Normal file
18
themes/Evolution/modules/user_games/clone.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#content a:link, #content a:visited {
|
||||
font-weight:bold;
|
||||
border:1px solid black;
|
||||
padding:2px 8px;
|
||||
margin-bottom: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;
|
||||
text-decoration:none;
|
||||
}
|
||||
56
themes/Evolution/modules/user_games/custom_fields.css
Normal file
56
themes/Evolution/modules/user_games/custom_fields.css
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
p.center > 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;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td {
|
||||
padding-top:20px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td.right {
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
background:#373737;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
border-right:7px solid #379BB9;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
table.center > tbody > tr {
|
||||
background:#686868;
|
||||
border:1px solid #E0E0E0 ;
|
||||
}
|
||||
|
||||
[type="text"] {
|
||||
width:450px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
297
themes/Evolution/modules/user_games/edit.css
Normal file
297
themes/Evolution/modules/user_games/edit.css
Normal file
|
|
@ -0,0 +1,297 @@
|
|||
#main_settings > tbody > tr > td > form > input[value="Change Game Type"] {
|
||||
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:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change main owner"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change Home"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change Name"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change Control Password"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change FTP Login"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Change FTP password"] {
|
||||
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:10px;
|
||||
float:right;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > form > input[value="Set as master server"] {
|
||||
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:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td > div > form > input[value="Disable FTP"] {
|
||||
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:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#browse {
|
||||
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:10px;
|
||||
margin-top:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.main-content > form > input[value="Set IP"]{
|
||||
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:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#mods > form > p > input[value="Add Mod"] {
|
||||
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:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
[class="set_options"] {
|
||||
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:5px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr {
|
||||
background:#686868;
|
||||
border:1px solid #E0E0E0 ;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td.right {
|
||||
width:300px;
|
||||
height:50px;
|
||||
padding-top:40px;
|
||||
padding-left:15px;
|
||||
padding-right:5px;
|
||||
background:#373737;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
border-right:7px solid #379BB9;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td.left {
|
||||
padding-top:15px;
|
||||
padding-left:15px;
|
||||
padding-right:15px;
|
||||
}
|
||||
|
||||
#main_settings > tbody > tr > td {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
[class="info"] {
|
||||
text-align:center;
|
||||
padding-right:20px;
|
||||
padding-left:20px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.main-content > form {
|
||||
margin-top:-10px;
|
||||
padding-top:10px;
|
||||
padding-left:15px;
|
||||
padding-right:5px;
|
||||
font-weight:bold;
|
||||
background:#686868;
|
||||
border:1px solid #686868 ;
|
||||
}
|
||||
|
||||
.main-content > h3 {
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
background:#373737;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#mods > h3 {
|
||||
margin-top:-10px;
|
||||
margin-left:-10px;
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
background:#373737;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#mods {
|
||||
margin-top:20px;
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
background:#686868;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > td {
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
68
themes/Evolution/modules/user_games/user_games.css
Normal file
68
themes/Evolution/modules/user_games/user_games.css
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
.main-content > p > 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;
|
||||
}
|
||||
|
||||
tr.tr0 {
|
||||
border:1px solid #585858 !important;
|
||||
background:#585858
|
||||
}
|
||||
|
||||
tr.tr1 {
|
||||
background:#373737;
|
||||
outline:#373737;
|
||||
}
|
||||
|
||||
tr.tr0 > td {
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
outline:1px solid #585858;
|
||||
}
|
||||
|
||||
tr.tr1 > td {
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
outline:2px solid #373737;
|
||||
}
|
||||
|
||||
table.center > tbody > tr > th {
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 5px;
|
||||
background-color: #373737;
|
||||
outline: 2px solid #373737;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue