tabs.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .nokia-tabs-item {
  2. float: left;
  3. font-size: 20px;
  4. padding: 0;
  5. }
  6. .nokia-tabs-content {
  7. padding: 20px 10px;
  8. margin-top: -1px;
  9. border-top: none !important;
  10. }
  11. .nokia-tabs-content > p {
  12. margin: 0;
  13. }
  14. .nokia-tabs-item {
  15. border-bottom: 1px solid #CCCCCC;
  16. background:transparent url(images/unselected.png) bottom left no-repeat;
  17. }
  18. .nokia-tabs-item > a {
  19. padding: 11px 15px 15px;
  20. display: block;
  21. margin: 0 0px 0 0;
  22. text-decoration: none;
  23. text-align: center;
  24. }
  25. .nokia-tabs-item-selected {
  26. border-bottom: none !important;
  27. }
  28. .nokia-tabs-item-selected > a {
  29. font-weight: bold;
  30. border-bottom: none !important;
  31. }
  32. .nokia-tabs-list-container {
  33. width: 100%;
  34. overflow: hidden;
  35. position: relative;
  36. }
  37. .nokia-tabs-list-wrapper {
  38. width: 5000px;
  39. cursor: default;
  40. }
  41. .nokia-tabs-dropdown-wrapper {
  42. background-color: #FFFFFF;
  43. position: absolute;
  44. top: 0px;
  45. right: 0px;
  46. height: 50px;
  47. width: 45px;
  48. }
  49. .nokia-tabs-dropdown {
  50. height: 48px;
  51. width: 42px;
  52. padding: 0 !important;
  53. }
  54. .nokia-tabs-arrow {
  55. top: 35%;
  56. position: absolute;
  57. right: 15px;
  58. }
  59. .nokia-tabs-arrow-right {
  60. background: url(images/arrow-right-small.png) no-repeat 75% 50%;
  61. right: 15px;
  62. height: 20px;
  63. width: 11px;
  64. }
  65. .nokia-tabs-outtab-item {
  66. margin: 0;
  67. padding: 15px 10px;
  68. }
  69. .nokia-tabs-extra-tabs {
  70. position: absolute;
  71. width: 100px;
  72. top: 52px;
  73. right: 0px;
  74. }