christmas_lights.css |
css/christmas_lights.css |
|
#christmas-lights {
background: url(christmas-lights.png);
height: 36px;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
pointer-events: none;
}
body.toolbar-fixed #christmas-lights {
top:… |
christmas_lights.info.yml |
christmas_lights.info.yml |
|
christmas_lights.info.yml |
christmas_lights.install |
christmas_lights.install |
|
Install, update and uninstall functions for the Christmas Lights module. |
christmas_lights.libraries.yml |
christmas_lights.libraries.yml |
|
christmas_lights.libraries.yml |
christmas_lights.links.menu.yml |
christmas_lights.links.menu.yml |
|
christmas_lights.links.menu.yml |
christmas_lights.module |
christmas_lights.module |
|
Main file for the christmas_lights module. |
christmas_lights.routing.yml |
christmas_lights.routing.yml |
|
christmas_lights.routing.yml |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
INTRODUCTION
------------
Current Maintainer: Andrew Podlubnyj <andron13@gmail.com>
A splendid module with Christmas lights decoration that creates longlasting… |
SettingsForm.php |
src/Form/SettingsForm.php |
Drupal\christmas_lights\Form |
|