diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-22 15:00:27 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-22 15:00:27 (GMT) |
commit | e92b2f1d23486f3a9e6081e509f69b74625ce7c9 (patch) | |
tree | 7621c216cee78ab6788936d3b495fe5da690209c /kolab.org/www/drupal-7.15/sites/all | |
parent | 13e742c7bfc4e612722c0a57b1101d5a486945ea (diff) | |
download | kolab.org-www-e92b2f1d23486f3a9e6081e509f69b74625ce7c9.tar.gz |
changed 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 | 101 | ||||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/nivo.css | 91 | ||||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/arrows.png | bin | 3247 -> 7098 bytes | |||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/bullets.png | bin | 3288 -> 3419 bytes | |||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png | bin | 0 -> 3744 bytes |
5 files changed, 91 insertions, 101 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 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 Binary files differindex 1c5d881..06b6ce8 100644 --- 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 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 Binary files differindex 54d1a7b..1af5b01 100644 --- 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 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 Binary files differnew file mode 100644 index 0000000..18d3e1f --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/nivo/control-nav.png |