Advertisement
Guest User

UwU

a guest
Sep 6th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. @namespace html url("http://www.w3.org/1999/xhtml");
  4.  
  5. label
  6. {
  7. text-shadow: none !important;
  8. }
  9.  
  10. menu, menuitem
  11. {
  12. font: message-box !important;
  13. font-size: 10pt !important;
  14. }
  15.  
  16. #TabsToolbar {
  17. background: transparent !important;
  18. padding-left: 2px !important;
  19. background-color: transparent !important;
  20. }
  21.  
  22.  
  23. tab .tab-content{
  24. background: transparent !important;
  25. }
  26.  
  27. tab .tab-line{
  28. height: 1px !important;
  29. opacity: .5 !important;
  30. display: none !important;
  31. }
  32.  
  33. #TabsToolbar, #titlebar, #nav-bar, #TabsToolbar .tabbrowser-tab[selected], #PersonalToolbar, .tab-background{
  34. -moz-appearance: -moz-mac-vibrancy-light !important;
  35. }
  36.  
  37. #TabsToolbar .tabs-newtab-button{
  38. display: none !important;
  39. }
  40.  
  41. #PanelUI-menu-button{
  42. display: none !important;
  43. }
  44.  
  45. .tabbrowser-tab {
  46. opacity: .5 !important;
  47. }
  48.  
  49. tab[selected] {
  50. color: black !important;
  51. }
  52.  
  53. .tabbrowser-tab[selected] {
  54. opacity: 1 !important;
  55. }
  56.  
  57.  
  58. #TabsToolbar .tabbrowser-tab::after,
  59. #TabsToolbar .tabbrowser-tab::before
  60. {
  61. visibility: collapse;
  62. }
  63.  
  64. #TabsToolbar .tab-close-button
  65. {
  66. border-radius: 2px !important;
  67. transition: opacity 150ms !important;
  68. /* small x */
  69. list-style-image: url('data:image/svg+xml;utf8,\
  70. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\
  71. <line x1="4.5" y1="4.5" x2="11.5" y2="11.5" stroke="rgb(84,82,84)" stroke-width="1"/>\
  72. <line x1="4.5" y1="11.5" x2="11.5" y2="4.5" stroke="rgb(84,82,84)" stroke-width="1"/>\
  73. </svg>') !important;
  74. }
  75.  
  76. @media (max-resolution: 1.9dppx)
  77. {
  78. #TabsToolbar .tab-close-button
  79. {
  80. list-style-image: url('data:image/svg+xml;utf8,\
  81. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\
  82. <line x1="4.5" y1="4.5" x2="11.5" y2="11.5" stroke="rgb(84,82,84)" stroke-width="1.5"/>\
  83. <line x1="4.5" y1="11.5" x2="11.5" y2="4.5" stroke="rgb(84,82,84)" stroke-width="1.5"/>\
  84. </svg>') !important;
  85. }
  86. }
  87.  
  88. #TabsToolbar tab:not(:hover) .tab-close-button
  89. {
  90. opacity: 0 !important;
  91. }
  92.  
  93. #TabsToolbar tab:hover .tab-close-button
  94. {
  95. opacity: 1 !important;
  96. }
  97.  
  98. #TabsToolbar tab .close-icon:hover
  99. {
  100. background-color: rgba(0,0,0,0.1) !important;
  101. background-clip: padding-box !important;
  102. }
  103.  
  104. #TabsToolbar tab .close-icon:hover:active
  105. {
  106. background-color: rgba(0,0,0,0.15) !important;
  107. }
  108.  
  109. #TabsToolbar .tab-content[selected=true]:-moz-window-inactive
  110. {
  111. opacity: 0.8 !important;
  112. }
  113.  
  114. #back-button > .toolbarbutton-icon{
  115. background: inherit !important;
  116. border: none !important;
  117. box-shadow: none !important;
  118. }
  119.  
  120. #nav-bar #urlbar-container {
  121. -moz-box-pack: center !important;
  122. -moz-window-dragging: drag !important;
  123. }
  124.  
  125. #nav-bar #urlbar-wrapper {
  126. max-width: calc(var(--ubwidth) + 28px) !important;
  127. width: calc(var(--ubwidth) + 28px) !important;
  128. }
  129.  
  130. #urlbar
  131. {
  132. min-width: calc(var(--ubwidth)) !important;
  133. width: var(--ubwidth) !important;
  134. max-width: var(--ubwidth) !important;
  135. margin: 7px 0px !important;
  136. -moz-box-pack: center !important;
  137. text-align: center !important;
  138. }
  139.  
  140. #nav-bar #urlbar-container::before,
  141. #nav-bar #urlbar-container::after {
  142. content: '';
  143. display: inline-flex;
  144. min-width: 7px;
  145. max-width: 200px !important;
  146. -moz-box-flex: 1 !important;
  147. }
  148.  
  149. #tabbrowser-tabs ~ #alltabs-button {
  150. visibility:visible!important;
  151. margin-right: -3px !important;
  152. }
  153.  
  154. #star-button {
  155. display: none !important;
  156. }
  157.  
  158. .urlbar-history-dropmarker {
  159. display: none !important;
  160. }
  161.  
  162. #identity-box {
  163. opacity: 0 !important;
  164. transition: opacity 150ms ease-in-out !important;
  165. }
  166.  
  167. #urlbar:hover #identity-box {
  168. opacity: 1 !important;
  169. transition: opacity 150ms ease-in-out !important;
  170. }
  171.  
  172. #reader-mode-button, #readinglist-addremove-button {
  173. opacity: 0 !important;
  174. transition: opacity 150ms ease-in-out !important;
  175. }
  176.  
  177. #urlbar:hover #reader-mode-button, #readinglist-addremove-button {
  178. opacity: 1 !important;
  179. transition: opacity 150ms ease-in-out !important;
  180. }
  181.  
  182. #page-action-buttons, #pageActionSeparator {
  183. transition: opacity 150ms ease-in-out !important;
  184. opacity: 0 !important;
  185. }
  186.  
  187. #urlbar:hover #page-action-buttons, #pageActionSeparator {
  188. transition: opacity 150ms ease-in-out !important;
  189. opacity: 1 !important;
  190. }
  191.  
  192. #TabsToolbar .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox
  193. {
  194. padding-inline-start: 0px !important;
  195. padding-inline-end: 0px !important;
  196. }
  197.  
  198. .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator,
  199. .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator {
  200. display: none !important;
  201. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement