04-29-2017, 04:25 PM
So while I was on the new cPanel design I found out about a few style sheets which actually help you change the theme of the MOFH panel. I personally have integrated it by changing the default to the dark theme. I did this with JS:
The repo and gitcdn I used are under my github username and I wont be changing the name any time soon, I simply use gitcdn to speed up my website, so anyone can use it or just grab a copy of it: here
Let me know what you guys think! Here is how it looks on my panel:
Code:
var headID = document.getElementsByTagName('head')[0];
var link = document.createElement('link');
link.type = 'text/css';
link.rel = 'stylesheet';
headID.appendChild(link);
link.href = "https://min.gitcdn.link/repo/blacksector/cdn-ninthme/master/css/cpanelDark.css"; //cpanel Dark CSS
The repo and gitcdn I used are under my github username and I wont be changing the name any time soon, I simply use gitcdn to speed up my website, so anyone can use it or just grab a copy of it: here
Let me know what you guys think! Here is how it looks on my panel:
![[Image: cPanel%20Ninth%20Hosting.png]](https://raw.githubusercontent.com/blacksector/cdn-ninthme/master/cPanel%20Ninth%20Hosting.png)