/** * Plugin Name: Admin Bar Styler * Description: Colorize the admin bar to match your site style, or make a visual distinction between different environments such as DEV, QA, UAT, PROD. * Version: 1.0.0 * Author: John Alarcon * Author URI: https://johnalarcon.com * Text Domain: alar-admin-bar-styler * Domain Path: /languages * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * * This is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * See http://www.gnu.org/licenses/gpl-2.0.txt. * */ .admin_bar_styler_preset { margin-right:5px; padding:15px; border:1px solid #555; color: #ddd; } .admin_bar_styler_preset.red { background: #d32f2f; } .admin_bar_styler_preset.yellow { background: #fdd835; color: #555; } .admin_bar_styler_preset.green { background: #1b5e20; } .admin_bar_styler_preset.blue { background: #1565c0; }