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:
copilot-swe-agent[bot] 2026-05-02 13:05:52 +00:00 committed by GitHub
parent 3e9dca1bc1
commit b17ead27a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
554 changed files with 14115 additions and 0 deletions

View file

@ -0,0 +1,65 @@
/* 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{
width:20px;
height:20px;
}
/* Game name below image */
center {
}
/* pricing text */
center em{
text-align:center;
background-color:#ffffff !important;
color:#379bb9 !important;
}
.main-content{
border:none;
}
table.center{
color:#379bb9;
padding:10px;
}
table.center tr td{
padding-top:5px;
color:#ffffff;
cursor:default;
}
#content a:link, #content a:visited{
text-decoration:none;
background-color:#e0e0e0;
border:#707070 1px solid;
padding-top:5px;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
color:#707070;
border-radius:3px;
}
a img{
width: 22px;
height: 20px;
}

View file

@ -0,0 +1,22 @@
/* Image styling */
img{
width:256px;
height:256px;
}
/* Game name below image */
center {
}
center em{
text-align:center;
background-color:#ffffff !important;
color:#blue !important;
}
p{
text-align:center;
background-color:#ffffff !important;
color:blue !important;
}

View file

@ -0,0 +1,18 @@
h4{
width:100% !important;
height:25px !important;
background:#379bb9 !important;
border-top-style:solid !important;
border-top-color:#afafaf !important;
border-top-width:1px !important;
border-style: solid !important;
border-color: #CFCFCF !important;
border-width: 1px !important;
padding-top:8px !important;
text-align: center !important;
font-family:'Trebuchet MS' !important;
}
label{
text-align: left !important;
}