Projet

Général

Profil

Paste
Télécharger (1,33 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / lightbox2 / css / lightbox-rtl.css @ 87dbc3bf

1
/* $Id: lightbox-rtl.css,v 1.1.2.18 2010/06/07 14:43:02 snpower Exp $ */
2

    
3
#imageData #imageDetails {
4
  float: right;
5
  text-align: right;
6
}
7

    
8
/* Image location mod */
9
#bottomNavClose {
10
  float: left;
11
}
12

    
13
#bottomNavZoom,
14
#bottomNavZoomOut {
15
  left: -30px;
16
  float: left;
17
}
18

    
19
#lightshowPlay,
20
#lightshowPause {
21
  float: left;
22
  margin-right: 0px;
23
  margin-left: 5px;
24
}
25

    
26
#prevLink, #nextLink {
27
  width: 49%;
28
  height: 100%;
29
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
30
  display: block;
31
}
32

    
33
#prevLink, #framePrevLink {
34
  left: auto;
35
  right: 0;
36
  float: right;
37
}
38

    
39
#nextLink, #frameNextLink {
40
  right: auto;
41
  left: 0;
42
  float: left;
43
}
44

    
45
#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
46
  background: url(../images/next.gif) right 15% no-repeat;
47
}
48

    
49
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
50
  background: url(../images/prev.gif) left 15% no-repeat;
51
}
52

    
53
#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
54
#framePrevLink:hover, #framePrevLink:visited:hover {
55
  background: url(../images/next_hover.gif) right 15% no-repeat;
56
}
57

    
58
#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
59
#frameNextLink:hover, #frameNextLink:visited:hover {
60
  background: url(../images/prev_hover.gif) left 15% no-repeat;
61
}
62