rudylorren

Untitled

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