Guest User

Untitled

a guest
Apr 10th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. /* ahoka style tabs
  2. because I lack originality
  3. */
  4. .tab-icon-image,
  5. .tab-close-button,
  6. #identity-box,
  7. #urlbar-reload-button,
  8. #urlbar dropmarker,
  9. #star-button,
  10. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  11. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  12. #go-button,
  13. .tab-throbber,
  14. .tab-throbber[progress],
  15. .tabs-newtab-button {
  16. display: none !important;
  17. }
  18.  
  19. #plugins-notification-icon,
  20. #plugins-notification-icon-container {
  21. -moz-appearance: none !important;
  22. background: #2b2b2b !important;
  23. width:0px !important;
  24. margin-left:-6px !important;
  25. margin-right:-6px !important;
  26.  
  27. }
  28.  
  29. #tabbrowser-tabs {
  30. background: #151617 !important;
  31. -moz-appearance: none !important;
  32. background-image: none !important;
  33.  
  34. }
  35.  
  36. .tabbrowser-tab {
  37. min-height: 16px !important;
  38. max-height: 16px !important;
  39. margin-top: 4px;
  40. margin-left: 2px !important;
  41. margin-right: 1px !important;
  42. -moz-appearance: none !important;
  43. background-image: none !important;
  44. background: #2b2b2b !important;
  45. color: #404040;
  46. border-radius: 0px 0px 0px 0px !important;
  47. border: 1px solid #000000 !important;
  48.  
  49. }
  50. .tabbrowser-tab:hover {
  51. transition: ease .4s all !important;
  52. color: #f0f0f0 !important;
  53. }
  54.  
  55. .tabbrowser-tab[selected=true] {
  56. color: #ffffff;
  57. }
  58.  
  59. .tabbrowser-tab:first-child {
  60. margin-left: 4px !important;
  61. border-left: 1px solid #000 !important;
  62. }
  63.  
  64. .tabbrowser-tab:last-child {
  65. margin-right: 4px !important;
  66. }
  67. .tabbrowser-tab .tab-text {
  68. font-family: cure !important;
  69. font-size: 8pt !important;
  70. text-align: center !important;
  71. padding-bottom: 2px !important;
  72. padding-left: 1px !important;
  73. padding-right: 1px !important;
  74.  
  75. }
  76.  
  77.  
  78. #nav-bar {
  79. -moz-appearance: none !important;
  80. background: #151617 !important;
  81. }
  82.  
  83. #urlbar-container {
  84. background: #151617 !important;
  85. }
  86.  
  87. #urlbar {
  88. font-family: cure !important;
  89. font-size: 8pt !important;
  90. min-height: 16px !important;
  91. max-height: 16px !important;
  92. margin-left: 4px !important;
  93. margin-right: 4px !important;
  94. background: #2b2b2b !important;
  95. color: #707070 !important;
  96. border-left: 1px solid #000 !important;
  97. border-top: 1px solid #000 !important;
  98. border-bottom: 1px solid #000 !important;
  99. border-right: 1px solid #000 !important;
  100. -moz-appearance: none !important;
  101. text-align: center !important;
  102. }
  103.  
  104. #urlbar:hover {
  105. transition: ease .4s all !important;
  106. color: #f0f0f0 !important;
  107. }
Advertisement
Add Comment
Please, Sign In to add comment