You are here

thickbox.css in Thickbox 6

Same filename and directory in other branches
  1. 5 thickbox.css
#TB_window {
  font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}
#TB_window a:visited {
  color: #666666;
}
#TB_window a:hover {
  color: #000;
}
#TB_window a:active {
  color: #666666;
}
#TB_window a:focus {
  color: #666666;
}

#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(macffbghack.png) repeat;
}
.TB_overlayBG {
  background-color: #000;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
/*
  border: 4px solid #525252;
*/
  text-align: left;
  top: 50%;
  left: 50%;
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border: 1px solid #ccc;
/*
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
*/
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title{
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  background: url(loading_animation.gif);
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
}

.thickbox-hide-image {
  display: none;
}

File

thickbox.css
View source
  1. #TB_window {
  2. font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
  3. color: #333333;
  4. }
  5. #TB_secondLine {
  6. font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
  7. color: #666666;
  8. }
  9. #TB_window a:link {
  10. color: #666666;
  11. }
  12. #TB_window a:visited {
  13. color: #666666;
  14. }
  15. #TB_window a:hover {
  16. color: #000;
  17. }
  18. #TB_window a:active {
  19. color: #666666;
  20. }
  21. #TB_window a:focus {
  22. color: #666666;
  23. }
  24. #TB_overlay {
  25. position: fixed;
  26. z-index: 100;
  27. top: 0px;
  28. left: 0px;
  29. height: 100%;
  30. width: 100%;
  31. }
  32. .TB_overlayMacFFBGHack {
  33. background: url(macffbghack.png) repeat;
  34. }
  35. .TB_overlayBG {
  36. background-color: #000;
  37. -moz-opacity: 0.75;
  38. opacity: 0.75;
  39. }
  40. #TB_window {
  41. position: fixed;
  42. background: #ffffff;
  43. z-index: 102;
  44. color: #000000;
  45. display: none;
  46. /*
  47. border: 4px solid #525252;
  48. */
  49. text-align: left;
  50. top: 50%;
  51. left: 50%;
  52. }
  53. #TB_window img#TB_Image {
  54. display: block;
  55. margin: 15px 0 0 15px;
  56. border: 1px solid #ccc;
  57. /*
  58. border-right: 1px solid #ccc;
  59. border-bottom: 1px solid #ccc;
  60. border-top: 1px solid #666;
  61. border-left: 1px solid #666;
  62. */
  63. }
  64. #TB_caption {
  65. height: 25px;
  66. padding: 7px 30px 10px 25px;
  67. float: left;
  68. }
  69. #TB_closeWindow {
  70. height: 25px;
  71. padding: 11px 25px 10px 0;
  72. float: right;
  73. }
  74. #TB_closeAjaxWindow {
  75. padding: 7px 10px 5px 0;
  76. margin-bottom: 1px;
  77. text-align: right;
  78. float: right;
  79. }
  80. #TB_ajaxWindowTitle {
  81. float: left;
  82. padding: 7px 0 5px 10px;
  83. margin-bottom: 1px;
  84. }
  85. #TB_title{
  86. background-color: #e8e8e8;
  87. height: 27px;
  88. }
  89. #TB_ajaxContent {
  90. clear: both;
  91. padding: 2px 15px 15px 15px;
  92. overflow: auto;
  93. text-align: left;
  94. line-height: 1.4em;
  95. }
  96. #TB_ajaxContent.TB_modal {
  97. padding: 15px;
  98. }
  99. #TB_ajaxContent p {
  100. padding: 5px 0px 5px 0px;
  101. }
  102. #TB_load {
  103. position: fixed;
  104. background: url(loading_animation.gif);
  105. display: none;
  106. height: 13px;
  107. width: 208px;
  108. z-index: 103;
  109. top: 50%;
  110. left: 50%;
  111. margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
  112. }
  113. #TB_HideSelect {
  114. z-index: 99;
  115. position: fixed;
  116. top: 0;
  117. left: 0;
  118. background-color: #fff;
  119. border: none;
  120. -moz-opacity: 0;
  121. opacity: 0;
  122. height: 100%;
  123. width: 100%;
  124. }
  125. #TB_iframeContent {
  126. clear: both;
  127. border: none;
  128. margin-bottom: -1px;
  129. margin-top: 1px;
  130. }
  131. .thickbox-hide-image {
  132. display: none;
  133. }