Advertisement
Guest User

UwU

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