Ignore:
Timestamp:
Sep 11, 2014, 10:11:42 AM (10 years ago)
Author:
JanisV
Message:

Updated picture navigation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/theme.css

    r29459 r29476  
    799799        position:absolute;
    800800        height:100%;
    801         width:25%;
    802801        top:0;
    803802        display:block;
    804 }
    805 
    806 .img_prev               { background:transparent url(icon/none.png) no-repeat left center;}
    807 .img_prev:hover         { background:transparent url(icon/img_prev.png) no-repeat left center;}
    808 .img_next               { background:transparent url(icon/none.png) no-repeat right center;}
    809 .img_next:hover         { background:transparent url(icon/img_next.png) no-repeat right center;}
     803    z-index: 101;
     804}
     805.img_prev               { width:40%; }
     806.img_next               { width:60%; }
     807
     808.img_nav_content {
     809  width: 20px;
     810  height: 150px;
     811  display: block;
     812  top: 50%;
     813  margin-top: -75px;
     814  position: absolute;
     815}
     816.img_prev .img_nav_content {
     817  background:url(icon/arrows.png) 0 0 no-repeat;
     818}
     819.img_prev:hover .img_nav_content {
     820  background:url(icon/arrows.png) 0 -150px no-repeat;
     821}
     822.img_next .img_nav_content {
     823  background:url(icon/arrows.png) -20px 0 no-repeat;
     824  right: 0;
     825}
     826.img_next:hover .img_nav_content {
     827  background:url(icon/arrows.png) -20px -150px no-repeat;
     828}
    810829
    811830.hd_link {
Note: See TracChangeset for help on using the changeset viewer.