Advertisement
Guest User

FFox_tab_stylish

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