kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Aug 22 17:00:35 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css          |  101 ----------
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo.css                |   91 +++++++++
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png      |binary
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png     |binary
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png |binary
 5 files changed, 91 insertions(+), 101 deletions(-)

New commits:
commit e92b2f1d23486f3a9e6081e509f69b74625ce7c9
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Aug 22 17:00:27 2012 +0200

    changed 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
deleted file mode 100644
index 438ee72..0000000
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo-light.css
+++ /dev/null
@@ -1,101 +0,0 @@
-/*
-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: #e7e7e7;
-}
-.theme-light .nivoSlider {
-	position:relative;
-	background:#fff url(../images/nivo/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/nivo/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/nivo/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/css/nivo.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo.css
new file mode 100644
index 0000000..829574c
--- /dev/null
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo.css
@@ -0,0 +1,91 @@
+/*
+Skin Name: Nivo Slider v3
+Skin URI: http://nivo.dev7studios.com
+Skin Type: fixed
+Image Width: 960
+Image Height: 408
+Description: Nivo Slider
+Version: 3.0
+Author: Gilbert Pellegrom
+Author URI: http://dev7studios.com
+*/
+
+.slider-wrapper.theme-nivo { position: relative; }
+.theme-nivo .nivoSlider {
+	position:relative;
+	background:#fff url(../images/nivo/loading.gif) no-repeat 50% 50%;
+}
+.theme-nivo .nivoSlider img {
+	position:absolute;
+	top:0px;
+	left:0px;
+	display:none;
+}
+.theme-nivo .nivoSlider a {
+	border:0;
+	display:block;
+}
+
+.theme-nivo .nivo-controlNav {
+    background:url(../images/nivo/control-nav.png) no-repeat;
+    width:72px;
+    height:13px;
+	position:absolute;
+	left:50%;
+	bottom:15px;
+    margin-left:-51px; /* Tweak this to center bullets */
+    z-index:210;
+    padding:15px 13px 15px 17px;
+    opacity:0.5;
+}
+.theme-nivo:hover .nivo-controlNav {
+    opacity:1.0;
+}
+.theme-nivo .nivo-controlNav a {
+	display:block;
+	width:11px;
+	height:12px;
+	background:url(../images/nivo/bullets.png) no-repeat;
+	text-indent:-9999px;
+	border:0;
+	margin-right:3px;
+	float:left;
+}
+.theme-nivo .nivo-controlNav a.active {
+	background-position:0 -12px;
+}
+
+.theme-nivo .nivo-directionNav a {
+	display:block;
+	width:43px;
+	height:43px;
+	background:url(../images/nivo/arrows.png) no-repeat;
+	text-indent:-9999px;
+	border:0;
+}
+.theme-nivo a.nivo-nextNav {
+	background-position:-43px 0;
+	right:390px;
+    top:350px;
+}
+.theme-nivo a.nivo-nextNav:hover {
+	background-position:-43px -43px;
+}
+.theme-nivo a.nivo-prevNav {
+	left:390px;
+    top:350px;
+}
+.theme-nivo a.nivo-prevNav:hover {
+	background-position:0 -43px;
+}
+
+.theme-nivo .nivo-caption {
+    font-family: Helvetica, Arial, sans-serif;
+}
+.theme-nivo .nivo-caption a {
+    color:#fff;
+    border-bottom:1px dotted #fff;
+}
+.theme-nivo .nivo-caption a:hover {
+    color:#fff;
+}
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png
index 1c5d881..06b6ce8 100644
Binary files a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png differ
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png
index 54d1a7b..1af5b01 100644
Binary files a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png differ
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png
new file mode 100644
index 0000000..18d3e1f
Binary files /dev/null and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png differ





More information about the commits mailing list