Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / public / lytebox.css @ c527afd3

History | View | Annotate | Download (5.6 kB)

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