Ignore:
Timestamp:
Dec 23, 2013, 2:06:07 PM (10 years ago)
Author:
mistic100
Message:

(slider) update nivoslider, add thumbnails navigation option, force no img borders

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/nivoslider/default.css

    r25201 r26127  
    22Skin Name: Nivo Slider Default Theme
    33Skin URI: http://nivo.dev7studios.com
    4 Skin Type: flexible
    54Description: The default skin for the Nivo Slider.
    6 Version: 1.2
     5Version: 1.3
    76Author: Gilbert Pellegrom
    87Author URI: http://dev7studios.com
     8Supports Thumbs: true
    99*/
    1010
    1111.theme-default .nivoSlider {
    1212        position:relative;
    13         background:#000 url(loading.gif) no-repeat 50% 50%;
    14     -webkit-box-shadow: 0px 1px 5px 0px #000;
    15     -moz-box-shadow: 0px 1px 5px 0px #000;
    16     box-shadow: 0px 1px 5px 0px #000;
     13        background:#fff url(loading.gif) no-repeat 50% 50%;
     14    margin-bottom:10px;
     15    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
     16    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
     17    box-shadow: 0px 1px 5px 0px #4a4a4a;
    1718}
    1819.theme-default .nivoSlider img {
     
    5152        text-indent:-9999px;
    5253        border:0;
     54        opacity: 0;
     55        -webkit-transition: all 200ms ease-in-out;
     56    -moz-transition: all 200ms ease-in-out;
     57    -o-transition: all 200ms ease-in-out;
     58    transition: all 200ms ease-in-out;
    5359}
     60.theme-default:hover .nivo-directionNav a { opacity: 1; }
    5461.theme-default a.nivo-nextNav {
    5562        background-position:-30px 0;
Note: See TracChangeset for help on using the changeset viewer.