Ignore:
Timestamp:
Mar 19, 2011, 10:41:40 PM (13 years ago)
Author:
mistic100
Message:

[extensions] Front2Back

  • compatibility with 2.2.0
  • jQuery method for swap
  • localisation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Front2Back/Front2Back.css

    r3339 r9782  
    1 /* Front2Back Style ----------------------------------------------------------------------*/
    2 /*CSS Popup Image Viewer:  Adapted to PWG */
    3 /*Credits: Dynamic Drive CSS Library */
    4 /*URL: http://www.dynamicdrive.com/style/ */
    5 
    6 .reverse { position: relative; z-index: 0; }
    7 .reverse:hover{ background-color: transparent; z-index: 50; }
    8 
    9 .reverse span { /* enlarged image*/
    10   position: absolute; visibility: hidden; text-decoration: none; }
    11 
    12 .reverse:hover span { /* enlarged image on hover*/ visibility: visible; }
    13 
    14 .reverse span, .reverse span img{ /* enlarged image*/
    15   border-width: 0; padding: 0px; background-color: transparent !important; }
     1a.reverse {
     2        display:inline-block;
     3        border:1px solid #666 !important;
     4        padding:3px 5px;
     5        margin-bottom:10px;
     6        font-size:15px;
     7        font-style:italic;     
     8}
     9a.reverse img {
     10        vertical-align:top;
     11}
Note: See TracChangeset for help on using the changeset viewer.