Advertisement
decembre

CSS FIR57 Interface v.2 - userCss.css

Nov 17th, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.93 KB | None | 0 0
  1. /*
  2.  * Edit this file and copy it as userChrome.css into your ff profile
  3.  */
  4.  
  5. /*
  6.  * This file can be used to customize the look of Mozilla's user interface
  7.  * You should consider using !important on rules which you want to
  8.  * override default settings.
  9.  */
  10.  
  11. /*
  12.  
  13.  * Do not remove the @namespace line -- it's required for correct functioning
  14.  */
  15. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  16.  
  17. /* Show tab favicon only on selected tab */    
  18. /*tab:not([selected="true"])*/
  19. /*
  20. .tab-icon {
  21.   display: none;
  22. }
  23. /*
  24. /*
  25. .tabbrowser-tab .tab-icon-image {
  26.   visibility: hidden !important;
  27. }
  28. */
  29. /*
  30. #urlbar-icons > #star-button {
  31.   display: none !important;
  32. }
  33. */
  34. #feed-button {
  35.   display: none !important
  36. }
  37. #urlbar[level] .autocomplete-textbox-container >* {
  38.   background-color: #FFFFB7 !important;
  39. }
  40. .autocomplete-history-dropmarker {
  41.   display: none !important;
  42. }
  43. /*
  44. #urlbar-icons > #go-button {
  45.    display:   none !important;
  46. }
  47. */
  48.  
  49. /* Hide Tabbar close Button */
  50. /*
  51. tabbrowser .tabs-closebutton-box {
  52.   display: none;
  53. }
  54. */
  55.  
  56. /* PERSONAL TOOLBAR */
  57.  
  58. /*
  59.  * Note: Rules affecting icons on the PT do not apply to folder contents.
  60.  * Those are governed by "Bookmarks menu" rules.
  61.  * Taken from: http://www.mozilla.org/unix/customizing.html#usercss
  62.  */
  63.  
  64. /* Kill FOLDER / bookmark icons in the Personal Toolbar */
  65. toolbarbutton.bookmark-item > .toolbarbutton-icon {
  66.   display: none;
  67. }
  68.  
  69. /* BOOKMARKS MENU */
  70.  
  71. /* Kill "normal" bookmark icons in the bookmarks menu */
  72. /*menuitem.bookmark-item > .menu-iconic-left {
  73.   display: none;
  74. }
  75. */
  76.  
  77. /* Other examples: */
  78.  
  79. /* OK - kill icons for bookmark folders in Bookmarks menu */
  80. /*menu.bookmark-item > .menu-iconic-left {
  81.   display: none;
  82. }
  83. */
  84.  
  85. /* OK - kill icons for bookmark groups in Bookmarks menu */
  86. menuitem.bookmark-group > .menu-iconic-left {
  87.   display: none;
  88. }
  89.  
  90. /* hide favicon placeholder in Address url toolbar http://support.mozilla.com/tiki-view_forum_thread.php?locale=el&forumId=1&comments_parentId=170737*/
  91. /*
  92. #page-proxy-stack {
  93.   display:none!important
  94. }
  95. */
  96. /*hide noscript icon in contextual menu*/
  97.   .menu-iconic[id*="noscript-"] > .menu-iconic-left
  98.   .menu-iconic[class*="noscript-"] > .menu-iconic-left
  99.   .menuitem-iconic[class*="noscript-"] > .menu-iconic-left {
  100.    visibility: hidden !important;
  101.  }
  102.  
  103. /*hide icons in right click*/
  104. /*
  105. #contentAreaContextMenu menuitem .menu-iconic-left,
  106. #contentAreaContextMenu menu .menu-iconic-left {
  107.  visibility: hidden !important;
  108. }
  109. */
  110.  
  111. /* Show Stop and Reload buttons smartly*/
  112. /*
  113. #stop-button[disabled] {    
  114.     display: none;
  115. }
  116. */
  117.  
  118. /*
  119. #stop-button:not([disabled]) + #reload-button {
  120.         display: none;
  121. }
  122. */
  123.  
  124. /*
  125. .tabs-newtab-button {
  126.         display: none !important;
  127.         border: none !important;
  128.         margin: 0 !important;
  129. }
  130. */
  131.  
  132. .tabbrowser-tab[selected="true"] {
  133.         border: none !important;
  134.          font-family: "pragmata" !important;
  135.         border-radius: 0 !important;
  136.         padding-left: 5px !important;
  137.         padding-right: 5px !important;
  138.         background: red !important;
  139. }
  140.  
  141. .tabbrowser-tab:not([selected="true"]) {
  142.         border: none !important;
  143.         font-family: "pragmata" !important;
  144.         background: #222 !important;        
  145.         border-radius: 0 !important;
  146.         padding-left: 5px !important;
  147.         padding-right: 5px !important;        
  148. }
  149.  
  150. {
  151.     -moz-appearance: none !important;
  152. }
  153.  
  154. #content browser{margin-right:-16px!important;overflow-y:scroll;overflow-x:hidden;}
  155.  
  156. .appmenu-button-container {
  157.     background: #303030 !important;
  158. }
  159. #navigator-toolbox #TabsToolbar, {
  160.     background: #303030 !important;
  161. }
  162. #appmenu-toolbar-button,
  163. .tabbrowser-tab {
  164.     font: 10pt "pragmata" !important;
  165.     background-color: #303030 !important;
  166.     text-shadow: none !important;
  167.     color: #676767 !important;
  168. }
  169.  
  170. #urlbar {
  171.     height: 22px;
  172. }
  173. /*
  174. #go-button,
  175. #star-button,
  176. .tab-close-button,
  177. .autocomplete-history-dropmarker,
  178. .tabbrowser-tab[label="New Tab"]:not([blah]) .tab-icon-image,
  179. .tabbrowser-tab .tab-icon-image {
  180.     display: none !important;
  181. }
  182. */
  183. .appmenu-toolbar-button {
  184.     background: #303030 !important;
  185.     color: #676767 !important;
  186.     text-align: left !important;
  187.     margin: 0 3px 0 0px !important;
  188.     padding: 0 0 0 0 !important;
  189. }
  190.  
  191. .toolbarbutton-menu-dropmarker {
  192.     display: none !important;
  193. }
  194.  
  195. #navigator-toolbox #TabsToolbar {
  196.     background: #303030 !important;
  197.     padding: 0px 0px !important;
  198.     height: 20px !important;
  199. }
  200.  
  201. .tabbrowser-tab {
  202.     text-align: center !important;
  203.     color: #676767 !important;
  204.     background: #303030 !important;
  205.     margin: -2px 0px 0px 0px !important;
  206.     padding: 0px 2px 0px 4px !important;
  207.     border: 0 !important;
  208.     border-left: 0px solid #676767 !important;
  209.     border-right: 0px solid #676767 !important;
  210.     border-radius: 0px !important;
  211. }
  212. .tabbrowser-tab[selected="true"] {
  213. /*background: #202020 !important;*/
  214. background: red !important;
  215.     border-left: 0px solid #676767 !important;
  216.     border-right: 0px solid #676767 !important;
  217.     padding: 0px 2px 0px 3px !important;
  218.     color: #ababab !important;
  219. }
  220.  
  221. /*Remove the throbber */
  222. /*
  223. #throbber-box {
  224. display: none !important;
  225. }
  226. */
  227. /*Remove "firefox" text from ff button
  228. #appmenu-toolbar-button > .toolbarbutton-text,
  229. #appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {
  230.   display: none !important;
  231. }
  232.  
  233. /*
  234.  * Some possible accessibility enhancements:
  235.  */
  236. /*
  237.  * Make all the default font sizes 20 pt:
  238.  *
  239.  * * {
  240.  *   font-size: 20pt !important
  241.  * }
  242.  */
  243. /*
  244.  * Make menu items in particular 15 pt instead of the default size:
  245.  *
  246.  * menupopup > * {
  247.  *   font-size: 15pt !important
  248.  * }
  249.  */
  250. /*
  251.  * Give the Location (URL) Bar a fixed-width font
  252.  *
  253.  * #urlbar {
  254.  *    font-family: monospace !important;
  255.  * }
  256.  */
  257.  *
  258. /*
  259.  * For more examples see http://www.mozilla.org/unix/customizing.html
  260.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement