Projet

Général

Profil

Paste
Télécharger (970 octets) Statistiques
| Branche: | Révision:

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

1
/* $Id: lightbox_lite-rtl.css,v 1.1.2.6 2010/06/07 14:54:30 snpower Exp $ */
2
#lightbox {
3
  background-color: #eee;
4
  padding: 10px;
5
  border-bottom: 2px solid #666;
6
  border-right: 2px solid #666;
7
  min-width: 240px;
8
}
9

    
10
#lightboxDetails {
11
  font-size: 1.2em;
12
  padding-top: 0.6em;
13
  min-width: 240px;
14
}
15

    
16
#lightboxCaption {
17
  float: right;
18
  font: 0.9em black;
19
}
20

    
21
#keyboardMsg {
22
  float: left;
23
  font: 0.9em black;
24
}
25

    
26
#closeButton {
27
  top: 5px;
28
  right: 5px;
29
  width: 20px;
30
  height: 20px;
31
  position: absolute;
32
  z-index: 200;
33
  background: url(../images/close_lite.gif) no-repeat;
34
}
35

    
36
#loadingImage {
37
  position: absolute;
38
  top: 30%;
39
  left: 45%;
40
  height: 25%;
41
  width: 100%;
42
  text-align: center;
43
  line-height: 0;
44
  background: url(../images/loading_lite.gif) no-repeat;
45
  width: 126px;
46
  height: 22px;
47
  z-index: 150;
48
}
49

    
50
#lightbox img {
51
  border: none;
52
  clear: both;
53
}
54

    
55
#lightbox2-overlay {
56
  background-color: #333;
57
  opacity: 0.6;
58
  filter:alpha(opacity=60);
59
}
60