jcarousel.css |
jcarousel.css |
|
/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container {
position: relative;
}
.jcarousel-clip {
z-index: 2;
padding: 0;
margin: 0;
overflow:… |
jcarousel.info |
jcarousel.info |
|
name = jCarousel
description = This module allows developers and themers to make use of the jCarousel jQuery plugin.
package = User Interface
dependencies = jquery_update |
jcarousel.module |
jcarousel.module |
|
This module provides a central function for adding the jCarousel jQuery
plugin and makes sure it's added only once per page. |
README.txt |
README.txt |
|
Description
-----------
This module provides a central function for adding the jCarousel jQuery plugin
and makes sure it's added only once per page.
Dependencies
------------
* jQuery Update… |
skin.css |
skins/default/skin.css |
|
/**
* Based on the default jCarousel tango skin. Adapted for use with the Mini
* Panels module by Wim Leers. GPL icons created by Kaj Heijmans.
*/
.jcarousel-skin-default.jcarousel-container {
-moz-border-radius: 20px;
-webkit-border-radius:… |