/source/Plug-in/jq/themes/default/tabs.css

http://prosporous.googlecode.com/ · CSS · 188 lines · 186 code · 2 blank · 0 comment · 0 complexity · ae3e74b8fcd4faed676e270335df4855 MD5 · raw file

  1. .tabs-container{
  2. overflow:hidden;
  3. background:#fff;
  4. }
  5. .tabs-header{
  6. border:1px solid #8DB2E3;
  7. background:#E0ECFF;
  8. border-bottom:0px;
  9. position:relative;
  10. overflow:hidden;
  11. padding:0px;
  12. padding-top:2px;
  13. overflow:hidden;
  14. }
  15. .tabs-header-noborder{
  16. border:0px;
  17. }
  18. .tabs-header-plain{
  19. border:0px;
  20. background:transparent;
  21. }
  22. .tabs-scroller-left{
  23. position:absolute;
  24. left:0px;
  25. top:-1px;
  26. width:18px;
  27. height:28px!important;
  28. height:30px;
  29. border:1px solid #8DB2E3;
  30. font-size:1px;
  31. display:none;
  32. cursor:pointer;
  33. background:#E0ECFF url('images/tabs_leftarrow.png') no-repeat 1px 5px;
  34. }
  35. .tabs-scroller-right{
  36. position:absolute;
  37. right:0;
  38. top:-1px;
  39. width:18px;
  40. height:28px!important;
  41. height:30px;
  42. border:1px solid #8DB2E3;
  43. font-size:1px;
  44. display:none;
  45. cursor:pointer;
  46. background:#E0ECFF url('images/tabs_rightarrow.png') no-repeat 2px 5px;
  47. }
  48. .tabs-tool{
  49. position:absolute;
  50. top:-1px;
  51. border:1px solid #8DB2E3;
  52. padding:1px;
  53. background:#E0ECFF;
  54. overflow:hidden;
  55. }
  56. .tabs-header-plain .tabs-scroller-left{
  57. top:2px;
  58. height:25px!important;
  59. height:27px;
  60. }
  61. .tabs-header-plain .tabs-scroller-right{
  62. top:2px;
  63. height:25px!important;
  64. height:27px;
  65. }
  66. .tabs-header-plain .tabs-tool{
  67. top:2px;
  68. padding-top:0;
  69. }
  70. .tabs-scroller-over{
  71. background-color:#ECF9F9;
  72. }
  73. .tabs-wrap{
  74. position:relative;
  75. left:0px;
  76. overflow:hidden;
  77. width:100%;
  78. margin:0px;
  79. padding:0px;
  80. }
  81. .tabs-scrolling{
  82. margin-left:18px;
  83. margin-right:18px;
  84. }
  85. .tabs{
  86. list-style-type:none;
  87. height:26px;
  88. margin:0px;
  89. padding:0px;
  90. padding-left:4px;
  91. font-size:12px;
  92. width:5000px;
  93. border-bottom:1px solid #8DB2E3;
  94. }
  95. .tabs li{
  96. float:left;
  97. display:inline-block;
  98. margin1:0px 1px;
  99. margin-right:4px;
  100. margin-bottom:-1px;
  101. padding:0;
  102. position:relative;
  103. border:1px solid #8DB2E3;
  104. -moz-border-radius-topleft:5px;
  105. -moz-border-radius-topright:5px;
  106. -webkit-border-top-left-radius:5px;
  107. -webkit-border-top-right-radius:5px;
  108. }
  109. .tabs li a.tabs-inner{
  110. display:inline-block;
  111. text-decoration:none;
  112. color:#416AA3;
  113. background:url('images/tabs_enabled.png') repeat-x left top;
  114. margin:0px;
  115. padding:0px 10px;
  116. height:25px;
  117. line-height:25px;
  118. text-align:center;
  119. white-space:nowrap;
  120. -moz-border-radius-topleft:5px;
  121. -moz-border-radius-topright:5px;
  122. -webkit-border-top-left-radius:5px;
  123. -webkit-border-top-right-radius:5px;
  124. }
  125. .tabs li a.tabs-inner:hover{
  126. background:url('images/tabs_active.png') repeat-x left bottom;
  127. }
  128. .tabs li.tabs-selected{
  129. border:1px solid #8DB2E3;
  130. border-bottom:1px solid #fff;
  131. border-top1:2px solid #8DB2E3;
  132. }
  133. .tabs li.tabs-selected a{
  134. color:#416AA3;
  135. font-weight:bold;
  136. background:#fff;
  137. background:#7eabcd url('images/tabs_active.png') repeat-x left bottom;
  138. outline: none;
  139. }
  140. .tabs li.tabs-selected a:hover{
  141. cursor:default;
  142. pointer:default;
  143. }
  144. .tabs-with-icon{
  145. padding-left:18px;
  146. }
  147. .tabs-icon{
  148. position:absolute;
  149. width:16px;
  150. height:16px;
  151. left:10px;
  152. top:5px;
  153. }
  154. .tabs-closable{
  155. padding-right:8px;
  156. }
  157. .tabs li a.tabs-close{
  158. position:absolute;
  159. font-size:1px;
  160. display:block;
  161. padding:0px;
  162. width:11px;
  163. height:11px;
  164. top:7px;
  165. right:5px;
  166. opacity:0.6;
  167. filter:alpha(opacity=60);
  168. background:url('images/tabs_close.gif') no-repeat 2px 2px;
  169. }
  170. .tabs li a:hover.tabs-close{
  171. opacity:1;
  172. filter:alpha(opacity=100);
  173. cursor:hand;
  174. cursor:pointer;
  175. background-color:#8DB2E3;
  176. }
  177. .tabs-panels{
  178. margin:0px;
  179. padding:0px;
  180. border:1px solid #8DB2E3;
  181. border-top:0px;
  182. overflow:hidden;
  183. }
  184. .tabs-panels-noborder{
  185. border:0px;
  186. }