SGvagon

Palemoon userChrome

Oct 26th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4.  
  5. /*
  6. * Edit this file and copy it as userChrome.css into your
  7. * profile-directory/chrome/
  8. */
  9.  
  10. /*
  11. * This file can be used to customize the look of Mozilla's user interface
  12. * You should consider using !important on rules which you want to
  13. * override default settings.
  14. */
  15.  
  16. /*
  17. * Do not remove the @namespace line -- it's required for correct functioning
  18. */
  19. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  20.  
  21.  
  22. /*
  23. * Some possible accessibility enhancements:
  24. */
  25. /*
  26. * Make all the default font sizes 20 pt:
  27. *
  28. * * {
  29. * font-size: 20pt !important
  30. * }
  31. */
  32. /*
  33. * Make menu items in particular 15 pt instead of the default size:
  34. *
  35. * menupopup > * {
  36. * font-size: 15pt !important
  37. * }
  38. */
  39. /*
  40. * Give the Location (URL) Bar a fixed-width font
  41. *
  42. * #urlbar {
  43. * font-family: monospace !important;
  44. * }
  45. */
  46.  
  47. /*
  48. * For more examples see http://www.mozilla.org/unix/customizing.html
  49. */
  50. #main-window::after {
  51. opacity: 0 !important;
  52. }
  53.  
  54. #appmenu-button {
  55. padding-left: 2px !important;
  56. padding-right: 2px !important;
  57. min-width: 14px !important;
  58. }
  59.  
  60. #appmenu-button .button-text { display:none !important; }
  61. #appmenu-button dropmarker:before { content: "" !important; display: inline !important;
  62. }
  63.  
  64. #personal-bookmarks {
  65. max-width: 240px !important
  66. }
  67.  
  68. .tabbrowser-tab[pending] {
  69. opacity: 0.9 !important;
  70. }
  71.  
  72. #BMB_bookmarksPopup scrollbox,
  73. #bookmarksMenuPopup scrollbox,
  74. #personal-bookmarks scrollbox {
  75. overflow-y:auto!important
  76. }
  77.  
  78. #BMB_bookmarksPopup .autorepeatbutton-up,
  79. #BMB_bookmarksPopup .autorepeatbutton-down,
  80. #bookmarksMenuPopup .autorepeatbutton-up,
  81. #bookmarksMenuPopup .autorepeatbutton-down,
  82. #personal-bookmarks .autorepeatbutton-up,
  83. #personal-bookmarks .autorepeatbutton-down {
  84. display:none!important;
  85. }
  86.  
  87. .tabbrowser-tab,
  88. .tabs-newtab-button {
  89. background-position: 1px 2px !important;
  90. background-size: calc(100% - 2px) calc(100% - 2px) !important;
  91. background-origin: border-box !important;
  92. background-repeat: no-repeat !important;
  93. background-clip: initial !important;
  94. margin: 0 !important;
  95. padding: 2px 0 4px !important;
  96. border-width: 4px 3px 0 !important;
  97. border-style: solid !important;
  98. border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAYAAABYvS47AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJBJREFUeNpiFBGXYmJgYABhZihGBn+h+B8LkGAFYhUgVgBiPjSFn4D4ARDfAZmka2Ntpb9t80bO1y+ePkfGIDGQHEgNA9DqkKfPnnn9//9fGIiZgJgBikFsYZAcSA3IRHYpSUmQ8e9AbkGyFsR+B5VjZ4IK/gHi/wyY4D9UDuxbRgbCgHFU4ajCUYU0UggQYADV1D8Ak746KgAAAABJRU5ErkJggg==') 4 3 0 fill repeat stretch !important;
  99. border-radius: 0 !important;
  100. box-shadow: none !important;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment