1 |
|
2 /* ----------------------------------------------------------------------------------------------------------------*/ |
|
3 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ |
|
4 /* ----------------------------------------------------------------------------------------------------------------*/ |
|
5 #TBct_window { |
|
6 font: 12px "Lucida Grande", Verdana, Arial, sans-serif; |
|
7 color: #333333; |
|
8 } |
|
9 |
|
10 #TBct_secondLine { |
|
11 font: 10px "Lucida Grande", Verdana, Arial, sans-serif; |
|
12 color:#666666; |
|
13 } |
|
14 |
|
15 #TBct_window a:link {color: #666666;} |
|
16 #TBct_window a:visited {color: #666666;} |
|
17 #TBct_window a:hover {color: #000;} |
|
18 #TBct_window a:active {color: #666666;} |
|
19 #TBct_window a:focus{color: #666666;} |
|
20 |
|
21 /* ----------------------------------------------------------------------------------------------------------------*/ |
|
22 /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/ |
|
23 /* ----------------------------------------------------------------------------------------------------------------*/ |
|
24 #TBct_overlay { |
|
25 position: fixed; |
|
26 z-index:100; |
|
27 top: 0px; |
|
28 left: 0px; |
|
29 height:100%; |
|
30 width:100%; |
|
31 } |
|
32 |
|
33 .TBct_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;} |
|
34 .TBct_overlayBG { |
|
35 background-color:#000; |
|
36 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; |
|
37 filter:alpha(opacity=75); |
|
38 -moz-opacity: 0.75; |
|
39 opacity: 0.75; |
|
40 } |
|
41 |
|
42 * html #TBct_overlay { /* ie6 hack */ |
|
43 position: absolute; |
|
44 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); |
|
45 } |
|
46 |
|
47 #TBct_window { |
|
48 position: fixed; |
|
49 background: #ffffff; |
|
50 z-index: 102; |
|
51 color:#000000; |
|
52 visibility: hidden; |
|
53 text-align:left; |
|
54 top:50%; |
|
55 left:50%; |
|
56 border: 1px solid #555; |
|
57 -moz-box-shadow: rgba(0,0,0,1) 0 4px 30px; |
|
58 -webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px; |
|
59 -khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px; |
|
60 box-shadow: rgba(0,0,0,1) 0 4px 30px; |
|
61 } |
|
62 |
|
63 * html #TBct_window { /* ie6 hack */ |
|
64 position: absolute; |
|
65 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBctWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); |
|
66 } |
|
67 |
|
68 #TBct_window img#TBct_Image { |
|
69 display:block; |
|
70 margin: 15px 0 0 15px; |
|
71 border-right: 1px solid #ccc; |
|
72 border-bottom: 1px solid #ccc; |
|
73 border-top: 1px solid #666; |
|
74 border-left: 1px solid #666; |
|
75 } |
|
76 |
|
77 #TBct_caption{ |
|
78 height:25px; |
|
79 padding:7px 30px 10px 25px; |
|
80 float:left; |
|
81 } |
|
82 |
|
83 #TBct_closeWindow{ |
|
84 height:25px; |
|
85 padding:11px 25px 10px 0; |
|
86 float:right; |
|
87 } |
|
88 |
|
89 #TBct_closeAjaxWindow{ |
|
90 padding:6px 10px 0; |
|
91 text-align:right; |
|
92 float:right; |
|
93 } |
|
94 |
|
95 #TBct_ajaxWindowTitle{ |
|
96 float:left; |
|
97 padding:6px 10px 0; |
|
98 color:#fff; |
|
99 } |
|
100 |
|
101 #TBct_title{ |
|
102 background-color:#222222; |
|
103 height:27px; |
|
104 } |
|
105 |
|
106 #TBct_ajaxContent{ |
|
107 clear:both; |
|
108 padding:2px 15px 15px 15px; |
|
109 overflow:auto; |
|
110 text-align:left; |
|
111 line-height:1.4em; |
|
112 } |
|
113 |
|
114 #TBct_ajaxContent.TBct_modal{ |
|
115 padding:15px; |
|
116 } |
|
117 |
|
118 #TBct_ajaxContent p{ |
|
119 padding:5px 0px 5px 0px; |
|
120 } |
|
121 |
|
122 #TBct_load{ |
|
123 position: fixed; |
|
124 display:none; |
|
125 z-index:103; |
|
126 top: 50%; |
|
127 left: 50%; |
|
128 background-color: #E8E8E8; |
|
129 border: 1px solid #555; |
|
130 margin: -45px 0pt 0pt -125px; |
|
131 padding: 40px 15px 15px; |
|
132 } |
|
133 |
|
134 * html #TBct_load { /* ie6 hack */ |
|
135 position: absolute; |
|
136 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBctWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); |
|
137 } |
|
138 |
|
139 #TBct_HideSelect{ |
|
140 z-index:99; |
|
141 position:fixed; |
|
142 top: 0; |
|
143 left: 0; |
|
144 background-color:#fff; |
|
145 border:none; |
|
146 filter:alpha(opacity=0); |
|
147 -moz-opacity: 0; |
|
148 opacity: 0; |
|
149 height:100%; |
|
150 width:100%; |
|
151 } |
|
152 |
|
153 * html #TBct_HideSelect { /* ie6 hack */ |
|
154 position: absolute; |
|
155 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); |
|
156 } |
|
157 |
|
158 #TBct_iframeContent{ |
|
159 clear:both; |
|
160 border:none; |
|
161 margin-bottom:-1px; |
|
162 _margin-bottom:1px; |
|
163 } |
|