Advertisement
Guest User

UserChrome.css

a guest
Dec 5th, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.11 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
  2.  
  3.  
  4.  
  5.  
  6. /*Z-INDEX*/
  7. #tabbrowser-tabs {
  8.   z-index: 1 !important;
  9. }
  10.  
  11. #new-tab-button {
  12.   position: relative;
  13.   z-index: 1 !important;
  14. }
  15. /*END Z-INDEX*/
  16.  
  17.  
  18.  
  19.  
  20. /*ELEMENT SIZING*/
  21. #urlbar-container {
  22.   max-width: 350px !important;
  23.   min-width: 350px !important;
  24. }
  25.  
  26. #urlbar {
  27.   height: 29px !important;
  28. }
  29.  
  30. #TabsToolbar tabs {
  31.   max-height: 29px !important;
  32.   min-height: 29px !important;
  33. }
  34. /*END ELEMENT SIZING*/
  35.  
  36.  
  37.  
  38.  
  39. /*POSITIONING*/
  40. #urlbar {
  41.   margin-top:    0px !important;
  42.   margin-bottom: 0px !important;
  43. }
  44.  
  45. #nav-bar {
  46.   margin-top:    -29px !important;
  47.   margin-bottom: 0px !important;
  48.   margin-left:   0px !important;
  49.   margin-right:  90px !important
  50. }
  51.  
  52. #TabsToolbar {  
  53.   margin-top:    -1px !important;
  54.   margin-bottom: 0px !important;
  55.   margin-left:   507px !important;
  56.   margin-right:  225px !important;
  57. }
  58.  
  59. #titlebar-buttonbox {
  60.   margin-top: -1px !important;
  61. }
  62.  
  63. .tab-background[selected="true"] {
  64.   position: relative;
  65.   margin-top: -1px !important;
  66. }
  67. /*END POSITIONING*/
  68.  
  69.  
  70.  
  71.  
  72. /*ELEMENT COLORING*/
  73. #BMB_bookmarksPopup menuitem:hover, .bookmark-item:hover {
  74.   background-color: #3daee9 !important;
  75.   color: white !important;
  76. }
  77.  
  78. #PersonalToolbar {
  79.   background-color: #475057 !important;
  80.   opacity: 0 !important;
  81. }
  82.  
  83. #navigator-toolbox {
  84.   background: #475057 !important;
  85. }
  86.  
  87. #urlbar {
  88.   border-radius: 0px !important;
  89.   border-color: white !important;
  90.  
  91. }
  92.  
  93. #urlbar-container {
  94.   background-color: white !important;
  95. }
  96.  
  97. #urlbar[focused] {
  98.     border-color: #3daee9 !important;
  99. }
  100.  
  101. #nav-bar {
  102.   background: #475057 !important;
  103.   color: #FFFFFF !important;
  104.   box-shadow: none !important;
  105. }
  106.  
  107. #urlbar-container {
  108.   background-color: #475057 !important;
  109.   border-color: #475057 !important;
  110. }
  111.  
  112. #TabsToolbar tabs {
  113.   background-color: transparent !important;
  114. }
  115.  
  116. #TabsToolbar:after {
  117.   border-bottom: 0px !important;
  118. }
  119.  
  120. #tabbrowser-tabs .tabbrowser-tab {
  121.   background-color: #C0C0C0 !important;
  122.   color: #000000 !important;
  123. }
  124.  
  125.  
  126. #tabbrowser-tabs .tabbrowser-tab:hover {
  127.   background: #FCFCFC !important;
  128.   color: #000000 !important;
  129. }
  130.  
  131. .tab-background[selected="true"] {
  132.   background-color: #FCFCFC !important;
  133.   color: #000000 !important;
  134. }
  135.  
  136. #TabsToolbar .tabbrowser-tab[selected] .tab-line {
  137.     display: none !important;
  138. }
  139.  
  140. #TabsToolbar {
  141.   background-color: #475057 !important;
  142.   color: white !important;
  143. }
  144.  
  145. #navigator-toolbox::after {
  146.   border-bottom: 0px !important;
  147. }
  148. /*END ELEMENT COLORING*/
  149.  
  150.  
  151.  
  152.  
  153. /*ELEMENT HIDING*/
  154. #PanelUI-menu-button {
  155.   display: none !important;
  156. }
  157.  
  158. #identity-icon-labels {
  159.   display: none !important;
  160. }
  161.  
  162. .tabs-alltabs-button {
  163.   display: none !important;
  164. }
  165.  
  166. #TabsToolbar .titlebar-placeholder {
  167.   display: none !important;
  168. }
  169.  
  170. #BMB_viewBookmarksSidebar, #BMB_bookmarksToolbar, #BMB_unsortedBookmarks, #BMB_mobileBookmarks, #BMB_bookmarksShowAll, #BMB_bookmarksPopup menuseparator {
  171.   display: none !important;
  172. }
  173. #urlbar-zoom-button {
  174.   display: none !important;
  175. }
  176. /*END ELEMENT HIDING*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement