initial commit
[namibia] / public / css / lightbox.css
1 /* line 6, ../sass/lightbox.sass */
2 #lightboxOverlay {
3   position: absolute;
4   top: 0;
5   left: 0;
6   z-index: 10999;
7   background-color: black;
8   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
9   opacity: 0.85;
10   display: none;
11 }
12
13 /* line 15, ../sass/lightbox.sass */
14 #lightbox {
15   position: absolute;
16   left: 0;
17   width: 100%;
18   z-index: 11000;
19   text-align: center;
20   line-height: 0;
21   font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
22   font-weight: normal;
23 }
24 /* line 24, ../sass/lightbox.sass */
25 #lightbox img {
26   width: auto;
27   height: auto;
28 }
29 /* line 27, ../sass/lightbox.sass */
30 #lightbox a img {
31   border: none;
32 }
33
34 /* line 30, ../sass/lightbox.sass */
35 .lb-outerContainer {
36   position: relative;
37   background-color: white;
38   *zoom: 1;
39   width: 250px;
40   height: 250px;
41   margin: 0 auto;
42   -webkit-border-radius: 4px;
43   -moz-border-radius: 4px;
44   -ms-border-radius: 4px;
45   -o-border-radius: 4px;
46   border-radius: 4px;
47 }
48 /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
49 .lb-outerContainer:after {
50   content: "";
51   display: table;
52   clear: both;
53 }
54
55 /* line 39, ../sass/lightbox.sass */
56 .lb-container {
57   padding: 10px;
58 }
59
60 /* line 42, ../sass/lightbox.sass */
61 .lb-loader {
62   position: absolute;
63   top: 40%;
64   left: 0%;
65   height: 25%;
66   width: 100%;
67   text-align: center;
68   line-height: 0;
69 }
70
71 /* line 51, ../sass/lightbox.sass */
72 .lb-nav {
73   position: absolute;
74   top: 0;
75   left: 0;
76   height: 100%;
77   width: 100%;
78   z-index: 10;
79 }
80
81 /* line 59, ../sass/lightbox.sass */
82 .lb-container > .nav {
83   left: 0;
84 }
85
86 /* line 62, ../sass/lightbox.sass */
87 .lb-nav a {
88   outline: none;
89 }
90
91 /* line 65, ../sass/lightbox.sass */
92 .lb-prev, .lb-next {
93   width: 49%;
94   height: 100%;
95   background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
96   /* Trick IE into showing hover */
97   display: block;
98 }
99
100 /* line 72, ../sass/lightbox.sass */
101 .lb-prev {
102   left: 0;
103   float: left;
104 }
105
106 /* line 76, ../sass/lightbox.sass */
107 .lb-next {
108   right: 0;
109   float: right;
110 }
111
112 /* line 81, ../sass/lightbox.sass */
113 .lb-prev:hover {
114   background: url(../images/prev.png) left 48% no-repeat;
115 }
116
117 /* line 85, ../sass/lightbox.sass */
118 .lb-next:hover {
119   background: url(../images/next.png) right 48% no-repeat;
120 }
121
122 /* line 88, ../sass/lightbox.sass */
123 .lb-dataContainer {
124   margin: 0 auto;
125   padding-top: 5px;
126   *zoom: 1;
127   width: 100%;
128   -moz-border-radius-bottomleft: 4px;
129   -webkit-border-bottom-left-radius: 4px;
130   -ms-border-bottom-left-radius: 4px;
131   -o-border-bottom-left-radius: 4px;
132   border-bottom-left-radius: 4px;
133   -moz-border-radius-bottomright: 4px;
134   -webkit-border-bottom-right-radius: 4px;
135   -ms-border-bottom-right-radius: 4px;
136   -o-border-bottom-right-radius: 4px;
137   border-bottom-right-radius: 4px;
138 }
139 /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
140 .lb-dataContainer:after {
141   content: "";
142   display: table;
143   clear: both;
144 }
145
146 /* line 95, ../sass/lightbox.sass */
147 .lb-data {
148   padding: 0 10px;
149   color: #bbbbbb;
150 }
151 /* line 98, ../sass/lightbox.sass */
152 .lb-data .lb-details {
153   width: 85%;
154   float: left;
155   text-align: left;
156   line-height: 1.1em;
157 }
158 /* line 103, ../sass/lightbox.sass */
159 .lb-data .lb-caption {
160   font-size: 13px;
161   font-weight: bold;
162   line-height: 1em;
163 }
164 /* line 107, ../sass/lightbox.sass */
165 .lb-data .lb-number {
166   display: block;
167   clear: left;
168   padding-bottom: 1em;
169   font-size: 11px;
170 }
171 /* line 112, ../sass/lightbox.sass */
172 .lb-data .lb-close {
173   width: 35px;
174   float: right;
175   padding-bottom: 0.7em;
176   outline: none;
177 }
178 /* line 117, ../sass/lightbox.sass */
179 .lb-data .lb-close:hover {
180   cursor: pointer;
181 }