lightbox-rtl.css |
css/lightbox-rtl.css |
|
#lightbox {
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img {
border: none;
}
#outerImageContainer {
position: relative;
background-color: #fff;
width:… |
lightbox.css |
css/lightbox.css |
|
#lightbox {
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img {
border: none;
}
#outerImageContainer {
position: relative;
background-color: #fff;
width:… |
lightbox2.info |
lightbox2.info |
|
name = Lightbox2
description = Enables Lightbox2 for Drupal
dependencies = jquery_update |
lightbox2.install |
lightbox2.install |
|
Installation functions for Lightbox2. |
lightbox2.module |
lightbox2.module |
|
Enables the use of lightbox2 which places images above your current page,
not within. This frees you from the constraints of the layout, particularly
column widths. |
lightbox_alt.css |
css/lightbox_alt.css |
|
/**
* Based on a design created by Nicolas Borda:
* http://www.ipwa.net/assets/myslimbox/
*/
#lightbox {
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img {
… |
lightbox_lite-rtl.css |
css/lightbox_lite-rtl.css |
|
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
min-width: 240px;
}
#lightboxDetails {
font-size: 1.2em;
padding-top: 0.6em;
min-width: 240px;
}
#lightboxCaption {
… |
lightbox_lite.css |
css/lightbox_lite.css |
|
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
min-width: 240px;
}
#lightboxDetails {
font-size: 1.2em;
padding-top: 0.6em;
min-width: 240px;
}
#lightboxCaption {
… |
page-node-lightbox2.tpl.php |
page-node-lightbox2.tpl.php |
|
Template file for displaying the node content, associated with an image, in
the lightbox. It displays it without any sidebars, etc. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
----------------------
* Introduction
* Installation
* Adding Lightbox Functionality to your Images
- No Grouping
- With Grouping
- Slideshow
- Video
- HTML Content Support
- Inline Content Support
… |