Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.62 KB | None | 0 0
  1. /* * Do not remove the @namespace line -- it's required for correct functioning
  2. */
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4. @namespace html url("http://www.w3.org/1999/xhtml");
  5. @namespace svg url("http://www.w3.org/2000/svg");
  6. /* set default namespace to XUL */
  7.  
  8. #TabsToolbar {
  9.     border-width:1px !important;
  10.     border-style: solid;
  11.     border-color:transparent !important;
  12.     margin-bottom:-4px !important;
  13.     margin-top:1px !important;
  14.     margin-left:40.00vw !important;
  15.     }
  16.    
  17. #TabsToolbar .titlebar-placeholder[type="pre-tabs"] {
  18.     display: none !important;
  19.     }
  20.  
  21. #back-button {
  22.     display: none;
  23. }
  24. #forward-button {
  25.     display: none;
  26. }
  27.  
  28. #TabsToolbar, #tabbrowser-tabs, #nav-bar, #toolbar-menubar, #browser-panel, #PersonalToolbar, #urlbar, #bookmarks-view-childern, #contentAreaContextMenu{
  29.     background-color:rgb(19, 19, 19) !important;
  30.     --chrome-color:rgb(250, 250, 256) !important;
  31.     font: 4mm mono !important;
  32.     }
  33.    
  34. #nav-bar {
  35.     border-width:1px !important;
  36.     border-style: solid;
  37.     border-color:transparent !important;
  38.     }
  39. #nav-bar {
  40.     margin-bottom:-1px !important;
  41.     margin-top:-29px !important;
  42.     margin-right: 60vw !important;
  43.     margin-left: -0.2vw!important;
  44.     }
  45.  
  46. #identity-box {
  47.  display: none !important;
  48.  } 
  49.  
  50. #urlbar-container {
  51.     border:none !important;
  52.     top:0px;
  53.     padding-left: 0px !important;
  54.     }
  55.  
  56. #nav-bar, #urlbar-container, #urlbar, #TabsToolbar, #tabbrowers-tabs ,#contentAreaContextMenu{
  57.     min-width: unset !important;
  58.     width: unset !important;
  59.     max-width: unset !important;
  60.     }
  61.  
  62. #toolbar #urlbar-container {
  63.     box-sizing:border-box!Important;
  64.     background:none !important;
  65.     z-index:1!important;
  66.     }
  67.  
  68. #urlbar[focused] {
  69.     border-color: PEACHPUFF !important;
  70. }
  71.  
  72. #page-action-buttons {
  73.   display: none !important;
  74.     }
  75.  
  76. #context-sendpagetodevice, #context-sep-sendpagetodevice,
  77. #context-sendlinktodevice, #context-sep-sendlinktodevice,
  78. #context_sendTabToDevice, #context_sendTabToDevice_separator {
  79.   display: none !important;
  80.     }
  81.  
  82. .tabbrowser-tab {
  83.   min-width: 1em !important;
  84.   clip-width: 1em !important;
  85.     }
  86.  
  87. .browserContainer>.browserStack>browser{
  88.      overflow-y: scroll;
  89.      overflow-x: hidden;
  90.      margin-right: -17px;
  91.      margin-bottom: -17px;
  92.     }
  93.  
  94. .tab-close-button:not([selected]){
  95.     display: none;
  96.     }
  97.  
  98. .urlbar-history-dropmarker {
  99.   display: none !important;
  100.     }
  101.  
  102. #urlbar {
  103.     border: none !important;
  104. }
  105.  
  106. .tab-line {
  107.   background-color:rgb(19, 19, 19) !important;
  108.     }
  109.  
  110. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  111. @-moz-document url("chrome://browser/content/browser.xul")
  112. {
  113.   #PanelUI-button, #customization-panel-container,
  114.   #customization-panelWrapper .panel-arrow,
  115.   #ctr_panelui-button,
  116.   #wrapper-ctr_panelui-button {
  117.     -moz-box-ordinal-group: 0
  118.   }
  119.  
  120.   #PanelUI-button {
  121.     background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  122.   }
  123. }
  124.  
  125. .tabbrowser-tab::before, .tabbrowser-tab::after {
  126. display: none!important;
  127. }
  128.  
  129.  
  130. #content browser
  131. {
  132. margin-right:-12px!important;
  133.     overflow-y:scroll;
  134.     overflow-x:hidden;
  135. margin-bottom:-12px!important;
  136.     overflow-y:scroll;
  137.     overflow-x:hidden;
  138. }
  139.  
  140. .statuspanel-label {display:none!important;}
  141.  
  142. #ublock0_raymondhill_net_uBlock0-blockElement {
  143.     display: none!important;
  144. }
  145. #context-viewbgimage {
  146.     display: none!important;
  147. }
  148.  
  149. #context-savepage {
  150.     display: none!important;
  151. }
  152.  
  153. #context-viewsource {
  154.     display: none!important;
  155. }
  156.  
  157. #context-viewinfo {
  158.     display: none!important;
  159. }
  160.  
  161. #context-inspect {
  162.     display: none!important;
  163. }
  164.  
  165. #screenshots_mozilla_org_create-screenshot {
  166.     display: none!important;
  167. }
  168. #context-selectall {
  169.     display: none!important;
  170. }
  171.  
  172. #context-savelink {
  173.     display: none!important;
  174. }
  175.  
  176. #context-bookmarklink {
  177.     display: none!important;
  178. }
  179.  
  180. #context-copylink {
  181.     display: none!important;
  182. }
  183. #context-copyimage {
  184.     display: none!important;
  185. }
  186. #context-sendimage {
  187.     display: none!important;
  188. }
  189. #context-viewimageinfo {
  190.     display: none!important;
  191. }
  192.  
  193. /* hide tab bar if only one tab */
  194. tab:only-of-type {
  195.     display:none;
  196. }
  197.  
  198. /* unset the tab bar min-height */
  199. #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  200.     min-height: initial !important;
  201. }
  202.  
  203. /* set the height on the tabs instead */
  204. tab {
  205.     line-height: 27px; height: 27px;
  206. }
  207.  
  208. /* hide new tab button so tab-bar can collapse */
  209. .tabs-newtab-button {
  210.     display: none;
  211. }
  212.  
  213. /* ...but show it on tab-bar hover */
  214. #tabbrowser-tabs:hover .tabs-newtab-button {
  215.     display: block;
  216. }
  217. .tab-close-button {
  218.   opacity: 0;
  219. }
  220. .tab-content:hover .tab-close-button {
  221.   opacity: 1;
  222.   transition: opacity 200ms ease-in-out;
  223. }
  224. #sidebar-header {
  225.     display: none !important;
  226. }
  227. #sidebar-search-container {
  228.     display: none !important;
  229. }
  230. #sidebar-splitter {
  231.     display: none !important;
  232. }
  233. #bookmarksPanel treechildren,
  234. #history-panel treechildren {
  235. background-color:rgb(47,47,47) !important;
  236. color: white !important;
  237. }
  238. #appMenu-fxa-label {
  239.     display: none !important;
  240. }
  241. #appMenu-zoom-controls {
  242.     display: none !important;
  243. }
  244. #appMenu-edit-controls {
  245.     display: none !important;
  246. }
  247. #appMenu-library-button {
  248.     display: none !important;
  249. }
  250. #context-sep-navigation {
  251.     display: none !important;
  252. }
  253.  
  254. #context-sep-viewbgimage {
  255.     display: none !important;
  256. }
  257.  
  258. #context-sep-viewsource {
  259.     display: none !important;
  260. }
  261.  
  262. #inspect-separator {
  263.     display: none !important;
  264. }
  265.  
  266. toolbarseparator {
  267.     display: none !important;
  268. }
  269.  
  270.     /*Darken panels to match theme*/
  271. .panel-arrow { filter: invert(33%); }
  272. .panel-subview-body,#appMenu-zoomReset-button {
  273.   color: var(--lwt-text-color) !important;
  274.   background: var(--url-and-searchbar-background-color) !important;}
  275. .panel-subview-footer,[class^="PanelUI-"] {
  276.   color: var(--lwt-text-color) !important;
  277.   background: var(--toolbar-bgcolor) !important;}
  278. #PopupAutoCompleteRichResult .ac-title-text{
  279.   color: var(--lwt-text-color) !important;
  280.   filter: opacity(.7);}
  281. #PopupAutoCompleteRichResult .autocomplete-richlistbox {
  282.   background: var(--url-and-searchbar-background-color) !important;}
  283. /*stops possible clashes with extension popups*/
  284.   .webextension-popup-browser {
  285.   background: #fff;}
  286.  
  287. /*Dark context menu*/
  288. menupopup, popup,
  289. popup > menu > menupopup,
  290. menupopup > menu > menupopup {
  291.     -moz-appearance: none !important;
  292.     background: rgb(19, 19, 19) !important;
  293.     border: 0px solid #606060 !important;
  294.     padding: 2px 2px 1px 2px  !important;
  295.     border-radius: 3px !important;
  296. }
  297.  
  298. menupopup menuseparator {
  299.     -moz-appearance: none !important;
  300.     background: #808080 !important;
  301.     margin: 2px 6px 2px 6px !important;
  302.     padding: 0 !important;
  303.     border-top: none !important;
  304.     border-color: transparent !important;}
  305.  
  306. menupopup menu, menuitem{
  307.     /*-moz-appearance: none !important;*/
  308.     /*font-size: 9pt !important;*/
  309.     /*margin: 3px 0px 3px 0px !important;*/
  310.     color: #E0E0E0!important;}
  311.  
  312. menupopup menu:hover, menuitem:hover {
  313.     /*-moz-appearance: none !important;*/
  314.     color:#E4E4E4 !important;
  315.     /*font-size: 9pt !important;*/
  316.     /*margin: 3px 0px 3px 0px !important;*/
  317.     background-color:#101010 !important;}
  318.  
  319. .menu-right{
  320.     filter: invert(95%)!important;
  321. }
  322. #context-stop image:hover,
  323. #context-bookmarkpage image:hover,
  324. #context-navigation,
  325. #context-sep-navigation,
  326. #context-back image:hover,
  327. #context-forward image:hover,
  328. #context-reload image:hover {
  329.     color: #E0E0E0!important;
  330.     background: #181818 !important;
  331.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement