dhtmlxtabbar.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .dhx_tabbar_zoneV{
  2. position:relative;
  3. }
  4. .dhx_tabbar_zoneVB{
  5. position:relative;
  6. }
  7. .dhx_tabbar_zone .dhx_tablist_zone{
  8. padding:5px 0px 0px 0px;
  9. }
  10. .dhx_tabbar_zoneB .dhx_tablist_zone{
  11. padding:5px 0px 0px 0px;
  12. }
  13. .dhx_tabbar_zoneV .dhx_tablist_zone{
  14. padding:0px 0px 0px 0px;
  15. }
  16. .dhx_tabbar_zoneVB .dhx_tablist_zone{
  17. padding:0px 0px 0px 0px;
  18. position:absolute;
  19. }
  20. .dhx_tabcontent_sub_zone{
  21. width:100%;
  22. height:100%;
  23. overflow:auto;
  24. }
  25. .dhx_tabcontent_zone{
  26. overflow:hidden;
  27. position:relative;
  28. background-color:#F0F8FF;
  29. overflow:auto;
  30. }
  31. .dhx_tabbar_zone .dhx_tabcontent_zone{
  32. border-bottom:1px solid #91A7B4;
  33. border-left:1px solid #91A7B4;
  34. border-right:1px solid #91A7B4;
  35. border-top:0px solid #91A7B4;
  36. }
  37. .dhx_tabbar_zoneB .dhx_tabcontent_zone{
  38. border-top:1px solid #91A7B4;
  39. border-left:1px solid #91A7B4;
  40. border-right:1px solid #91A7B4;
  41. border-bottom:0px solid #91A7B4;
  42. }
  43. .dhx_tabbar_zoneV .dhx_tabcontent_zone{
  44. border-bottom:1px solid #91A7B4;
  45. border-top:1px solid #91A7B4;
  46. border-right:1px solid #91A7B4;
  47. border-left:0px solid #91A7B4;
  48. position:absolute; top:0px;
  49. }
  50. .dhx_tabbar_zoneVB .dhx_tabcontent_zone{
  51. border-bottom:1px solid #91A7B4;
  52. border-top:1px solid #91A7B4;
  53. border-left:1px solid #91A7B4;
  54. border-right:0px solid #91A7B4;
  55. position:absolute; top:0px;
  56. left:0px;
  57. }
  58. .dhx_tab_element div{
  59. font-family:Tahoma;
  60. font-size:8pt;
  61. }
  62. .dhx_tabbar_zoneB .dhx_tab_element div{
  63. background-position:bottom;
  64. }
  65. .dhx_tabbar_zoneVB .dhx_tab_element div{
  66. background-position:right;
  67. }
  68. .dhx_tab_element{
  69. font-family:Tahoma;
  70. font-size:8pt;
  71. text-align:center;
  72. cursor:pointer;
  73. position:absolute;
  74. overflow:hidden;
  75. }
  76. .dhx_tabbar_zone .dhx_tab_element{
  77. padding:3px 0px 3px 0px;
  78. }
  79. .dhx_tabbar_zoneB .dhx_tab_element{
  80. padding:0px 0px 0px 0px;
  81. }
  82. .dhx_tabbar_zoneV .dhx_tab_element{
  83. padding:0px 3px 0px 3px;
  84. }
  85. .dhx_tabbar_zoneVB .dhx_tab_element{
  86. padding:0px 0px 0px 0px;
  87. }
  88. .dhx_tab_element_inactive{
  89. font-weight:normal;
  90. z-Index:4;
  91. }
  92. .dhx_tabbar_zone .dhx_tab_element_inactive{
  93. margin-top:3px;
  94. margin-left:0px;
  95. }
  96. .dhx_tabbar_zoneB .dhx_tab_element_inactive{
  97. margin-top:0px;
  98. margin-left:0px;
  99. }
  100. .dhx_tabbar_zoneV .dhx_tab_element_inactive{
  101. margin-left:3px;
  102. margin-top:0px;
  103. }
  104. .dhx_tabbar_zoneVB .dhx_tab_element_inactive{
  105. margin-left:0px;
  106. margin-top:0px;
  107. }
  108. .dhx_tab_element_active{
  109. background-color: #F0F8FF;
  110. font-weight:bold;
  111. z-Index:6;
  112. }
  113. .dhx_tabbar_zoneB .dhx_tab_element_active{
  114. margin-top:0px;
  115. }
  116. .dhx_tab_element_disabled{
  117. color:silver;
  118. cursor:default;
  119. }
  120. .dhx_tabbar_row{
  121. overflow:hidden;
  122. }
  123. .dhx_tabbar_zone .dhx_tabbar_row{
  124. margin-top:-5px;
  125. position:relative;
  126. }
  127. .dhx_tabbar_zoneB .dhx_tabbar_row{
  128. margin-top:-5px;
  129. position:relative;
  130. }
  131. .dhx_tabbar_zoneV .dhx_tabbar_row{
  132. margin-left:0px;
  133. margin-top: 0px;
  134. top:0px;
  135. position:absolute;
  136. }
  137. .dhx_tabbar_zoneVB .dhx_tabbar_row{
  138. margin-left:0px;
  139. margin-top: 0px;
  140. top:0px;
  141. position:absolute;
  142. }
  143. .dhx_tablist_scroll{
  144. position:absolute;
  145. top:5px;
  146. right:4px;
  147. height:15px;
  148. width:32px;
  149. z-Index:6;
  150. cursor:pointer;
  151. }
  152. .dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_scroll{
  153. height:32px;
  154. width:15px;
  155. }
  156. .dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_scroll{
  157. height:32px;
  158. width:15px;
  159. }
  160. .dhx_tablist_line{
  161. height:1px;
  162. overflow:hidden;
  163. background-color:#91A7B4;
  164. width:100%;
  165. position:absolute;
  166. left:0px;
  167. z-Index:5;
  168. }
  169. .dhx_tabbar_zoneB .dhx_tabbar_row .dhx_tablist_line{
  170. height:1px;
  171. width:100%;
  172. left:0px;
  173. }
  174. .dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_line{
  175. width:1px;
  176. height:100%;
  177. top:0px;
  178. }
  179. .dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_line{
  180. width:1px;
  181. height:100%;
  182. top:0px;
  183. }
  184. .dhx_ajax_loader{
  185. margin-top:20px;
  186. margin-left:10px;
  187. font-size:10pt;
  188. font-family:Arial,Tahoma;
  189. font-weight:bold;
  190. vertical-align: absmiddle;
  191. }