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
29
themes/Metro/bottom.html
Normal file
29
themes/Metro/bottom.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<script>
|
||||
(function() {
|
||||
var nodes = document.getElementById('administration').getElementsByTagName('span');
|
||||
for(var i=0; i<nodes.length; i++) {
|
||||
myclass = nodes[i].className;
|
||||
if(typeof myclass != "undefined" && myclass != "")
|
||||
{
|
||||
nodes[i].style.background = "url(modules/administration/images/"+myclass+".png) 0% 50% / 24px 24px no-repeat scroll transparent";
|
||||
nodes[i].style.padding = "5px 0 5px 35px";
|
||||
}
|
||||
}
|
||||
|
||||
var nodes = document.getElementById('submenu_0').getElementsByTagName('span');
|
||||
for(var i=0; i<nodes.length; i++) {
|
||||
iconPath = nodes[i].getAttribute("data-icon_path");
|
||||
if(typeof iconPath != "undefined" && iconPath != "")
|
||||
{
|
||||
nodes[i].style.background = "url("+iconPath+") 0% 50% / 16px 16px no-repeat scroll transparent";
|
||||
nodes[i].style.padding = "5px 0 5px 25px";
|
||||
}
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<div id="bottomWrapper">
|
||||
<div class="image" style="padding-top:20px">
|
||||
%footer%
|
||||
</div><small>Design by AlexCLaz</small>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue