Advertisement
Naughtsee

Browser CSS

Jun 1st, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.68 KB | None | 0 0
  1. /* Naughtsee's browser CSS */
  2.  
  3. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  4. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  5. toolbarbutton#appmenu-toolbar-button,
  6. toolbarbutton#alltabs-button,
  7. .tab-icon-image,
  8. .tabs-closebutton-box,
  9. .tab-close-button,
  10. #urlbar dropmarker,
  11. #identity-box,
  12. #star-button,
  13. #go-button,
  14. .tab-throbber,
  15. .tab-throbber[progress],
  16. #unified-back-forward-button{
  17.     display:none!important;
  18. }
  19.  
  20.  
  21. #urlbar,
  22. #urlbar-container{
  23.     -moz-appearance: none !important;
  24.     font-family: "Open Sans" !important;
  25.     font-weight: bold !important;
  26.     color: #eee !important;
  27.     background: #1a1a1a !important;
  28.     max-width: 150px !important;
  29.     height: 18px !important;
  30.     margin-top: 0 !important;
  31. }
  32.  
  33. #TabsToolbar{
  34.     -moz-appearance: none !important;
  35.     font-family: "lemon" !important;
  36.     background: #1a1a1a !important;
  37.     height: 18px !important;
  38. }
  39.  
  40. .tabbrowser-tab,
  41. .tabbrowser-tabs,
  42. #tabbrowser-tabs{
  43.     -moz-appearance: none !important;
  44.     background: #1a1a1a !important;
  45.     border: 0 !important;
  46.     padding: 0px 5px 0px 5px !important;
  47. }
  48.  
  49. .tabbrowser-tab[selected=true] .tab-text,
  50. .tabbrowser-tab:hover .tab-text{
  51.     color: #fff !important;
  52.     transition: all 0.5s ease !important;
  53. }
  54.  
  55. .tab-text{
  56.     color: #aaa !important;
  57.     margin-top:  -8px !important;
  58.     transition: all 0.5s ease !important;
  59.     font-family: "Open Sans" !important;
  60.     font-weight: bold !important;
  61. }
  62.  
  63. #main-window:not([disablechrome]),
  64. #navigator-toolbox[tabsontop=true]{
  65.     border:none!important;
  66. }
  67.  
  68. browser[type="content-primary"],
  69. browser[type="content-targetable"]{
  70.     overflow-y: scroll;
  71.     margin-right: -12px !important;
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement