banner
oldcatY

oldcatY

中轻度LoveLive厨,主推莲团,二推水+虹团(缪团是神,星团……)
twitter
github
bilibili
steam

【Tips】Nezha Panel Backend Beautification

It is copied from others.

The modified effect is as follows:

image

Custom CSS for the backend:

About the black background and displaying server CPU information effects:
You need to change header.html and menu.html in the template/common/ folder of the Docker container; at the same time, you need to change home.html in the template/theme-default/ folder. The general modification idea is as follows:

<i class="dropdown icon"></i> change to <i class="dropdown icon" style="color:#ffffff"></i>

And

@#server.Name + (server.live?'':'[{{tr "Offline"}}]')#@ change to <font color="#dddddd">@#server.Name + (server.live?'':'[{{tr "Offline"}}]')#@</font>

In general, you need to change the text display part to white and change the background and top menu to black.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.