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
50
themes/Evolution/modules/update/update.css
Normal file
50
themes/Evolution/modules/update/update.css
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
input[value="Update Now"] {
|
||||
border:1px solid #373737;
|
||||
background:#373737;
|
||||
padding:2px 8px;
|
||||
margin-bottom:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
input[value="View changes (Max 10)"] {
|
||||
border:1px solid #373737;
|
||||
background:#373737;
|
||||
padding:2px 8px;
|
||||
margin-bottom:10px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
text-transform:uppercase;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.main-content > div {
|
||||
text-align:left;
|
||||
width:80%;
|
||||
margin:0px auto;
|
||||
padding:10px 5px;
|
||||
border:1px solid #585858 !important;
|
||||
border-radius:4px;
|
||||
background-color:#585858 !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue