Plugin Directory

Changeset 545899

Timestamp:
05/18/2012 05:18:48 PM (12 years ago)
Author:
nickmomrik
Message:

new images and css to get rid of some WPcom pieces

Location:
jetpack/branches/carousel/modules/carousel
Files:
3 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/branches/carousel/modules/carousel/jetpack-carousel.css

    r545849 r545899  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
    131.jp-carousel-info {
    232    position: absolute;
     
    4373    bottom: 0;
    4474    width: 84px;
    45     background: url(./images/arrows.png) no-repeat center center;
    4675    opacity: 0.2;
    4776    -webkit-transition: 500ms opacity ease-out;
     
    87116
    88117div.jp-carousel-buttons a {
    89     background: url(./images/socialicons.png) no-repeat;
    90118    border: none !important;
    91119    color: #fff;
     
    101129
    102130div.jp-carousel-buttons a:hover {
    103     color: #296186;
     131    color: #;
    104132    border: none !important;
    105133    -webkit-transition: none !important;
     
    107135    -o-transition: none !important;
    108136    transition: none !important;
    109 }
    110 
    111 div.jp-carousel-buttons a.jp-carousel-permalink {
    112     background-position: 0 4px;
    113     margin-right:0;
    114 }
    115 
    116 div.jp-carousel-buttons a.jp-carousel-permalink:hover {
    117     background-position: 0 -16px;
    118     margin-right:0;
    119137}
    120138
Note: See TracChangeset for help on using the changeset viewer.