Advertisement
Guest User

phallus - userchrome

a guest
Jan 30th, 2013
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. #appcontent,
  2. #appcontent > #content,
  3. #appcontent > #content > tabbox > tabpanels {
  4. background: #eeeeee !important;
  5. }
  6.  
  7. #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #content browser:not([src]){
  8. opacity: 0 !important;
  9. }
  10.  
  11. a:active {
  12. outline: none !important;
  13. }
  14.  
  15. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  16. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  17. toolbarbutton#appmenu-toolbar-button,
  18. toolbarbutton#alltabs-button,
  19. toolbarbutton#new-tab-button,
  20. .tab-icon-image,
  21. .tabs-closebutton-box,
  22. .tabs-border-bottom,
  23. .tab-close-button {
  24. display: none !important;
  25. }
  26.  
  27. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  28. -moz-appearance: none !important;
  29. border-radius: 0px !important;
  30. border: none !important;
  31. border-bottom: 0px !important;
  32. background-image: none !important;
  33. margin-top: 0px !important;
  34. max-height: 14px !important;
  35. min-height: 14px !important;
  36. }
  37.  
  38. tabs#tabbrowser-tabs {
  39. background: #fbfbfb !important;
  40. padding-top: 0px !important;
  41. margin-left: 0px !important;
  42. padding-top: 0px !important;
  43. border-bottom: 0px !important;
  44. text-align: center !important;
  45. box-shadow: inset 0px -4px 3px rgba(0,0,0,0.1) !important;
  46. }
  47.  
  48. .tabbrowser-tab {
  49. max-height: 12px !important;
  50. margin-left: 0px !important;
  51. padding-top: 2px !important;
  52. color: #737373 !important;
  53. border-bottom: 0px !important;
  54. background: #fbfbfb !important;
  55. box-shadow: inset 0px -4px 3px rgba(0,0,0,0.1) !important;
  56. }
  57.  
  58. .tabbrowser-tab[selected=true] {
  59. color: #dedede !important;
  60. background: #646464 !important;
  61. border-bottom: 0px !important;
  62. box-shadow: none !important;
  63. }
  64.  
  65. .tabbrowser-tab .tab-text {
  66. margin-left: 3px !important;
  67. margin-right: 3px !important;
  68. margin-top: 2px !important;
  69. font-size: 11px !important;
  70. font-family: cure !important;
  71. }
  72.  
  73. #urlbar dropmarker,
  74. #identity-box,
  75. #star-button,
  76. #go-button,
  77. .tab-throbber,
  78. .tabs-newtab-button,
  79. .tab-throbber[progress] {
  80. display: none !important;
  81. }
  82. .titlebar-placeholder[type="caption-buttons"] {
  83. margin-left: 10px !important;
  84. }
  85.  
  86. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  87. min-width: 30px !important;
  88. max-width: 130px !important;
  89. }
  90.  
  91. notificationbox {
  92. overflow-x: hidden;
  93. }
  94.  
  95. /* hide vertical scrollbar */
  96. notificationbox {
  97. overflow-x: hidden;
  98. }
  99. browser[type="content-primary"], browser[type="content-targetable"] {
  100. overflow-y: scroll;
  101. margin-right: 0px; /* 12px == width of my scrollbar */
  102. }
  103.  
  104. browser[type="content-primary"], browser[type="content-targetable"] {
  105. overflow-y: scroll;
  106. margin-right: 0px;
  107. }
  108.  
  109. .searchbar-engine-image {
  110. display: none !important;
  111. }
  112. .search-go-button {
  113. display: none !important;
  114. }
  115. #nav-bar {
  116. background-image: none !important;
  117. background-color: #1c1c1c !important;
  118. border: none !important;
  119. margin-bottom: 0 !important;
  120. padding: 0 !important;
  121. }
  122. #url-bar {
  123. background: none !important;
  124. border: none !important;
  125. border-radius: 1px 0 0 0 !important;
  126. margin: 0 !important;
  127. box-shadow: none !important;
  128. color: #1c1c1c !important;
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement