summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/vendor/facebox/_facebox.scss
blob: 53e612d1d116ddc7ed6dbded3140de8fef55e6b9 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
$facebox-overlay: #000 !default;
#facebox {
  left: 0;
  position: fixed;
  text-align: left;
  top: 0;
  z-index: 100;
}


#facebox .popup{
  border:9px solid rgba(0, 157, 214, 0.8);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  position:relative;
}

#facebox .content {
  background: #fff;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  display:table;
  min-width: 370px;
  padding: 10px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  padding:2px;
  position:absolute;
  right:5px;
  top:5px;
  z-index:101;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  height:100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: $facebox-overlay;
  z-index: 99;
}

#facebox h1{
  margin: 0 0 10px 0;
}