| 1 | /* ----------------------------------------------------------------------------------------------------------------*/ |
|---|
| 2 | /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ |
|---|
| 3 | /* ----------------------------------------------------------------------------------------------------------------*/ |
|---|
| 4 | #TB_window { |
|---|
| 5 | font: 12px Arial, Helvetica, sans-serif; |
|---|
| 6 | color: #333333; |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | #TB_secondLine { |
|---|
| 10 | font: 10px Arial, Helvetica, sans-serif; |
|---|
| 11 | color: #666666; |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | #TB_window a:link { |
|---|
| 15 | color: #666666; |
|---|
| 16 | } |
|---|
| 17 | #TB_window a:visited { |
|---|
| 18 | color: #666666; |
|---|
| 19 | } |
|---|
| 20 | #TB_window a:hover { |
|---|
| 21 | color: #000; |
|---|
| 22 | } |
|---|
| 23 | #TB_window a:active { |
|---|
| 24 | color: #666666; |
|---|
| 25 | } |
|---|
| 26 | #TB_window a:focus { |
|---|
| 27 | color: #666666; |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | /* ----------------------------------------------------------------------------------------------------------------*/ |
|---|
| 31 | /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/ |
|---|
| 32 | /* ----------------------------------------------------------------------------------------------------------------*/ |
|---|
| 33 | #TB_overlay { |
|---|
| 34 | position: fixed; |
|---|
| 35 | z-index: 100; |
|---|
| 36 | top: 0px; |
|---|
| 37 | left: 0px; |
|---|
| 38 | height: 100%; |
|---|
| 39 | width: 100%; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | .TB_overlayMacFFBGHack { |
|---|
| 43 | background: url(macFFBgHack.png) repeat; |
|---|
| 44 | } |
|---|
| 45 | .TB_overlayBG { |
|---|
| 46 | background-color: #000; |
|---|
| 47 | filter: alpha(opacity=75); |
|---|
| 48 | -moz-opacity: 0.75; |
|---|
| 49 | opacity: 0.75; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | /* ie6 hack */ |
|---|
| 53 | * html #TB_overlay { |
|---|
| 54 | position: absolute; |
|---|
| 55 | height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); |
|---|
| 56 | } |
|---|
| 57 | |
|---|
| 58 | #TB_window { |
|---|
| 59 | position: fixed; |
|---|
| 60 | background: #ffffff; |
|---|
| 61 | z-index: 102; |
|---|
| 62 | color: #000000; |
|---|
| 63 | display: none; |
|---|
| 64 | border: 4px solid #525252; |
|---|
| 65 | text-align: left; |
|---|
| 66 | top: 50%; |
|---|
| 67 | left: 50%; |
|---|
| 68 | } |
|---|
| 69 | |
|---|
| 70 | /* ie6 hack */ |
|---|
| 71 | * html #TB_window { |
|---|
| 72 | position: absolute; |
|---|
| 73 | margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | #TB_window img#TB_Image { |
|---|
| 77 | display: block; |
|---|
| 78 | margin: 15px 0 0 15px; |
|---|
| 79 | border-right: 1px solid #ccc; |
|---|
| 80 | border-bottom: 1px solid #ccc; |
|---|
| 81 | border-top: 1px solid #666; |
|---|
| 82 | border-left: 1px solid #666; |
|---|
| 83 | } |
|---|
| 84 | |
|---|
| 85 | #TB_caption { |
|---|
| 86 | height: 25px; |
|---|
| 87 | padding: 7px 30px 10px 25px; |
|---|
| 88 | float: left; |
|---|
| 89 | } |
|---|
| 90 | |
|---|
| 91 | #TB_closeWindow { |
|---|
| 92 | height: 25px; |
|---|
| 93 | padding: 11px 25px 10px 0; |
|---|
| 94 | float: right; |
|---|
| 95 | } |
|---|
| 96 | |
|---|
| 97 | #TB_closeAjaxWindow { |
|---|
| 98 | padding: 7px 10px 5px 0; |
|---|
| 99 | margin-bottom: 1px; |
|---|
| 100 | text-align: right; |
|---|
| 101 | float: right; |
|---|
| 102 | } |
|---|
| 103 | |
|---|
| 104 | #TB_ajaxWindowTitle { |
|---|
| 105 | float: left; |
|---|
| 106 | padding: 7px 0 5px 10px; |
|---|
| 107 | margin-bottom: 1px; |
|---|
| 108 | } |
|---|
| 109 | |
|---|
| 110 | #TB_title { |
|---|
| 111 | background-color: #e8e8e8; |
|---|
| 112 | height: 27px; |
|---|
| 113 | } |
|---|
| 114 | |
|---|
| 115 | #TB_ajaxContent { |
|---|
| 116 | clear: both; |
|---|
| 117 | padding: 2px 15px 15px 15px; |
|---|
| 118 | overflow: auto; |
|---|
| 119 | text-align: left; |
|---|
| 120 | line-height: 1.4em; |
|---|
| 121 | } |
|---|
| 122 | |
|---|
| 123 | #TB_ajaxContent.TB_modal { |
|---|
| 124 | padding: 15px; |
|---|
| 125 | } |
|---|
| 126 | |
|---|
| 127 | #TB_ajaxContent p { |
|---|
| 128 | padding: 5px 0px 5px 0px; |
|---|
| 129 | } |
|---|
| 130 | |
|---|
| 131 | #TB_load { |
|---|
| 132 | position: fixed; |
|---|
| 133 | display: none; |
|---|
| 134 | height: 13px; |
|---|
| 135 | width: 208px; |
|---|
| 136 | z-index: 103; |
|---|
| 137 | top: 50%; |
|---|
| 138 | left: 50%; |
|---|
| 139 | margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ |
|---|
| 140 | } |
|---|
| 141 | |
|---|
| 142 | /* ie6 hack */ |
|---|
| 143 | * html #TB_load { |
|---|
| 144 | position: absolute; |
|---|
| 145 | margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); |
|---|
| 146 | } |
|---|
| 147 | |
|---|
| 148 | #TB_HideSelect { |
|---|
| 149 | z-index: 99; |
|---|
| 150 | position: fixed; |
|---|
| 151 | top: 0; |
|---|
| 152 | left: 0; |
|---|
| 153 | background-color: #fff; |
|---|
| 154 | border: none; |
|---|
| 155 | filter: alpha(opacity=0); |
|---|
| 156 | -moz-opacity: 0; |
|---|
| 157 | opacity: 0; |
|---|
| 158 | height: 100%; |
|---|
| 159 | width: 100%; |
|---|
| 160 | } |
|---|
| 161 | |
|---|
| 162 | /* ie6 hack */ |
|---|
| 163 | * html #TB_HideSelect { |
|---|
| 164 | position: absolute; |
|---|
| 165 | height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); |
|---|
| 166 | } |
|---|
| 167 | |
|---|
| 168 | #TB_iframeContent { |
|---|
| 169 | clear: both; |
|---|
| 170 | border: none; |
|---|
| 171 | margin-bottom: -1px; |
|---|
| 172 | margin-top: 1px; |
|---|
| 173 | _margin-bottom: 1px; |
|---|
| 174 | } |
|---|