Guest User

spoonm's CSS

a guest
Mar 1st, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #main-window {
  2. -moz-appearance:none !important;
  3. background: #171717 !important;
  4. font-family: ProFontWindows;
  5. }
  6. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"] {
  7. margin-top:-24px!important;
  8. }
  9. #TabsToolbar{
  10. background: #171717 !important;
  11. font-family: ProFontWindows;
  12. max-height: 21px!important;
  13. min-height: 21px!important;
  14. }
  15. #main-window #tabbrowser-tabs tab .tab-throbber,
  16. #main-window #tabbrowser-tabs tab .tab-icon-image,
  17. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  18. display: none !important;
  19. }
  20. #nav-bar{
  21. font-family: ProFontWindows;
  22. max-height:20px!important;
  23. min-height:20px!important;
  24. margin-left: 0px !important;
  25. margin-right: 0px !important;
  26. background: #171717 !important;
  27. }
  28. #urlbar {
  29. max-height: 19px!important;
  30. min-height: 19px!important;
  31. margin-top: 0px !important;
  32. border: none !important;
  33. background: #171717 !important;
  34. padding-left: 5px !important;
  35. color: #ffffff !important;
  36. }
  37. .tabs-newtab-button {
  38. max-width: 18px !important;
  39. min-width: 18px !important;
  40. background: #171717 !important;
  41. color: #ffffff !important;
  42. border: none !important;
  43. }
  44. .tabs-newtab-button:hover {
  45. background: #202020 !important;
  46. }
  47. #identity-box,
  48. #urlbar-icons > image,
  49. #urlbar-container dropmarker
  50. {
  51. display: none !important;
  52. }
  53. #tabbrowser-tabs tab {
  54. padding-left: 3px !important;
  55. padding-right: 3px !important;
  56. padding-top: 0px !important;
  57. background: #171717 !important;
  58. border-top: none !important;
  59. border-left: #000000 !important;
  60. color: #ffffff !important;
  61. margin-left: 0px !important;
  62. }
  63. #tabbrowser-tabs tab:hover {
  64. background: #202020 !important;
  65. }
  66. .tab-close-button {
  67. display: none !important;
  68. }
  69. #content browser{
  70. margin-right:-15px !important;
  71. margin-left: -1px !important;
  72. }
  73. #urlbar #notification-popup-box {
  74. display: none !important;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment