document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /* Tab Widget */
  2. .tabviewsection {
  3. background: #f8f8f8;
  4. text-transform: uppercase;
  5. border-bottom: 5px solid #f34246;
  6. border-bottom-left-radius: 6px;
  7. border-bottom-right-radius: 6px;
  8. float: left;
  9. width: 100%;
  10. }
  11. .tabs-widget {
  12. list-style: none;
  13. list-style-type: none;
  14. margin: 0 0 10px 0;
  15. padding: 0;
  16. }
  17. .tabs-widget li {
  18. list-style: none;
  19. list-style-type: none;
  20. padding: 0;
  21. float: left;
  22. border-right: 2px solid #fff;
  23. }
  24. .tabs-widget li a {
  25. color: #fff;
  26. display: block;
  27. padding-right: 16.5px;
  28. padding-left: 16px;
  29. font-size: 13px;
  30. padding-top: 15px;
  31. padding-bottom: 15px;
  32. text-decoration: none;
  33. border-top-left-radius: 5px;
  34. border-top-right-radius: 5px;
  35. }
  36. .tabs-widget-content {
  37. }
  38. .tabviewsection {
  39. margin-top: 10px;
  40. margin-bottom: 10px;
  41. }
  42. .tags_tab {
  43. width: 80px;
  44. text-align: center;
  45. }
  46. .about_tab {
  47. width: 96px;
  48. text-align: center;
  49. }
  50. li.laster {
  51. border: 0px;
  52. width: 120px;
  53. text-align: center;
  54. }
  55. .blog-mobile-link {
  56. display: none;
  57. }
  58. .tabs-widget li a {
  59. padding-right: 20px;
  60. padding-left: 20px;
  61. }
  62. .tabs-widget {
  63. height: 51px;
  64. }
  65. .tw-authors {
  66. width: 570px;
  67. }
  68. .tabviewsection h2 {
  69. display: none;
  70. }
  71. .tabs-widget li a.tabs-widget-current {
  72. padding-bottom: 20px;
  73. margin-top: -10px;
  74. background: #f8f8f8;
  75. color: #444;
  76. text-decoration: none;
  77. border-top: 5px solid #f34246;
  78. font-size: 14px;
  79. text-transform: capitalize;
  80. }
  81. .tabs-widget li a {
  82. background: #f34246;
  83. }
');