Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.17 KB | None | 0 0
  1. /*===============================================
  2.   (FLAT FIREFOX) --- MODDED -> EDGEFOX
  3.   CSS THEME FOR STYLISH
  4.   V15.07.22
  5.   FOR FIREFOX BETA V40.0
  6.   BY NADIRP.DEVIANTART.COM
  7.   ===============================================*/
  8.  
  9. /*===============================================
  10.   DISABLE FIREFOX DEFAULT BACKGROUND  
  11.   ===============================================*/
  12. #TabsToolbar:not(:-moz-lwtheme)::after {
  13.     display: none;
  14. }
  15.  
  16. /*===============================================
  17.   TABS BACKGROUND SETTINGS  
  18.   ===============================================*/
  19. #main-window[sizemode="normal"]:not([inFullscreen])  #TabsToolbar {
  20.     background: transparent !important;
  21.     margin-bottom: -1px !important;
  22.     margin-top: -1px !important;
  23.     margin-right: -18x !important;
  24.     margin-left: -16px !important;
  25. }
  26.  
  27. #main-window[sizemode="normal"]:not([inFullscreen])  #TabsToolbar .tabbrowser-tabs {
  28.     min-height: 26px !important;
  29.     margin-top: 0px !important;
  30. }
  31.  
  32. /*===============================================
  33.   INACTIVE TABS  
  34.   ===============================================*/
  35. #TabsToolbar .tabbrowser-tab {
  36.     text-align: center!important;
  37.     -moz-border-top-colors: none !important;
  38.     -moz-border-left-colors:  #888888 !important;
  39.     -moz-border-right-colors: #888888 !important;
  40.     -moz-border-bottom-colors: none !important;
  41.     background: #CDCDCD !important;
  42.     border-top: 1px solid transparent!important;
  43.     border-bottom: 1px solid transparent!important;
  44.     border-left: 1px solid transparent!important;
  45.     border-right: 1px solid transparent!important;
  46.     border-radius: 0px 0px 0px 0px !important;
  47.     color: #555555 !important;
  48.     margin: -1px 0px 0px 0px !important;
  49.     font-family: "Segoe UI",Helvetica,Arial,sans-serif;
  50.     font-size: 13px;
  51. }
  52.  
  53. /*===============================================
  54.   ACTIVE TABS  
  55.   ===============================================*/
  56. #TabsToolbar .tabbrowser-tab[selected] {
  57.     font-weight: normal !important;
  58.     border-top: 1px solid #F5F5F5!important;
  59.     border-bottom: 1px solid #F5F5F5!important;
  60.     border-left: 1px solid #F5F5F5!important;
  61.     border-right: 1px solid #F5F5F5!important;
  62.     border-radius: 0px 0px 0px 0px !important;
  63.     background: #F5F5F5 !important;
  64.     color: #444444 !important;
  65. }
  66.  
  67. /*===============================================
  68.   DISABLE AUSTRALIS TAB  
  69.   ===============================================*/
  70. #TabsToolbar .tab-background {
  71.     margin: 0;
  72.     background: transparent;
  73. }
  74.  
  75. #TabsToolbar .tab-background-start,  #TabsToolbar .tab-background-end {
  76.     display: none !important;
  77. }
  78.  
  79. #TabsToolbar .tab-background-middle {
  80.     background: transparent !important;
  81. }
  82.  
  83. #TabsToolbar .tabbrowser-tab:after,  #TabsToolbar .tabbrowser-tab:before {
  84.     display: none !important;
  85. }
  86.  
  87. /*===============================================
  88.   ON MAXIMIZED WINDOW  
  89.   ===============================================*/
  90. #main-window[sizemode="maximized"]  #TabsToolbar {
  91.     background: transparent !important;
  92.     margin-bottom: 0px !important;
  93.     margin-top: 0px !important;
  94.     margin-right: -20px !important;
  95.     margin-left: -14px !important;
  96. }
  97.  
  98. #TabsToolbar .tabbrowser-tabs {
  99.     min-height: 26px !important;
  100.     margin-top: 0px !important;
  101. }
  102.  
  103. #main-window[sizemode="maximized"]  #nav-bar {
  104.     border-radius: 0px 0px 0px 0px !important;
  105.     margin-left: -4px !important;
  106.     margin-right: -6px !important;
  107. }
  108.  
  109. /*===============================================
  110.   HIDES TAB ICON  
  111.   ===============================================*/
  112. tab .tab-icon, .tab-icon-image {
  113.     display: none !important;
  114. }
  115.  
  116. /*===============================================
  117.   HIDES TAB LOADING ICON  
  118.   ===============================================*/
  119. .tab-throbber {
  120.     display: none !important;
  121. }
  122.  
  123. /*===============================================
  124.   HIDES ANNOYING ELEMENTS ON ADDRESS BAR  
  125.   ===============================================*/
  126. #addonbar-closebutton ,#feed-button,#go-button,#star-button,#identity-box,.autocomplete-history-dropmarker,.scrollbutton-up,.scrollbutton-down {
  127.     display: none!important;
  128. }
  129.  
  130. /*===============================================
  131.   NAVIGATION BAR/ADDRESS BAR/SEARCH BAR SETTING  
  132.   ===============================================*/
  133. #nav-bar {
  134.     background: #F5F5F5 !important;
  135.     margin-top: 0px !important;
  136.     margin-left: 0px !important;
  137.     margin-right: 0px !important;
  138.     margin-bottom: 0px !important;
  139.     padding: 0px !important;
  140.     border-radius: 0px 0px 0px 0px !important;
  141.     border-top: 1px #F5F5F5!important;
  142.     box-shadow: 0px 1px 3px #CCCCCC !important;
  143. }
  144.  
  145. #urlbar {
  146.     background: #F5F5F5 !important;
  147.     padding: 4.5px !important;
  148.     text-align: center!important;
  149.     padding-left: 8px !important;
  150.     margin-top: 0px !important;
  151.     margin-bottom: 0px !important;
  152.     margin-left: 12px !important;
  153.     margin-right: 4px !important;
  154.     border-top: 1px solid #F5F5F5!important;
  155.     border-bottom: 1px solid #F5F5F5!important;
  156.     border-left: 1px solid #F5F5F5!important;
  157.     border-right: 1px solid #F5F5F5!important;
  158.     color: #444444 !important;
  159.     font-family: "Segoe UI Semibold",Helvetica,Arial,sans-serif;
  160.     font-size: 13px;
  161.     box-shadow: none !important;
  162. }
  163.  
  164. #searchbar .search-go-button {
  165.     visibility: hidden !important;
  166. }
  167.  
  168. #searchbar .searchbar-dropmarker-image {
  169.     display: none !important;
  170. }
  171.  
  172. #searchbar .searchbar-engine-image {
  173.     width: 0 !important;
  174.     padding-left: 18px !important;
  175.     margin-left: -20px !important;
  176.     margin-top: 0px !important;
  177.     margin-bottom: 0px !important;
  178.     margin-right: 2px !important;
  179. }
  180.  
  181. #searchbar .searchbar-textbox {
  182.     background: #F5F5F5 !important;
  183.     text-align: left!important;
  184.     margin-top: 7px !important;
  185.     margin-bottom: 7px !important;
  186.     margin-left: 1px !important;
  187.     margin-right: 10px !important;
  188.     border-top: 1px solid #F5F5F5!important;
  189.     border-bottom: 1px solid #F5F5F5!important;
  190.     border-left: 1px solid #F5F5F5!important;
  191.     border-right: 1px solid #F5F5F5!important;
  192.     padding-left: 5px !important;
  193.     color: #000000 !important;
  194.     font-family: "Segoe UI Semibold",Helvetica,Arial,sans-serif;
  195.     font-size: 13px;
  196.     box-shadow: none !important;
  197. }
  198.  
  199. #urlbar, .searchbar-textbox {
  200.     border-radius: 11px !important;
  201. }
  202.  
  203.  
  204. /*===============================================
  205.   REMOVES VS SEPARATOR
  206.   ===============================================*/
  207. #browser-bottombox {
  208.     border: none !important;
  209. }
  210.  
  211. #browser-border-end, #browser-border-start {
  212.     display: none !important;
  213. }
  214.  
  215. #nav-bar {
  216.     border: none !important;
  217.     visibility: visible !important;
  218. }
  219.  
  220. #navigator-toolbox:after {
  221.     height: 0px !important;
  222. }
  223.  
  224. /*===============================================
  225.   BORDERLESS EFFECT FOR BORDERLESS VS
  226.   ===============================================*/
  227.  
  228. #main-window {
  229.     -moz-appearance: -moz-win-borderless-glass !important;
  230.     -moz-appearance: -moz-win-glass !important;
  231. }
  232.  
  233. /*===============================================
  234.   TABS CLOSE BUTTON
  235.   ===============================================*/
  236. .tabs-closebutton-box, .tab-close-button {
  237.     margin-top: -5px !important;
  238.     margin-bottom: -5px !important;
  239.     margin-right: 0px !important;
  240. }
  241.  
  242. .tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,  .tabbrowser-tabs tab .tabs-closebutton .toolbarbutton-icon {
  243.     display: none !important;
  244. }
  245.  
  246. .tabbrowser-tabs tab:hover .tab-close-button .toolbarbutton-icon,  .tabbrowser-tabs tab:hover .tabs-closebutton .toolbarbutton-icon {
  247.     display: none !important;
  248. }
  249.  
  250. .tab-close-button,   .tabs-closebutton,   #find-closebutton {
  251.     list-style-image: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%00%E3IDAT8%8D%ED%91%B1J%C3P%14%86%BF%3F%B9q%C9%24%A2T%AD%E0%E6%E4%E4%D0%CD%A1%BE%90%60%09I%5DB%C0v%F0%91%04%2B8%0A%0E.%EDj%11%17%9F%40%93%DE%E3%D0%0A5%09%88%7B%BF%ED%FC%7C%FC%E7p%2Flhe%90%15%BD%CB%E1%CD%FE%CF%9C%24%F9%C1%20%2Bzm%AE%EA%C1UZ%9C%05%D2%3D%D8%7B%A9%B0%0F%10y%3FAtP%D0%BF%1D%5D%3F%AF%FB%AE%5E%B0%257%AFX%BC%82N%23%F3O%AB5%87%C0%8B%FF%2C%E7%7F%5E%00%90e%A3%DD%CA%AAG%A4%93eb3%87%3B%1F%8F%87%1Fu7h%2B0%FB%8A%81xM%8BWY%83FA%9A%E6%C7%0B%85%0FH%5D%C4%141%05%3B%AA%E4%EE%92%24%EF%D6%FD%C6%1B%94%04%3B%01l%83%CDJ%C2%0B%80%C8%FCD%B2%8E%B9h%0Fxk%BB%E4%17%FF%F9%C6%0D%F0%0D%BA%A9F%FB%14G%C1%19%00%00%00%00IEND%AEB%60%82") !important;
  252.     -moz-image-region: rect(0,16px,16px,0) !important;
  253. }
  254.  
  255. tab[selected="true"] .tab-close-button,   .tabs-closebutton,   tab:hover .tab-close-button,   #find-closebutton {
  256. }
  257.  
  258. tab .tab-close-button:hover,   .tabs-closebutton:hover,   #find-closebutton:hover {
  259. }
  260.  
  261. /*===============================================
  262.   CUSTOM NEW TAB BUTTON
  263.   ===============================================*/
  264. #main-window .tabbrowser-tabs .tabs-newtab-button {
  265.     list-style-image: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%00.IDAT8%8Dc%60%18%05x%C1%7F%28%C0%A7%86%89RK%286%80%11%5D%80%90%93%19%19%19Q%F4P%EC%02%BC%60h%04%E2%28%60%60%00%00b%3C%13%FC%EA%AB%8D1%00%00%00%00IEND%AEB%60%82") !important;
  266.     background: transparent !important;
  267.     margin-left: -17px !important;
  268.     border: transparent !important;
  269.     border-top: transparent !important;
  270.     border-left: transparent !important;
  271.     border-right: transparent !important;
  272. }
  273.  
  274. #main-window .tabbrowser-tabs .tabs-newtab-button:hover {
  275.     list-style-image: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%00.IDAT8%8Dc%60%18%05x%C1%7F%28%C0%A7%86%89RK%286%80%11%5D%80%90%93%19%19%19Q%F4P%EC%02%BC%60h%04%E2%28%60%60%00%00b%3C%13%FC%EA%AB%8D1%00%00%00%00IEND%AEB%60%82") !important;
  276. }
  277.  
  278. /* hide urlbars stop/reload/go buttons */
  279. #urlbar-container #urlbar-reload-button,  #urlbar-container #urlbar-go-button,  #urlbar-container #urlbar-stop-button {
  280.     visibility: collapse !important;
  281. }
  282.  
  283. /*===============================================
  284.   CHANGES MENU BUTTON'S IMAGE
  285.   ===============================================*/
  286. #PanelUI-menu-button {
  287.     list-style-image: url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%009IDAT8%8Dc%60%A0%1002000TT%B4%0B%92%A3%B9%A3%A3%F2%3DciES%0A%03%23%E3l%B2%AC%FF%FF%3F%95%89%2C%8D%83%0A%8C%06"%15%C0h%20R%01%00%00%E2%86%1A%86%C2%C8%D8%A4%00%00%00%00IEND%AEB%60%82') !important;
  288.     -moz-image-region: rect(0,16px,16px,0) !important;
  289.     background: transparent !important;
  290.     border: transparent !important;
  291.     border-top: transparent !important;
  292.     border-left: transparent !important;
  293.     border-right: transparent !important;
  294. }
  295.  
  296. #PanelUI-menu-button:hover:not([disabled="true"]) {
  297.     -moz-image-region: rect(0,16px,16px,0px) !important;
  298.     background: transparent !important;
  299.     border: transparent !important;
  300.     border-top: transparent !important;
  301.     border-left: transparent !important;
  302.     border-right: transparent !important;
  303. }
  304.  
  305. #PanelUI-menu-button[open] {
  306.     list-style-image: url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%00%3AIDAT8%8Dc%60%A0%1002000444p%91%A3%B9%A1%A1%E1%1Bcyy%8B%CD%3Ff%86Xr%0C%60%FA%CB%B0%98%89%1C%8D%83%0B%8C%06"%15%C0h%20R%01%00%00l%A5%1A%17%2A%AE_%A5%00%00%00%00IEND%AEB%60%82') !important;
  307.     -moz-image-region: rect(0,16px,16px,0px) !important;
  308.     background: transparent !important;
  309.     border: transparent !important;
  310.     border-top: transparent !important;
  311.     border-left: transparent !important;
  312.     border-right: transparent !important;
  313. }
  314.  
  315. #PanelUI-button {
  316.     list-style-image: url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%04sBIT%08%08%08%08%7C%08d%88%00%00%00%09pHYs%00%00%0D%D7%00%00%0D%D7%01B%28%9Bx%00%00%00%19tEXtSoftware%00www.inkscape.org%9B%EE%3C%1A%00%00%009IDAT8%8Dc%60%A0%1002000TT%B4%0B%92%A3%B9%A3%A3%F2%3DciES%0A%03%23%E3l%B2%AC%FF%FF%3F%95%89%2C%8D%83%0A%8C%06"%15%C0h%20R%01%00%00%E2%86%1A%86%C2%C8%D8%A4%00%00%00%00IEND%AEB%60%82') !important;
  317.     width: 0px !important;
  318.     margin-left: -6px !important;
  319.     margin-right: 3px !important;
  320.     background: none !important;
  321. }
  322.  
  323. /*===================================================================
  324.   HIDES PLUGINS NOTIFICATION ICON THAT MAY CHANGE ADDRESS BAR'S HEIGHT  
  325.   ====================================================================*/
  326. #plugins-notification-icon {
  327.     display: none !important;
  328. }
  329.  
  330. /*===================================================================
  331.   HIDES BACKGROUND EFFECT ON HOVER AND ACTIVE MENU BUTTON  
  332.   ====================================================================*/
  333. .toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-container {
  334.     background: none !important;
  335.     border: none !important;
  336.     box-shadow: none !important;
  337. }
  338.  
  339.  
  340. .tab-icon-sound {
  341.   opacity: 0.7;
  342. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement