Advertisement
Guest User

userChrome.css

a guest
Jul 6th, 2018
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. /*Цвет пустой области, не путать со страницей*/
  2. #browser vbox#appcontent tabbrowser,
  3. #content,
  4. #tabbrowser-tabpanels,
  5. browser[type=content-primary],
  6. browser[type=content] > html {
  7. background: #1f1f1f !important;}
  8.  
  9. [sizemode="normal"][tabsintitlebar]:root:-moz-window-inactive{border-top:1px solid #3a393d !important;}
  10. #main-window:{background: #1f1f1f !important;}
  11.  
  12. /*Линия над активной вкладкой*/
  13. .tab-line {height: 0px !important;}
  14.  
  15. /*Отступ над вкладками*/
  16. #TabsToolbar {margin-top:-2px !important;}
  17.  
  18. /*Адресная строка*/
  19. #urlbar{
  20. background: none !important;
  21. border: none !important;
  22. box-shadow: none !inportant;
  23. font-size: 12px !important;
  24. padding-left: 3px !important;
  25. text-align: center;
  26. color:#999999 !important;}
  27.  
  28. /*СКРЫТИЕ*/
  29. #PanelUI-menu-button,
  30. #pageActionButton,
  31. #identity-box,
  32. #identity-icon-labels,
  33. #connection-icon,
  34. .tab-close-button, /*Убрана кнопка закрытия вкладок*/
  35. #back-button, #forward-button, /*Кнопки назад-вперед*/
  36. .tabs-newtab-button, /*Кнопка новой вкладки*/
  37. .tab-icon-image /*Иконка вкладки*/
  38. {display: none !important;}
  39.  
  40. /*Цвет навбара*/
  41. #nav-bar {box-shadow: none !important; border-top: 0 !important; background: #1f1f1f !important; }
  42.  
  43. /*Цвет заголовочного блока*/
  44. #navigator-toolbox > toolbar {background: #1f1f1f; color:#999999 !important;}
  45.  
  46. .tabbrowser-tab::before, .tabbrowser-tab::after {display: none !important;}
  47.  
  48. /*Кнопки управления окном*/
  49. #titlebar-buttonbox{visibility: hidden;}
  50.  
  51. /*Пустая облатсь слева в заголовке*/
  52. #TabsToolbar .titlebar-placeholder {display: none !important;}
  53.  
  54. /*Цвет текста во вкладках*/
  55. .tab-label-container {color:#676767 !important; mask-image: initial !important;}
  56. .tab-label-container[selected="true"] {color: #999999 !important; mask-image: initial !important;}
  57.  
  58. /*Скрытие линии под панелью и тени адресбара*/
  59. #navigator-toolbox::after {border-bottom: 0px !important;}
  60. #urlbar, .searchbar-textbox {box-shadow: none !important;}
  61. #urlbar:hover,.searchbar-textbox:hover {box-shadow: none !important;}
  62.  
  63. .titlebar-placeholder[type="post-tabs"] {display: none !important;}
  64.  
  65. /*Растягивание вкладок на всю площадь заголовка*/
  66. .tabbrowser-tab[fadein]:not([pinned]) {
  67. min-width: 100px !important;
  68. max-width: 100% !important;}
  69.  
  70. #personal-bookmarks .bookmark-item > .toolbarbutton-icon {display: none;}
  71.  
  72. /*Сдвиг страницы для скрытия скроллбара*/
  73. browser{
  74. margin-right: -17px !important;
  75. overflow-y: scroll;
  76. overflow-x: hidden;}
  77.  
  78. /*Скрытие маркера звука*/
  79. .tab-icon-sound{display:none;}
  80.  
  81. /*Скрытие маркера загрузки страницы*/
  82. .tab-throbber{display:none;}
  83.  
  84. /*Центрирование текста во вкладках*/
  85. .tab-label {
  86. -moz-box-flex: 1 !important;
  87. text-align: center !important;}
  88.  
  89. /*Стирание вспомогательного текста во вкладке при фокусеровке*/
  90. input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
  91.  
  92. /*Цвет вкладки при наведении*/
  93. .tabbrowser-tab:hover{background:#0077a6 !important;}
  94. .tabbrowser-tab:hover .tab-label-container {color: #fff !important;}
  95. .tabbrowser-tab[selected="true"]:hover .tab-label-container {color: #999999 !important;}
  96.  
  97. /*Скрытие в контекстном меню "закрепление вкладки"*/
  98. #context_pinTab{display:none;}
  99.  
  100. /*Скрытие дропмаркера и пуска адрессбара*/
  101. .urlbar-history-dropmarker, .urlbar-go-button {display:none !important;}
  102.  
  103. /*Цвет активной вкладки*/
  104. .tab-background[selected="true"] {
  105. background-attachment: none !important;
  106. background-color: #1f1f1f !important;
  107. background-image: none !important;}
  108.  
  109. /*Цвет дроп меню.*/
  110. #PopupAutoCompleteRichResult .autocomplete-richlistbox {
  111. background: #1f1f1f !important;
  112. border:none !important;
  113. width:100% !important;
  114. margin-top:-1px !important;
  115. margin-bottom:-1px !important;
  116. margin-right:-1px !important;
  117. margin-left:-1px !important;}
  118.  
  119. /*Цвет невыделенного-невыбранного текста*/
  120. .autocomplete-richlistitem .ac-title,
  121. .autocomplete-richlistitem .ac-action,
  122. .autocomplete-richlistitem .ac-separator
  123. {color: #777 !important;}
  124.  
  125. /*Выделенная вкладка в дропменю*/
  126. .autocomplete-richlistitem:hover
  127. {background-color: #0077a6 !important;}
  128.  
  129. /*Выбранная вкладка в дропменю*/
  130. .autocomplete-richlistitem[selected]
  131. {background-color: #0077a6 !important;}
  132.  
  133. /*Выбранный текст в дропменю адресбара*/
  134. .autocomplete-richlistitem[selected=true] .ac-title,
  135. .ac-title[selected],
  136. .autocomplete-richlistitem[selected=true] .ac-action,
  137. .ac-action[selected],
  138. .autocomplete-richlistitem[selected=true] .ac-separator,
  139. .ac-separator[selected]
  140. {color: #fff !important;}
  141.  
  142. /*Выделенный текст в дропменю адресбара*/
  143. .autocomplete-richlistitem:hover .ac-title,
  144. .ac-title:hover,
  145. .autocomplete-richlistitem:hover .ac-action,
  146. .ac-action:hover,
  147. .autocomplete-richlistitem:hover .ac-separator,
  148. .ac-separator:hover
  149. {color: #fff !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement