kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Aug 22 15:40:06 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css |  102 ++++++++++
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png  |binary
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png |binary
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif |binary
 4 files changed, 102 insertions(+)

New commits:
commit f2f87d5888b95745a6914157dd0efb6c451d5770
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Aug 22 15:39:53 2012 +0200

    add nivo theme

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
new file mode 100644
index 0000000..1c5d881
Binary files /dev/null and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/arrows.png differ
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
new file mode 100644
index 0000000..54d1a7b
Binary files /dev/null and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/bullets.png differ
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
new file mode 100644
index 0000000..1560b64
Binary files /dev/null and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/loading.gif differ





More information about the commits mailing list