Linux 软件免费装
Banner图

Admin CSS MU

开发者 arunbasillal
更新时间 2024年12月9日 13:54
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

admin multisite admin interface admin css mu plugin custom admin css must use

下载

2.7 2.8 2.9 2.0 2.1 2.2 2.5 1 2.3 2.4 1.01 2.10 2.6

详情介绍:

A simple plugin that lets you add your custom CSS to style the WordPress Admin. Works with WordPress single install and WordPress multisites. Version 2.0 is updated wtih an Admin interface and can be found in Appearance > Admin CSS MU Admin CSS MU uses CSSTidy to clean and optionally minify CSS. CSS is only minified while using it. The editor always shows un-minified CSS for easy editing. Note: If you want to easily add custom CSS on your Login and Front-end as well (along with WordPress Admin), use my Custom Login Admin Front-end CSS plugin instead.

安装:

To use as a normal plugin in WordPress single install and Multisite.
  1. Install the plugin through the WordPress admin interface, or upload the folder /admin-css-mu/ to /wp-content/plugins/ using ftp.
  2. Activate the plugin via WordPress admin interface. If it is a Multisite, Network Activate it.
  3. Go to WordPress Admin > Appearance > Admin CSS MU and add the custom CSS you want.
  4. For Multisites, the settings page will be in the Appearance > Admin CSS MU of the main site. Only network admins can add/edit CSS.

升级注意事项:

2.10
  • Date: 04.October.2023
  • Tested with WordPress 6.3.1
  • Enhancement: Added compatibility with PHP 8.x
2.9
  • Date: 16.May.2023
  • Tested on WordPress 6.2
  • Enhancement: Added support for justify-content. align-items, and flex-wrap in CSSTidy.
2.8
  • Date: 9.February.2023
  • Tested on WordPress 6.1.1
  • Enhancement: Added support for flex-direction in CSSTidy.
2.7
  • Date: 19.October.2022
  • Tested on WordPress 6.0.3.
  • Security Fix: Deleted unwanted files in CSSTidy. Thanks Darius from Patchstack for the heads up.
2.6
  • Please upgrade with caution as the CSS validation and sanitization library (CSSTidy) was updated. Take a backup of your existing custom CSS and cross-check after the update to confirm everything works as before.
2.5
  • Date: 18.January.2018
  • Added support for PHP version lesser than PHP 5.5
  • Updated text domain. For plugins, text domain should be the slug which is admin-css-mu in this case
  • Tested with WordPress 4.9.2
2.4
  • Date: 29.August.2017
  • Fixed: Compatibility issue with Custom Login Admin Front-end CSS plugin.
  • Updated readme.txt to work around #2931
  • New: Added an option "Load Admin CSS" to enable and disable CSS easily. Useful during testing.
  • Code improvements.
2.3
  • Tested with WordPress 4.8.1. Result = pass.
  • Updated CSSTidy classes to meet PHP 7.x standards.
  • Added option to minify CSS. CSS is only minified during use and the CSS editor will show the un-minified and more readable version for easy editing.
2.2
  • Date: 14.December.2016
  • Minor bug fixes and fully compatible with WordPress 4.7.
2.1
  • Date: 19.March.2016
  • Upgrade for Multisite compatibility.
2.0
  • Date: 15.March.2016
  • Upgrade for an admin interface in Appearance > Admin CSS MU. Backward compatible.
1.01
  • Date: 11.April.2016
  • Upgrade for better code. Backward comaptible with 1.0
1.0
  • Date: 25.June.2012
  • First release of the plugin.

常见问题:

Can I try the CSS sample from the screenshot?

Sure! To change the background colour of the dashboard add this and save. #wpwrap { background-color: #5f5f5f !important; } body, h1, p { color: #f1f1f1 !important; }

I found this plugin very useful, how can I show my appreciation?

I am glad to hear that! You can either make a donation or leave a rating to motivate me to keep working on the plugin.

更新日志:

2.10 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.01 1.0