4b06f61ee8266a2034a5b694e04f9879529ca8f8
[mevemon] / www / lumebox.css
1 /* Lumebox jQuery plugin
2  * Copyright Anders Zakrisson/Sogeti 2009-2010
3  * http://anders.zakrisson.se, http://www.sogeti.se
4  * This software is released under the GPL License.
5  */
6 #lumebox-bg {
7     display: none;
8     position: fixed;
9     _position: absolute; /* hack for internet explorer 6*/
10     height: 100%;
11     width: 100%;
12     top: 0;
13     left: 0;
14     background: #000;
15     border: 1px solid #cecece;
16     z-index: 11;
17 }
18
19 #lumebox-popup {
20     display: none;
21     position: absolute;
22     z-index: 12;
23         -webkit-box-shadow: 2px 2px 14px #777;
24         -moz-box-shadow: 1px 1px 12px #000;
25         box-shadow: 2px 2px 14px #777;
26 }
27
28 #lumebox-topmenu {
29         position: absolute;
30         width: 100%;
31         height: 30px;
32         z-index: 14;
33         padding-top: 2px;
34 }
35
36 #lumebox-previous {
37         display: block;
38         position: absolute;
39         top: 0;
40         left: 0;
41         height: 100%;
42         width: 50%;
43         min-height: 30px;
44         z-index: 13;
45 }
46
47 #lumebox-next {
48         display: block;
49         position: absolute;
50         top: 0;
51         right: 0;
52         height: 100%;
53         width: 50%;
54         min-height: 30px;
55         z-index: 13;
56 }
57
58 #lumebox-content {
59     margin: 0 auto;
60     z-index: 12;
61         color: #ccc;
62 }
63
64 #lumebox-content .hentry {
65     padding: 0 20px 20px 20px;
66         background-color: #fff;
67         color: #383838;
68 }
69
70 #lumebox-content h2{
71     margin-left: 40px;
72         padding: 10px 0 20px 0;
73 }
74
75 #lumebox-content p {
76     padding: 15px 0 0 0;
77     margin: 0;
78 }
79
80 #lumebox-content img {
81     display: block;
82         clear: both;
83         margin: 0 auto;
84 }
85
86 #lumebox-caption {
87     padding: 10px;
88     margin: 0;
89     min-height: 20px;
90         background-color: #383838;
91 }
92
93 #lumebox-help {
94     padding: 10px;
95     margin: 0;
96     min-height: 20px;
97         background-color: #383838;
98 }
99
100 .lumebox-preLoaded {
101         display: none;  
102 }