Advertisement
tortious

Current css setup 2018-03-16

Mar 18th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /* Hides ... at the end of the address bar */
  4. #pageActionButton { display: none !important; }
  5. #back-button { display: none !important; }
  6. #forward-button { display: none !important; }
  7.  
  8. /* HIDES BOOKMARK TEXT FOR ALL BOOKMARKS DISPLAYED IN A TOOLBAR */
  9. .bookmark-item > .toolbarbutton-text { display: none !important; }
  10.  
  11. /*DISABLE WHITE FLASH OF DEATH*/
  12. browser[type="content-primary"], tabbrowser tabpanels, #appcontent > #content {
  13. background-color: var(--ui-basecolor) !important;
  14. }
  15.  
  16. /* REMOVE PAGE ACTIONS MENU */
  17. #pageActionButton {
  18. display: none !important;
  19. }
  20.  
  21. /* REMOVE THE FORWARD AND BACK BUTTONS */
  22. #back-button, #forward-button { display: none !important; }
  23.  
  24. /* this is the windows 10 popup right click theme */
  25.  
  26. menupopup {
  27. -moz-appearance: none !important;
  28. padding: 8px 2px 8px 2px !important;
  29. background-color: #2B2B2B !important;
  30. border: 1px #A0A0A0 solid !important;
  31. min-width: 280px !important;
  32. }
  33. menuseparator {
  34. -moz-appearance: none !important;
  35. border: none !important;
  36. padding: .5px 0px .5px 0px !important;
  37. margin: 4px 8px 4px 8px !important;
  38. background-color: #808080 !important;
  39. }
  40. menuitem, menu {
  41. -moz-appearance: none !important;
  42. color: white !important;
  43. padding: 7.5px 0px 7.5px 0px !important;
  44. }
  45. menuitem[disabled="true"], menuitem[disabled="true"] > .menu-text {
  46. color: gray !important;
  47. }
  48. menuitem:hover, menu:hover, menu[open="true"], menuitem[_moz-menuactive="true"] {
  49. -moz-appearance: none !important;
  50. padding: 7.5px 0px 7.5px 0px !important;
  51. background-color: #414141 !important;
  52. }
  53. menugroup {
  54. padding: 0px !important;
  55. background-color: transparent !important;
  56. }
  57. menuitem > .menu-text, menuitem > .menu-iconic-text {
  58. color: white !important;
  59. }
  60. menuitem[type="checkbox"] {
  61. padding-left: 8px !important;
  62. padding-top: 6.5px !important;
  63. padding-bottom: 6.5px !important;
  64. }
  65. menuitem[type="radio"] {
  66. padding-left: 8px !important;
  67. padding-top: 6.5px !important;
  68. padding-bottom: 6.5px !important;
  69. }
  70. menuitem[type="checkbox"] > .menu-iconic-text, menuitem[type="radio"] > .menu-iconic-text {
  71. padding-left: 5px !important;
  72. }
  73. menuitem[checked="true"][type="checkbox"] > .menu-iconic-left {
  74. padding: 7px 0px 0px 0px !important;
  75. border: solid white;
  76. border-width: 0 0 2px 2px;
  77. transform: rotate(-45deg) scale(.75);
  78. margin-bottom: 4px !important;
  79. }
  80. menuitem[checked="true"][type="radio"] > .menu-iconic-left {
  81. padding: 1px !important;
  82. border: solid white;
  83. height: 17px !important;
  84. border-radius: 100%;
  85. background: white;
  86. transform: scale(.5);
  87. }
  88. menucaption {
  89. background-color: transparent !important;
  90. color: white !important;
  91. }
  92. #ContentSelectDropdown > menupopup {
  93. background-image: none !important;
  94. }
  95. #ContentSelectDropdown {
  96. padding: 0px !important;
  97. }
  98. menulist {
  99. -moz-appearance: none !important;
  100. padding: 4px 4px 4px 4px !important;
  101. border: 2px solid #666666 !important;
  102. background-color: transparent !important;
  103. }
  104. menulist:hover {
  105. padding: 4px 4px 4px 4px !important;
  106. border: 2px solid #999999 !important;
  107. background-color: transparent !important;
  108. }
  109. menulist[open="true"] {
  110. border: 2px solid #666666 !important;
  111. background-color: #333333 !important;
  112. }
  113. #context-back > .menu-iconic-left, #context-forward > .menu-iconic-left, #context-reload > .menu-iconic-left, #context-stop > .menu-iconic-left, #context-bookmarkpage > .menu-iconic-left {
  114. padding: 0px !important;
  115. }
  116. .menu-iconic-left {
  117. -moz-appearance: none !important;
  118. padding: 0px 5px 0px 9px !important;
  119. }
  120. .menu-right {
  121. -moz-appearance: none !important;
  122. padding: 7.5px !important;
  123. margin-right: 6px !important;
  124. color: white !important;
  125. border: solid white;
  126. border-width: 0 2px 2px 0px;
  127. transform: rotate(-45deg) scale(.55);
  128. }
  129. tooltip {
  130. -moz-appearance: none !important;
  131. color: white !important;
  132. background-color: #2B2B2B !important;
  133. border: 1px solid #767676 !important;
  134. padding: 6.5px !important;
  135. }
  136.  
  137. /* Hides bookmark text for all bookmarks displayed in a toolbar */
  138. .bookmark-item > .toolbarbutton-text { display: none !important; }
  139.  
  140. /* Hide Scrollbar */
  141. #content browser
  142. {
  143. margin-right:-17px!important;
  144. overflow-y:scroll;
  145. overflow-x:hidden;
  146. }
  147.  
  148. /***MENU***/
  149. /*Menu to the left side*/
  150. #PanelUI-button,
  151. #customization-panel-container,
  152. #customization-panelWrapper .panel-arrow {
  153. -moz-box-ordinal-group: 0 !important;
  154. margin-right: -6px !important;
  155. }
  156.  
  157. /* Remove containers name and symbol */
  158. #userContext-label, #userContext-indicator { display: none !important;}
  159.  
  160. #PanelUI-menu-button {list-style-image: url("Carbonfox.png") !important;}
  161.  
  162. #identity-icon {display: none !important;}
  163.  
  164. #identity-box {max-width: 0 !important;}
  165. .urlbar-history-dropmarker {display: none !important;}
  166. .urlbar-go-button {display: none !important;}
  167.  
  168. *|*.textbox-input::-moz-placeholder {opacity: 0 !important;}
  169.  
  170. #PanelUI-button,
  171. #customization-panel-container,
  172. #customization-panelWrapper .panel-arrow { -moz-box-ordinal-group: 0 !important;}
  173.  
  174. /* Panel UI */
  175. #PanelUI-button {background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0 !important;}
  176. #PanelUI-popup {margin-right:-350px!important;}
  177. #PanelUI-popup .panel-arrow {margin-right:340px!important;}
  178.  
  179.  
  180. -----#PanelUI-menu-button { display: none !important; }
  181.  
  182. /* Hides bookmark text for all bookmarks displayed in a toolbar */
  183. .bookmark-item > .toolbarbutton-text { display: none !important; }
  184.  
  185. /* Hidden menu items */
  186.  
  187. #widget-overflow-mainView > .panel-subview-body > toolbarseparator, .PanelUI-subView menuseparator, .PanelUI-subView toolbarseparator, .cui-widget-panelview menuseparator, .cui-widget-panel toolbarseparator {
  188. -moz-appearance: none;
  189. min-height: 0;
  190. border-top: 0px solid var(--panel-separator-color)!important;
  191. border-bottom: none;
  192. margin: 0px 0!important;
  193. padding: 0;
  194. }
  195.  
  196. #appMenu-fxa-container{
  197. display: none;
  198. }
  199.  
  200. #appMenu-zoom-controls{
  201. display: none;
  202. }
  203.  
  204.  
  205. #appMenu-fxa-label{
  206. display: none;
  207. }
  208.  
  209. #appMenu-edit-controls{
  210. display: none;
  211. }
  212.  
  213. #appMenu-print-button{
  214. display: none;
  215. }
  216.  
  217. #appMenu-more-button{
  218. display: none;
  219. }
  220. #appMenu-new-window-button,
  221. #appMenu-private-window-button,
  222. #appMenuRestoreLastSession,
  223. #appMenu-open-file-button,
  224. #appMenu-save-file-button,
  225. #appMenu-find-button {
  226. display: none;
  227. }
  228. #content browser
  229. {
  230. margin-right:-17px!important;
  231. overflow-y:scroll;
  232. overflow-x:hidden;
  233. }
  234.  
  235. /* Auto-hide bookmarks bar (show only on nav-bar hover) */
  236. #PersonalToolbar{
  237. opacity:0 !important;
  238. margin-top: -23px !important;
  239. transition: all 0.4s ease 0s !important;
  240. }
  241.  
  242. #navigator-toolbox:hover > #PersonalToolbar{
  243. visibility: visible !important;
  244. margin-top: 0px !important;
  245. transition: all 0.4s ease 0s !important;
  246. opacity: 1 !important;
  247. }
  248.  
  249. /* Sidebar min and max width removal */
  250. #sidebar {
  251. max-width: none !important;
  252. min-width: 0px !important;
  253. }
  254.  
  255. #titlebar-buttonbox{display: none;}
  256.  
  257. #navigator-toolbox{padding-top:3px !important}
  258. #main-window[sizemode="maximized"] #navigator-toolbox{padding-top:10px !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement