leemangold/css_injector

Provides a configuration US for CSS Overrides.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:drupal-module

10.1.2 2024-01-29 20:18 UTC

This package is auto-updated.

Last update: 2024-05-29 20:56:46 UTC


README

Description

CSS Injector is a Drupal module that allows administrators to inject custom CSS into their site. This module provides an interface for adding and modifying CSS rules that will be applied to every page, enabling quick and easy customization of the site's appearance.

Features

  • Simple user interface for injecting CSS.
  • Real-time application of CSS rules across the site.
  • Compatibility with Drupal 10.

Installation

  1. Download the CSS Injector module from the Drupal repository.
  2. Place the module in your Drupal installation's modules directory.
  3. Enable the module via the Drupal administration interface or using Drush.

Usage

After installation, navigate to the CSS Injector configuration page in the Drupal administration interface. Here you can add or modify the CSS that will be injected into your site. Ensure that your custom.css file is writable by Drupal.

Requirements

  • Drupal ^10
  • PHP 8.2 or higher

License

MIT License

Copyright (c) 2023 Lee Mangold

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributing

Contributions to the CSS Injector module are welcome. Please follow the standard Drupal contribution guidelines when submitting patches or features.

Support

For support, please use the Drupal module issue queue.

Author

Lee Mangold