colorbox-insert-image.tpl.php |
colorbox-insert-image.tpl.php |
|
Template file for Colorbox content inserted via the Insert module. |
colorbox.admin.inc |
colorbox.admin.inc |
|
Administrative page callbacks for the colorbox module. |
colorbox.api.php |
colorbox.api.php |
|
API documentation for the colorbox module. |
colorbox.drush.inc |
drush/colorbox.drush.inc |
|
drush integration for colorbox. |
colorbox.info |
colorbox.info |
|
name = Colorbox
description = A light-weight, customizable lightbox plugin for jQuery 1.3 through 1.6.
core = 6.x
dependencies[] = jquery_update |
colorbox.install |
colorbox.install |
|
Install, update and uninstall functions for the colorbox module. |
colorbox.module |
colorbox.module |
|
A light-weight, customizable lightbox plugin for jQuery 1.3 |
colorbox.pages.inc |
colorbox.pages.inc |
|
User page callback file for the colorbox module. |
colorbox.theme.inc |
colorbox.theme.inc |
|
Colorbox theme functions. |
colorbox.views.inc |
views/colorbox.views.inc |
|
colorbox.views.inc |
colorbox_default_style.css |
styles/default/colorbox_default_style.css |
|
/**
* ColorBox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay… |
colorbox_handler_field_colorbox.inc |
views/colorbox_handler_field_colorbox.inc |
|
Views handlers for Colorbox module. |
colorbox_stockholmsyndrome.css |
styles/stockholmsyndrome/colorbox_stockholmsyndrome.css |
|
/**
* ColorBox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay… |
README.txt |
README.txt |
|
Drupal colorbox module:
------------------------
Maintainers:
Joe Wheaton (http://drupal.org/user/298179)
Fredrik Jonsson (http://drupal.org/user/5546)
Requires - Drupal 6 and jQuery Update version 6.x-2.x
License - GPL (see… |