diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-22 13:39:53 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-22 13:39:53 (GMT) |
commit | f2f87d5888b95745a6914157dd0efb6c451d5770 (patch) | |
tree | 016d11d2c43be2257c5e236939c4e2e89736f735 /kolab.org/www/drupal-7.15/sites/all | |
parent | 0e7f686ba71329e440130df1ef96b708711c6411 (diff) | |
download | kolab.org-www-f2f87d5888b95745a6914157dd0efb6c451d5770.tar.gz |
add nivo theme
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css | 102 | ||||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png | bin | 0 -> 3247 bytes | |||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png | bin | 0 -> 3288 bytes | |||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif | bin | 0 -> 1737 bytes |
4 files changed, 102 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css new file mode 100644 index 0000000..2641db3 --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css @@ -0,0 +1,102 @@ +/*
+Skin Name: Nivo Slider Light Theme
+Skin URI: http://nivo.dev7studios.com
+Description: A light skin for the Nivo Slider.
+Version: 1.0
+Author: Gilbert Pellegrom
+Author URI: http://dev7studios.com
+Supports Thumbs: true
+*/
+
+.theme-light.slider-wrapper {
+ background: #fff;
+ padding: 10px;
+}
+.theme-light .nivoSlider {
+ position:relative;
+ background:#fff url(../images/loading.gif) no-repeat 50% 50%;
+ margin-bottom:10px;
+ overflow: visible;
+}
+.theme-light .nivoSlider img {
+ position:absolute;
+ top:0px;
+ left:0px;
+ display:none;
+}
+.theme-light .nivoSlider a {
+ border:0;
+ display:block;
+}
+
+.theme-light .nivo-controlNav {
+ text-align: left;
+ padding: 0;
+ position: relative;
+ z-index: 10;
+}
+.theme-light .nivo-controlNav a {
+ display:inline-block;
+ width:10px;
+ height:10px;
+ background:url(../images/bullets.png) no-repeat;
+ text-indent:-9999px;
+ border:0;
+ margin: 0 2px;
+}
+.theme-light .nivo-controlNav a.active {
+ background-position:0 100%;
+}
+
+.theme-light .nivo-directionNav a {
+ display:block;
+ width:30px;
+ height:30px;
+ background: url(../images/arrows.png) no-repeat;
+ text-indent:-9999px;
+ border:0;
+ top: auto;
+ bottom: -36px;
+ z-index: 11;
+}
+.theme-light .nivo-directionNav a:hover {
+ background-color: #eee;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
+}
+.theme-light a.nivo-nextNav {
+ background-position:160% 50%;
+ right:0px;
+}
+.theme-light a.nivo-prevNav {
+ background-position:-60% 50%;
+ left: auto;
+ right: 35px;
+}
+
+.theme-light .nivo-caption {
+ font-family: Helvetica, Arial, sans-serif;
+}
+.theme-light .nivo-caption a {
+ color:#fff;
+ border-bottom:1px dotted #fff;
+}
+.theme-light .nivo-caption a:hover {
+ color:#fff;
+}
+
+.theme-light .nivo-controlNav.nivo-thumbs-enabled {
+ width: 80%;
+}
+.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
+ width: auto;
+ height: auto;
+ background: none;
+ margin-bottom: 5px;
+}
+.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
+ display: block;
+ width: 120px;
+ height: auto;
+}
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png Binary files differnew file mode 100644 index 0000000..1c5d881 --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png Binary files differnew file mode 100644 index 0000000..54d1a7b --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif Binary files differnew file mode 100644 index 0000000..1560b64 --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif |