tabs.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. .tabs-container {
  2. overflow: hidden;
  3. }
  4. .tabs-header {
  5. border-width: 1px;
  6. border-style: solid;
  7. border-bottom-width: 0;
  8. position: relative;
  9. padding: 0;
  10. padding-top: 2px;
  11. overflow: hidden;
  12. }
  13. .tabs-scroller-left, .tabs-scroller-right {
  14. position: absolute;
  15. top: auto;
  16. bottom: 0;
  17. width: 18px;
  18. font-size: 1px;
  19. display: none;
  20. cursor: pointer;
  21. border-width: 1px;
  22. border-style: solid;
  23. }
  24. .tabs-scroller-left {
  25. left: 0;
  26. }
  27. .tabs-scroller-right {
  28. right: 0;
  29. }
  30. .tabs-tool {
  31. position: absolute;
  32. bottom: 0;
  33. padding: 1px;
  34. overflow: hidden;
  35. border-width: 1px;
  36. border-style: solid;
  37. }
  38. .tabs-header-plain .tabs-tool {
  39. padding: 0 1px;
  40. }
  41. .tabs-wrap {
  42. position: relative;
  43. left: 0;
  44. overflow: hidden;
  45. width: 100%;
  46. margin: 0;
  47. padding: 0;
  48. }
  49. .tabs-scrolling {
  50. margin-left: 18px;
  51. margin-right: 18px;
  52. }
  53. .tabs-disabled {
  54. opacity: 0.3;
  55. filter: alpha(opacity = 30);
  56. }
  57. .tabs {
  58. list-style-type: none;
  59. height: 26px;
  60. margin: 0px;
  61. padding: 0px;
  62. padding-left: 4px;
  63. width: 50000px;
  64. border-style: solid;
  65. border-width: 0 0 1px 0;
  66. }
  67. .tabs li {
  68. float: left;
  69. display: inline-block;
  70. margin: 0 4px -1px 0;
  71. padding: 0;
  72. position: relative;
  73. border: 0;
  74. }
  75. .tabs li a.tabs-inner {
  76. display: inline-block;
  77. text-decoration: none;
  78. margin: 0;
  79. padding: 0 10px;
  80. height: 25px;
  81. line-height: 25px;
  82. text-align: center;
  83. white-space: nowrap;
  84. border-width: 1px;
  85. border-style: solid;
  86. -moz-border-radius: 0px 0px 0 0;
  87. -webkit-border-radius: 0px 0px 0 0;
  88. border-radius: 0px 0px 0 0;
  89. }
  90. .tabs li.tabs-selected a.tabs-inner {
  91. font-weight: bold;
  92. outline: none;
  93. }
  94. .tabs li.tabs-selected a:hover.tabs-inner {
  95. cursor: default;
  96. pointer: default;
  97. }
  98. .tabs li a.tabs-close, .tabs-p-tool {
  99. position: absolute;
  100. font-size: 1px;
  101. display: block;
  102. height: 12px;
  103. padding: 0;
  104. top: 50%;
  105. margin-top: -6px;
  106. overflow: hidden;
  107. }
  108. .tabs li a.tabs-close {
  109. width: 12px;
  110. right: 5px;
  111. opacity: 0.6;
  112. filter: alpha(opacity = 60);
  113. }
  114. .tabs-p-tool {
  115. right: 16px;
  116. }
  117. .tabs-p-tool a {
  118. display: inline-block;
  119. font-size: 1px;
  120. width: 12px;
  121. height: 12px;
  122. margin: 0;
  123. opacity: 0.6;
  124. filter: alpha(opacity = 60);
  125. }
  126. .tabs li a:hover.tabs-close, .tabs-p-tool a:hover {
  127. opacity: 1;
  128. filter: alpha(opacity = 100);
  129. cursor: hand;
  130. cursor: pointer;
  131. }
  132. .tabs-with-icon {
  133. padding-left: 18px;
  134. }
  135. .tabs-icon {
  136. position: absolute;
  137. width: 16px;
  138. height: 16px;
  139. left: 10px;
  140. top: 50%;
  141. margin-top: -8px;
  142. }
  143. .tabs-title {
  144. font-size: 12px;
  145. }
  146. .tabs-closable {
  147. padding-right: 8px;
  148. }
  149. .tabs-panels {
  150. margin: 0px;
  151. padding: 0px;
  152. border-width: 1px;
  153. border-style: solid;
  154. border-top-width: 0;
  155. overflow: hidden;
  156. }
  157. .tabs-header-bottom {
  158. border-width: 0 1px 1px 1px;
  159. padding: 0 0 2px 0;
  160. }
  161. .tabs-header-bottom .tabs {
  162. border-width: 1px 0 0 0;
  163. }
  164. .tabs-header-bottom .tabs li {
  165. margin: -1px 4px 0 0;
  166. }
  167. .tabs-header-bottom .tabs li a.tabs-inner {
  168. -moz-border-radius: 0 0 0px 0px;
  169. -webkit-border-radius: 0 0 0px 0px;
  170. border-radius: 0 0 0px 0px;
  171. }
  172. .tabs-header-bottom .tabs-tool {
  173. top: 0;
  174. }
  175. .tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right
  176. {
  177. top: 0;
  178. bottom: auto;
  179. }
  180. .tabs-panels-top {
  181. border-width: 1px 1px 0 1px;
  182. }
  183. .tabs-header-left {
  184. float: left;
  185. border-width: 1px 0 1px 1px;
  186. padding: 0;
  187. }
  188. .tabs-header-right {
  189. float: right;
  190. border-width: 1px 1px 1px 0;
  191. padding: 0;
  192. }
  193. .tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap {
  194. height: 100%;
  195. }
  196. .tabs-header-left .tabs {
  197. height: 100%;
  198. padding: 4px 0 0 2px;
  199. border-width: 0 1px 0 0;
  200. }
  201. .tabs-header-right .tabs {
  202. height: 100%;
  203. padding: 4px 2px 0 0;
  204. border-width: 0 0 0 1px;
  205. }
  206. .tabs-header-left .tabs li, .tabs-header-right .tabs li {
  207. display: block;
  208. width: 100%;
  209. position: relative;
  210. }
  211. .tabs-header-left .tabs li {
  212. left: auto;
  213. right: 0;
  214. margin: 0 -1px 4px 0;
  215. float: right;
  216. }
  217. .tabs-header-right .tabs li {
  218. left: 0;
  219. right: auto;
  220. margin: 0 0 4px -1px;
  221. float: left;
  222. }
  223. .tabs-justified li a.tabs-inner {
  224. padding-left: 0;
  225. padding-right: 0;
  226. }
  227. .tabs-header-left .tabs li a.tabs-inner {
  228. display: block;
  229. text-align: left;
  230. padding-left: 10px;
  231. padding-right: 10px;
  232. -moz-border-radius: 0px 0 0 0px;
  233. -webkit-border-radius: 0px 0 0 0px;
  234. border-radius: 0px 0 0 0px;
  235. }
  236. .tabs-header-right .tabs li a.tabs-inner {
  237. display: block;
  238. text-align: left;
  239. padding-left: 10px;
  240. padding-right: 10px;
  241. -moz-border-radius: 0 0px 0px 0;
  242. -webkit-border-radius: 0 0px 0px 0;
  243. border-radius: 0 0px 0px 0;
  244. }
  245. .tabs-panels-right {
  246. float: right;
  247. border-width: 1px 1px 1px 0;
  248. }
  249. .tabs-panels-left {
  250. float: left;
  251. border-width: 1px 0 1px 1px;
  252. }
  253. .tabs-header-noborder, .tabs-panels-noborder {
  254. border: 0px;
  255. }
  256. .tabs-header-plain {
  257. border: 0px;
  258. background: transparent;
  259. }
  260. .tabs-pill {
  261. padding-bottom: 3px;
  262. }
  263. .tabs-header-bottom .tabs-pill {
  264. padding-top: 3px;
  265. padding-bottom: 0;
  266. }
  267. .tabs-header-left .tabs-pill {
  268. padding-right: 3px;
  269. }
  270. .tabs-header-right .tabs-pill {
  271. padding-left: 3px;
  272. }
  273. .tabs-header .tabs-pill li a.tabs-inner {
  274. -moz-border-radius: 0px 0px 0px 0px;
  275. -webkit-border-radius: 0px 0px 0px 0px;
  276. border-radius: 0px 0px 0px 0px;
  277. }
  278. .tabs-header-narrow, .tabs-header-narrow .tabs-narrow {
  279. padding: 0;
  280. }
  281. .tabs-narrow li, .tabs-header-bottom .tabs-narrow li {
  282. margin-left: 0;
  283. margin-right: -1px;
  284. }
  285. .tabs-narrow li.tabs-last, .tabs-header-bottom .tabs-narrow li.tabs-last
  286. {
  287. margin-right: 0;
  288. }
  289. .tabs-header-left .tabs-narrow, .tabs-header-right .tabs-narrow {
  290. padding-top: 0;
  291. }
  292. .tabs-header-left .tabs-narrow li {
  293. margin-bottom: -1px;
  294. margin-right: -1px;
  295. }
  296. .tabs-header-left .tabs-narrow li.tabs-last, .tabs-header-right .tabs-narrow li.tabs-last
  297. {
  298. margin-bottom: 0;
  299. }
  300. .tabs-header-right .tabs-narrow li {
  301. margin-bottom: -1px;
  302. margin-left: -1px;
  303. }
  304. .tabs-scroller-left {
  305. background: #daeef5 url('images/tabs_icons.png') no-repeat 1px center;
  306. }
  307. .tabs-scroller-right {
  308. background: #daeef5 url('images/tabs_icons.png') no-repeat -15px center;
  309. }
  310. .tabs li a.tabs-close {
  311. background: url('images/tabs_icons.png') no-repeat -34px center;
  312. }
  313. .tabs li a.tabs-inner:hover {
  314. background: #9cc8f7;
  315. color: #404040;
  316. filter: none;
  317. }
  318. .tabs li.tabs-selected a.tabs-inner {
  319. background-color: #fafafa;
  320. color: #404040;
  321. }
  322. .tabs li a.tabs-inner {
  323. color: #404040;
  324. background-color: #daeef5;
  325. }
  326. .tabs-header, .tabs-tool {
  327. background-color: #daeef5;
  328. }
  329. .tabs-header-plain {
  330. background: transparent;
  331. }
  332. .tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool,
  333. .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner,
  334. .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
  335. .tabs-header-left .tabs li.tabs-selected a.tabs-inner,
  336. .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  337. border-color: #c3d9e0;
  338. }
  339. .tabs-p-tool a:hover, .tabs li a:hover.tabs-close, .tabs-scroller-over {
  340. background-color: #9cc8f7;
  341. }
  342. .tabs li.tabs-selected a.tabs-inner {
  343. border-bottom: 1px solid #fafafa;
  344. }
  345. .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
  346. border-top: 1px solid #fafafa;
  347. }
  348. .tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  349. border-right: 1px solid #fafafa;
  350. }
  351. .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  352. border-left: 1px solid #fafafa;
  353. }
  354. .tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
  355. background: #6caef5;
  356. color: #fff;
  357. filter: none;
  358. border-color: #c3d9e0;
  359. }