Guest User

kyse

a guest
Jun 13th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.23 KB | None | 0 0
  1.         @-moz-document url("about:blank") {* {background-color:rgb(29,30,42)!important;;}}
  2.      
  3.         @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  4.  
  5. /*elimina los botones de cerrar etc
  6. #main-window {
  7. -moz-appearance: none !important;
  8. }
  9. */        
  10.  
  11.         /*remove internal border*/
  12.  
  13.          /*Prevents White pre-load flash*/
  14.          /*tabbrowser tabpanels { background-color: rgb(29,30,42) !important; }*/
  15.          tabbrowser { background-color: rgb(29,30,42) !important; }
  16.  
  17.         #main-window:not([chromehidden*="toolbar"])[sizemode="normal"]
  18.         {
  19.          margin-top:-1px!important;
  20.          margin-left:-1px!important;
  21.          margin-right:-1px!important;
  22.          margin-bottom: -1px !important;
  23.          }
  24.  
  25.           /*hide scrollbars*/
  26.        /*  
  27.        #content browser {
  28.              margin-right: -14px !important;
  29.              margin-bottom: -14px !important;
  30.              overflow-y: scroll;
  31.              overflow-x: hidden;
  32.              }
  33.          */
  34.         /*comment these lines to have normal tab width*/
  35.          
  36.         .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  37.         min-width: 10px !important;
  38.         max-width: 200px !important;
  39.  
  40.         }
  41.         /*comment above to have normal tab width*/
  42.          
  43.          
  44.         /* removes ugly cloud thing */
  45.         #TabsToolbar:not(:-moz-lwtheme)::after {display: none;}
  46.         /* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */
  47.         #TabsToolbar .tabbrowser-tab:not([selected]) {color: rgba(255,255,255,0.9);}
  48.          
  49.         #TabsToolbar {
  50.             background: transparent !important;
  51.             margin-bottom: 0 !important;
  52.         }
  53.          
  54.          
  55.          
  56.         #TabsToolbar .tabbrowser-tabs {
  57.             min-height: 22px !important;
  58.             /*margin-top: -10px !important;*/
  59.             margin-bottom: -1px !important;
  60.             text-align: center !important;
  61.             margin-left: -17px !important;
  62.             margin-right: -15px !important;
  63.         }
  64.  
  65.  
  66.        #tabbrowser-tabs tab .tab-close-button {
  67.  
  68. display: none!important;
  69. }
  70.  
  71.  
  72.          
  73.         .tabbrowser-tab:not([pinned]) .tab-icon-image {
  74.         display: none !important;
  75.         }
  76.          
  77.          
  78.         #TabsToolbar .tabbrowser-tab {
  79.             -moz-border-top-colors: none !important;
  80.             -moz-border-left-colors: none !important;
  81.             -moz-border-right-colors: none !important;
  82.             -moz-border-bottom-colors: none !important;
  83.             border-style:  solid !important;
  84.             border-width: 0px 0px 0px 0px !important;
  85.             /*text-shadow: 0 0 4px rgb(29,30,42) !important;*/
  86.             padding: 4px 0px !important;
  87.             border-radius: 0px !important;
  88.             /*rosa fort*/
  89.             background: rgb(29,30,42) !important;
  90.             background-clip: padding-box !important;
  91.             transition: all .1s !important;
  92.             margin-left: 0px !important;
  93.             color: rgb(73, 109, 96) !important;
  94.             /*font-family: 'Segoe UI' !important;*/
  95.             /*font-family: 'HaxrCorp S8' !important;*/
  96.             /*font-size: 12px !important;*/
  97.             border-color: #1b1b1b !important;
  98.         }
  99.          
  100.         #TabsToolbar .tabbrowser-tab[last-visible-tab] {
  101.             /*border-top-right-radius: 2px !important;*/
  102.             /*border-bottom-right-radius: 3px !important;*/
  103.             border-right-width: 0px !important;
  104.             margin-right: 1px !important;
  105.             border-right-color: rgba(0,0,0,0) !important;
  106.         }
  107.          
  108.         #TabsToolbar .tabbrowser-tab[first-visible-tab] {
  109.             /*border-top-left-radius: 2px !important;*/
  110.             /*border-bottom-left-radius: 3px !important;*/
  111.             border-left-width: 0px !important;
  112.             margin-left: 2px !important;
  113.             border-left-color: rgba(0,0,0,0) !important;
  114.         }
  115.          
  116.         #TabsToolbar .tabbrowser-tab[afterselected] {
  117.         }
  118.          
  119.         #TabsToolbar .tabbrowser-tab[selected] {
  120.             color: rgb(143, 109, 122) !important;
  121.             background: rgb(50,52,72) !important;
  122.             padding: 0px 0px !important;
  123.         }
  124.          
  125.         #TabsToolbar .tabs-newtab-button:hover,
  126.         #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  127.             border-color: rgba(0,0,0,0) !important;
  128.             color: rgb(143, 109, 122) !important;
  129.             background: rgb(50,52,72) !important;
  130.         }
  131.          
  132.         #TabsToolbar .tab-background {
  133.             margin: 0 !important;
  134.             background: transparent !important;
  135.         }
  136.          
  137.         #TabsToolbar .tab-background-start,
  138.         #TabsToolbar .tab-background-end {
  139.             display: none !important;
  140.         }
  141.          
  142.         #TabsToolbar .tab-background-middle {
  143.             margin: -4px -2px !important;
  144.             background: transparent !important;
  145.         }
  146.          
  147.         #TabsToolbar .tabbrowser-tab:after,
  148.         #TabsToolbar .tabbrowser-tab:before {
  149.             display: none !important;
  150.         }
  151.          
  152.         #TabsToolbar .tabs-newtab-button {
  153.             border-width: 1px 1px 0 1px !important;
  154.             margin: 0 !important;
  155.             width: auto !important;
  156.             padding: 0 5px !important;
  157.            
  158.         }
  159.        /*EL + DE LA TABBAR*/
  160.        #TabsToolbar .tabs-newtab-button:hover:not([selected]) {
  161.            background-color: rgb(50,52,72) !important;
  162.            background-image: none !important;
  163.        }
  164.            
  165.         #addon-bar,
  166.         #PersonalToolbar,
  167.         #nav-bar {
  168.             background: #EAF2FA !important;
  169.             box-shadow: none !important;
  170.             background-clip: padding-box !important;
  171.             border-color: rgba(0,0,0,.25) !important;
  172.             border-radius: 0 !important;
  173.         }
  174.          
  175.         .subviewbutton.panel-subview-footer {
  176.             padding-top: 6px !important;
  177.             padding-bottom: 6px !important;
  178.         }
  179.          
  180.          
  181.         /* URL BAR */
  182.          
  183.         /* remove back/fwd */
  184.          
  185.         #nav-bar  #back-button > .toolbarbutton-icon {
  186.          display: none !important;
  187.         }
  188.          #forward-button {
  189.          display: none !important;
  190.         }
  191.          
  192.         /*styling*/
  193.         #searchbar > .searchbar-textbox,
  194.          
  195.         #urlbar {
  196.          
  197.             border: 1px solid rgb(29,30,42) !important;
  198.             text-align: center !important;;
  199.             background: rgb(29,30,42,1) !important;
  200.             margin-top: 0px !important;
  201.             margin-left: 5px !important;
  202.             border-radius: 0px;
  203.             padding: 0px !important;
  204.             color: #8f6d7a !important;
  205.             height: 22px;
  206.         }
  207.          
  208.          
  209.         #nav-bar {
  210.             height: 25px;
  211.             background-color: rgb(29,30,42) !important;
  212.             border-bottom: 0px solid #1b1b1b !important;
  213.             border-top: 0px solid #1b1b1b !important;
  214.             margin-bottom: -1px !important;
  215.             margin-top: 1px !important;
  216.             border-left: none !important;
  217.             border-right: none !important;
  218.            margin-right: 1px !important;
  219.             margin-left: 1px !important;
  220.         }
  221.            
  222.           #PanelUI-button, #customization-panel-container,
  223.           #customization-panelWrapper .panel-arrow,
  224.           #ctr_panelui-button,
  225.           #wrapper-ctr_panelui-button {
  226.          
  227.             -moz-box-ordinal-group: 0
  228.          
  229.           }
  230.          
  231.          
  232.         #PanelUI-button {
  233.          
  234.             background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  235.             background: url('http://i.imgur.com/0S0Lr.png') !important;
  236.             background-repeat: no-repeat !important;
  237.             background-position: center !important;
  238.             box-shadow: none !important;
  239.             width: 5px !important;
  240.             /*display: none !important; /*COMMENT THIS LINE FOR A MENU BUTTON*/
  241.           }
  242.         #PanelUI-button .button-icon,
  243.         #PanelUI-button .button-text{
  244.             display: none !important;
  245.         }
  246.         #PanelUI-menu-button {
  247.             opacity: 0 !important;
  248.             width: 5px !important;
  249.             margin-right: -5px !important;
  250.         }
  251.          
  252.          
  253.         #identity-box, #dropmarker-icon, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker {
  254.             display: none !important;
  255.         }
  256.          
  257.         #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #urlbar-reload-button {
  258.             display: none !important;
  259.         }
  260.          
  261.         .autocomplete-history-dropmarker.urlbar-history-dropmarker {
  262.             display: none !important;
  263.         }
  264.          
  265.         #plugins-notification-icon, #notification-anchor-icon, #notification-popup-box {
  266.             display: none !important;
  267.            
  268.         }
  269.          
  270.         /* remove tab scrolling */
  271.          
  272.         .scrollbutton-up, .scrollbutton-down, #alltabs-button {
  273.             display: none !important;
  274.         }
  275.          
  276.         /*downloads*/
  277.         #downloads-button {
  278.             background: url('http://i.imgur.com/dxQDPO2.png') !important;
  279.             background-repeat: no-repeat  !important;
  280.             background-position: center !important;
  281.             opacity: 1 !important;
  282.             margin-left: 10px !important;
  283.             margin-right: 10px !important;
  284.             box-shadow: none !important;
  285.             width: 10px !important;
  286.         }
  287.          
  288.         #toolbarbutton-icon .Downloads,
  289.         #downloads-indicator-icon,
  290.         #downloads-indicator-progress-area,
  291.         #downloads-button .button-text {
  292.             display: none !important;
  293.         }
  294.          
  295.         #downloads-indicator-anchor {opacity: 0 !important;}
  296.          
  297.         #downloads-button:hover {
  298.             opacity: 1 !important;
  299.             box-shadow: none !important;
  300.             background: url('http://i.imgur.com/I8kiKbo.png') !important;
  301.             background-repeat: no-repeat !important;
  302.             background-position: center !important;
  303.            
  304.            
  305.         }
Advertisement
Add Comment
Please, Sign In to add comment