Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / public / lytebox.css @ 997d9db4

History | View | Annotate | Download (5.6 kB)

1 a57faaf0 Christos Stathis
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
2 a57faaf0 Christos Stathis
        #lbOverlay.grey { background-color: #000000; }
3 a57faaf0 Christos Stathis
        #lbOverlay.red { background-color: #330000; }
4 a57faaf0 Christos Stathis
        #lbOverlay.green { background-color: #003300; }
5 a57faaf0 Christos Stathis
        #lbOverlay.blue { background-color: #011D50; }
6 a57faaf0 Christos Stathis
        #lbOverlay.gold { background-color: #666600; }
7 a57faaf0 Christos Stathis
8 a57faaf0 Christos Stathis
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
9 a57faaf0 Christos Stathis
#lbMain a img { border: none; }
10 a57faaf0 Christos Stathis
11 a57faaf0 Christos Stathis
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
12 a57faaf0 Christos Stathis
        #lbOuterContainer.grey { border: 3px solid #888888; }
13 a57faaf0 Christos Stathis
        #lbOuterContainer.red { border: 3px solid #DD0000; }
14 a57faaf0 Christos Stathis
        #lbOuterContainer.green { border: 3px solid #00B000; }
15 a57faaf0 Christos Stathis
        #lbOuterContainer.blue { border: 3px solid #5F89D8; }
16 a57faaf0 Christos Stathis
        #lbOuterContainer.gold { border: 3px solid #B0B000; }
17 a57faaf0 Christos Stathis
18 a57faaf0 Christos Stathis
#lbDetailsContainer {        font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;        overflow: auto; margin: 0 auto; }
19 a57faaf0 Christos Stathis
        #lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
20 a57faaf0 Christos Stathis
        #lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
21 a57faaf0 Christos Stathis
        #lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
22 a57faaf0 Christos Stathis
        #lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
23 a57faaf0 Christos Stathis
        #lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }
24 a57faaf0 Christos Stathis
25 a57faaf0 Christos Stathis
#lbImageContainer, #lbIframeContainer { padding: 10px; }
26 a57faaf0 Christos Stathis
#lbLoading {
27 a57faaf0 Christos Stathis
        position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
28 a57faaf0 Christos Stathis
}
29 a57faaf0 Christos Stathis
30 a57faaf0 Christos Stathis
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
31 a57faaf0 Christos Stathis
#lbImageContainer>#lbHoverNav { left: 0; }
32 a57faaf0 Christos Stathis
#lbHoverNav a { outline: none; }
33 a57faaf0 Christos Stathis
34 a57faaf0 Christos Stathis
#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
35 a57faaf0 Christos Stathis
        #lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
36 a57faaf0 Christos Stathis
        #lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/prev_red.gif) left 15% no-repeat; }
37 a57faaf0 Christos Stathis
        #lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/prev_green.gif) left 15% no-repeat; }
38 a57faaf0 Christos Stathis
        #lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/prev_blue.gif) left 15% no-repeat; }
39 a57faaf0 Christos Stathis
        #lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/prev_gold.gif) left 15% no-repeat; }
40 a57faaf0 Christos Stathis
        
41 a57faaf0 Christos Stathis
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
42 a57faaf0 Christos Stathis
        #lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }
43 a57faaf0 Christos Stathis
        #lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/next_red.gif) right 15% no-repeat; }
44 a57faaf0 Christos Stathis
        #lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/next_green.gif) right 15% no-repeat; }
45 a57faaf0 Christos Stathis
        #lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/next_blue.gif) right 15% no-repeat; }
46 a57faaf0 Christos Stathis
        #lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/next_gold.gif) right 15% no-repeat; }
47 a57faaf0 Christos Stathis
48 a57faaf0 Christos Stathis
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
49 a57faaf0 Christos Stathis
        #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
50 a57faaf0 Christos Stathis
        #lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
51 a57faaf0 Christos Stathis
        #lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
52 a57faaf0 Christos Stathis
        #lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
53 a57faaf0 Christos Stathis
        #lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
54 a57faaf0 Christos Stathis
        
55 a57faaf0 Christos Stathis
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
56 a57faaf0 Christos Stathis
        #lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
57 a57faaf0 Christos Stathis
        #lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
58 a57faaf0 Christos Stathis
        #lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
59 a57faaf0 Christos Stathis
        #lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
60 a57faaf0 Christos Stathis
        #lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
61 a57faaf0 Christos Stathis
        
62 a57faaf0 Christos Stathis
#lbDetailsData { padding: 0 10px; }
63 a57faaf0 Christos Stathis
        #lbDetailsData.grey { color: #333333; }
64 a57faaf0 Christos Stathis
        #lbDetailsData.red { color: #620000; }
65 a57faaf0 Christos Stathis
        #lbDetailsData.green { color: #003300; }
66 a57faaf0 Christos Stathis
        #lbDetailsData.blue { color: #01379E; }
67 a57faaf0 Christos Stathis
        #lbDetailsData.gold { color: #666600; }
68 a57faaf0 Christos Stathis
69 a57faaf0 Christos Stathis
#lbDetails { width: 60%; float: left; text-align: left; }
70 a57faaf0 Christos Stathis
#lbCaption { display: block; font-weight: bold; }
71 a57faaf0 Christos Stathis
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
72 a57faaf0 Christos Stathis
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
73 a57faaf0 Christos Stathis
74 a57faaf0 Christos Stathis
#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
75 a57faaf0 Christos Stathis
        #lbClose.grey { background: url(images/close_grey.png) no-repeat; }
76 a57faaf0 Christos Stathis
        #lbClose.red { background: url(images/close_red.png) no-repeat; }
77 a57faaf0 Christos Stathis
        #lbClose.green { background: url(images/close_green.png) no-repeat; }
78 a57faaf0 Christos Stathis
        #lbClose.blue { background: url(images/close_blue.png) no-repeat; }
79 a57faaf0 Christos Stathis
        #lbClose.gold { background: url(images/close_gold.png) no-repeat; }
80 a57faaf0 Christos Stathis
81 a57faaf0 Christos Stathis
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
82 a57faaf0 Christos Stathis
        #lbPlay.grey { background: url(images/play_grey.png) no-repeat; }
83 a57faaf0 Christos Stathis
        #lbPlay.red { background: url(images/play_red.png) no-repeat; }
84 a57faaf0 Christos Stathis
        #lbPlay.green { background: url(images/play_green.png) no-repeat; }
85 a57faaf0 Christos Stathis
        #lbPlay.blue { background: url(images/play_blue.png) no-repeat; }
86 a57faaf0 Christos Stathis
        #lbPlay.gold { background: url(images/play_gold.png) no-repeat; }
87 a57faaf0 Christos Stathis
        
88 a57faaf0 Christos Stathis
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
89 a57faaf0 Christos Stathis
        #lbPause.grey { background: url(images/pause_grey.png) no-repeat; }
90 a57faaf0 Christos Stathis
        #lbPause.red { background: url(images/pause_red.png) no-repeat; }
91 a57faaf0 Christos Stathis
        #lbPause.green { background: url(images/pause_green.png) no-repeat; }
92 a57faaf0 Christos Stathis
        #lbPause.blue { background: url(images/pause_blue.png) no-repeat; }
93 a57faaf0 Christos Stathis
        #lbPause.gold { background: url(images/pause_gold.png) no-repeat; }