Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3.  
  4.  
  5. #TabsToolbar {
  6.  
  7. background: transparent !important;
  8.  
  9. margin-bottom: 0 !important;
  10.  
  11. }
  12.  
  13.  
  14.  
  15. #TabsToolbar .arrowscrollbox-scrollbox {
  16.  
  17. padding: 0 !important;
  18.  
  19. }
  20.  
  21.  
  22.  
  23. #TabsToolbar .tabbrowser-tabs {
  24.  
  25. min-height: 28px !important;
  26.  
  27. margin-top: 0px !important;
  28.  
  29. }
  30.  
  31. .tabbrowser-tabs {
  32. background: #E8E8E6 !important;
  33. }
  34.  
  35.  
  36. #TabsToolbar .tabbrowser-tab {
  37.  
  38. -moz-border-top-colors: none !important;
  39.  
  40. -moz-border-left-colors: none !important;
  41.  
  42. -moz-border-right-colors: none !important;
  43.  
  44. -moz-border-bottom-colors: none !important;
  45.  
  46. border-style: solid !important;
  47.  
  48. border-color: rgba(0,0,0,.2) !important;
  49.  
  50. border-width: 1px 1px 0 1px !important;
  51.  
  52. text-shadow: 0 0 4px rgba(255,255,255,.75) !important;
  53.  
  54. padding: 4px 0px !important;
  55.  
  56. background: rgba(255,255,255,.27) !important;
  57.  
  58. background-clip: padding-box !important;
  59.  
  60. transition: all .1s !important;
  61.  
  62. margin-left: 1px !important;
  63.  
  64. }
  65.  
  66.  
  67.  
  68. #TabsToolbar .tabs-newtab-button {
  69.  
  70. -moz-border-top-colors: none !important;
  71.  
  72. -moz-border-left-colors: none !important;
  73.  
  74. -moz-border-right-colors: none !important;
  75.  
  76. -moz-border-bottom-colors: none !important;
  77.  
  78. border-style: solid !important;
  79.  
  80. border-color: transparent !important;
  81.  
  82. border-width: 1px 1px 0 1px !important;
  83.  
  84. text-shadow: 0 0 4px rgba(255,255,255,.75) !important;
  85.  
  86. background: transparent !important;
  87.  
  88. background-clip: padding-box !important;
  89.  
  90. transition: all .1s !important;
  91.  
  92. }
  93.  
  94.  
  95.  
  96. #TabsToolbar .tabbrowser-tab[first-tab][last-tab],
  97.  
  98. #TabsToolbar .tabbrowser-tab[last-visible-tab] {
  99.  
  100. border-right-width: 1px !important;
  101.  
  102. }
  103.  
  104.  
  105.  
  106. #TabsToolbar .tabbrowser-tab[afterselected] {
  107.  
  108. border-left-color: rgba(0,0,0,.25) !important;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. #TabsToolbar .tabbrowser-tab[selected] {
  115.  
  116. color: rgba(0,0,0,1) !important;
  117.  
  118. background: #E2E2E0 !important;
  119.  
  120. background-clip: padding-box !important;
  121.  
  122. border-color: rgba(0,0,0,.25) !important;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. #TabsToolbar .tabs-newtab-button:hover,
  129.  
  130. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  131.  
  132. border-color: rgba(0,0,0,.2) !important;
  133.  
  134. background-color: rgba(255,255,255,.55) !important;
  135.  
  136. }
  137.  
  138.  
  139.  
  140. #TabsToolbar .tab-background {
  141.  
  142. margin: 0 !important;
  143.  
  144. background: transparent !important;
  145.  
  146. }
  147.  
  148.  
  149.  
  150. #TabsToolbar .tab-background-start,
  151.  
  152. #TabsToolbar .tab-background-end {
  153.  
  154. display: none !important;
  155.  
  156. }
  157.  
  158.  
  159.  
  160. #TabsToolbar .tab-background-middle {
  161.  
  162. margin: -4px -2px !important;
  163.  
  164. background: transparent !important;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. #TabsToolbar .tabbrowser-tab:after,
  171.  
  172. #TabsToolbar .tabbrowser-tab:before {
  173.  
  174. display: none !important;
  175.  
  176. }
  177.  
  178.  
  179.  
  180. #TabsToolbar .tabs-newtab-button {
  181.  
  182. border-width: 1px 1px 0 1px !important;
  183.  
  184. margin: 0 !important;
  185.  
  186. width: auto !important;
  187.  
  188. padding: 0 5px !important;
  189.  
  190. }
  191.  
  192.  
  193.  
  194. #addon-bar,
  195.  
  196. #PersonalToolbar,
  197.  
  198. #nav-bar {
  199.  
  200. background: #E2E2E0 !important;
  201.  
  202. box-shadow: none !important;
  203.  
  204. background-clip: padding-box !important;
  205.  
  206. border-color: rgba(0,0,0,.25) !important;
  207.  
  208. border-radius: 0 !important;
  209.  
  210. }
  211.  
  212. #PanelUI-button, #customization-panel-container,
  213.  
  214. #customization-panelWrapper .panel-arrow,
  215.  
  216. #ctr_panelui-button,
  217.  
  218. #wrapper-ctr_panelui-button {
  219.  
  220. -moz-box-ordinal-group: 0
  221.  
  222. }
  223.  
  224.  
  225.  
  226. #PanelUI-button {
  227.  
  228. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  229.  
  230. }
  231.  
  232. }
  233.  
  234. @-moz-document url(about:newtab)
  235. {
  236. #newtab-search-container, #newtab-search-logo
  237. {
  238. display:none !important;
  239. }
  240. }
  241.  
  242. #urlbar-container { display: none !important }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement