Advertisement
Guest User

Phallus' CSS Modified

a guest
Oct 31st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.18 KB | None | 0 0
  1. #appcontent,
  2.     #appcontent > #content,
  3.     #appcontent > #content > tabbox > tabpanels {
  4.       background: #2c2c2c !important;
  5.     }
  6.      
  7.     #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #content browser:not([src]){
  8.        opacity: 0 !important;
  9.     }
  10.      
  11.     .tabbrowser-arrowscrollbox > .scrollbutton-up,
  12.     .tabbrowser-arrowscrollbox > .scrollbutton-down,
  13.     toolbarbutton#appmenu-toolbar-button,
  14.     toolbarbutton#alltabs-button,
  15.     toolbarbutton#new-tab-button,
  16.     .tab-icon-image,
  17.     .tabs-closebutton-box,
  18.     .tab-close-button {
  19.         display: none !important;
  20.     }
  21.      
  22.     tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  23.         -moz-appearance: none !important;
  24.         border-radius: 0px !important;
  25.         border: 0 !important;
  26.         background-image: none !important;
  27.         margin-top: 0px !important;
  28.         max-height: 16px !important;
  29.         min-height: 16px !important;
  30.     }
  31.      
  32.     tabs#tabbrowser-tabs {
  33.         background: #3f3f3f !important;
  34.         padding-top: 0px !important;
  35.         margin-left: 0px !important;
  36.         padding-top: 0px !important;
  37.         border-bottom: 0px solid #3f3f3f !important;
  38.         text-align: center !important;
  39.     }
  40.      
  41.     .tabbrowser-tab {
  42.             max-height: 16px !important;
  43.             margin-left: 0px !important;
  44.             padding-top: 2px !important;
  45.             color: #6E5660 !important;
  46.             background: #333333 !important;
  47.     }
  48.      
  49.     .tabbrowser-tab[selected=true] {
  50.             color: #CDB0BB !important;
  51.             background: #333333 !important;
  52.     }
  53.      
  54.     .tabbrowser-tab .tab-text {
  55.             margin-left: 0px !important;
  56.             margin-right: 0px !important;
  57.             margin-top: 0px !important;
  58.             font-size: 11px !important;
  59.             font-family: "cure.se" !important;
  60.     }
  61.      
  62.     #urlbar dropmarker,
  63.     #identity-box,
  64.     #star-button,
  65.     #go-button,
  66.     .tab-throbber,
  67.     .tabs-newtab-button,
  68.     .tab-throbber[progress] {
  69.         display: none !important;
  70.     }
  71.      
  72.     .titlebar-placeholder[type="caption-buttons"] {
  73.         margin-left: 10px !important;
  74.     }
  75.      
  76.     .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  77.         min-width: 30px !important;
  78.         max-width: 130px !important;
  79.     }
  80.      
  81.     notificationbox {
  82.         overflow-x: hidden;
  83.     }
  84.      
  85.     browser[type="content-primary"], browser[type="content-targetable"] {
  86.         overflow-y: scroll;
  87.         margin-right: -8px;
  88.     }
  89.    
  90.     .searchbar-engine-image {
  91. display: none !important;
  92.     }
  93.     .search-go-button {
  94. display: none !important;
  95.     }
  96.     #nav-bar {
  97. background-image: none !important;
  98. background-color: #1c1c1c !important;
  99. border: none !important;
  100. margin-bottom: 0 !important;
  101. padding: 0 !important;
  102.     }
  103.     #url-bar {
  104.         background: none !important;
  105.         border: none !important;
  106.         border-radius: 1px 0 0 0 !important;
  107.         margin: 0 !important;
  108.         box-shadow: none !important;
  109.         color: #1c1c1c !important;
  110.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement