Projet

Général

Profil

Paste
Télécharger (710 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / css_injector / README.txt @ 87dbc3bf

1
CSS Injector
2
============
3
Allows administrators to inject CSS into the page output based on configurable
4
rules. It's useful for adding simple CSS tweaks without modifying a site's
5
official theme -- for example, a 'nighttime' color scheme could be added during
6
certain hours. The CSS is added using Drupal's standard drupal_add_css()
7
function and respects page caching, etc.
8

    
9
This module is definitely not a replacement for full-fledged theming, but it
10
provides site administrators with a quick and easy way of tweaking things
11
without diving into full-fledged theme hacking.
12

    
13
The rules provided by CSS Injector typically are loaded last, even after the
14
theme CSS, although another module could override these.
15