Guest User

My CSS

a guest
Mar 31st, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.55 KB | None | 0 0
  1. #main-window {
  2.     -moz-appearance:none !important;
  3.     background: #171717 !important;
  4.     font-family: Open Sans;
  5.     border-left: 1px solid #000000;
  6.     border-right: 1px solid #000000;
  7.     margin-right: -1px;
  8. }
  9. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"] {
  10.     margin-top:-21px!important;
  11. }
  12. #TabsToolbar{
  13.     background: #171717 !important;
  14.     font-family: Open Sans;
  15.     font-size: 9pt;
  16.     max-height: 24px!important;
  17.     min-height: 24px!important;
  18. }
  19. #main-window #tabbrowser-tabs tab .tab-throbber,
  20. #main-window #tabbrowser-tabs tab .tab-icon-image,
  21. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  22.     display: none !important;
  23. }
  24. #nav-bar{
  25.     font-family: Open Sans;
  26.     max-height:20px!important;
  27.     min-height:20px!important;
  28.     margin-left: 0px !important;
  29.     margin-right: 0px !important;
  30.     background: #171717 !important;
  31. }
  32. #urlbar {
  33.     max-height: 19px!important;
  34.     min-height: 19px!important;
  35.     margin-top: 2px !important;
  36.     border: none !important;
  37.     background: #171717 !important;
  38.     padding-left: 5px !important;
  39.     color: #ffffff !important;
  40.     font-size: 8pt;
  41.     font-family: Open Sans;
  42. }
  43. .tabs-newtab-button {
  44.     max-width: 18px !important;
  45.     min-width: 18px !important;
  46.     background: #171717 !important;
  47.     color: #ffffff !important;
  48.     border: none !important;
  49. }
  50. .tabs-newtab-button:hover {
  51.     background: #171717 !important;
  52. }
  53. #identity-box,
  54. #urlbar-icons > image,
  55. #urlbar-container dropmarker
  56. {
  57.     display: none !important;
  58. }
  59. #tabbrowser-tabs tab {
  60.     padding-left: 5px !important;
  61.     padding-right: 3px !important;
  62.     padding-top: 8px !important;
  63.     background: #171717 !important;
  64.     border-top: none !important;
  65.     border-left: #000000 !important;
  66.     border-right: #000000 !important;
  67.     color: #ffffff !important;
  68.     margin-left: 0px !important;
  69.     text-align: center !important;
  70.     margin-top: -7px !important;
  71.     margin-bottom: 5px !important;
  72.     height: 20px !important;
  73.     overflow: hidden;
  74. }
  75. #tabbrowser-tabs tab:hover {
  76.     background: #303030 !important;
  77. }
  78. #tabbrowser-tabs tab[selected] {
  79.     background: #484625 !important;
  80. }
  81. .tab-close-button {
  82.     display: none !important;
  83. }
  84. #content browser{
  85.     margin-right: -14px !important;
  86.     margin-left: -1px !important;
  87.     margin-bottom: 0px !important;
  88. }
  89. #urlbar #notification-popup-box {
  90.     display: none !important;
  91. }
  92. #addon-bar {
  93.     background: #171717;
  94.     height: 23px !important;
  95.     font-family: Open Sans;
  96. }
  97. #addonbar-closebutton {
  98.     display: none;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment