Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. // This is for firefox v29 (austrelis) and does NOT require classic theme restorer. ^_^
  2.  
  3. #PanelUI-button,
  4. #bookmarks-menu-button,
  5. #downloads-button,
  6. #home-button,
  7. #stylish-toolbar-button,
  8. #abp-toolbarbutton,
  9. #urlbar-history-dropmarker,
  10. #back-button,
  11. #forward-button {
  12. display: none !important;
  13. }
  14.  
  15. #identity-box,
  16. #urlbar-reload-button {
  17. display: none !important;
  18. }
  19.  
  20. #urlbar-wrapper {
  21. margin-left: -9px !important;
  22. margin-right: 0px !important;
  23. padding-left: 5px !important;
  24. }
  25.  
  26. #urlbar {
  27. border: 0 !important;
  28. border-radius: 0 !important;
  29. margin: 0 0 0 0 !important;
  30. padding: 0 5px 1px 5px !important;
  31. height: 16px !important;
  32. min-height: 16px !important;
  33. background: #222222 !important;
  34. color: #78797a !important;
  35. font-family: "tewi" !important;
  36. font-size: 11px !important;
  37. }
  38.  
  39. #nav-bar {
  40. height: 16px !important;
  41. min-height: 16px !important;
  42. background: #222222 !important;
  43. margin: 0 !important;
  44. }
  45.  
  46. #nav-bar-customization-target {
  47. margin-top: -2px !important;
  48. margin-bottom: -2px !important;
  49. text-align: center;
  50. }
  51.  
  52.  
  53. /* AGENT_SHEET */
  54. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  55. #appcontent,
  56. #appcontent > #content,
  57. #appcontent > #content > tabbox > tabpanels {
  58. background: #303030 !important;
  59. }
  60.  
  61. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  62. -moz-appearance: none !important;
  63. border-radius: 0px !important;
  64. border: none !important;
  65. border-bottom: none !important;
  66. background-image: none !important;
  67. margin-top: 0px !important;
  68. margin-bottom: 0px !important;
  69. max-height: 16px !important;
  70. min-height: 16px !important;
  71. }
  72.  
  73. tabs#tabbrowser-tabs {
  74. background: #222222 !important;
  75. font-weight: normal !important;
  76. text-align: center !important;
  77. padding-top: 0px !important;
  78. margin-left: 0px !important;
  79. padding-top: 0px !important;
  80. border-bottom: 0px !important;
  81. }
  82.  
  83. .tabbrowser-tab {
  84. color: #78797a !important;
  85. background: #222222 !important;
  86. margin-left: 0px !important;
  87. border-bottom: 0px !important;
  88. }
  89.  
  90. .tabbrowser-tab[selected=true] {
  91. color: #79856f !important;
  92. background: #2c2c2c !important; /*#202020*/
  93. border-bottom: 0px !important;
  94. box-shadow: none !important;
  95. }
  96.  
  97. .tabbrowser-tab .tab-text {
  98. margin-left: 3px !important;
  99. margin-right: 3px !important;
  100. margin-top: 3px !important;
  101. padding-top: 3px !important;
  102. font-family: "tewi" !important;
  103. font-size: 11px !important;
  104. }
  105.  
  106. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  107. min-width: 30px !important;
  108. max-width: 100% !important;
  109. }
  110.  
  111. .tabbrowser-tab[selected="true"]:after {
  112. top: 0px !important;
  113. background: #222 !important;
  114. content: "";
  115. border-radius: 0px !important;
  116. border-top: 8px solid #252525;
  117. border-bottom: 8px solid #252525;
  118. border-right: 8px solid #2c2c2c ;
  119. position: absolute !important; margin-right: 10px !important;
  120. }
  121.  
  122. .tabbrowser-tab[selected="true"]:before {
  123. content: "";
  124. background: #222 !important;
  125. border-top: 8px solid #252525;
  126. border-bottom: 8px solid #252525;
  127. border-left: 9px solid #2c2c2c;
  128. position: absolute !important; top: 0px;
  129. margin-left: -9px !important;
  130. }
  131.  
  132. /* HIDE */
  133. toolbarbutton#appmenu-toolbar-button,
  134. toolbarbutton#alltabs-button,
  135. toolbarbutton#new-tab-button,
  136. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  137. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  138. /*.tabs-closebutton-box,*/
  139. .tabs-border-bottom,
  140. .tab-throbber,
  141. .tabs-newtab-button,
  142. .tab-throbber[progress]{
  143. display: none !important;
  144. }
  145.  
  146. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  147. width: 9px !important;
  148. height: 10px !important;
  149. padding-top: 4px !important;
  150. padding-bottom: 4px !important;
  151. margin-left: 12px !important;
  152. }
  153.  
  154. .notificationbox-stack,
  155. .tab-background-start,
  156. .tab-background-end {
  157. display: none !important;
  158. }
  159.  
  160. #TabsToolbar::after { display: none !important; }
  161. #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
  162. .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
  163.  
  164. .tabbrowser-tab * {
  165. background: url(none) !important; list-style-image: none !important;
  166. margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
  167. }
  168.  
  169. #TabsToolbar, #tabbrowser-tabs {
  170. -moz-appearance: none !important;
  171. margin-left: -14px !important;
  172. margin-right: -8px !important;
  173. color: #151515 !important;
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement