app/soc/content/css/jquery-thickbox-090304.css
changeset 1646 42b8e294792e
parent 1576 fc065bbf3ac8
equal deleted inserted replaced
1645:c7e05dafaede 1646:42b8e294792e
       
     1 /* ----------------------------------------------------------------------------------------------------------------*/
       
     2 /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
       
     3 /* ----------------------------------------------------------------------------------------------------------------*/
       
     4 /* The line below breaks the notification area. */
       
     5 /* *{padding: 0; margin: 0;} */
       
     6 
       
     7 /* ----------------------------------------------------------------------------------------------------------------*/
       
     8 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
       
     9 /* ----------------------------------------------------------------------------------------------------------------*/
       
    10 #TB_window {
       
    11 	font: 12px Arial, Helvetica, sans-serif;
       
    12 	color: #333333;
       
    13 }
       
    14 
       
    15 #TB_secondLine {
       
    16 	font: 10px Arial, Helvetica, sans-serif;
       
    17 	color:#666666;
       
    18 }
       
    19 
       
    20 #TB_window a:link {color: #666666;}
       
    21 #TB_window a:visited {color: #666666;}
       
    22 #TB_window a:hover {color: #000;}
       
    23 #TB_window a:active {color: #666666;}
       
    24 #TB_window a:focus{color: #666666;}
       
    25 
       
    26 /* ----------------------------------------------------------------------------------------------------------------*/
       
    27 /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
       
    28 /* ----------------------------------------------------------------------------------------------------------------*/
       
    29 #TB_overlay {
       
    30 	position: fixed;
       
    31 	z-index:100;
       
    32 	top: 0px;
       
    33 	left: 0px;
       
    34 	height:100%;
       
    35 	width:100%;
       
    36 }
       
    37 
       
    38 .TB_overlayMacFFBGHack {background: url('/soc/content/images/macFFBgHack.png') repeat;}
       
    39 .TB_overlayBG {
       
    40 	background-color:#000;
       
    41 	filter:alpha(opacity=75);
       
    42 	-moz-opacity: 0.75;
       
    43 	opacity: 0.75;
       
    44 }
       
    45 
       
    46 * html #TB_overlay { /* ie6 hack */
       
    47      position: absolute;
       
    48      height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
       
    49 }
       
    50 
       
    51 #TB_window {
       
    52 	position: fixed;
       
    53 	background: #ffffff;
       
    54 	z-index: 102;
       
    55 	color:#000000;
       
    56 	display:none;
       
    57 	border: 4px solid #525252;
       
    58 	text-align:left;
       
    59 	top:50%;
       
    60 	left:50%;
       
    61 }
       
    62 
       
    63 * html #TB_window { /* ie6 hack */
       
    64 position: absolute;
       
    65 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
       
    66 }
       
    67 
       
    68 #TB_window img#TB_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 #TB_caption{
       
    78 	height:25px;
       
    79 	padding:7px 30px 10px 25px;
       
    80 	float:left;
       
    81 }
       
    82 
       
    83 #TB_closeWindow{
       
    84 	height:25px;
       
    85 	padding:11px 25px 10px 0;
       
    86 	float:right;
       
    87 }
       
    88 
       
    89 #TB_closeAjaxWindow{
       
    90 	padding:7px 10px 5px 0;
       
    91 	margin-bottom:1px;
       
    92 	text-align:right;
       
    93 	float:right;
       
    94 }
       
    95 
       
    96 #TB_ajaxWindowTitle{
       
    97 	float:left;
       
    98 	padding:7px 0 5px 10px;
       
    99 	margin-bottom:1px;
       
   100 }
       
   101 
       
   102 #TB_title{
       
   103 	background-color:#e8e8e8;
       
   104 	height:27px;
       
   105 }
       
   106 
       
   107 #TB_ajaxContent{
       
   108 	clear:both;
       
   109 	padding:2px 15px 15px 15px;
       
   110 	overflow:auto;
       
   111 	text-align:left;
       
   112 	line-height:1.4em;
       
   113 }
       
   114 
       
   115 #TB_ajaxContent.TB_modal{
       
   116 	padding:15px;
       
   117 }
       
   118 
       
   119 #TB_ajaxContent p{
       
   120 	padding:5px 0px 5px 0px;
       
   121 }
       
   122 
       
   123 #TB_load{
       
   124 	position: fixed;
       
   125 	display:none;
       
   126 	height:13px;
       
   127 	width:208px;
       
   128 	z-index:103;
       
   129 	top: 50%;
       
   130 	left: 50%;
       
   131 	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
       
   132 }
       
   133 
       
   134 * html #TB_load { /* ie6 hack */
       
   135 position: absolute;
       
   136 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
       
   137 }
       
   138 
       
   139 #TB_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 #TB_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 #TB_iframeContent{
       
   159 	clear:both;
       
   160 	border:none;
       
   161 	margin-bottom:-1px;
       
   162 	margin-top:1px;
       
   163 	_margin-bottom:1px;
       
   164 }